@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@media only screen and (max-width: 768px) {
  /***** Button *****/
  .navbar-toggle {
    cursor: pointer;
    border: none !important;
    background: transparent !important;
    margin-right: 0;
    transform: translateX(-4px);
    transition: all 250ms ease-in-out;
  }
  .navbar-toggle.menu-out {
    transform: translateX(0px);
  }
  .navbar-toggle.menu-out .icon-bar:nth-child(2) {
    transform: rotate(45deg) translateY(8px);
  }
  .navbar-toggle.menu-out .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .navbar-toggle.menu-out .icon-bar:nth-child(4) {
    transform: rotate(-45deg) translateY(-8px);
  }
  .navbar-toggle .icon-bar {
    transition: all 250ms ease-in-out;
    background-color: #143330 !important;
  }

  .navbar-collapse {
    border: none;
  }

  .navbar-wrapper.open .navbar-toggle .icon-bar {
    margin: 0;
  }
  .navbar-wrapper.open .navbar-toggle:nth-child(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .navbar-wrapper.open .navbar-toggle:nth-child(3) {
    opacity: 0;
  }
  .navbar-wrapper.open .navbar-toggle:nth-child(4) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .mobilmenu {
    overflow-x: hidden;
  }
  .mobilmenu .menu-item {
    border-bottom: 1px solid rgba(211, 214, 206, 0.3);
  }
  .mobilmenu .menu-item a {
    padding: 20px 15px;
    display: block;
    text-align: center !important;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #143330 !important;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .mobilmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobilmenu .submenu-toggle {
    float: right;
    padding: 16px 19px;
    cursor: pointer;
    background-color: rgba(211, 214, 206, 0.3);
    margin-top: 4px;
  }

  .menu-item-has-children > a {
    margin-left: 35px;
  }
}
@media (min-width: 768px) {
  #navbar-main.mobilmenu {
    display: none !important;
  }

  .submenu-toggle {
    display: none;
  }
}
/* Dropdown 
@media only screen and (max-width : 768px) {
	.mobilmenu {
		max-height: none!important;
		height: 0;
		&.menu-out {
		    height: 100vh;
		    height: calc(100vh - 79px);
		    overflow-y: auto;
		}
		.sub-menu {
		    max-height: 0;
		    transition: max-height 250ms ease-out;
		    overflow: hidden;
		    background-color: rgba(0,0,0,0.03);
		    li {
		    	a {
				    padding: 10px 15px;
			        font-size: 14px;
		    	}
		    }
		    &:last-child {
				border-bottom: 0px solid #aaa;
				a{
					border-top: 1px solid #aaa;
				}
			}
			&.in {
		    	max-height: 500px;
		    	transition: max-height 250ms ease-in;
			}

		}
		.submenu-toggle {
			padding:18px 17px;
			&:before{
				content: "\e113";
				display: inline-block;
				transition: all 250ms ease-in-out;
		   	}
		   	&.in {
				&:before{
				    transform: rotate(180deg);
			   	}
			}
		}
	} 
	.menu-item-has-children>a {
		margin-right: 50px;
	}
}
*/
/* Slide right */
@media only screen and (max-width: 768px) {
  .mobilmenu {
    padding: 0;
    display: block;
    transition: all 350ms ease-in-out;
    height: 0;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
  }
  .mobilmenu.menu-out {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    height: 100vh;
    max-height: calc(100vh - 79px );
  }
  .mobilmenu .sub-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fbf9f5;
    transform: translateX(100%);
    transition: all 250ms ease-in-out;
    opacity: 0;
  }
  .mobilmenu .sub-menu .menu-item-back {
    cursor: pointer;
  }
  .mobilmenu .sub-menu .menu-item-back a {
    margin-left: 50px;
    margin-right: 50px;
    color: rgba(0, 0, 0, 0.3) !important;
  }
  .mobilmenu .sub-menu .menu-item-back span {
    float: left;
    padding: 17px;
    background-color: rgba(211, 214, 206, 0.3);
    margin-top: 4px;
  }
  .mobilmenu .sub-menu .menu-item-back span:before {
    content: "";
  }
  .mobilmenu .sub-menu .menu-item-back .glyphicon:before {
    display: none;
  }
  .mobilmenu .sub-menu .menu-item-back .glyphicon img {
    transform: rotate(180deg);
    width: 10px;
  }
  .mobilmenu .sub-menu.in {
    opacity: 1;
    z-index: 3;
  }
  .mobilmenu .submenu-toggle img {
    width: 10px;
  }

  .ebene {
    transition: all 250ms ease-in-out;
    height: 100%;
  }
  .ebene.out {
    transform: translateX(-100%);
  }
}
.mobileloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 150vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  display: none;
  text-align: center;
}
.mobileloader.in {
  display: block;
}
.mobileloader img {
  margin-top: calc(50vh - 32px);
}

#middle {
  padding-top: 79px;
}

.navbar-default {
  background-color: #fbf9f5;
  border: none;
  padding: 0 15px;
}

.navbar-brand {
  padding: 26.5px 15px;
  min-width: 80px;
  transition: unset;
}
.navbar-brand img {
  max-height: 100%;
}
.navbar-brand.desktop {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 15px;
}
.navbar-brand.mobile {
  padding: 26.5px 15px 26.5px 0;
}
.navbar-brand.mobile img {
  width: 48px;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}
.navbar-nav li {
  position: static;
}
.navbar-nav li a {
  padding: 0 15px;
  margin: 33px 0 12px;
  border-right: 1px solid #143330 !important;
  text-transform: uppercase;
  color: #143330 !important;
  font-size: 1.11rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  white-space: nowrap;
}
.navbar-nav li a:hover {
  font-weight: 700;
}
.navbar-nav li:last-child a {
  border-right: none !important;
}
.navbar-nav li.without-border > a {
  border-right: none !important;
}
.navbar-nav .caret {
  display: none;
}
.navbar-nav .dropdown-menu {
  display: inline-flex;
  opacity: 0;
  pointer-events: none;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 10px 15px;
  right: 0;
  top: 43px;
  padding-left: 100%;
  transform: translateX(20px);
  padding-bottom: 50px;
  pointer-events: none;
}
.navbar-nav .dropdown-menu li {
  display: inline-block;
}
.navbar-nav .dropdown-menu li a {
  margin: 0;
  font-size: 0.8rem;
}
.navbar-nav .dropdown-menu li.active a {
  font-weight: 900;
}
.navbar-nav > li.current_page_item.active:not(.other-submenu-open) .dropdown-menu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  font-weight: 700;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 20px;
  background: url(../images/klammer.svg);
  transform: rotate(-90deg);
  top: 4px;
  left: -9px;
  background-size: contain;
  background-repeat: no-repeat;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 20px;
  background: url(../images/klammer.svg);
  transform: rotate(90deg);
  top: 4px;
  right: -9px;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-nav > .active:first-child a:before {
  display: none;
}
.navbar-nav > .active:last-child a:after {
  display: none;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
}

