@charset "UTF-8";
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Italic';
    src: url('fonts/lato-italic-webfont.woff2') format('woff2'),
         url('fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('fonts/rajdhani-light-webfont.woff2') format('woff2'),
         url('fonts/rajdhani-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@keyframes knbs {
  0% { 
        margin-left: -10vw;
    }

 100% {
        margin-left: 0vw;
      }
}

@keyframes flyin-left {
    0% { 
        opacity: 0;
        left: -140px;      
    }
    100% { 
        opacity: 1;
        left: 0px;
    }
}


/* ================================================================= */


* {
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}
body {
    font-family: 'Lato', serif;
    font-size: 18px;
    line-height: 26px;
	color: #575757;
	background-color: #fff;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;	}
a {
    border: none;
    text-decoration: none;
}
a:link {
        font-family: 'Lato', sans-serif;
        font-size: 1rem;
        color:#845383;
        text-decoration: none;
        display: inline;
        letter-spacing: 0.1em;
}
a:visited {
       color: #845383; 
}
a:hover {
        color:#eb5816;
}
a:active {
        color:#eb5816;
}

#bigpicture-down {
    background-color: rgb(46, 46, 46, 0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: -100vw;
    z-index: 1000;
    -moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#bigpicture-up {
    background-color: rgb(46, 46, 46, 0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 100vw;
    z-index: 1001;
    padding: 4vw 10vw 4vw 10vw;
    margin: auto;
    color: white;
    display: grid;
    grid-gap: 10px; 
    grid-template-rows: minmax(min-content, min-content);  
    grid-template-columns: 1fr;
 
    -moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;   
}
#galclose {
    z-index: 2001;
    position: fixed;
    left: 40%;
    top: -500px;
    width: 20%;
    color: white;
    text-align: center;
}
#galclose img {
    width: 20%;
    cursor: pointer;
}
#galbild {
    text-align: center; 
}
#galbild img {
    width: 80%;
}

#galcapt {
    text-align: center;
}

