@font-face{
    font-family:"Foundryregular";
    src:url("../fonts/Foundry-Monoline-W04-Regular.ttf") format("truetype");
}
img{max-width: 100%}
a:hover{text-decoration: none;}
*{margin: 0;padding: 0}
ul , li{list-style: none;
/*font-weight: bold;*/
}
.navigation{
       position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #   ;
    max-width: 500px;
    width: 100%;
    z-index: 999;
    padding-top: 100px;
    padding-left: 70px;
    display: none;
    background-color: rgba(0,0,0,.9);
}
.cross-nav{
    position: absolute;
    right: 20px;
    top: 20px;
}
.nav-overlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
/*    background: #000000c4;*/
    z-index: 99;
    display: none;
}
.navigation ul{
    margin-bottom: 20px;
}
.navigation ul li a{
    color: #fff;
    font-size: 24px;
    padding: 0px 0px;
    display: inline-block;letter-spacing: 0.5px;
    position: relative;
}
.navigation ul ul {
    display: none;
    margin-bottom: 50px;
}
.navigation ul li:hover ul {
    display: block;
}
.navigation ul li a:hover{
    font-weight: bold;
}
.navigation ul li a:before {
/*    content: ">";*/
    padding: 0 0px 0 0;
    position: absolute;
    left: 0;
    display: none;
}
.navigation ul li a:hover:before {
    display: block;
}
.navigation ul h2{
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}
.scroll-nav {
    overflow: auto;
    height: 100%;
}
.scroll-nav::-webkit-scrollbar {
  width: 5px;
}
 
.scroll-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.scroll-nav::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.ft-row{display: flex;align-content:center;margin-top: 16px;
justify-content:space-between}
.ft-row ul {
    display: flex;
}
.ft-row ul a {
    font-size: 20px;
    margin: 20px;
    color: #000;
/*font-family:"Foundryregular";*/
font-weight: bold;
}
.ft-row ul a:hover {
    border-top: 2px solid;
    padding-top: 5px;
}
.sidebar {
    margin: 15px;
}
header {
    position: fixed;
    width: 100px;
    left: 0;
    top: 0;
}
body{
    padding-left: 100px ;
}
.sidebar li.logo {
    margin: 0 0 70px;
}
.sidebar ul li img {
    width: 30px;
}
.sidebar ul li.logo img {
    width: 60px;
}
.sidebar li.menu a {
    position: relative;
    transform: rotate(-90deg);
    display: inline-block;
    top: 0;
    font-family:"Foundryregular";
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #333;
    font-size: 20px;
    left: -3px;
}