/*
.current-menu-item {
	.dropdown-menu {
		pointer-events: auto;
    	opacity: 1;
    	transform: matrix(1, 0, 0, 1, 0, 0);
	}
}
*/
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .navbar-nav li {
    position: static;
  }
  .navbar-nav li a {
    padding: 0 10px;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
/****************************/
/* Basics 					*/
/****************************/
body {
  background-color: #fbf9f5;
  overflow-x: hidden;
}

/* 1. Text */
/****************************/
/* Markierung */
::selection {
  background: #d3d6ce;
  color: #333;
}

::-moz-selection {
  background: #d3d6ce;
  color: #333;
}

/* Firefox remove dotted Frame */
input::-moz-focus-inner {
  border: 0;
}

/* Images & Videos */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

.tp-caption iframe {
  border: 5px solid white;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 15px 5px;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}
/* 2. Visual Composer */
/****************************/
.vc_images_carousel {
  width: 100% !important;
}

/* Post Edit Link */
/****************************/
#vc_load-inline-editor,
.post-edit-link {
  display: none;
}

/*
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url('../fonts/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Text */
html {
  font-size: 13px;
}

body {
  word-wrap: break-word;
  font-family: "Open Sans", sans-serif;
}
body p, body .wpb_text_column {
  font-family: "Open Sans", sans-serif;
  color: #333;
  line-height: 1.75;
  font-size: 1rem;
  text-align: left;
}
body p.padding-left, body .wpb_text_column.padding-left {
  padding-left: 60px;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #143330;
}

h1 {
  text-align: center;
  font-size: 3.6rem;
}

h2 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 5.18rem;
}
h2:after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  background-color: #d3d6ce;
  left: 0;
  bottom: 0;
}
h2.small {
  font-size: 4.09rem;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.8rem !important;
    letter-spacing: 0.2rem;
    max-width: 100%;
  }
  h2.small {
    font-size: 2rem !important;
  }
}

h3 {
  font-size: 1.65rem;
}

h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-weight: 300;
  font-size: 1.16rem;
  margin-bottom: 15px;
  margin-top: 10px;
}
h4.padding-left {
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}

/* Linkfarbe */
a {
  color: #143330;
  transition: color 250ms ease-in-out;
}
a:hover, a:focus, a:active, a:visited {
  color: #143330;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #ed7004;
}
a.arrow-link {
  float: right;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 250ms ease-in-out;
}
a.arrow-link:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 20px solid #ed7004;
  position: absolute;
  top: 5px;
  left: 0;
}
a.arrow-link:hover {
  opacity: 0.8;
}

/* Page Transitions
 */
body #middle {
  background-color: #fbf9f5;
}

body:not(.single-work) #middle,
body:not(.single-work) #footer {
  opacity: 1;
  transition: opacity 150ms ease-in-out;
}

body:not(.single-work).opacityIn #middle,
body:not(.single-work).opacityIn #footer {
  opacity: 0 !important;
}

body {
  background-repeat: no-repeat;
  background-position: center calc(50vh - 30px);
}

#page-transition-display {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #143330;
  z-index: 9999999;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page-transition-display.in {
  display: block;
}
#page-transition-display .clip {
  height: 60px;
  width: 20px;
  position: absolute;
  top: calc(50% - 30px);
}
#page-transition-display .clip span {
  background: #ed7004;
  position: absolute;
}
#page-transition-display .clip span:nth-child(1) {
  width: 100%;
  height: 3px;
}
#page-transition-display .clip span:nth-child(2) {
  width: 3px;
  height: 100%;
}
#page-transition-display .clip span:nth-child(3) {
  width: 100%;
  height: 3px;
  bottom: 0;
}
#page-transition-display .clip.clip-left {
  left: calc(50% + 20px);
}
#page-transition-display .clip.clip-left span:nth-child(2) {
  right: 0;
}
#page-transition-display .clip.clip-right {
  left: calc(50% - 20px);
}
#page-transition-display #preloaderAnim, #page-transition-display #preloaderAnim-subtitle {
  display: none;
}
.home:not(.transtion_is_in) #page-transition-display {
  display: flex;
  justify-content: center;
}
.home:not(.transtion_is_in) #page-transition-display #preloaderAnim {
  display: block;
  opacity: 0;
  max-width: 100%;
  width: 1000px;
}
.home:not(.transtion_is_in) #page-transition-display #preloaderAnim-subtitle {
  display: block;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2vw;
  position: relative;
  top: -4vw;
  letter-spacing: 0.2rem;
}
@media only screen and (min-width: 1000px) {
  .home:not(.transtion_is_in) #page-transition-display #preloaderAnim-subtitle {
    font-size: 12px;
    top: -30px;
  }
}
.home:not(.transtion_is_in) #page-transition-display .clip-left, .home:not(.transtion_is_in) #page-transition-display .clip-right {
  display: none;
}

.btn,
input[type=submit] {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}
.btn.btn-primary,
input[type=submit].btn-primary {
  background: #143330;
  color: #454545;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
input[type=submit].btn-primary:hover,
input[type=submit].btn-primary:focus,
input[type=submit].btn-primary:active {
  border: none;
  background: #1b4541;
}
.btn.btn-sm,
input[type=submit].btn-sm {
  padding: 5px 10px;
}
.btn.btn-lg,
input[type=submit].btn-lg {
  padding: 15px 30px;
}

#footer {
  background-color: #143330;
  color: #fbf9f5;
  min-height: 70px;
  padding: 27px 15px 0;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 80px;
  }
}
#footer p {
  color: #fbf9f5;
  font-size: 0.8rem;
}
#footer a {
  color: #fbf9f5;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-weight: 300;
  font-size: 0.8rem;
}
#footer #footer-links {
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #footer #footer-links {
    width: 100%;
    margin: 0;
  }
}
#footer #footer-links a {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #footer #footer-links a:nth-child(1) {
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding: 20px 0;
    display: inline-block;
    text-align: center !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1rem;
  }
}
#footer #footer-links a:nth-child(2) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #footer #footer-links a:nth-child(2) {
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding: 20px 0;
    display: inline-block;
    text-align: center !important;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1rem;
  }
}
#footer #footer-links a:nth-child(5) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #footer #footer-links a:nth-child(3), #footer #footer-links a:nth-child(4), #footer #footer-links a:nth-child(5) {
    width: 32%;
    display: inline-block;
    text-align: center !important;
    padding: 10px 0;
    margin: 0;
  }
  #footer #footer-links a:nth-child(3) img, #footer #footer-links a:nth-child(4) img, #footer #footer-links a:nth-child(5) img {
    height: 30px;
    width: 30px;
  }
}
#footer .footer-icon {
  height: 20px;
  width: 20px;
}

.logo-typo {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .logo-typo {
    display: block;
    width: 100%;
    max-width: 400px !important;
    margin-bottom: 40px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

.impressums-link {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .impressums-link {
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding: 20px 0;
    display: inline-block;
    text-align: center !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1rem;
  }
}

@media only screen and (max-width: 768px) {
  .datenschutz-link {
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding: 20px 0;
    display: inline-block;
    text-align: center !important;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1rem;
  }
}

#footer_language_list {
  display: inline-block;
  margin-left: 30px;
}
#footer_language_list ul {
  padding: 0;
  list-style: none;
}
#footer_language_list ul li {
  display: inline-block;
}
#footer_language_list ul li span {
  border-right: 1px solid #fbf9f5;
  color: #fbf9f5;
  padding: 0 5px;
  letter-spacing: 0.2rem;
  line-height: 1;
  display: inline-block;
}
#footer_language_list ul li > span {
  font-weight: 700;
}
#footer_language_list ul li:last-child span {
  border: none;
}
#footer_language_list ul li a span {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #footer_language_list {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0 0;
  }
}

.logo-img img {
  width: 300px;
  height: auto;
}

.leer-sm {
  min-height: 30px;
}
@media only screen and (max-width: 767px) {
  .leer-sm {
    display: none;
  }
}

.leer-md {
  min-height: 60px;
}
@media only screen and (max-width: 767px) {
  .leer-md {
    min-height: 20px;
  }
}

.leer-lg {
  min-height: 90px;
}
@media only screen and (max-width: 767px) {
  .leer-lg {
    min-height: 30px;
  }
}

.leer-xl {
  min-height: 120px;
}
@media only screen and (max-width: 767px) {
  .leer-xl {
    min-height: 40px;
  }
}

.leer-xxl {
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .leer-xxl {
    min-height: 50px;
  }
}

.without-footer-section {
  margin-bottom: -90px;
}
.without-footer-section .wpb_single_image {
  margin-bottom: 0;
}

/* Bild Caption */
/****************************/
.vc_single_image-wrapper {
  position: relative;
}

