@charset "utf-8";

:root {
	--akzent: #6a3d24;
	--link: #6a3d24;
	--linkhover: #8d5130;
	--primary: #555;
	--primaryhover: #333;
	--bg: #e8d9ce;
	--bgdark: #d3c5bb;
	--weiss: #fff;
}
* {
	padding: 0;
	margin:0;
}
@font-face { font-family: 'Alegreya Sans Light';
             src: url('../fonts/AlegreyaSans-Light.otf')  format('opentype');
}

@font-face { font-family: 'Pompiere';
    src: url('../fonts/Pompiere-Regular.ttf') format('truetype');
}

body {
	font-family: 'Alegreya Sans Light', sans-serif;
	font-size: 18px;
	color: var(--primary);
}
img {
	border:none;
}
.resize {
	max-width: 100%;
  height: auto; 
}

.fontdark {
	color: #333;
}

/* menu */
.menu {
	background-color: var(--weiss);
	height: 60px;
	border-bottom: 1px solid #000;
	display: flex;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:100;
}
.menu ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.menu ul li a {
	display: inline-block;
	text-decoration: none;
	color: #666;
}
.menu ul li a:link, .menu ul li a:visited {
	color: var(--link);
}
.menu ul li a:hover {
	color: var(--linkhover);
}
.menu1 {
	flex: 70%;
	padding: 10px;
	align-self: center;
}
.menu2 {
	flex: 30%;
	padding: 10px;
	text-align: right;
	align-self: center;
}
.menu2 a {
	text-decoration: none;
	color: #666;
	font-size: 75%;
}
ul {
	list-style-position: inside;
}

h1 {
	padding-bottom: 10px;
	color: var(--akzent);
	font-family: Pompiere, sans-serif;
}
h2 {
	padding-bottom: 10px;
	color: var(--akzent);
	font-family: Pompiere, sans-serif;
	font-size: 24px;
}
h3 {
	padding-top: 10px;
	color: var(--akzent);
	font-size: 18px;
}

p a:link, p a:visited {
	color: var(--link);
}
p a:hover {
	color: var(--linkhover);
}
.zitat {
	font-weight: 400;
}
.spacetop {
	padding-top: 20px;
}
.spaceright {
	padding-right: 20px;
}
.spaceleft {
	padding-left: 20px;
}
.center {
	text-align: center;
}
.trennerv {
	background-image: url("../images/trenner1.png");
	background-repeat: repeat-y;
	background-position: center right;
}


.spacerightm {
	margin-right: 20px;
}

.specialfont {
	font-family: Pompiere, sans-serif;
	color: var(--akzent);
	font-size: 128%;
}

#section1, #section2, .bgimage, #section4 {
	padding: 46px 5% 52px 5%;
}

#section1 {
	background-color: #fff;
}
#section2 {
	background-color: var(--bg);
	background-image: url("../images/bgmonochord3.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
}
/* #section3 {
	background-image: url("../images/mandalaunten1.jpg");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: bottom right;
}
*/
#section3 {
	background-image: url("../images/rand1.gif");
	background-repeat: no-repeat;
padding-bottom: 50px;
	background-position: bottom right;
}
.bgimage {
	background-image: url("../images/mandalaoben.jpg");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top right;
}
#section4 {
	background-color: var(--bg);
	
}

.columnbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column50 {
	flex: 50%;
}
.seminar {
	padding-top: 20px;
	max-width: 600px;
}
.seminarbox {
	background: rgba(255,255,255,0.7);
	position: relative;
	left:-12px;
}
.seminarimg {
	float:right;
	display:inline;
	padding-right: 12px;
}
.seminarhead {
	background: rgba(255,255,255,0.7);
	color: var(--akzent);
	clear: both;
}
.seminarhead h2 {
	color: var(--akzent);
	border-bottom: 1px solid var(--bgdark);
	padding-bottom: 6px;
}
.seminarhead, .description, .register {
	padding: 12px;

}
.description, .register {
	padding-top: 6px;

}

.date {
	color: var(--akzent);
	padding-top: 8px;
}

.description {
	

}

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









#gallery {
  position: relative;
	width: 100%;
	margin-top: 60px;

}

#gallery figure {
  position: absolute;
	width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
	animation: wechseln 15s infinite;
}

#gallery figure:last-of-type {
  position: relative;
}


@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}

#gallery figure:nth-of-type(2) {
  animation-delay: 5s;
  opacity: 0;
}

#gallery figure:nth-of-type(3) {
  animation-delay: 10s;
  opacity: 0;
}






/* Hide the images by default */
.mySlides {

	position: relative;
	max-height: 600px;
}

.boximage1, .boximage2, .boximage3 {
	background-image: url(../images/img1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	min-width: 300px;
	max-height: 600px;
}
.boximage2 {
	background-image: url("../images/tanpura.jpg");
}
.boximage3 {
	background-image: url(../images/img3.jpg);
}



@media screen and (max-width: 760px) {
	.columnbox {
  flex-direction: column;
}
	
	body {
	font-size: 15px;
}
	.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: var(--bg);
	}
	#section3 {

}
	.seminarhead h2, h2 {

	font-size: 133%;
}
	h3 {
		font-size: 100%;
	}
	.column50 .spaceleft {
		padding-left: 0;
	}
	
}