h1, h2, h3, h4, h6 {
    font-family: 'Rajdhani', sans-serif;
    color: rgb(250, 90, 22);
}
h1 {
    font-size: 5vw;
    line-height: 5.25vw;
    margin-top:5vw;
    margin-bottom:5vw;

}
h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
h3 {
    font-size: 3vw;
    line-height: 3.8vw;
}
h4 {
    font-size: 2.7em;
    line-height: 1.2em;
    color: rgba(255,255,255,1.00);
    margin-top:5vw;
    margin-bottom:5vw;
}
h5 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 3vw;
    line-height: 10vw;
    color: #f8e1e1;
}
h6 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.6vw;
    line-height: 3vw;
}
section {
    position: relative;
    width: 100%;
}
section#smuehle {
    padding: 4rem 8rem 0 8rem;
    background-color: white;
}
section#sleistungen {
    padding: 4rem 8rem 10rem 8rem;
    background-color: #faf1ec;
    background-image: url(images/stern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 105%;
}
section.hdlne {
    padding: 2rem 8rem 0 8rem;
    background-color: white;
}
section#sreferenzen {
    padding-bottom: 6rem;
}
nav {
    position: absolute;
    left: 0;
    top: 0.8vw;
    padding-left: 1rem;
    width:100vw;
    margin:auto;
    text-align: left;
}
#offcanvas {
	padding: 2em;
	position: relative;
	width: 100%;
	background-color: #eb5816;
    display:none;
    color: white;
}
#offcanvas div {
    position:absolute;
    right: 2em;
    top: 2em;
    width: 50px;
}
#offcanvas a:link {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.45em;
	display: block;
	text-decoration: none;
	color: #EEEEEE;
    display: inline;
}
#offcanvas a:visited {
	color: #EEEEEE;
}
#offcanvas a:hover {
	color: rgb(255, 169, 132);
}
#offcanvas a:active {
	color: rgb(250, 90, 22);
}
#infotext {
    width:66%;
    margin: auto;
    font-size: 1.08em;    
    line-height: 1.4em;
    margin-top: 6em;
}
nav ul {
    padding-left: 0.75em;
    padding-top: 0.75em;
}
nav ul li {
    display: inline;
    padding: 0.4em;
}
nav a:link {
    font-family: 'Lato', sans-serif;
    font-size: 0.97rem;
    color: rgb(250, 90, 22);
    text-decoration: none;
    display: inline;
    letter-spacing: 0.1rem;
    padding-top: 9px;
}
nav a:visited {
    color: rgb(250, 90, 22);
}
nav a:hover {
    color:#eb1668;
    border-top: 1px solid #eb1668;
}
nav a:active {
    color:#eb1668;
}
#contentwrapper {
    position: relative;
    width: 100%;
    margin: auto;
}
#topheader {
    position: fixed;
    width: 100vw;
    top:0;
    height: 4.4rem;
    z-index: 101;
    background-color: #ede6e6;
    box-shadow: 30px 0px 60px #bebebe;             
}
header {
    position: relative;
    top: 4.3rem;
    width: 100vw;
    height: 45vw;
    background-size: cover; 
    background-position: center top;
    background-repeat: none;
}
header img {
    width: 100%;
    height: auto;
}
#slwrapper {
    position:relative;
	width:100%;
	background-image: url(images/headbilder/1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#slwrapper img {
    width: 100%;
}
.hb {
    position:relative;
    top: 0.4rem;
}
#mobileheader {
    position: relative;
    display: none;
    width:100%;
    text-align: left;
    padding-left: 2rem;
    max-height: 100px;
}
#mobileheader div {
    position:absolute;
    right: 2em;
    top: 2.5em;
    text-align: right;
}
#mobileheader > img  {
    width: 70%;
    display: inline;
    margin-top: 2.5rem;
}
#mobileheader img.nvs {
    width: 50px;
}
#logo {
    position: absolute;
    right: 6vw;
    top: 25vw;
    width: 40%;
    margin:auto;
    text-align: center;
    z-index: 50;
}
#logo img {
    width: 100%;
}
.scrollnav {
    display: none;
    width: 80%;
    margin: auto;
    text-align: center;
    display: none;
}
.scrollnav img {
    width: 38px;
    display: inline;
}
#scrollnavfooter {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 38px;
}
#srollnavfooter img {
    width: 100%;
}
#steam {
    background-image: url("images/hgangebote.jpg");
    background-attachment: fixed;
    background-size: cover;
    color: white;
    width: 100%;
    margin: auto;
    padding: 4rem 8rem 8rem 8rem;
}
#steamcontent {
    display: grid; 
    width: 100%;
    grid-gap: 10px; 
    grid-template-columns: 1fr 1fr;
}
#steamcontent a:link {
    color:#b0e7ff;
}
#steamcontent a:visited {
    color:#b0e7ff;
}
#steamcontent a:hover {
    color:white;
}
.bglayer {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: whitesmoke;
    background-image: linear-gradient(to bottom, rgb(206, 48, 35, 0.7), rgb(206, 48, 35, 0.95));
    background-size: cover;
    padding-left: 30px; 
    padding-right: 30px;
    text-align: center;
    border-radius: 12px;
}
.bglayer2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #464646;
    background-image: linear-gradient(to bottom, rgb(244, 224, 209, 0.9), rgb(244, 224, 209, 0.6));
    background-size: cover;
    padding-left: 30px; 
    padding-right: 30px;
    text-align: center;
    border-radius: 12px;
}
.bglayer2 h1 {
    color:#d97816 !important;
    font-family: 'Lato', sans-serif;
    font-size: 2em !important;
    line-height: 1em;
}
.bglayer2 img {
    width: 60%;
    border-radius: 12px;
}
.bglayer h1 {
    
    color:white;
    font-family: 'Lato', sans-serif;
    font-size: 2em !important;
    line-height: 1em;
}
.bglayer img {
    width: 60%;
    border-radius: 12px;
}
.smuehlebilder {
    display: grid; 
    width: 80%;
    margin: auto;
    grid-gap: 20px; 
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
    margin-top: 6rem; 
}
.smuehlebilder img {  
    width: 100%;
    margin: auto;
    border-radius: 12px;
}
.smuehlebilder:nth-child(2) {
    margin: 0;
}
.bglayer .rechtstext {
    text-align: right !important;
}
.bglayer2 .rechtstext {
    text-align: right !important;
}
#steam h1 {
    font-family: 'Rajdhani', sans-serif;
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 1em;
}
p.mehr {
    text-align: right;
    padding: 2em;
}
#sreferenzen {
    display: grid;
    grid-gap: 2px; 
    background-image: url("images/hgref2.jpg");
    background-size: cover;
    grid-template-rows: minmax(min-content, min-content);  
    grid-template-columns: 1fr 1fr;
    padding: 0 10rem 2rem 10rem;
    font-family: 'lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #db5c23;
}
#refrechts {
    text-align: left;
    padding-left: 12px;
    border-left: 1px dotted rgb(255, 172, 137);
}
#reflinks {
    text-align: right;
    padding-right: 12px;
}
#simpds {
    height: 0;
    width: 60%;
    margin: auto;
    text-align: left;
    padding-top: 0;
    overflow: hidden;
    font-size: 1rem;
    -moz-transition: all 2s;
	-webkit-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