.vc_figure-caption {
  position: absolute;
  bottom: 60px;
  color: #fff;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .vc_figure-caption {
    position: static;
    color: #333;
    width: 100%;
    text-align: center !important;
  }
}

div[data-vc-stretch-content=true] .vc_figure-caption {
  left: 30px;
}

/* Bilder auf Full Width auch über Full HD */
/****************************/
.entry-content > div[data-vc-full-width=true] > .vc_col-sm-12 > div > div > .wpb_single_image * {
  width: 100%;
}

/* Details-Klammern */
/****************************/
.details {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
  margin-bottom: 120px;
}
.details ul {
  list-style: none;
}
.details:before {
  content: "";
  width: 30px;
  height: 15px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  left: 21px;
  top: -11px;
  position: absolute;
  transition: all 250ms ease-in-out;
}
.details:after {
  content: "";
  width: 30px;
  height: 15px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  left: 21px;
  bottom: -11px;
  position: absolute;
  transition: all 250ms ease-in-out;
  transform: rotate(180deg);
}

/* Element: Karousel */
/****************************/
.carousel-gallery.slick-slider {
  margin-bottom: 9px;
}
.carousel-gallery.slick-slider .slick-slide img {
  width: 100%;
}

.carousel-thumb.is-gallery {
  margin-top: -23px;
}
.carousel-thumb.is-gallery .slick-list {
  padding: 13px 0;
}
.carousel-thumb.is-gallery .slick-list .slick-slide {
  filter: none !important;
}
.carousel-thumb.is-gallery .slick-list .slick-slide:before {
  content: "";
  width: 40px;
  height: 10px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  right: calc(50% - 20px);
  top: -13px;
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 150ms ease-in-out;
  transition-delay: 150ms;
}
.carousel-thumb.is-gallery .slick-list .slick-slide:after {
  content: "";
  width: 40px;
  height: 10px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  right: calc(50% - 20px);
  position: absolute;
  transform: rotate(180deg) translateY(20px);
  opacity: 0;
  bottom: -13px;
  transition: all 150ms ease-in-out;
  transition-delay: 150ms;
}
.carousel-thumb.is-gallery .slick-list .slick-slide.slick-current:before {
  opacity: 1;
  transform: translateY(0);
}
.carousel-thumb.is-gallery .slick-list .slick-slide.slick-current:after {
  opacity: 1;
  transform: rotate(180deg) translateY(0);
}
.carousel-thumb.is-gallery .slick-prev, .carousel-thumb.is-gallery .slick-next {
  display: block !important;
  opacity: 1 !important;
  top: 23px;
  height: calc(100% - 26px);
  width: 32px;
}
.carousel-thumb.is-gallery .slick-prev:before, .carousel-thumb.is-gallery .slick-next:before {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.carousel-thumb.is-gallery .slick-prev {
  left: -1px;
}
.carousel-thumb.is-gallery .slick-prev:before {
  background-image: url("../images/carousel-arrow.svg");
}
.carousel-thumb.is-gallery .slick-next {
  right: -1px;
}
.carousel-thumb.is-gallery .slick-next:before {
  background-image: url("../images/carousel-arrow.svg");
  transform: rotateY(180deg);
}

/* Element: Loop Video  */
/****************************/
.vc-video-loop-element-wrap video {
  max-width: 100%;
}

/* Text Templates */
/****************************/
.text-template h2 {
  font-size: 3.8rem;
  letter-spacing: 0.3rem;
  line-height: 1.4;
  margin-bottom: 30px;
  line-height: 1.3;
}
.text-template h2:after {
  left: 0;
  width: 80%;
}
.text-template.left h2 {
  margin-left: -80px;
}
@media only screen and (max-width: 768px) {
  .text-template.left h2 {
    margin-left: 0;
  }
}
.text-template h4 {
  margin-bottom: 15px;
}
.text-template.overview h2 {
  font-size: 2.4rem;
}
.text-template.overview h2:after {
  width: calc(100% + 30px);
}
.text-template.overview .vc_general.vc_btn3 {
  background: transparent;
  border: 1px solid #d3d6ce;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 30px;
  letter-spacing: 0.1rem;
}
.text-template.overview .vc_general.vc_btn3:hover {
  border-color: #143330;
  background: transparent;
  color: #143330 !important;
}
.text-template.overview .wpb_text_column p {
  font-size: 1.5rem;
  color: #143330;
  margin-top: -20px;
}
.text-template.overview.right h2:after {
  left: -30px;
}
.text-template.overview.left .wpb_wrapper {
  text-align: right;
}
.text-template.overview.left h2 {
  text-align: right;
  margin-left: 0;
  display: inline-block;
}
.text-template.overview.left h2:after {
  right: -30px;
}
.text-template.overview.left .wpb_text_column p {
  text-align: right;
}

.translate-x-to-left {
  transform: translateX(-120px);
  margin-bottom: 22px;
}
.translate-x-to-left:after {
  transform: translateX(120px);
  margin-bottom: -8px;
}

/* Historie */
/****************************/
.historie-wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: visible !important;
}
.historie-wrapper.dark {
  background-color: #efeee9;
}
.historie-wrapper .wpb_wrapper .historie-row .year p {
  font-family: "Cinzel", serif;
  font-size: 7rem;
  color: #e6e7e1;
  position: absolute;
  top: 0;
  z-index: 0;
  left: calc(-50vw + 250px);
}
@media only screen and (max-width: 1250px) {
  .historie-wrapper .wpb_wrapper .historie-row .year p {
    position: relative;
    left: 0;
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .historie-wrapper .wpb_wrapper .historie-row .year p {
    color: #143330;
    font-size: 2rem !important;
    margin-bottom: -20px;
    text-align: center !important;
  }
}
.historie-wrapper .wpb_wrapper .historie-row .historie-img {
  position: absolute;
  z-index: 9;
}
.historie-wrapper .wpb_wrapper .historie-row .historie-img.img1 {
  max-width: 200px;
  right: 50%;
  transform: translateX(50%);
}
.historie-wrapper .wpb_wrapper .historie-row .historie-img.img2 {
  max-width: 250px;
  right: 0;
  transform: translateY(-90px);
}
.historie-wrapper .wpb_wrapper .historie-row .historie-img.img3 {
  max-width: 300px;
  right: 50%;
  transform: translateX(50%) translateY(-60px);
}
.historie-wrapper .wpb_wrapper .historie-row .historie-img.img4 {
  max-width: 250px;
  right: 50%;
  transform: translateX(50%) translateY(20px);
}
.historie-wrapper .wpb_wrapper .historie-row .historie-img.img5 {
  max-width: 350px;
  transform: translateY(20px);
}
.historie-wrapper .wpb_wrapper .historie-row .historie-img.img6 {
  max-width: 130px;
  right: 50%;
  transform: translateX(50%) translateY(-60px);
}
@media only screen and (max-width: 767px) {
  .historie-wrapper .wpb_wrapper .historie-row .historie-img {
    position: static;
    transform: none !important;
    max-width: none !important;
  }
  .historie-wrapper .wpb_wrapper .historie-row .historie-img.vc_align_center {
    text-align: center !important;
  }
  .historie-wrapper .wpb_wrapper .historie-row .historie-img.img6 img {
    max-height: 350px;
    width: auto;
  }
}

/* Schmuck */
/****************************/
.details.details-schmuck {
  position: relative;
  left: -30px;
}

/****************************/
/* Mobil Templates */
/****************************/
@media only screen and (max-width: 767px) {
  .change-cols-max-767 {
    display: flex;
    flex-direction: column-reverse;
  }

  *:not(.mobile-no-left-important) {
    text-align: left !important;
  }

  .vc_btn3-container {
    width: 100%;
    text-align: center !important;
  }

  .text-template {
    padding-bottom: 60px;
  }
  .text-template h2:after {
    left: 0 !important;
    width: 100% !important;
  }
  .text-template.overview .wpb_text_column p {
    font-size: 1.2rem !important;
  }

  .padding-left {
    padding-left: 0 !important;
  }

  .translate-x-to-left {
    transform: none !important;
  }
  .translate-x-to-left:after {
    transform: none !important;
  }

  .details.details-schmuck {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
}
/****************************/
/* Mobil Quer Container 	*/
/****************************/
@media only screen and (max-width: 768px) and (orientation: landscape) {
  #middle {
    max-width: 400px;
  }
}
/****************************/
/* Video Notice  */
/****************************/
.video-notice {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: #d3d6ce;
  z-index: 1;
  display: flex;
  cursor: pointer;
  overflow: hidden;
}
body:not(.home) .video-notice {
  position: relative;
  display: inline-flex;
}
.video-notice .min {
  height: 120px;
  transition: 250ms all ease-in-out;
}
.video-notice .play {
  position: absolute;
  left: 90px;
  top: 60px;
  transform: translateX(-50%) translateY(-50%);
  transition: 250ms all ease-in-out;
}
.video-notice .text {
  margin-bottom: 0;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  transition: 250ms all ease-in-out;
  background: transparent !important;
}
.video-notice:hover .min {
  transform: scaleX(1.03) scaleY(1.03) translateX(-1%);
}
.video-notice:hover .text {
  background: rgba(0, 0, 0, 0.1);
}

.video-orange-backdrop, .video-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transform: translateY(120%);
}

