/* CSS Document */
@import url(/resource/geomanist/geomanist.css);
@import url(/style/color-scheme.css);

body, html{
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif"!important;
}

#cookie-popup { 
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 500;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
 
#cookie-popup.showCK {
	display: block;
}

body.en .langDE {
	display: none;
}
body.de .langEN {
	display: none;
}

i.mono{
	font-style: normal!important;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif"!important;
}

.timeCD{
	font-style: normal!important;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif"!important;
}

h1{
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1.4;
	text-wrap: balance;
}

h2{
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.5;
	text-wrap: balance;
}

h3{
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.6;
	text-wrap: balance;
}

h4{
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.6;
	text-wrap: balance;
}

h5{
	font-weight: 600;
	font-size: 1em;
	margin: 0;
	line-height: 1.6;
	text-wrap: balance;
}

p{
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6;
	text-wrap: pretty;
}

.balance-text {
	text-wrap: balance;
}

#bgImageOrchestra{
	background-image: url('/img/banner/page-bg_lower.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

@media screen and (max-width: 1000px){
	#bgImageOrchestra{
		background-image: url('/img/banner/page-bg_lower-mobile.jpg');
	}
}

@keyframes link_flash{
	0% {}
	50% {color: var(--clr-EMLightbrown)}
	75% {color: #64605a;}
	100% {}
}

.link_flash{
	animation-name: link_flash;
  	animation-duration: 1.5s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.cookie-inner{
	text-align: center; 
	vertical-align: middle;
	background: rgba(255,255,255,1);
	position: fixed;
	width: 40em;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1em;
	line-height:20px;
	padding: 20px;
	padding-bottom: 2.2em;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.cookie-button{
	font-size:1.1em;
	font-weight: 500;
	color: #fff;
	background-color: var(--clr-EMBrown);
	border: none;
	padding: 0.3em;
	left: 1em;
	margin-right: 1em;
	width: 6em;
	cursor: pointer;
	position: relative;
	transform: 1s;
	transition: 0.1s;
}

.cookie-button:hover{
	background-color: #C1945B;
}

.bt-tertiary{
	font-size:1.1em;
	font-weight: 500;
	color: #fff;
	color: var(--clr-EMBrown);
	background-color: rgba(0, 0, 0, 0.0);
	border: 2px solid var(--clr-EMBrown);
	padding: 0.3em;
	left: 1em;
	margin-right: 1em;
	width: 6em;
	cursor: pointer;
	position: relative;
	transform: 1s;
	transition: 0.1s;
}

.bt-tertiary:hover{
	background-color: #C1945B;
	color: white;
	border-color: #C1945B;
}

.bt-tertiary_site{
	font-size:1.1em;
	font-weight: 500;
	color: var(--clr-EMWhite);;
	color: var(--clr-EMBrown);
	background-color: rgba(0, 0, 0, 0.0);
	border: 2px solid var(--clr-EMBrown);
	padding: 0.3em;
	left: 1em;
	margin-right: 1em;
	width: 6em;
	cursor: pointer;
	position: relative;
	transform: 1s;
	transition: 0.1s;
}

.bt-tertiary_site:hover{
	background-color: var(--clr-EMLightbrown);
	color: var(--clr-EMWhite);
	border-color: var(--clr-EMLightbrown);
}

footer.footer{
	color: #fff;
	padding-bottom: 2.5em;
	position: relative;
}

a.ftr:link, a.ftr:visited{
	text-decoration: none;
	color: rgb(145, 145, 145);
}

a.ftr:hover, a.ftr:active{
	text-decoration: underline;
	color: rgb(255, 255, 255);
}

a.ftr_ul:link, a.ftr_ul:visited{
	text-decoration: underline;
	color: rgb(145, 145, 145);
}

a.ftr_ul:hover, a.ftr_ul:active{
	text-decoration: underline;
	color: rgb(255, 255, 255);
}

.ftr-tx{
	color: rgb(145, 145, 145);
}

a.cookie:link, a.cookie:visited, a.cookie:hover, a.cookie:active{
	text-decoration: underline;
	color: var(--clr-EMBrown);
	font-size: 1.1em;
	font-weight: 400;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.nav-toppage-btn{
	text-align: right;
	width: calc(100% - 1em);
	padding: 0.5em;
	margin: 2em auto;
	position: relative;
	background-color: rgba(250, 235, 215, 0.719);
}

/*GLOBAL TEXT STYLE*/
.gs-txt-left{
	text-align: left;
}

.gs-txt-right{
	text-align: right;
}

.gs-txt-center{
	text-align: center;
}

.gs-txt-center_mb{
	text-align: center;
}

.gs-txt-justify{
	text-align: justify;
}

.vertCntr{
	text-align: center;
	display: grid;
	align-items: center;
}

.fontGeomanist{
	font-family: geomanist;
}

.fontGeomanistItalic{
	font-family: geomanistItalic;
}

/*GLOBAL MEDIA STYLE*/
.wrapper-preview{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	background-color: none;
	color: var(--clr-EMBrown);
	font-size: 1.1em;
}

.preview{
	top: 0em;
	position: relative;
	margin: 1em auto;
	width: 24em;
	
}

.playertitle{
	width: 100%;
	text-align: center;
	color: #707070;
}

.preview-player{
	position: relative;
	border: 0;
	width: 25em;
	height: 2.6em;
}

.description{
	position: relative;
	margin: 1em auto;
	top: 1em;
	background-color: var(--clr-EMWhite);
	width: 80%;
	padding: 0.5em;
	text-align: left;
}

.description-inner{
	margin: 0;
    padding: 0;
	color: rgb(255, 255, 255);
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
}

.link-title{
	position: relative;
	margin: 1em auto;
	top: 1em;
	text-align: center;
	background-color: none;
}

.buy-links{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.link-icon{
	background-color: none;
	top: 0.5em;
	position: relative;
	width: 3em;
	height: 3em;
}

img.link-icon_img{
	position: relative;
	height: 2.5em;
	top: 0.5em;
	
}

.img-buy-links{
	position: relative;
	margin: 1em auto;
	top: 1em;
	min-height: 6em;
	text-align: center;
}

img.img-buy-links-img{
	position: relative;
	margin: 1em auto;
	top: 1em;
	width: 6.8em;
	padding: 0 0.5em 0 0.5em;
	display: flexbox;
}

a.ainner{
	text-decoration: none!important;
	position: relative;
	display: flexbox;
	padding: none;
}

.share-btn{
    display: inline-block;
    color: var(--clr-EMWhite)!important;
    text-align: center;
 	padding: 0.3em 1em;
    text-decoration: none!important;
    font-size: 0.8em!important;
    position: relative;
    transition: 0.2s;
    background-color: var(--clr-EMBrown)!important;
	font-weight: 600;
	border: none;
	cursor: pointer;
	margin-top: 0.5em;
}

.share-btn:hover{
    background-color: var(--clr-EMLightbrown)!important;
}

.link-button{
	padding: 0em 0.5em 0em 0.5em;
	display: inline-block;
}

.link-button-ico{
	font-size: 2.5em;
}

/*SUBMISSION FORM*/
.contact-form-container{
	top: 1em;
	margin: 2em auto;
	position: relative;
	width: 33em;
}

div.elem-group {
	margin: 1.8em 0;
}
  
.form-label {
	display: block;
	padding-bottom: 4px;
	font-size: 1.2em;
	text-align: left;
	font-weight: 500;
}

.form-input, .form-select, .form-textarea {
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 1em;
	width: 100%;
	padding: 8px;
}

.form-input:user-invalid {
	border: 2px solid red;
}
  
/*.form-input:user-invalid + span::before {
	content: "✖";
	color: red;
}*/
  
  
textarea {
	height: 250px;
	resize: none;
}

.form-button {
	display: inline-block;
    color: var(--clr-EMWhite);
	font-size: 1.1em;
	font-weight: 500;
    text-align: center;
 	padding: 0.8em 1em;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    background-color: var(--clr-EMBrown);
	border: none;
	cursor: pointer;
}
  
.form-button:hover {
	background-color: var(--clr-EMLightbrown);
}

.form-button-link {
	display: inline-block;
    font-size: 1em;
	display: inline-block;
    color: var(--clr-EMWhite)!important;
	font-size: 1em;
	font-weight: 500;
    text-align: center;
 	padding: 0.8em 1em;
    text-decoration: none!important;
    position: relative;
    transition: 0.2s;
    background-color: var(--clr-EMBrown);
	border: none;
	cursor: pointer;
}
  
.form-button-link:hover {
	color: var(--clr-EMWhite);
	background-color: var(--clr-EMLightbrown);
}

 .small-legal{
	top: 1em;
	text-align: left;
	font-size: 0.8em;
	position: relative;
}

.form-confirm{
	font-size: 0.9em;
	position: relative;
}

.fa-strike-tr{
	text-decoration: underline!important;
}

/*CAPTCHA*/
.captchabox{
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 1em;
	width: 100%;
	padding: 1em;
}

#captchaimg{
	width: 10em;
	height: 3em;
	display: inline-block;
}

.captchafield{
	text-align: left;
	width: 15em;
	position: relative;
	margin: 1em auto;
	display: inline-block;
}

.captchafield p{
	font-weight: 500;
}

.captcha-btn-array{
	width: 100%;
	position: relative;
	margin: 1em auto;
}

.smlHD{
	display: none;
}

@media screen and (max-width: 1000px){
	.smlHD{
		display: block;
	}
	.secpop{
		background: none!important;
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	}
	.cookie-inner { 
		width: 85%;
	}
	.gs-txt-left{
		text-align: justify;
	}
	
	.gs-txt-right{
		text-align: justify;
	}
	
	.gs-txt-center{
		text-align: center;
	}

	.gs-txt-center_mb{
		text-align: justify;
	}

	.wrapper-preview{
		padding: none;
	}

	.description{
		width: 90%;
		padding: none;
	}

	.preview{
		width: 100%;
		
	}
	.preview-player{
		width: 100%;
	}

	.contact-form-container{
		width: 90%;
	}
	.captchafield{
		text-align: center;
		width: 100%;
	}
}

/*ACCORDION*/

/*.accordSimple > input[name="collapse"] {
    display: none;
}

.accordSimplelabel,
.accordSimple .accordSimplecontent{
  	width: 100%;
  	margin: 0 auto;
}

.accordSimple .accordSimplecontent {
  	overflow: hidden;
	max-height: 0;
  	transition: max-height 0.5s;
  	width: 100%;
}

.accordSimple > input[name="collapse"]:checked ~ .accordSimplecontent {
	scrollbar-color: var(--clr-EMBrown) #e0e0e0;
    scrollbar-width: thin;
	overflow: auto;
  	max-height: 100vh;
	transition: max-height 0.5s;
}*/

.accordSimple{
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s;

	scrollbar-color: var(--clr-EMBrown) #e0e0e0;
    scrollbar-width: thin;
	max-height: 100vh;
}

.accordSimplecontent{
	overflow: hidden;
}

.accordSimpleActive{
	grid-template-rows: 1fr;
}

.accordLabelCT{
	background: none;
	border: none;
	color: var(--clr-EMBrown);
	font-size: 1em;
}

.accordLabelCT::after{
	cursor: pointer;
	content: ' Show more';
}

.accordLabelCT::before{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	cursor: pointer;
	content: '\f13a';
}

.accordSimpleActive > .handle .accordLabelCT::after {
	content: ' Show less'!important;
}

.accordSimpleActive > .handle .accordLabelCT::before {
	content: '\f139'!important;
}

.accordLabelCTde{
	background: none;
	border: none;
	color: var(--clr-EMBrown);
	font-size: 1em;
}

.accordLabelCTde::after{
	content: ' Mehr anzeigen';
	cursor: pointer;
}

.accordLabelCTde::before{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	cursor: pointer;
	content: '\f13a';
}

.accordSimpleActive > .handle .accordLabelCTde::after {
	content: ' Weniger anzeigen'!important;
}

.accordSimpleActive > .handle .accordLabelCTde::before {
	content: '\f139'!important;
}

.accordSimplelabel::after {
  	display: block;
	transition: 0.2s;
	transform: 0.2s;
}

.accordSimplelabel:hover {
	color: var(--clr-EMLightbrown);
	cursor: pointer;
}


/*Main Accord*/


.accordion > input[name="collapse"] {
    display: none;
}

.accordlabel,
.accordion .accordcontent{
  	width: 100%;
  	margin: 0 auto;
}

.accordion .accordcontent {
  	background: #fff;
  	overflow: hidden;
  	height: 0;
  	transition: 0.5s;
  	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  	width: calc(100% - 20px);
  	padding: 10px;
}

.accordion > input[name="collapse"]:checked ~ .accordcontent {
  	min-height: 380px;
  	height: auto;
  	transition: height 0.5s;
}

.accordlabel {
  	display: block;
}
  
  
  /* For Desktop */
  @media only screen and (min-width: 1000px){
  	.accordion > input[name="collapse"]:checked ~ .accordcontent {
    	min-height: 220px;
  	}
  }
  
  .accordion {
    margin-bottom: 1em;
  }
  
  .accordion > input[name="collapse"]:checked ~ .accordcontent {
    border-top: 0;
    transition: 0.3s;
  }
  
  .accordion .handle {
    margin: 0;
    font-size: 16px;
    
  }
  
  .accordlabel {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    width: calc(100% - 20px);
    padding: 10px;
    background: #745431;
    user-select: none;
    
  }
  
  .accordlabel:hover,
  .accordlabel:focus {
    background: var(--clr-EMLightbrown);
  }
  
  .accordion .handle .accordlabel:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.556em;
    vertical-align: middle;
    transition: 0.4s;
  }
  
  .accordion > input[name="collapse"]:checked ~ .handle .accordlabel:before {
      transform: rotate(180deg);
      transform-origin: center;
      transition: 0.4s;
  }

  /* +++++++++++++++ NEW GALLERY ++++++++++++++++++++++ */
  #clearmod .prod-pic-container{
	flex: 1 0 32%;
    margin: 0 auto;
    height: auto;
    width: auto;
    position: relative;
    background-color: white;
    overflow: hidden;
    cursor: pointer;
    transform: 0.3s;
    transition: 0.3s;
	align-self: center;
	align-items: center;
  }

  .prod-pic-container{
	flex: 1 0 32%;
    margin: 0 auto;
    height: auto;
    width: auto;
    position: relative;
    background-color: white;
    overflow: hidden;
    cursor: pointer;
    transform: 0.3s;
    transition: 0.3s;
	align-self: center;
	align-items: center;
	
  }

  .prodimg_Gallery{
	flex: 1 0 32%;
	display: flex;
    order: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: center;
	align-self: center;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .blog_img-gallery{
    width: 100%;
    max-height: 25em;
    overflow: auto;
    transform: 0.8s;
    transition: 0.8s;
    scrollbar-color: var(--clr-EMBrown) #e0e0e0;
    scrollbar-width: thin;
}

/*.blog_img-gallery:hover{
    max-height: 200em;
    overflow: auto;
}*/

.blog_img::-webkit-scrollbar {
    width: 0.5em;
}
 
.blog_img::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}
 
.blog_img::-webkit-scrollbar-thumb {
    background-color: var(--clr-EMBrown);
}


.blog_img-max_BG{
    display: flex;
    order: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items:center;
}

.blog_img-img{
    flex: 1 0 32%;
    margin: 0 auto;
    height: auto;
    width: auto;
    position: relative;
    background-color: white;
    overflow: hidden;
    cursor: pointer;
    transform: 0.3s;
    transition: 0.3s;
}

img.ppl-expand{
    position: absolute;
    z-index: 1;
    flex: none;
    max-height: 100vh;
    max-width: 100vw;
    background-color: black;
}


 /* Style the Image Used to Trigger the Modal */
  
  /* The Modal (background) */
  .Gallery_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
  }

  .Gallery_modal-content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin: auto;
    display: block;
    /*width: 80%;*/
    max-width: 100vh;
    max-height: 85vh;
    padding-bottom: 3em;
  }

  #caption {
    position: fixed;
    bottom: 0;
    margin: auto;
    display: block;
    color: #fff;
    background-color: rgba(53, 53, 53, 0.9);
    padding: 2em 4em 2em 4em;
    width: calc(100% - 8em);
    text-align: center;
    font-size: 1em;
    font-weight: 400;
  }
  
  .Gallery_modal-content, #caption, .Gallery_modal {
    animation-name: fadeIn1;
    animation-duration: 0.8s;
  }
  .Gallery_modal {
    animation-name: fadeIn2;
    animation-duration: 0.3s;
  }
  
  @keyframes fadeIn1 {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  @keyframes fadeIn2 {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  
  /* The Close Button */
  .close {
    z-index: 2;
    position: absolute;
    /*bottom: 15px;*/
    width: 100%;
    text-align: right;
    right: 0.8em;
    color: #f1f1f1;
    font-size: 2.2em;
    font-weight: bold;
    transition: 0.3s;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 1000px){
    .Gallery_modal-content {
      max-height:max-content;
      width: 100%;
    }
  } 