/*
	c:; goeldiweb.ch
*/
/*
    This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup { vertical-align: top; position: relative; top: -0.5em; font-size:0.7em;}
/* Paul Irish said:; http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block; 
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************************/
/** end reset.css                                    ****/
/********************************************************/

html {
	height: 100%;
}
body {/*
	background-image: url('../pics/annette_scheblein_klavierunterricht__.jpg');
	background-position: 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: #000;
	font-family: AvenirMedium,Arial,Helvetica,sans-serif;
	font-size:18px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height:100%;
}
a {
	font-family: AvenirMedium,Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration: none;
	color: #fff;
}


/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (orientation:portrait) {
	body {
		/*background-image: url('../pics/annette_scheblein_klavierunterricht___.jpg');*/
	}
}
@media screen and (min-width:981px) {  /* iphone 4+5) /*/
	body {
		/*background-image: url('../pics/annette_scheblein_klavierunterricht__.jpg');*/
	}
}

/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/*************CONTENT PLATTE***************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
.platte {
	margin-top:38%;
	width:100%;
	background-color: #000;
	padding:35px 0 40px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	flex:1 0 auto;
}
.is-home .platte {
	top:2000px;
}
.content {
	flex:1 0 auto;
}

.navi a, .navi span {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 23px;
	padding-bottom: 2px;
	font-family: AvenirBlack,Arial,Helvetica,sans-serif;
}
.navi.mobi-navi a, .navi.mobi-navi span {
	font-size: 20px;
	line-height: 20px;
}
.navi li {
	margin-bottom:12px;
}
.navi.mobi-navi li {
	margin-bottom:18px;
}
.navi li.current {
	margin-bottom:50px;
}
.navi span {
	border-bottom:12px solid #fff;
}
.navi.mobi-navi span {
    border-bottom: 10px solid #fff;
}
.navi a:hover {
	color:#c0c0c0;
}
.desktop-navi {
	display: none;
}
p, p a {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 23px;
	padding-right: 15px;
	letter-spacing: 0.02em;
}
p a {
	padding:0 0 2px 0;
	border-bottom:10px solid #fff;
}
p a:hover {
	color:#c0c0c0;
}
p a.pfeil {
	border:0;
	padding:0;
}
p a.pfeil:before {
	content:url('pics/pfeil.png');
	display:block;
	float:left;
	width:45px;
	margin-right:5px;
	transform: scale(.8);
	position:relative;
	top:2px;
}
.is-home .navi {
	margin-top:38px;
}
.hamburger {
	position: absolute;
	height:90px;
	bottom:0;
	left:0;
	padding:30px 0 30px 15px;
	background-color: #000;
	width:100%;
}
.hamburger img {
	width:70px;
	height: auto;
}
.hamburger img:hover {
	opacity: 0.8;
}
.mobi-navi-wrapper {
	position: fixed;
	overflow:hidden;
	width:100%;
	height: 90px;
	bottom:0;
	background-color: #000;
}
.mobi-navi {
	top:50px;
	left:25px;
	height:260px;
	position: absolute;
}
.is-home .mobi-navi-wrapper {
	display: none;
}
/* 1280 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (min-width:600px) {
.platte, .hamburger {
	padding-left:40px;
}
.mobi-navi {
	left:40px;
}
p {
	padding-right: 30px;
}
}
/* 1280 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (min-width:981px) , screen and (orientation:landscape) {
.platte {
	margin-top: 0;
	width:48%;
	padding:35px 0 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	flex:1 0 auto;
}
.is-home .platte {
	top:auto;
	left:-2000px;
}

}
/* 1280 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (min-width:981px) , screen and (orientation:landscape) and (min-height:651px) {
.desktop-navi {
	display: block;
}
.hamburger {
	display: none;
}
.mobi-navi-wrapper {
	display: none;
}
}
/* 1280 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (max-height:650px) and (orientation:landscape) {
.mobi-navi-wrapper {
	width:48%;
}
.is-galerie .mobi-navi-wrapper {
	width:30%;
}
.desktop-navi {
	display: none;
}
.hamburger {
	display: block;
}
.mobi-navi-wrapper {
	display: block;
}
}
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/************* H2 ***************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
h2 {
    font-size: 40px;
    line-height: 41px;
    width: 90%;
}
.zurich {
    margin: 0 0 83px 46%;
    font-size: 26px;
	text-transform: uppercase;
	transform: rotate(-10deg);
	letter-spacing: 0.04em;
	font-family: AvenirBlack,Arial,Helvetica,sans-serif;
}
/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (min-width:450px) and (orientation:portrait) {
h2 {
    font-size: 60px;
    line-height: 70px;
    width: 90%;
}
}

/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (min-width:750px) and (orientation:portrait) {
h2 {
    font-size: 95px;
    line-height: 95px;
    width: 90%;
}
.zurich {
	margin: 0 0 100px 40%;
	font-size: 35px;
}
}
/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (min-width:910px) and (orientation:portrait) {
h2 {
    font-size: 100px;
    line-height: 100px;
    width: 90%;
}
.zurich {
	margin: 0 0 100px 40%;
	font-size: 44px;
}
}

/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (orientation:landscape) {
h2 {
    font-size: 40px;
    line-height: 41px;
    width: 90%;
}
.zurich {
	margin: 0 0 100px 40%;
	font-size: 26px;
}
}
/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (orientation:landscape) and (min-height:350px) {

h2 {
    font-size: 55px;
    line-height: 55px;
    width: 90%;
}
.zurich {
	margin: 0 0 100px 40%;
	font-size: 25px;
}
}

/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (orientation:landscape) and (min-height:480px) {

h2 {
    font-size: 65px;
    line-height: 72px;
    width: 90%;
}
.zurich {
	margin: 0 0 100px 40%;
	font-size: 48px;
}
}

/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (orientation:landscape) and (min-height:550px) {

h2 {
    font-size: 75px;
    line-height: 78px;
    width: 90%;
}
.zurich {
	margin: 0 0 100px 40%;
	font-size: 40px;
}
}

/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (orientation:landscape) and (min-height:780px) {

h2 {
	font-size: 96px;
	line-height: 96px;
}
.zurich {
	margin: 0 0 100px 40%;
	font-size: 47px;
}
}

/* h2 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (orientation:landscape) and (min-height:930px) {
.zurich {
	margin: 0 0 60px 50%;
}

h2 {
	font-size: 140px;
	line-height: 124px;
}
.zurich {
	margin: 0 0 75px 40%;
}
}

/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/*************GALERIE***************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
.is-galerie {
	background-image:none;
}
.is-galerie .platte {
	width:100%;
	margin-top:0;
	padding:0;
}
.galerie-image {
	position: relative;
}
.galerie-menu {
	display: none;
}
.img-wrapper {
	margin:0;
	width:100%;
	position: relative;
}
.img-wrapper .image{
	width:100%;
	height: auto;
}

.next-image {
	position: fixed;
	top:44%;
	right:20px;
}
.next-image img {
	width:52px;
	height: auto;
}
.next-image img:hover {
	opacity: 0.8;
}
/* 700 ******************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
@media screen and (min-width:981px) {
.img-wrapper {
	margin:0 auto;
	width:675px;
}
.landscape .img-wrapper {
	width:1012px;
	margin:0 auto;
}
.galerie-menu {
	display: block;
	position: absolute;
	top:40px;
	left:40px;
}
.next-image {
	position: absolute;
}
}