.video-orange-backdrop {
  background-color: #ed7004;
}

.video-wrapper {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper video {
  max-width: 100%;
  max-height: 100%;
}
.video-wrapper .close-cross {
  position: absolute;
  width: 30px;
  top: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transition: 150ms all ease-in-out;
}
.video-wrapper .close-cross.in {
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
  z-index: 9;
}
.video-wrapper .close-cross.in:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .video-notice {
    align-items: center;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .video-notice .min {
    width: 33%;
    height: auto;
  }
  .video-notice .play {
    left: 16.665%;
    top: calc(16.65vw * 0.65);
  }
}
.video-notice-row {
  margin-bottom: -65px;
}
.video-notice-row .wpb_text_column {
  margin-bottom: 0;
}
.video-notice-row .video-notice {
  top: 0;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .video-notice-row {
    margin-bottom: -80px;
  }
  .video-notice-row .video-notice {
    left: 0;
  }
}

.home .entry-content {
  padding-top: 0;
}
.home .home-header .wpb_text_column {
  margin-bottom: 0;
}
.home #home-animation {
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .home #home-animation .video-notice {
    display: none;
  }
}
.home .only-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .home .only-mobile {
    display: block;
    padding-top: 20px;
  }
}
.home .only-mobile .home-mobile-section {
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
  min-height: calc((100vw - 30px) * 0.45);
}
.home .only-mobile .home-mobile-section .wpb_single_image {
  margin-bottom: 0;
}
.home .only-mobile .home-mobile-section > .wpb_column {
  position: relative;
}
.home .only-mobile .home-mobile-section > .wpb_column:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .only-mobile .home-mobile-section h2 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0;
  line-height: 0;
}
.home .only-mobile .home-mobile-section h2:after {
  display: none;
}
.home .only-mobile .home-mobile-section h2 a {
  background: #fbf9f5;
  font-size: 16px;
  padding: 10px 40px;
  border: 2px solid #143330;
}
.home .only-mobile .home-mobile-section > div > .vc_column-inner {
  padding-bottom: 30px;
}
.home .only-mobile .home-mobile-section > div > .vc_column-inner > .wpb_wrapper {
  text-align: center !important;
}
.home .only-mobile .video-notice {
  margin-top: 30px;
}
.home #footer {
  margin-top: 0;
}
.home .backgrounds {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home .backgrounds img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
}
@media (max-aspect-ratio: 8/5) {
  .home .backgrounds img {
    width: auto;
    max-width: none;
    height: 100%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
.home .backgrounds img.meister-bg {
  top: 0;
  left: auto;
  transform: none;
  right: 0;
  padding-top: 80px;
  background-color: #fbf9f5;
}
.home .backgrounds .texts {
  width: 80vw;
  height: 9.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.home .backgrounds .texts > div {
  position: absolute;
  width: 100%;
}
.home .backgrounds .sublines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.home .backgrounds .sublines > div:not(.mobile-blend) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: -25vw;
  transform: translateX(-50%);
  text-align: center;
  white-space: pre;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 40px;
  max-width: 100vw;
}
.home .backgrounds .sublines > div:not(.mobile-blend) p {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0px;
  padding-top: 7px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 0;
  color: #143330;
  font-weight: 300;
}
.home .backgrounds .sublines > div:not(.mobile-blend) p strong {
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 577px) {
  .home .backgrounds .sublines > div:not(.mobile-blend) {
    white-space: normal;
    height: 50px;
  }
  .home .backgrounds .sublines > div:not(.mobile-blend) p {
    font-size: 1.3rem;
    flex-direction: column;
    width: 90vw;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    padding-top: 0;
  }
}
.home .backgrounds .sublines > div:not(.mobile-blend) .klammer-links {
  height: 100%;
  width: 10px;
  display: inline-block;
  border-top: 3px solid #ed7004;
  border-bottom: 3px solid #ed7004;
  border-left: 3px solid #ed7004;
  margin-right: -10px;
  position: relative;
}
.home .backgrounds .sublines > div:not(.mobile-blend) .klammer-rechts {
  height: 100%;
  width: 10px;
  display: inline-block;
  border-top: 3px solid #ed7004;
  border-bottom: 3px solid #ed7004;
  border-right: 3px solid #ed7004;
  margin-left: -10px;
  position: relative;
}
.home .backgrounds .sublines > div:not(.mobile-blend)#subline-meister {
  opacity: 1;
}
.home .backgrounds .sublines > div:not(.mobile-blend)#subline-meister p {
  max-width: 800px;
}
.home .backgrounds .sublines > div:not(.mobile-blend)#subline-hand p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home .backgrounds .sublines > div:not(.mobile-blend) {
    bottom: -120px;
  }
}
@media only screen and (min-width: 768px) {
  .home .backgrounds .sublines > div:not(.mobile-blend)#subline-meister {
    bottom: 10vw;
  }
  .home .backgrounds .sublines > div:not(.mobile-blend)#subline-hand {
    bottom: -15vw;
    left: -12vw;
  }
  .home .backgrounds .sublines > div:not(.mobile-blend)#subline-werk {
    bottom: -16vw;
    left: 5vw;
  }
  .home .backgrounds .sublines > div:not(.mobile-blend)#subline-stoff {
    bottom: -13vw;
    left: -5vw;
  }
}
.home .mobile-blend {
  height: 100%;
  position: absolute;
  width: 100%;
  background: #fbf9f5;
  opacity: 0.7;
  display: none;
}
@media only screen and (max-width: 767px) {
  .home .mobile-blend {
    display: block;
  }
}

.page-header-default {
  min-height: 44.3vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-header-default h1 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 5.18rem;
}
.page-header-default h1.small {
  font-size: 3.2rem;
}
.page-header-default h1.with-line {
  margin-bottom: 30px;
}
.page-header-default h1.with-line:after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0px;
  bottom: -16px;
}
@media only screen and (max-width: 767px) {
  .page-header-default h1.with-line:after {
    background-color: #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .page-header-default h1 {
    font-size: 2.8rem !important;
    margin-bottom: 25px;
    letter-spacing: 0.2rem;
    max-width: 100%;
  }
  .page-header-default h1.small {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-default h1 {
    color: #333;
  }
}
.page-header-default h4 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-header-default h4 {
    color: #333;
  }
}
.page-header-default p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-header-default p {
    color: #333;
  }
}
.page-header-default.dark h1, .page-header-default.dark h4, .page-header-default.dark p {
  color: #143330;
}
.page-header-default.dark h1:after {
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .page-header-default.with-mobile-img {
    background-image: none !important;
  }
}
.page-header-default .padding-left {
  padding-left: 60px;
}
.page-header-default .vc-video-loop-element-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
}
.page-header-default .vc-video-loop-element-wrap video {
  width: 100%;
}
.page-header-default .wpb_single_image {
  margin-top: -34px;
  margin-bottom: 0;
}

