@charset "utf-8";
/* CSS Document */
:root {
	--akzent: #0e7385;
	--link: #15323e;
	--linkhover: #0e7385;
	--text: #38352f;
    --textgruen: #2f392f;
    --textbraun: #3a2610;
    --textblau: #15323e;
	--bg: #fff8e8;
}

@font-face { font-family: 'Alegreya Sans Regular';
             src: url('../fonts/AlegreyaSans-Regular.otf')  format('opentype');
}

* {
	padding: 0;
	margin:0;
}
body {
	font-family: "Alegreya Sans Regular", Trebuchet MS, Verdana, sans-serif;
	font-size: 18px;
    line-height: 140%;
    background-color: var(--bg);
    color: var(--text);
}
img {
	border:none;
}
.resize {
	max-width: 100%;
  height: auto; 
}
a:link, a:visited {
    color: var(--link);
}
a:hover {
    color: var(--linkhover);
}

.container {
    margin: 0 auto;
    max-width: 1890px;
    background-color: var(--bg);
}

.inner {
    padding-left: 20%;
    padding-right: 20%;
}

/* menu 	display: flex; */
.menucontainer {
	display: flex;
  justify-content: space-between;
}

.menu {
	height: 45px;
    background-color: var(--bg);
    background-image: url("../images/trenner.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 1024px 1px;
    position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	width: 100%;
	z-index:100;
    text-align: left;

}
.menu ul {
	display: flex;
	gap: 20px;
}
.menu ul li {
	display: inline-block;

}
/* .menu ul li:first-child {
	padding-left: 0;

}
.menu ul li:last-child {
	padding-right: 0;

} */
.menu ul li a {
	display: inline-block;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: var(--textblau);
    font-size: 110%;
}
.menu ul li a:link, .menu ul li a:visited {
	color: var(--textblau);
}
.menu ul li a:hover {
	color: var(--linkhover);
}
.menu1 {
	padding: 10px 0 10px 0;

}
ul.menu-lang {
	padding-right: 120px;
	font-size: 80%;
	gap: 10px;
}
.menu2 {
	padding: 10px;
	text-align: left;
	align-self: center;
}
.menu2 li {
    display: inline-block;
}
.menu2 a {
	text-decoration: none;
	color: #666;
	font-size: 90%;
    display: inline-block;
}

.songbildbox {
    max-width: 200px;
    text-align: center;
    margin: 0px auto;
}
.imgres {
max-width: 100%; 
  height: auto; 
    display: inline-block;
}
.songtitel {
    color: var(--textblau);
}
.komponist {
    color: var(--textblau);
}

.instrumente {
	font-size: 14px;
}

h1 {
	padding-bottom: 30px;
    font-weight: 400;
    font-size: 200%;
    line-height: 120%;
}
.pmax {
    max-width: 600px;
}
.spacemusikmedtop {
    padding-top: 300px;
}
.spacetop {
	padding-top: 20px;
}
.spacebottom {
	padding-bottom: 20px;
}
.spaceright {
	padding-right: 20px;
}

.spacerightm {
	margin-right: 20px;
}

.hervor {
font-weight: 600;
}

.konzertdatum {
    border-right: 1px solid var(--textblau);
    width: 120px;
}
.konzert {
    padding-left: 30px;
}

#section1 {
padding-top: 50px;
}
/*
background-image: url(../images/gruenoben.png);
background-repeat: no-repeat;
background-position:bottom;
background-size: auto 100%;
*/
/*
#section1 {
    background-image: url(../images/gruenoben.png);
background-repeat:no-repeat;
background-position:bottom;
background-size: 1890px 487px;
    min-height: 487px;
}*/
/* #section2 {

	background-image:url(../images/gruenunten.png), url(../images/gruenmitte.jpg);
background-repeat: no-repeat, repeat-y;
background-position:bottom, center;
background-size: 1890px 464px, 1890px 803px;
}
*/

/* Musikabschnitt */
#section2 {
padding-top: 385px;
padding-bottom: 400px;
background-color: transparent;
	background-image:url(../images/gruenoben2.webp),url(../images/gruenunten2.webp),url("../images/gruenmitte.webp");
background-repeat: no-repeat,no-repeat, repeat-y;
background-position:top, bottom, top;
background-size: 1890px, 1890px, 1890px;
    min-height: 464px;
    margin-top: -170px;
}

/* Meditationsmusikabschnitt */
#section3 {
background-color: transparent;
margin-top: -120px;
}
/*
#section3 .inner {
    background-image:url(../images/blauoben.png);
background-repeat: no-repeat;
background-position:bottom;
background-size: 1890px 464px, 1890px 803px;
    min-height: 464px;
} */
/*liveabschnitt */
#section4 {
    color: var(--textblau);
background-color: transparent;
	background-image:url(../images/blauoben2.webp),url(../images/blauunten2.webp),url(../images/blaumitte.webp);