#simpds h2 {
    color: #bc2323;
}
.footerheadl {
    width: 80%;
    margin:auto;
    text-align: center;
    margin-bottom: 6em;
    margin-top: 2em;
}
.kenburns {
    -webkit-animation: kbns 10s 1; 
    -moz-animation: kbns 10s 1; 
    -o-animation: knbs 10s 1; 
    animation: knbs 10s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.flnlft {
    position: relative;
   -webkit-animation: flyin-left 0.8s 1; 
    -moz-animation: flyin-left 0.8s; 
    -o-animation: flyin-left 0.8s; 
    animation: flyin-left 0.8s; 
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
}
.trennung1 {
		-ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
         hyphens: auto;	
}
.zwsp {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		text-align:left;		
}
#headl2, #headl3 {
   opacity:0; 
}
footer {
    position: relative;
    background-image: url(images/footerhg.jpg);
    background-position: center;
    background-size: cover;    
    width: 100%;
    padding: 3.5rem 0 4rem 0;
}
#footercontent {
    width:94%;
    margin:auto;
    display:grid;
    grid-gap: 10px; 
    grid-template-rows: minmax(min-content, min-content);  
    grid-template-columns: repeat(16, 1fr);
    grid-template-areas: 
        
        ". . footermain footermain footermain footermain footermain footermain footermain footermain footeraside footeraside footeraside footeraside . .";
}
#footermain {
        grid-area: footermain;
        color:#f0f0f0;
        text-align: left;
        font-size: 1rem;
        line-height: 1.7rem;
}
#footermain h1, h2, b, i {
        color: rgb(255, 172, 137);
}
.telnummer {
        color: #ffe7e7 !important;
}
#footeraside {
        grid-area: footeraside;
        font-size: 1rem;
        color:#ffe7e7;
        text-align: left; 
        line-height: 1.6rem;
        padding-top: 10vw;
}
 #footeraside a:link {
    font-family: 'Rajdhani', sans-serif;
    border: none;
    text-decoration: none;
    color: rgb(255, 203, 182);
    font-size: 1.6rem;
    line-height: 1.8rem;
}
#footeraside a:visited {
    color: rgb(255, 203, 182);
}
#footeraside a:hover {
    color: white;
}
#footeraside a:active {
    color: white;
}
#footermain a:link {
    border: color: #ffd6a6;
    text-decoration: nonw;
    color: white !important;
    padding: 4px;
    letter-spacing: 0.4;   
}
#footermain a:visited {
    color: #ffd6a6;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1300px) {	
    body {
        width: 80%;
        margin: auto;
        background-color: #F8F8F8;
    }
    #contentwrapper {
        background-color: white;
    }
    header {
        width: 80vw;
        margin:auto;
        height: 36vw;
    } 
    #topheader {
        left: -10vw;
        width: 120vw;
        margin: auto;
    }
    nav {
        margin-left: 20vw;
    }
    #logo {
        top: 20vw;
    }
    #galbild img {
        width: 72%;
    }
}
@media screen and (max-width: 900px) {

   h1 {
        font-size: 7vw;
        line-height: 7.25vw;
    }
    h3, h6 {
        font-size: 4.5vw;
        line-height: 5vw;
    }
   #kontaktcontent {
        width: 98%;  
    } 
    #saktuell ul {
        list-style-position: outside;
    }
}
@media screen and (max-width: 780px) {
    
    #simpds {
        width: 80%;
        margin: auto;
        text-align: left;
        padding-top: 0;
        overflow: hidden;
        font-size: 1rem;
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }
    
   #steamcontent {
        grid-template-columns: 1fr;
    }
    #sreferenzen {
        padding: 0;
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    #steam {
        padding: 4rem 4rem 2rem 4rem;
    }
    #footercontent {
          
        grid-template-columns: repeat(8, 1fr);
        grid-template-areas: 
        ". footermain footermain footermain footermain footermain footermain ."
        ". footeraside footeraside footeraside footeraside footeraside footeraside .";
    }
    .zwsp {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;	
    }
    #topheader {
        display: none;
    }
    .scrollnav {      
        display: block;
        padding-bottom: 2rem;
    }
    nav {
        display:none
    }
    #mobileheader {
        display: block;
    }
    #logo {
        display:none;
    }
    section {
        padding: 2em;
    } 
    h2 {
        font-size: 6vw;
        line-height: 6.4vw;
    }
    h3 {
        font-size: 6vw;
        line-height: 6.4vw;
    }
    section#smuehle {
        padding: 2em;
    }
    section#sleistungen {
        padding: 2em;
    }
    section.hdlne {
        padding-left: 3rem;
    }
    .smuehlebilder {
        display: grid; 
        width: 100%;
        margin: auto;
        grid-gap: 20px; 
        grid-template-columns: 1fr 1fr;
        margin-bottom: 2rem;
        margin-top: 4em; 
    }
    #galbild img {
        width: 100%;
    }
    #galclose {
        left: 20%;
        top: -500px;
        width: 60%;
    }
    #galclose img {
        width: 13%;
    }
    #bigpicture-up {
        padding: 4rem 0 0 0;      
    }
    #sreferenzen {
        display: grid;
        background-size: cover;
        grid-template-rows: minmax(min-content, min-content);  
        grid-template-columns: 1fr;
        padding: 0 5rem 2rem 5rem;
        font-family: 'Lato', sans-serif;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #db5c23;
    }
    #refrechts {
        text-align: left;
        padding-left: 0;
        border-left: none;
    }
    #reflinks {
        text-align: left;
        padding-right: 0;
    }
}
@media screen and (min-width: 781px) {
  
    nav {
        display:block !important;
    }
    #mobileheader {
        display: none !important;
    }
     #offcanvas {
        display: none !important;
    }
    #logo {
        display: block !important;
    }
}
@media screen and (max-width: 700px) {
    

}