.mobile-header-img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-header-img {
    display: block;
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-bottom: 0 !important;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-message {
  border: none;
  background: #efeee9;
}
.woocommerce-message .button {
  background: #143330 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

/****************************/
/* Archive 					*/
/****************************/
.tax-works-tax #middle,
.post-type-archive-work #middle,
.woocommerce.tax-product_cat #middle,
.woocommerce.post-type-archive-product #middle {
  padding-top: 0;
}
.tax-works-tax ul.products,
.post-type-archive-work ul.products,
.woocommerce.tax-product_cat ul.products,
.woocommerce.post-type-archive-product ul.products {
  margin-top: 60px;
  margin-bottom: 45px;
}
.tax-works-tax ul.products li.product,
.post-type-archive-work ul.products li.product,
.woocommerce.tax-product_cat ul.products li.product,
.woocommerce.post-type-archive-product ul.products li.product {
  margin: 0 0 30px;
  width: 33.33%;
  padding: 0 30px;
  text-align: center;
}
.tax-works-tax ul.products li.product .excerpt,
.post-type-archive-work ul.products li.product .excerpt,
.woocommerce.tax-product_cat ul.products li.product .excerpt,
.woocommerce.post-type-archive-product ul.products li.product .excerpt {
  /*
     	pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: $shop-hover-transition;
  transition-delay: 50ms;
     	p {
      	text-align: center;
      	margin-bottom: 0;
  }
  */
}
.tax-works-tax ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-work ul.products li.product .woocommerce-loop-product__title,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 300;
  font-size: 1.8rem;
  pointer-events: none;
  opacity: 0;
  transition: all 250ms ease-in-out;
  text-align: center;
  margin-top: -30px;
  transform: translateY(20px);
}
.tax-works-tax ul.products li.product .woocommerce-loop-product__title:after,
.post-type-archive-work ul.products li.product .woocommerce-loop-product__title:after,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__title:after,
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tax-works-tax ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-work ul.products li.product .woocommerce-loop-product__title,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    text-align: center !important;
    opacity: 1 !important;
    font-size: 1.4rem !important;
    transform: none !important;
    position: static !important;
    width: 100%;
  }
}
.tax-works-tax ul.products li.product .woocommerce-loop-product__description,
.post-type-archive-work ul.products li.product .woocommerce-loop-product__description,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__description,
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__description {
  position: absolute;
  bottom: 0;
  letter-spacing: 0.2rem;
  font-weight: 300;
  font-size: 1.2rem;
  pointer-events: none;
  opacity: 0;
  transition: all 250ms ease-in-out;
  text-align: center;
  transform: translateY(20px);
  height: 3.5em;
  line-height: 1.4;
}
.tax-works-tax ul.products li.product .woocommerce-loop-product__description:after,
.post-type-archive-work ul.products li.product .woocommerce-loop-product__description:after,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__description:after,
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__description:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tax-works-tax ul.products li.product .woocommerce-loop-product__description,
.post-type-archive-work ul.products li.product .woocommerce-loop-product__description,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__description,
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__description {
    text-align: center !important;
    opacity: 1 !important;
    font-size: 1.4rem !important;
    transform: none !important;
    position: static !important;
    width: 100%;
  }
}
.tax-works-tax ul.products li.product img,
.post-type-archive-work ul.products li.product img,
.woocommerce.tax-product_cat ul.products li.product img,
.woocommerce.post-type-archive-product ul.products li.product img {
  transform: scale(0.8);
  transform-origin: center bottom;
  transition: all 250ms ease-in-out;
}
.tax-works-tax ul.products li.product:before,
.post-type-archive-work ul.products li.product:before,
.woocommerce.tax-product_cat ul.products li.product:before,
.woocommerce.post-type-archive-product ul.products li.product:before {
  content: "";
  width: 40px;
  height: 10px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  right: calc(50% - 20px);
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 250ms ease-in-out;
  transition-delay: 150ms;
}
.tax-works-tax ul.products li.product:after,
.post-type-archive-work ul.products li.product:after,
.woocommerce.tax-product_cat ul.products li.product:after,
.woocommerce.post-type-archive-product ul.products li.product:after {
  content: "";
  width: 40px;
  height: 10px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  right: calc(50% - 20px);
  position: absolute;
  transform: rotate(180deg) translateY(20px);
  opacity: 0;
  bottom: -20px;
  transition: all 250ms ease-in-out;
  transition-delay: 150ms;
}
@media not all and (hover: none) {
  .tax-works-tax ul.products li.product:hover,
.post-type-archive-work ul.products li.product:hover,
.woocommerce.tax-product_cat ul.products li.product:hover,
.woocommerce.post-type-archive-product ul.products li.product:hover {
    cursor: pointer;
  }
  .tax-works-tax ul.products li.product:hover:before, .tax-works-tax ul.products li.product:hover:after, .tax-works-tax ul.products li.product:hover .excerpt, .tax-works-tax ul.products li.product:hover .woocommerce-loop-product__title, .tax-works-tax ul.products li.product:hover .woocommerce-loop-product__description,
.post-type-archive-work ul.products li.product:hover:before,
.post-type-archive-work ul.products li.product:hover:after,
.post-type-archive-work ul.products li.product:hover .excerpt,
.post-type-archive-work ul.products li.product:hover .woocommerce-loop-product__title,
.post-type-archive-work ul.products li.product:hover .woocommerce-loop-product__description,
.woocommerce.tax-product_cat ul.products li.product:hover:before,
.woocommerce.tax-product_cat ul.products li.product:hover:after,
.woocommerce.tax-product_cat ul.products li.product:hover .excerpt,
.woocommerce.tax-product_cat ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce.tax-product_cat ul.products li.product:hover .woocommerce-loop-product__description,
.woocommerce.post-type-archive-product ul.products li.product:hover:before,
.woocommerce.post-type-archive-product ul.products li.product:hover:after,
.woocommerce.post-type-archive-product ul.products li.product:hover .excerpt,
.woocommerce.post-type-archive-product ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce.post-type-archive-product ul.products li.product:hover .woocommerce-loop-product__description {
    opacity: 1;
  }
  .tax-works-tax ul.products li.product:hover:before,
.post-type-archive-work ul.products li.product:hover:before,
.woocommerce.tax-product_cat ul.products li.product:hover:before,
.woocommerce.post-type-archive-product ul.products li.product:hover:before {
    transform: translateY(-20px);
  }
  .tax-works-tax ul.products li.product:hover:after,
.post-type-archive-work ul.products li.product:hover:after,
.woocommerce.tax-product_cat ul.products li.product:hover:after,
.woocommerce.post-type-archive-product ul.products li.product:hover:after {
    transform: rotate(180deg) translateY(0);
  }
  .tax-works-tax ul.products li.product:hover .excerpt, .tax-works-tax ul.products li.product:hover .woocommerce-loop-product__title, .tax-works-tax ul.products li.product:hover .woocommerce-loop-product__description,
.post-type-archive-work ul.products li.product:hover .excerpt,
.post-type-archive-work ul.products li.product:hover .woocommerce-loop-product__title,
.post-type-archive-work ul.products li.product:hover .woocommerce-loop-product__description,
.woocommerce.tax-product_cat ul.products li.product:hover .excerpt,
.woocommerce.tax-product_cat ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce.tax-product_cat ul.products li.product:hover .woocommerce-loop-product__description,
.woocommerce.post-type-archive-product ul.products li.product:hover .excerpt,
.woocommerce.post-type-archive-product ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce.post-type-archive-product ul.products li.product:hover .woocommerce-loop-product__description {
    transform: translateY(0);
  }
  .tax-works-tax ul.products li.product:hover img,
.post-type-archive-work ul.products li.product:hover img,
.woocommerce.tax-product_cat ul.products li.product:hover img,
.woocommerce.post-type-archive-product ul.products li.product:hover img {
    transform: scale(1);
  }
  .tax-works-tax ul.products li.product:hover.with_description .woocommerce-loop-product__title,
.post-type-archive-work ul.products li.product:hover.with_description .woocommerce-loop-product__title,
.woocommerce.tax-product_cat ul.products li.product:hover.with_description .woocommerce-loop-product__title,
.woocommerce.post-type-archive-product ul.products li.product:hover.with_description .woocommerce-loop-product__title {
    transform: translateY(-60px);
  }
  .tax-works-tax ul.products li.product:hover.with_description img,
.post-type-archive-work ul.products li.product:hover.with_description img,
.woocommerce.tax-product_cat ul.products li.product:hover.with_description img,
.woocommerce.post-type-archive-product ul.products li.product:hover.with_description img {
    transform: scale(0.8) translateY(-60px);
  }
}
@media (min-width: 1500px) {
  .tax-works-tax .container,
.post-type-archive-work .container,
.woocommerce.tax-product_cat .container,
.woocommerce.post-type-archive-product .container {
    width: 1470px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .woocommerce.post-type-archive-product ul.products li.product,
.woocommerce.tax-product_cat ul.products li.product {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .woocommerce.post-type-archive-product ul.products li.product,
.woocommerce.tax-product_cat ul.products li.product {
    width: 100%;
  }
}
#shop-category-top {
  margin-top: 80px;
  height: 80px;
  background: #fff;
}
#shop-category-top > .container {
  height: 80px;
}
#shop-category-top a {
  padding: 0 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  transition: all 250ms ease-in-out;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
}
#shop-category-top a.filter-item {
  letter-spacing: 0.25rem;
  font-size: 0.8rem;
  border-left: 1px solid #333;
  line-height: 1;
  float: left;
  display: none;
}
#shop-category-top a.filter-item:first-child {
  border: none;
}
#shop-category-top a.filter-item:hover {
  font-weight: 700;
}
#shop-category-top a.cart-customlocation {
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 7px 17px 12px;
  color: #ed7004;
  margin-left: 30px;
  float: right;
  font-weight: 700;
}
#shop-category-top a.active {
  color: #ed7004;
}
#shop-category-top a.woo-account {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-left: 30px;
  display: inline-block;
  float: right;
  display: none;
}
#shop-category-top a.woo-account > img {
  width: 100%;
  height: 100%;
}
#shop-category-top .back-item {
  padding-left: 60px;
  position: relative;
  display: block;
  float: left;
  letter-spacing: 0.3rem;
  font-size: 0.85rem;
  line-height: 1;
  margin-left: 45px;
}
#shop-category-top .back-item:after {
  content: "";
  background-image: url(../images/cross.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  #shop-category-top .back-item {
    margin-left: 15px;
    padding-left: 30px;
  }
}