background-repeat: no-repeat, no-repeat, repeat-y;
background-position:top, bottom, top;
background-size: 1890px,1890px, 1890px;
    min-height: 400px;
    padding-top: 250px;
    padding-bottom: 240px;
    margin-top: -80px;
}
#section5 {
    position: relative;
background-color: transparent;
	background-image:url(../images/footer.webp);
background-repeat: no-repeat;
background-position: bottom;
background-size: 1890px 364px;
    min-height: 368px;
    margin-top: -50px;
}
.footer {
    position: absolute;
    bottom: 20px;
    width: 350px;
 
}
.columnbox {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 60px 20px;
   
}

.column50 {
	display: grid;
  justify-content: center;
text-align: center;
    background-color: rgba(255,255,255,0.2);
grid-template-rows: auto 60px;

}

.nobg {
    background-color: transparent;
}

.textleft {   
text-align: left;
}
.concertbox {
	background-color: antiquewhite;
	padding: 12px;
}

.time {
	font-weight: bold;
}

.sliderimage {
	width:100%;
	height: 100%;
	max-height: 600px;
}


.boximage1 {
	background-image: url(../images/head2.webp);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	min-width: 300px;
	max-height: 1000px;
}


.totop {
        display: block;
        background:rgba(0,0,0,0.3);
        color: var(--linkhover);
        padding: 8px;
        position:fixed;
        bottom:16px;
        right:0;
        width: 18px;
    z-index: 100;
    }
.totop a {
    display:block;
    text-decoration:none;
    outline: none;
}


audio {
        
        width: 270px;
    }


@media screen and (min-width: 1891px) {
	body {
  background-color: #f1e8d5;
}
    
}

@media screen and (min-width: 1600px) {

    .inner {
        padding-left: 25%;
        padding-right: 25%;
    }

}
@media screen and (max-width: 1360px) {
    
/* Musikabschnitt */
#section2 {

	background-image:url(../images/gruenoben2.webp),url(../images/gruenunten-m2.webp),url(../images/gruenmitte.webp);
background-repeat: no-repeat,no-repeat, repeat-y;
background-position:top, bottom, top;
background-size: 1890px, 1890px, 1890px;

}
    
}

@media screen and (max-width: 1024px) {
    .boximage1 {
        max-height: 800px;
    }
    .inner {
        padding-left: 15%;
        padding-right: 15%;
    }
    #section2 {
        background-image:url(../images/gruenoben2.webp),url(../images/gruenunten-m2.webp),url(../images/gruenmitte.webp);
        background-size: 1500px,1500px, 1500px;
        padding-top: 320px;
padding-bottom: 350px;
    }

    
    .pmax {
    max-width: 500px;
}
    
    .totop {
        display: block;
        
    }
	.boximage1 {

	background-position: calc(50% + 70px) center;

}
    
}


@media screen and (max-width: 760px) {
	.columnbox {
  flex-direction: column;
}
	
	body {
	font-size: 15px;
}
    .inner {
        padding-left: 8%;
        padding-right: 8%;
    }
	 .inner.menucontainer {
	padding-right: 10px;
}
    .menu {
        height: 40px;
    }
	  .menu ul {
    gap: 10px;
} 
  .menu ul li a {
    letter-spacing: 0px;
    font-size: 100%;
}  
	ul.menu-lang {
    padding-right: 0;
} 
	ul.menu-lang li {
    display: flex;
} 
	.columnbox {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
    /* Musikabschnitt */
    #section2 {
    padding-top: 340px;
    padding-bottom: 360px;
    background-image:url(../images/gruentop-s.webp),url(../images/gruenunten-s.webp),url("../images/gruenmitte.webp");

    background-size: 821px, 821px, 821px;
    min-height: 400px;
     margin-top: -150px;
    }
    .pmax {
    max-width: 400px;
}
    
     /* Meditationsmusikabschnitt */
    #section3 {
    background-color: transparent;
    margin-top: -130px;
    }

    #section4 {
    background-color: transparent;
        background-image:url(../images/blautop-s.webp),url(../images/blauunten2.webp),url(../images/blaumitte.webp);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position:top, bottom, top;
    background-size: 820px,820px, 820px;
        min-height: 320px;
        padding-top: 240px;
        margin-top: -50px;
    }
    #section5 {
        position: relative;
    background-color: transparent;
        background-image:url(../images/footer-s.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 900px;
        min-height: 368px;
        margin-top: 0px;
    }
    
    audio {
        
        width: 200px;
    }
	/* .menu {
		display: block;
		height:auto;
	}
	.menu1, .menu2 {
		display: block;
		width: 100%;
		flex: none;
	}
	.menu2 {
		text-align: left;
		padding-bottom: 6px;
		padding-top: 4px;
		background-color: #DFDFDF;
	}
    */
	
}