/*
Theme Name: Der Innendekorateur
Theme URI: http://www.bytesbones.ch
Author: Klaus Affolter
Author URI: http://www.bytesbones.ch
Description: Wordpress-Theme von bytes & bones.
Version: 1.2
Tags: none
Text Domain: bytes & bones
*/


/* Reset
-------------------------------------------------------------- */
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
    overflow: hidden;
    overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
:focus {
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	vertical-align: top;
}
sup {
	font-size:11px;
	vertical-align:top;
	padding-left:3px;
	padding-right:3px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	vertical-align:bottom;
}

@font-face {
    font-family: 'Averta';
    src:url('bb-schriften/Averta.woff') format('woff'),
        url('bb-schriften/Averta.woff2') format('woff2'),
        url('bb-schriften/Averta.eot'),
        url('bb-schriften/Averta.eot?#iefix') format('embedded-opentype'),
        url('bb-schriften/Averta.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Averta-Bold';
    src:url('bb-schriften/Averta-Bold.woff') format('woff'),
        url('bb-schriften/Averta-Bold.woff2') format('woff2'),
        url('bb-schriften/Averta-Bold.eot'),
        url('bb-schriften/Averta-Bold.eot?#iefix') format('embedded-opentype'),
        url('bb-schriften/Averta-Bold.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*wartung*/
.wartungsbutton {
	position:fixed;
	bottom:20px;
	right:20px;
	height:20px;
	width:20px;
	cursor:pointer;
	z-index:201;
	font:14px/18px sans-serif;
	outline:1px solid #bbb;
	display:none;
}
.rahmenanzeigen {
	outline:1px solid #d00;
}


/* layout */

body {
	text-align:center;
	background:rgb(237,232,223);
}

.konsole {
	position:relative;
	z-index:1;
	text-align:left;
	width:100%;
}
.kopfzeile {/*rest unten*/
	position:fixed;
	z-index:101;
	width:100%;
	height:80px;
	display:block;
	padding-top:40px;
	background:none;
	-webkit-transition: background 0.6s ease-out;
	-moz-transition: background 0.6s ease-out;
	transition: background 0.6s ease-out;
}


.einspaltig {
	position:relative;
	z-index:11;
	margin-left:auto;	
	margin-right:auto;	
	width:700px;	
	background:rgb(237,232,223);
}
.zweispaltig {
	position:relative;
	z-index:11;
	width:100%;	
	background:rgb(237,232,223);
}
.einspaltig .inhalt {
	position:relative;
	margin-left:auto;	
	margin-right:auto;	
	width:530px;
	padding:60px 0px 80px 0px;
	text-align:left;
}
.zweispaltig .inhalt {
	position:relative;
	margin-left:auto;	
	margin-right:auto;	
	width:880px;
	padding:60px 0px 80px 0px;
	text-align:left;
}
.zweispaltig .inhalt .lauftext-zweispaltig {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
}
.zweispaltig .inhalt .lauftext-einspaltig {
	position:relative;
	margin-left:auto;	
	margin-right:auto;	
	width:530px;
}

.sektion {
	position:relative;
	width:100%;
	display:block;
}
.sektion .bg-bild {
	position:relative;
	z-index:1;
	width:100%;
}
.sektion .bg-bild img {
	width:100%;
	height:auto;
}
.sektion.mit-bg {
	padding:50vw 0px 40vw 0px;
}

/* home */
.sektion-0 {
	height:100vh;
	background-color:#000 !important;
}
h1.logo {/* textformate unten */
	position:relative;
	margin-left:auto;	
	margin-right:auto;	
	width:640px;
	height:140px;
	padding-top:100px;
	display:block;
	top:calc((100vh / 2) - 150px);
	background:url(images/logo-innendekorateur.png);
	background:url(images/logo-innendekorateur.svg), linear-gradient(transparent, transparent);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.fusszeile {
	padding:32px 0px 64px 0px;
	background:#000;
}


/* bilder */
.site-content img {
	margin:0px;
	padding:0px;
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}

img.bild-einspaltig {
	width:calc(50% - 30px);
	height:auto;
	margin:60px 0px 60px 0px;
}

/*slider, rest in sep. stylesheet, textformate unten*/
/* format 10 / 67 */
.bb-slickslider {
	height:659px;/* 589 + 30 legende + 40 dots */
	width:100%;/* 880 */
	margin-top:32px;
	/* margin-bottom bei dots in sep. stylesheet */;
	display:block;
	opacity:0;
}
.bb-slickslider.fadein {
	opacity:1;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
.bb-slickslider div.slick-slide {
	height:619px;/* 589 + 30 legende */
	padding:0px;
	display:flex;
	justify-content: center;
	flex-direction: column;
	overflow-y:hidden;
}
.bb-slickslider img {
	position:relative;
	margin-right:auto;
	margin-left:auto;	max-height:589px;
	width:auto;
}


/* logos */
.logowrapper {
	width:100%;
	display:grid;
	grid-template-columns: repeat(6, 1fr);
	grid-row-gap:12px;
	grid-column-gap:12px;
}
.logocontainer img {/* 143.33333px breit --> bildgroesse 288px */
	width:100%;
	height:auto;
}

/* Google Map */
.googlemap-container {
	width:100%;
	height:50vmax;
	padding:0px;
	display:block;
}
#googleMap {
	width:100%;
	height:100%;
	display:block;
}


/* textformate */
body {
	font: 18px/28px Averta, helvetica, sans-serif;
	color:#000;
}
h2, h3 {
	font: 40px/56px Averta, helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:18px;
	letter-spacing:0.03em;
}
h3 {
	margin-top:54px;
}
p {
	margin-bottom:18px;
}
.zentriert {
	text-align:center;
}
strong, b {
	font-family:Averta-Bold;
	font-weight:normal;
}
h1.logo {
	font: 32px/36px Averta, helvetica, sans-serif;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#fff;
}
p.impressumtext {
	margin:0px;
	font: 15px/21px Averta, helvetica, sans-serif;
	text-align:center;
	color:#fff;
}
.bb-slickslider .bildlegende {
	font: 16px/24px Averta, helvetica, sans-serif;
	text-align:center;
	padding-top:8px;
}

/*silbentrennung & blocksatz*/

@supports (hyphens: auto) or (-ms-hyphens: auto) or (-moz-hyphens: auto) or (-webkit-hyphens: auto) {

	p {
		text-align:justify;
		
		/*safari*/
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-before: 3;
		-webkit-hyphenate-limit-after: 3;
		-webkit-hyphenate-limit-chars: 4 2 2;
		-webkit-hyphenate-limit-lines: 3;
		-webkit-hyphenate-limit-last: always;
		-webkit-hyphenate-limit-zone: 8%;
		
		/*firefox*/
		-moz-hyphens: auto;
		-moz-hyphenate-limit-chars: 4 2 2;
		-moz-hyphenate-limit-lines: 3;
		-moz-hyphenate-limit-last: always;
		-moz-hyphenate-limit-zone: 8%;
		
		/*ie 10, edge*/
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: 4 2 2;
		-ms-hyphenate-limit-lines: 3;
		-ms-hyphenate-limit-last: always;
		-ms-hyphenate-limit-zone: 8%;
		
		/*normal*/
		hyphens: auto;
		hyphenate-limit-chars: 4 2 2;
		hyphenate-limit-lines: 3;
		hyphenate-limit-last: always;
		hyphenate-limit-zone: 8%;
	}

	span.nichttrennen {
		/*safari*/
		-webkit-hyphens: none;
		/*firefox*/
		-moz-hyphens: none;
		/*ie 10, edge*/
		-ms-hyphens: none;
		/*normal*/
		hyphens: none;
	}
}


/* nav */
span.navpunkt {
	font: 19px/24px Averta, helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#fff;
	display:inline-block;
	margin:0px 20px 0px 20px;
	cursor:pointer;
}
.kopfzeile-scroll {
	background:#000;
	-webkit-transition: background 0.6s ease-out;
	-moz-transition: background 0.6s ease-out;
	transition: background 0.6s ease-out;
}
.kopfzeile-scroll span.navpunkt.aktiv,
span.navpunkt:hover {
	color:#19a2b7;
}


li.navpunktmobile {
	font: 19px/24px Averta, helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#fff;
	list-style:none;
	cursor:pointer;
}
li.navpunktmobile.aktiv,
li.navpunktmobile:hover {
	color:#19a2b7;
}


/* links */
.site-content a,
.fusszeile a {
	color:#19a2b7;
	text-decoration:none;
}
.site-content a:hover, .site-content a:active, .site-content a:focus {
	color:#000;
}
.fusszeile a:hover, .fusszeile a:active, .fusszeile a:focus {
	color:#fff;
}


/* /////////////////////////////////////////////// 
RESPONSIVE
/////////////////////////////////////////////// */


/* haupnav ein-, mobilenav ausblenden */
@media only screen and (min-width: 1021px){
}


/* ipad */
@media only screen and (max-width: 1080px) {
}