.woocommerce-pagination {
  pointer-events: none;
  opacity: 0;
}

#ajax-is-loading {
  background-image: url(../images/loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: 0 auto 90px;
  opacity: 0;
  pointer-events: none;
}
#ajax-is-loading.in {
  opacity: 1;
}

/****************************/
/* Single Product 			*/
/****************************/
.woocommerce.single-product .images {
  float: right !important;
}
.woocommerce.single-product .summary {
  padding: 80px 30px 0 80px;
}
@media only screen and (max-width: 768px) {
  .woocommerce.single-product .summary {
    padding: 0 15px 0 15px;
    display: flex;
    flex-direction: column;
  }
  .woocommerce.single-product .summary > #wpis-gallery {
    order: 1;
    margin-bottom: 60px;
  }
  .woocommerce.single-product .summary > .product_title {
    order: 2;
  }
  .woocommerce.single-product .summary > h4 {
    order: 3;
  }
  .woocommerce.single-product .summary > .woocommerce-product-details__short-description {
    order: 4;
  }
  .woocommerce.single-product .summary > .price {
    order: 5;
  }
  .woocommerce.single-product .summary > .legal-price-info {
    order: 6;
  }
  .woocommerce.single-product .summary > .wc-gzd-additional-info {
    order: 7;
  }
  .woocommerce.single-product .summary > form {
    order: 8;
  }
  .woocommerce.single-product .summary .attachment-shop_thumbnail {
    margin: 5px auto !important;
  }
}
.woocommerce.single-product .summary .product_title {
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-left: -80px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .woocommerce.single-product .summary .product_title {
    font-size: 2rem !important;
    letter-spacing: 0.4rem;
    margin-left: 0;
  }
}
.woocommerce.single-product .summary .product_title:after {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  background-color: #d3d6ce;
  left: 30px;
  bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .woocommerce.single-product .summary .product_title:after {
    left: 0;
  }
}
.woocommerce.single-product .summary .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}
.woocommerce.single-product .summary .woocommerce-product-details__short-description p {
  margin: 0;
}
.woocommerce.single-product .summary .woocommerce-Price-amount {
  color: #ed7004;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
.woocommerce.single-product .summary .woocommerce-Price-amount:before {
  content: "à ";
  padding-right: 5px;
  padding-left: 10px;
}
.woocommerce.single-product .summary .woocommerce-Price-amount .woocommerce-Price-currencySymbol:before {
  content: ",— ";
}
.woocommerce.single-product .summary > .price {
  display: none !important;
}
.woocommerce.single-product .summary .legal-price-info {
  display: none;
}
.woocommerce.single-product .summary .cart {
  position: relative;
}
.woocommerce.single-product .summary .cart .submit-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce.single-product .summary .cart .submit-wrapper button {
  background: transparent;
  color: #143330;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  padding-left: 30px;
  width: 100%;
  text-align: left;
}
.woocommerce.single-product .summary .cart .submit-wrapper button.disabled:hover {
  background: transparent;
}
.woocommerce.single-product .summary .cart .submit-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 20px solid #ed7004;
  position: absolute;
  top: 5px;
}
.woocommerce.single-product .summary .cart .submit-wrapper.disabled:before {
  border-left: 20px solid #ebebeb;
}
.woocommerce.single-product .summary .cart .price {
  display: block;
}
.woocommerce.single-product .summary .cart .reset_variations {
  display: inline-block !important;
}
.woocommerce.single-product .summary .cart .variations {
  margin-top: 20px;
}
.woocommerce.single-product .summary .cart .variations td {
  line-height: 1em;
}
.woocommerce.single-product .summary .cart .variations label {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}
.woocommerce.single-product .summary .cart .variations label:after {
  content: ":";
}
.woocommerce.single-product .summary .cart .variations .reset_variations {
  padding-top: 7px;
  text-decoration: underline;
}
.woocommerce.single-product .summary .cart .variations .value {
  position: relative;
}
.woocommerce.single-product .summary .cart .variations .value:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #333;
  position: absolute;
  right: 10px;
  top: 11px;
}
.woocommerce.single-product .summary .cart .variations .value select#groesse {
  position: relative;
  appearance: none;
  border: none;
  background: #fff;
  padding: 7px 15px 5px;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce.single-product .summary .cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  min-width: 140px;
  min-height: 40px;
  float: left;
  margin-bottom: 30px;
}
.woocommerce.single-product .summary .cart .woocommerce-variation-add-to-cart .label-for-anzahl, .woocommerce.single-product .summary .cart .woocommerce-variation-add-to-cart .quantity-wrapper {
  display: inline-block;
}
.woocommerce.single-product .summary .cart .woocommerce-variation-add-to-cart .label-for-anzahl {
  width: 68px;
  font-size: 1rem;
}
.woocommerce.single-product .summary .cart .woocommerce-variation-price {
  display: inline-flex;
  height: 40px;
  align-items: center;
}
.woocommerce.single-product .summary .cart .vat-info {
  margin-top: -5px;
  font-size: 0.8rem;
  padding-left: 10px;
  float: left;
}
.woocommerce.single-product .summary .woocommerce-variation.single_variation .woocommerce-variation-price .price {
  display: flex !important;
}
.woocommerce.single-product #wpis-gallery .slick-slide {
  cursor: pointer;
  position: relative;
}
.woocommerce.single-product #wpis-gallery .slick-slide:before {
  content: "";
  width: 30px;
  height: 15px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  right: calc(50% - 15px);
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  transition: all 250ms ease-in-out;
}
.woocommerce.single-product #wpis-gallery .slick-slide:after {
  content: "";
  width: 30px;
  height: 15px;
  background: url(../images/klammer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  right: calc(50% - 15px);
  position: absolute;
  transition: all 250ms ease-in-out;
  bottom: 0px;
  opacity: 0;
  transform: rotate(180deg) translateY(10px);
}
.woocommerce.single-product #wpis-gallery .slick-slide img {
  margin: 5px;
}
.woocommerce.single-product #wpis-gallery .slick-current:before {
  transform: translateY(0);
  opacity: 1;
}
.woocommerce.single-product #wpis-gallery .slick-current:after {
  transform: rotate(180deg) translateY(0);
  opacity: 1;
}
.woocommerce.single-product .slick-slide {
  outline: none !important;
}