.sidebar ul li.menu {
    padding-bottom: 60px;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 20px;
    text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 20px;
    z-index: 1;
    width: 50px;
    opacity: 1;
    left: 50%;
}
.carousel-control-prev {
    left: 46%;
}
.carousel-control-next {
    right: 46%;
    left: auto;
}
.carousel-control-next img, .carousel-control-prev img{
    width: 20px;
	
}
.small-banner .carousel-control-prev{
    left: 42%;
}
.small-banner .carousel-control-next{
right: 42%;
}
.overlay-text {
    position: absolute;
    top: 0;
    right: 0;
    
    padding: 40px;
    left: 20%;
    color: #fff;
}
.overlay-text .text{
    position: relative;
    z-index: 9;
    margin: 100px;
    margin-left: 20px;
}
.overlay-text .overlay{
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.6;
}
.home-banner{position: relative;}
.overlay-text .cross{
    position: relative;z-index: 9;
}
.overlay-text .text address a{
    margin-right: 20px;
}
.overlay-text .text{
    font-size: 20px;
}
.overlay-text .text address h2{font-size: 24px;margin: 0}
.ft-row ul li:first-child a {
    margin-left: 0;
}
.ft-row ul li:last-child a {
/*    margin-right: 0;*/
}
.watar-mark{
    position: absolute;
    right: 0;
    /*top: 170px;*/
	top: 94px;
}
.page-keramik ,.page-feuser{
    background: #efefef;
    padding:40px 0px 0 70px;
    padding-bottom: 1px;
/*    max-width: 1280px;*/
}
.containera {
/*    max-width: 1280px;*/
}    
.page-feuser{
    background: #999;
}
.page-impressum{background: #fff;min-height:650px;/*padding-left: 40px*/}
.flex-box {
    display: flex;
}

.flex-box .carousel {
    width: 60%;
    
}

.link-block {position: sticky;top:0;z-index: 99;margin: 0}
.link-block h3 {
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.right-block {
    width: 40%;
    position: relative;z-index: 9;
    margin-left: 30px;
}

.link-block li a {
    font-size: 20px;
    padding: 4px 0 4px 25px;
    display: inline-block;
    color: #333;
    position: relative;
}

.link-block li a:hover {
    font-weight: bold;
}

.link-block li a:before {content: ">";padding: 0 0px 0 0;position: absolute;left: 0;display: none;}

.link-block li a:hover:before {
    display: block;
}
.black-filter img{
    opacity: .1;
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.platten {
   /* max-width: 60%;*/
/*   max-width: 55%;*/
    margin-top: 40px;
}
.banner-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.platten h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 10px;
}

.platten p {
    line-height: 30px;
    font-size: 20px;
}

.platten a {
    display: inline-block;
    /*margin: 20px 0 50px;*/
	/*margin: 0px 0 14px;*/
    font-size: 20px;
    border-bottom: 2px solid;
    color: #333;
}
.page-feuser .link-block h3, .page-feuser .link-block li a, .page-feuser .platten h2, .page-feuser .platten p, .page-feuser .platten a {
    color: #fff;
    border-color: #fff;
}
.page-feuser .black-filter img{
    opacity: 0.3;
    filter: unset;
}
.full-block{
    max-width: 100%;
}
.platten .border-bottom{
    border-bottom: 2px solid #333 !important;
    padding: 15px 0;
    margin-bottom: 40px;
}
.search-block {
    position: fixed;
    background: #000;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.search-block.show {
    opacity: 1;
    visibility: visible;
}
.inner-search{
    display: flex;
/*    justify-content: center;*/
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.search-block .logo {}

.search-block .logo img {
    filter: brightness(0) invert(1);
    max-width: 100px;
    margin-right: 40px;
}
.search-block form {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #fff;
    width: 60%;
}

.search-block form label {
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 20px 0 0;
}

.input {
    background: #fff;
    padding: 10px;
}

.input input[type="text"] {
    color: #333;
    outline: none;
    padding: 5px 0px;
    max-width: 400px;
    border: none;
    border-bottom: 1px solid #333;
    font-weight: 500;
}

.cross-btn {
    position: absolute;
    right: 50px;
    top: 50px;
}
.cross-btn img {
    width: 35px;
}
.firma-banner {
    display: flex;
}
.firma-banner .carousel{
    display: none;
}
.row-one {
    text-align: right;
}
.row-one a{
    position: relative;
}
.row-two {
    text-align: left;
    margin-left: 20px;
}
.firma-banner a {
    display: block;
    margin: 0 0 20px;
}
.plus-sign {
    /* background: red; */
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    cursor: pointer;
}
.plus-sign:before {
    content: "";
    height: 35px;
    width: 5px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 14px;
}
.plus-sign:after {
    content: "";
    height: 5px;
    width: 35px;
    display: block;
    background: #fff;
    position: absolute;
    top: 14px;
}
.popup-slider {
    position: fixed;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 100px;
    display: none;
}
.popup-slider .carousel {
    max-width: 700px;
    margin: auto;
}
.cross-btn-silder {
    position: absolute;
    right: 50px;
    top: 50px;
}
.cross-btn-silder img {
    width: 30px;
}
footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 2px;
    z-index: 9;
}

.mobile-none{
    display: block;
}
.frima-main .firma-banner{
    width: 53%;
}
.frima-main .right-block {
    width: 47%;
}    




.slider-popup {
    position: fixed;
    background: #000000e0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.slider-popup .slider-inner {
    /*max-width: 980px;*/
	max-width: 1140px;
   /* margin: 0px auto;*/
	    margin: -53px auto;
    position: relative;
    padding: 70px;
}
.slider-popup .slider-inner .cross-btn {
    right: 0;
    top: 80px;
}
.slider-popup .slider-inner .small-banner .carousel-control-prev {
    left: 43%;
}
.slider-popup .slider-inner .small-banner .carousel-control-next {
    right: 44%;
}
.overlay-text .text p {
    color: #fff;
}
.slider-popup.slider-popup-show {
    display: flex;
    align-items: center;
    justify-content: center;
}



@media only screen and (min-device-width: 1370px) and (max-device-width: 1900px) {
/*  body{background: red}*/
  .watar-mark {
    left: auto;
  }
  .watar-mark.home-mark {
    left: auto;
}
  .container-new{max-width: 1350px}

}
@media screen and (max-width:1200px){
.watar-mark img {
    max-width: 250px;
}
.carousel-control-next img, .carousel-control-prev img {
    margin: 0px !important;
}

}

@media screen and (max-width:1024px){
.overlay-text{
    left: 10%;
}
.watar-mark img {
    width: 200px;
}

}

@media screen and (max-width:1024px){

.plus-sign:before {
    height: 25px;
    left: 10px;
}
.plus-sign:after {
    width: 25px;
    top: 10px;
}    
.carousel-control-next img, .carousel-control-prev img{
    width: 15px;    
}    
.carousel-control-next img, .carousel-control-prev img{
    margin: 0 !important;
}    
.inner-search{
    display: block;    text-align: center;
}
.search-block .logo img {
    margin-right: 0;
}
.search-block form {
    display: block;
    width: 100%;
}
.search-block form label{
    margin: 20px 0;
}
.frima-main .firma-banner{
    width: 100%;
}
.frima-main .right-block {
    width: 100%;
	display: none;
}      
.mobile-none{
    display: none;
}    
footer{position: static;}    
.flex-box .carousel img.d-block.w-100 {
height: 220px;
}
.firma-banner .carousel{
    display: block;
}    
.firma-banner .row-one , .firma-banner .row-two{
    display: none;
}
 .flex-box, .firma-banner , .ft-row , .ft-row ul{
    display: block;
 }  
 .page-keramik, .page-feuser {
    padding: 25px 20px 0;
}
.ft-row ul li:first-child a ,.ft-row ul a{
    margin: 3px 0;
    display: inline-block;
/*    font-size: 18px;*/
}
.overlay-text .text address a {
    margin-left: 0;
}
.platten{
    max-width: 100%;
}
.row-one , .row-two{
    text-align: left;
    margin: 0;
}
.right-block {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-left: 0;
}
.link-block li a{
    padding: 4px 0 4px 0;
}
.sidebar li.logo {
    margin: 0 0 40px;
}
.sidebar ul li{
    text-align: left;
    padding-left: 0px;
}
.sidebar li.menu a{
    left: -15px;
}
.sidebar ul li.menu {
    padding-bottom: 40px;
    margin: 0;
}
.sidebar ul li.logo img {
    width: 50px;
}
body {
    padding-left: 70px;
}
.sidebar {
    margin: 15px 0 0px 10px;
}
.flex-box .carousel {
    width: 100%;
    margin-bottom: 25px;
}
.watar-mark {
    position: absolute;
    right: -20px;
    top: 0;
    max-width: 200px;
}


.overlay-text {
    position: static;
    top: 0;
    right: 0;
    padding: 0;
    left: 20%;
    color: #000;
}
.overlay-text .overlay, .overlay-text .cross{display: none;}
.overlay-text .watar-mark {
    display: none;
}
.overlay-text .text {
        padding: 30px;
    margin-left: 0;
    margin: 0;
    background: #333;
    color: #fff;
}

.small-banner .carousel-control-next , .carousel-control-next , .slider-popup .slider-inner .small-banner .carousel-control-next{
    right: 43%;
}
.small-banner .carousel-control-prev ,.carousel-control-prev , .slider-popup .slider-inner .small-banner .prev{
    left: 43%;
}
.page-firma .link-block li{
    display: none;
}
.slider-popup .slider-inner{
    padding: 15px;
    margin: 0 auto;
}
.slider-popup .slider-inner .cross-btn {
    right: 30px;
    top: 30px;
    z-index: 9;
}
.firma-banner a{
    margin: 0;
}
.flex-box .carousel img.d-block.w-100{
    height: auto;
}

}



@media screen and (max-width:768px){
.flex-box .carousel img.d-block.w-100{
    height: auto;
}


}



@media screen and (max-width:580px){
.sidebar ul li.logo img{
    width: 40px;
}    
.sidebar ul li img {
    width: 25px;
}
body {
    padding-left: 55px;
}
.sidebar {
    margin: 15px 0 0px 8px;
}
.sidebar li.menu a {
    left: -8px;
    font-size: 18px;
}
.watar-mark {
    max-width: 130px;
    right: 0;
}
.small-banner .carousel-control-next , .carousel-control-next , .slider-popup .slider-inner .small-banner .carousel-control-next{
    right: 40%;
}
.small-banner .carousel-control-prev ,.carousel-control-prev , .slider-popup .slider-inner .small-banner .carousel-control-prev{
    left: 40%;
}
.watar-mark {
/*    max-width: 160px;*/
}
.page-keramik, .page-feuser {
    padding: 15px 15px 0;
}
.page-keramik .watar-mark{
    right: -15px;
}

}

@media screen and (max-width:460px){
.small-banner .carousel-control-next , .carousel-control-next , .slider-popup .slider-inner .small-banner .carousel-control-next{
    right: 37%;
}
.small-banner .carousel-control-prev ,.carousel-control-prev , .slider-popup .slider-inner .small-banner .carousel-control-prev{
    left: 37%;
}
}

button.sub-menu-toggle {
    display: none;
}


element.style {
}
ul#menu-keramik {
    font-weight: bold;
}

ul#menu-firma {
    font-weight: bold;
}

ul#menu-feuer {
    font-weight: bold;
}

ul#menu-standorte {
    font-weight: bold;
}