@charset "utf-8";
/* CSS Document */

/*
        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:  https://www.linotype.com
        */

body{
		font-family: RotisSansSerifW01-Light_735438, Arial;
		font-size:1.6em;
	margin: 0px;
	padding: 0px;
	background-color: #ffe3ca;
	overflow-x: hidden;
}

@font-face{
        font-family:"RotisSansSerifW01-Light_735438";
        src:url("Fonts/735438/936d702e-cc78-418c-bf42-07956a0e18e0.eot?#iefix");
        src:url("Fonts/735438/936d702e-cc78-418c-bf42-07956a0e18e0.eot?#iefix") format("eot"),url("Fonts/735438/426cf71e-b8d1-4802-9690-1dcec0ef30c6.woff2") format("woff2"),url("Fonts/735438/8acd0e02-7a91-4973-9c61-755704217f62.woff") format("woff"),url("Fonts/735438/f308cbe1-92de-408b-91bf-9c839ab3e687.ttf") format("truetype");
    }

#home{
	height:100vh;
}

#home, #kalender, #biographie, #repertoire, #media, #kontakt {
	position:sticky;
	width: 100vw;
	padding: 1px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

#kalender, #repertoire, #kontakt{
	background-color:#ffe3ca;
}
#biographie, #media{
	background-color:#5e373c;
}

#home { 
	background-image: url(pictures/home.jpg);
}
#kalender { 
	background-image: url(pictures/schedule_nude.jpg);
}
#biographie { 
	background-image: url(pictures/biographie_red.jpg);
}
#repertoire { 
	background-image: url(pictures/repertoire_nude.jpg);
}
#media { 
	background-image: url(pictures/media_red.jpg);
}
#kontakt { 
	background-image: url(pictures/kontakt_nude.jpg);
}
#kontakt a{
	color:#5e373c;
	text-decoration:none;
}
#kontakt a:hover{
	color:#fff;
	text-decoration:underline;
}
#submenu{
	position: fixed;
	bottom: 24px;
	padding: 6px 18px 6px 12px;
	background-color: rgba(94,55,60,0.4);
	right: 0px;
	text-align: right;
	line-height: 110%;
}
#submenu a{
    font-size: 80%;
	color:#fff;
	text-decoration: none;
}
#submenu a:hover{
	color:#ffe3ca;
}
#impressum {
    position: relative;
    color: black;
    margin-top: 10%;
    left: 10%;
	width:70%;
	margin-bottom:10%;
	background-color:rgba(255,255,255,0.4);
	padding:5%;
}
.homecontent {
    position: absolute;
    padding: 12px;
    bottom: 24px;
    left: 24px;
    color: #fff;
	background-color: rgba(94,55,60,0.4);
    width: 15%;
    font-size: 1.2rem;
    min-width: 200px;
}

.content {
	padding: 72px;
	margin: 144px 72px;
	color: #fff;
}
.content img, .homecontent img {
	min-height:1px;
	margin:0 24px;
	height:auto;
}
img.start-CD {
	margin: 0px;
}
.light {
	background-color: rgba(255,255,255,0.6);
	color: #5e373c;
}
.dark {
	background-color: rgba(94,55,60,0.8);
}
	
img {
	height:100vh;
}
a {
	color: #fff;
}
h1{
	font-weight: normal;
}

h1.red{
	padding: 0px;
margin: 0px;
font-size: 160%;
color: #5e373c;
font-weight:normal;
}
h1.nude{
	padding: 0px;
margin: 0px;
font-size: 160%;
color: #ffe3ca;
font-weight:normal;
}
h1.media{
	display: inline;
}
.monat{
width: 97%;
	background-color: #fff;
padding: 4px 12px;
margin: 24px auto 0px 0px;
font-weight: bold;
font-size: 120%;
}

.termine{
margin: 24px auto 0px 0px;
font-weight: bold;
}
td {
	vertical-align:top;
	line-height: 100%;
}

#kontakt td {
	line-height: 150%;
}

p.presseinfo{
	text-align: right;
	line-height: 50%;
}

.container {
	position: relative;
	width:100%;
	margin-top:60px;
}

.audioitem1{
	text-align: center;
	border: 1px solid #fff;
	padding-top: 60px;
	margin: 0 24px 24px 0;
	width: 560px;
	display: inline-block;
	height: 255px;
	background-image: url(pictures/hoerprobe2.png);
	background-color: #ffe3ca;
	color: #000;
	font-size: 120%;
}

.audioitem2{
	text-align: center;
	border: 1px solid #fff;
	padding-top: 60px;
	margin: 0 24px 24px 0;
	width: 560px;
	display: inline-block;
	height: 255px;
	background-image: url(pictures/hoerprobe1.png);
	background-color: #ffe3ca;
	color: #000;
	font-size: 120%;
}

.container img, .container iframe{
	border: 1px solid #fff;
	margin: 0 24px 24px 0;
}
.videovorschau{
	width:560px;
	display: inline-block;
	margin-bottom: 24px;
	margin-right: 12px;
	font-size: 80%;
	}
.videovorschau img{
	width:536px;
	margin: 0 24px 8px 0;
	}
.videovorschau a{
	text-decoration: none;
	}
.videovorschau a:hover{
	color: #ecba9d;
	}
ul.media{
	list-style: none;
	display: inline;
}
ul.media li{
	display: inline;
	margin-right: 12px;
	border-right: 1px solid #fff;
	padding-right: 12px;
}
ul.media li a{
	color: #ecba9d;
	font-size: 120%;
	text-decoration: none;
}
ul.media li a:hover{
	color: #fff;
}
ul.media li a.current{
	color: #fff;
}

#buehnenfotos, #videos, #hoerproben, #diskografie {
	padding-top: 217px;
}
.box{
	display: flex;
	width: 49%;
	min-width: 600px;
}

@media screen and (max-width:1080px){
	
ul.media li{
	display: block;
	border-right: none;
}
}