/****************************/
/* Login / Account 			*/
/****************************/
.woocommerce-account .woo-login-page .woocommerce {
  text-align: center;
}
.woocommerce-account .woo-login-page .woocommerce h2 {
  margin: 30px auto;
}
.woocommerce-account .woo-login-page .woocommerce-form-login {
  border: none;
  max-width: 440px;
  margin: 0 auto;
}
.woocommerce-account .woo-login-page .woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce-account .woo-login-page .woocommerce-form-login .woocommerce-LostPassword {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.woocommerce-account .woo-login-page input[type=submit] {
  display: block;
  padding: 10px 30px;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  background: #ed7004;
  color: #fbf9f5;
  border-radius: 0;
  font-size: 1.2rem;
  margin: 15px auto;
}
.woocommerce-account .woo-login-page input[type=text], .woocommerce-account .woo-login-page input[type=password] {
  padding: 10px 3px;
}

/****************************/
/* Cart 					*/
/****************************/
.woocommerce-cart h2 {
  margin-left: 0;
  font-size: 2rem;
}
.woocommerce-cart h2:after {
  display: none;
}
.woocommerce-cart table.shop_table {
  border: none;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.woocommerce-cart table.shop_table .product-remove > a {
  color: #fbf9f5 !important;
  visibility: hidden;
  position: relative;
}
.woocommerce-cart table.shop_table .product-remove > a:before {
  content: "";
  background-image: url(../images/cross.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 5px;
  visibility: visible;
}
.woocommerce-cart table.shop_table td {
  padding: 4px 12px;
}
.woocommerce-cart table.shop_table td.actions {
  padding-top: 30px;
}
.woocommerce-cart table.shop_table td.actions input[type=submit] {
  background: transparent;
  color: #143330;
  border-radius: 0;
  padding: 9px 3px;
  font-size: 0.85rem;
}
.woocommerce-cart table.shop_table td.actions input[type=submit]:hover {
  background: transparent;
  text-decoration: underline;
}
.woocommerce-cart table.shop_table td.actions #coupon_code {
  margin-right: 15px;
}
.woocommerce-cart table.shop_table thead th {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
}
.woocommerce-cart table.shop_table .product-quantity input[type=number] {
  background-color: #d3d6ce;
  border: none;
  margin-top: -21px;
  margin-bottom: -20px;
  padding: 10px 0 10px 10px;
  width: 80px;
  text-align: center;
  outline: none !important;
}
.woocommerce-cart .cart_totals .checkout-button {
  background-color: #ed7004 !important;
  border-radius: 0;
  font-weight: 300;
}
.woocommerce-cart .cart_totals th {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  font-weight: 300 !important;
}
.woocommerce-cart .cart_totals .order-total td {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 30px;
  }
  .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td {
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item .input-text.qty.text {
    margin: -4px 0 0 0;
    float: right;
    margin-right: -12px;
    text-align: center !important;
    padding-left: 0;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce-cart .wc-proceed-to-checkout {
    text-align: center !important;
    padding-top: 30px;
  }
  .woocommerce-cart .wc-proceed-to-checkout > a {
    display: inline-block !important;
  }
}

/****************************/
/* Checkout */
/****************************/
body.woocommerce-checkout h3 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 20px;
}
body.woocommerce-checkout h3#ship-to-different-address {
  font-size: 1rem;
  color: #ed7004;
  font-family: "Open Sans", sans-serif;
  letter-spacing: none;
  letter-spacing: 0;
}
body.woocommerce-checkout h3#ship-to-different-address label {
  font-weight: 400;
}
body.woocommerce-checkout h3#ship-to-different-address input {
  margin-left: -20px;
  margin-top: 1px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-checkout h3#ship-to-different-address input {
    margin-left: 0;
  }
}
body.woocommerce-checkout h3#order_review_heading, body.woocommerce-checkout h3#order_payment_heading {
  margin-top: 90px;
}
body.woocommerce-checkout input {
  padding: 5px 5px 7px;
}
body.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox input {
  position: relative;
}
body.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox a {
  text-decoration: underline;
}
body.woocommerce-checkout button#place_order, body.woocommerce-checkout button#place_order:hover {
  background: #ed7004;
  border-radius: 0;
  padding: 15px 60px;
  font-weight: 400;
  font-size: 1.3rem;
  float: right;
  transition: 150ms all ease-in-out;
  margin-top: 30px;
}
body.woocommerce-checkout button#place_order:hover {
  opacity: 0.9;
}
body.woocommerce-checkout .woocommerce-checkout-payment {
  background: #efeee9 !important;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods {
  background: #efeee9;
  border: none !important;
  padding: 30px !important;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods .payment_box {
  padding: 0 !important;
  background: transparent !important;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods .payment_box:before {
  display: none !important;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  background: transparent;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-top: none;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td, body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td, body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
body.woocommerce-checkout .legal.form-row.checkbox-legal.validate-required {
  padding: 15px !important;
  background: #efeee9;
  width: 100%;
  transition: all 250ms ease-in-out;
  /*
  &.woocommerce-validated {
  	background: transparent;
  }
  */
}
body.woocommerce-checkout .legal.form-row.checkbox-legal.validate-required label {
  font-weight: 400;
}
body.woocommerce-checkout .form-row.woocommerce-invalid label a {
  color: #a00;
}

/****************************/
/* Order Recived */
/****************************/
.woocommerce-order-received h2 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.woocommerce-order-received h2:after {
  display: none;
}
.woocommerce-order-received address {
  border: none !important;
}
.woocommerce-order-received .woocommerce-table--order-details {
  background-color: transparent !important;
  border: none !important;
}
.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding-left: 12px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding-bottom: 15px;
  }
}
.woocommerce-order-received .woocommerce-notice {
  margin-bottom: 30px;
}

.tax-works-tax div.tax-works-header,
.post-type-archive-work div.tax-works-header {
  margin-top: 120px;
}
.tax-works-tax div.tax-works-header h1,
.post-type-archive-work div.tax-works-header h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 4.09rem;
}
.tax-works-tax div.tax-works-header h1:after,
.post-type-archive-work div.tax-works-header h1:after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  background-color: #d3d6ce;
  left: 0;
  bottom: 0;
}
.tax-works-tax div.tax-works-header div.subheadline,
.post-type-archive-work div.tax-works-header div.subheadline {
  padding-left: 60px;
}
.tax-works-tax ul.products,
.post-type-archive-work ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  margin-top: 120px;
  margin-bottom: 45px;
}
.tax-works-tax ul.products > li,
.post-type-archive-work ul.products > li {
  position: relative;
  float: left;
  cursor: pointer;
}
.tax-works-tax ul.products > li a,
.post-type-archive-work ul.products > li a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tax-works-tax ul.products > li a,
.post-type-archive-work ul.products > li a {
    flex-direction: column;
  }
}
.tax-works-tax ul.products > li a h2,
.post-type-archive-work ul.products > li a h2 {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tax-works-tax ul.products > li a h2,
.post-type-archive-work ul.products > li a h2 {
    text-align: center !important;
    opacity: 1 !important;
    font-size: 1.4rem !important;
    transform: none !important;
    position: static !important;
  }
}
.tax-works-tax ul.products > li a img,
.post-type-archive-work ul.products > li a img {
  max-height: 260px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
  .tax-works-tax ul.products > li,
.post-type-archive-work ul.products > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .tax-works-tax ul.products > li,
.post-type-archive-work ul.products > li {
    height: auto;
    width: 100% !important;
    float: none;
  }
}

.postid-1519 .details, .postid-1103 .details {
  right: -50px;
  bottom: 30px;
}

.single-work .entry-content > div:first-child .wpb_column .wpb_column {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .single-work .entry-content > div:first-child .wpb_single_image {
    text-align: center !important;
  }
  .single-work .entry-content > div:first-child .wpb_single_image img {
    max-height: 330px;
    width: auto;
  }
  .single-work .entry-content > div:first-child .details {
    display: none;
  }
}
.single-work .mobil-overview-icon {
  display: none;
}
@media only screen and (max-width: 768px) {
  .single-work .mobil-overview-icon {
    display: block;
  }
  .single-work .mobil-overview-icon img {
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
  }
}
.single-work .work-link {
  position: absolute;
  z-index: 9;
  right: 10px;
  width: 85px;
  top: calc(50vh - 75px);
  transition: all 150ms ease-out;
  margin-bottom: 20px;
}
.single-work .work-link a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .single-work .work-link a {
    display: flex;
    align-items: center;
  }
}
.single-work .work-link img {
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .single-work .work-link img {
    height: 30px;
  }
}
.single-work .work-link p {
  color: #d3d6ce;
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .single-work .work-link p {
    width: 100px;
    padding-top: 0;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
.single-work .work-link.link-next {
  text-align: right !important;
}
.single-work .work-link.link-next p {
  text-align: right !important;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .single-work .work-link.link-next {
    float: right;
  }
  .single-work .work-link.link-next a {
    flex-direction: row-reverse;
  }
}
.single-work .work-link.link-prev {
  left: 10px;
}
.single-work .work-link.link-prev img {
  transform: rotate(180deg);
}
.single-work .work-link.link-prev p {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .single-work .work-link.link-prev {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .single-work .work-link {
    position: static;
    padding: 0;
    width: auto;
  }
}
.single-work h1 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.96rem;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .single-work h1 {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
}
.single-work h2 {
  letter-spacing: 0.4rem;
  font-size: 5rem;
  hyphens: none;
}
@media (min-width: 767px) {
  .single-work h2 {
    font-size: 3rem;
    hyphens: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .single-work h2 {
    font-size: 4.5rem;
    hyphens: none;
  }
}
@media (min-width: 768px) {
  .single-work .wpb_text_column p {
    padding-left: 60px;
  }
}
.single-work .wpb_text_column.credit {
  position: absolute;
  transform: translateY(-100%);
}
.single-work .wpb_text_column.credit p {
  padding: 5px 30px;
}
.single-work .wpb_single_image {
  margin-bottom: 0;
}
.single-work.postid-845 h2 {
  font-size: 4rem;
}
.single-work #footer {
  margin-top: 0;
}
@media (min-width: 992px) {
  .single-work #middle {
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-work #middle {
    width: 970px;
  }
}
@media only screen and (min-width: 1280px) {
  .single-work #middle {
    width: 1170px;
  }
}

.blog #middle {
  margin-top: 100px;
}
.blog article.post {
  margin-bottom: 90px;
  /*
  &.is-odd {
  	>.row {
  		>.col {
  			&:nth-child(1) {
  				float:right;	
  			}
  		}
  	}
  }
  */
}
@media only screen and (max-width: 999px) {
  .blog article.post h2 {
    hyphens: auto;
  }
}
.blog article .btn-more {
  display: inline-block;
  margin-top: 1em;
  background: transparent;
  border: 1px solid #d3d6ce;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #666;
  font-size: 14px;
  padding: 14px 30px;
}
.blog article .btn-more:hover {
  border-color: #143330;
  color: #143330 !important;
}

header.page-header.with-bg-image {
  min-height: calc(100vh - 80px);
  position: relative;
  align-items: center;
  display: flex;
  margin-top: 0;
}
header.page-header.with-bg-image div.bg-image {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: calc((100vw - 100%) / 2 * -1);
  background-size: cover;
  background-position: center center;
}
header.page-header.with-bg-image div.headline-container {
  width: 50%;
}
header.page-header.with-bg-image div.headline-container div.padding-left {
  position: relative;
}
header.page-header.with-bg-image div.headline-container h2 {
  color: white;
  font-size: 1.16rem;
}
header.page-header.with-bg-image div.headline-container h2:after {
  display: none;
}
header.page-header.with-bg-image div.headline-container p {
  font-weight: 400;
  position: relative;
}

.page-id-19 #impressum-header, .page-id-1481 #impressum-header {
  background-color: #143330;
}
.page-id-19 #impressum-header h2, .page-id-19 #impressum-header p, .page-id-19 #impressum-header a, .page-id-1481 #impressum-header h2, .page-id-1481 #impressum-header p, .page-id-1481 #impressum-header a {
  color: #fbf9f5;
}
.page-id-19 h2, .page-id-1481 h2 {
  margin-left: 0;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  margin: 60px 0 30px;
  width: 100%;
  display: block;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
}
.page-id-19 h2:after, .page-id-1481 h2:after {
  display: none;
}
.page-id-19 h3, .page-id-1481 h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 2px;
}

#cookie-notice.cn-bottom {
  width: 700px;
  min-width: 0;
  right: 30px;
  bottom: 30px;
  left: auto;
  padding: 15px;
  background-color: rgba(251, 249, 245, 0.9) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  height: 120px !important;
}
#cookie-notice.cn-bottom .cookie-notice-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0;
  height: 100%;
}
#cookie-notice.cn-bottom .cookie-notice-container #cn-notice-icon {
  display: none;
}
#cookie-notice.cn-bottom .cookie-notice-container #cn-notice-text {
  width: 380px;
  min-width: 0;
  display: block;
  float: right;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #143330;
}
#cookie-notice.cn-bottom .cookie-notice-container #cn-notice-text a {
  color: #143330;
  text-decoration: underline;
}
#cookie-notice.cn-bottom .cookie-notice-container #cn-accept-cookie {
  margin-left: 0;
  background: #143330 !important;
  border: none;
  border-radius: 0;
  padding: 15px 15px;
  color: #fff !important;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-right: 20px;
  transition: 150ms all ease-in-out;
}
#cookie-notice.cn-bottom .cookie-notice-container #cn-accept-cookie:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 576px) {
  #cookie-notice.cn-bottom {
    right: 0;
    bottom: 0;
    max-width: 100vw;
    height: auto !important;
  }
  #cookie-notice.cn-bottom .cookie-notice-container {
    flex-direction: column-reverse;
  }
  #cookie-notice.cn-bottom .cookie-notice-container #cn-notice-text {
    width: 100%;
    padding-top: 15px;
  }
  #cookie-notice.cn-bottom .cookie-notice-container #cn-accept-cookie {
    margin: 0;
    width: 100%;
    text-align: center !important;
    padding: 6vw;
  }
}

/*# sourceMappingURL=build.css.map */
