@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v20-latin-regular.eot'); 
  src: local(''),
       url('../fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v20-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v20-latin-regular.woff') format('woff'), 
       url('../fonts/open-sans-v20-latin-regular.ttf') format('truetype'),
       url('../fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v20-latin-600.eot'); 
  src: local(''),
       url('../fonts/open-sans-v20-latin-600.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v20-latin-600.woff2') format('woff2'), 
       url('../fonts/open-sans-v20-latin-600.woff') format('woff'), 
       url('../fonts/open-sans-v20-latin-600.ttf') format('truetype'), 
       url('../fonts/open-sans-v20-latin-600.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v20-latin-italic.eot'); 
  src: local(''),
       url('../fonts/open-sans-v20-latin-italic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v20-latin-italic.woff2') format('woff2'), 
       url('../fonts/open-sans-v20-latin-italic.woff') format('woff'), 
       url('../fonts/open-sans-v20-latin-italic.ttf') format('truetype'), 
       url('../fonts/open-sans-v20-latin-italic.svg#OpenSans') format('svg'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v20-latin-600italic.eot'); 
  src: local(''),
       url('../fonts/open-sans-v20-latin-600italic.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v20-latin-600italic.woff2') format('woff2'), 
       url('../fonts/open-sans-v20-latin-600italic.woff') format('woff'), 
       url('../fonts/open-sans-v20-latin-600italic.ttf') format('truetype'), 
       url('../fonts/open-sans-v20-latin-600italic.svg#OpenSans') format('svg'); 
}


@font-face {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/marck-script-v11-latin-regular.eot'); 
  src: local(''),
       url('../fonts/marck-script-v11-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/marck-script-v11-latin-regular.woff2') format('woff2'), 
       url('../fonts/marck-script-v11-latin-regular.woff') format('woff'), 
       url('../fonts/marck-script-v11-latin-regular.ttf') format('truetype'), 
       url('../fonts/marck-script-v11-latin-regular.svg#MarckScript') format('svg'); 
}

.bg-dark {
	background: #100863;
}

.fg-dark {
	color: #100863;
}

.bg-dark-medium-dark {
	background: #342d7a;
}

.fg-dark-medium-dark {
	color: #342d7a;
}

.bg-dark-medium {
	background: #706ba1;
}

.fg-dark-medium {
	color: #706ba1;
}

.bg-dark-light {
	background: #c3c1d8;
}

.fg-dark-light {
	color: #c3c1d8;
}

.bg-light {
	background: #ccccff;
}

.fg-light {
	color: #ccccff;
}

.bg-light-medium {
	background: #e0e0ff;
}

.fg-light-medium {
	color: #e0e0ff;
}

.bg-light-light {
	background: #f2f2ff;
}

.fg-light-light {
	color: #f2f2ff;
}

.bg-grey {
	background: #333333;
}

.fg-grey {
	color: #333333;
}

.bg-grey-medium {
	background: #999999;
}

.fg-grey-medium {
	color: #999999;
}

.bg-grey-light {
	background: #cccccc;
}

.fg-grey-light {
	color: #cccccc;
}

.bg-white {
	background: #FFFFFF;
}

.fg-white {
	color: #FFFFFF;
}

.bg-white-colored {
	background: #FCFAF5;
}

.fg-white-colored {
	color: #FCFAF5;
}

.bg-black {
	background: #000000;
}

.fg-black {
	color: #000000;
}


html {
	overflow-y: scroll;
}

* {
	margin: 0;
}

body {
	position: relative;
	height: 100%; 
	min-width: 320px;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.font-marck-script {

}

.clearer {
	clear: both;
	height: 0;
}

.bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1;
	opacity: 0.5; /* 0.31 */
}

.site {
  position: relative;
  min-height: 100vh;
}

.wrapper {
	min-height: calc(100vh - 58px);
}

.header {
	position: fixed;
	width: 100%;
	z-index: 10000;
}

.content {
	padding: 233px 0 115px 0;
	margin: 0 auto;
	width: 80%;
	max-width: 1152px;
}

.content p {
	margin-bottom: 32px;
}

.footer {
	position: relative;
    display: block;
    line-height: 58px;
    height: 58px;
    background-color: #342d7a;
    text-align: center;
    color: #FFFFFF;
}

.footer a {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 58px;
	padding: 0 10px;
	text-decoration: none;
}

.footer a:hover {
	background-color: #706ba1;
	transition: background 0.3s ease-out; 
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3 ease-out; 
    -o-transition: background 0.3 ease-out; 
}

.nav-mobile {
	display: none;
	font-size: 14px;
}

.btn-menu {
	position: relative;
	float: left;
	background: none;
    border: none;
    margin: 0 3%;
	padding: 10px 6px 8px 6px;
    z-index: 20;
}

.btn-menu,
.scroll-buttons a {
    font-size: 18px;
	color: #FFFFFF;
}

.btn-menu ul {
	z-index:10;
	position: absolute;
	display: none;
	min-width: 200px;
	opacity: 0;
	left: 0;
	top: 39px;
	background-color: #CCCCFF;
	list-style: none;
	padding: 0;
	box-shadow: 6px 6px 12px -10px rgba(16,8,99,0.32);
	-webkit-box-shadow: 6px 6px 12px -10px rgba(16,8,99,0.32);
	-moz-box-shadow: 6px 6px 12px -10px rgba(16,8,99,0.32);
}

.btn-menu ul li a {
	display: block;
	text-align: left;
	color: #100863;
	text-decoration: none;
	padding: 10px 20px;
	border-bottom: 1px solid #100863;
}
	
.btn-menu ul li:last-of-type a {
	border-bottom: none;
}	
	
.btn-menu.active {
	color: #100863;
	background-color: #CCCCFF;
}
		
.btn-menu.active ul {
	display: block;
	opacity: 1;
}

.scroll-buttons {
	float: right;
	margin-right: 3%;
}

.scroll-buttons a {
	display:inline-block;
	padding: 0 6px;
}

div.logo {
	font-size: 0;
	padding-left: 5%;
}

img.piano {
	height: 100px;
	margin: 10px 0 5px 0;
}

img.writing {
	height: 80px;
	margin: 0 0 15px 60px;
}

.menu {
	position: relative;
	display: block;
	line-height: 58px;	
	height: 58px;
}

.text-style-intro {
	display: block;
	font-family: 'Marck Script', 'Times', serif;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(52, 45, 122, 0.3);
}

img {
	max-width: 100%;
}

img.border {
	border: 4px solid #FFFFFF;
	margin-left: -4px !important;
}

nav.desktop {
    position:absolute;
	bottom:0;
	right: 5%;
    left: 0;    
    z-index: 60;
    font-size: 16px;
}

nav.mobile {
	margin-left: auto;
	margin-right: 10px;
}

nav.mobile ul.l-2 {
	width: 100%;
}

nav.mobile ul.l-1 li:last-of-type ul li {
	min-width: 0;
}

nav.mobile ul.l-2 li {
	min-width: 0;
}

nav ul {
	float: right;
    padding: 0px;
    margin: 0px;
}

nav ul li {
	position: relative;
    list-style: none;
    float:left;
}

nav a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

nav ul.l-1 {
	background: #342d7a;
}

nav ul.l-2 {
    position: absolute;
    display: inline;
    visibility: hidden;
    padding: 0px;
	background: #706ba1;	
}

nav ul li:hover > ul {
    visibility: visible;
}

nav a, 
nav a:link,
nav a:visited,
nav span {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px;
}

nav ul.l-1 a,
nav ul.l-1 span {
    text-decoration: none;
    display: block;
    transition: background 0.3s ease-out; 
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3 ease-out; 
    -o-transition: background 0.3 ease-out;
    cursor: pointer;
}

nav ul.l-1 li { 
	max-width: 190px;
}

nav ul.l-1 li:hover { 
	z-index: 100; 
	background: #706ba1;
	transition: background 0.3s ease-out; 
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3 ease-out; 
    -o-transition: background 0.3 ease-out;
}

nav ul.l-1 li:last-of-type ul li {
	min-width: 120px;
}

nav ul.l-2 li {
	float: none; 
	min-width: 150px;
	max-width: 200px;
}

nav ul.l-2 a {
	line-height: 58px;
	cursor: pointer;	
}

nav ul.l-2 a:hover {
	background: #c3c1d8;
}

h1 {
	font-family: 'Marck Script', 'Times', serif;
	font-size: 64px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(52, 45, 122, 0.3);
}

h2 {
	font-family: 'Marck Script', 'Times', serif;
	font-size: 48px;
	text-shadow: 2px 2px 2px rgba(52, 45, 122, 0.3);
}

.content a,
.content a:link,
.content a:visited {
	color: #100863;
	text-decoration: none;
}

.content a:hover {
	color: #333333;
}

.content a.surround {
	display: inline-block;
}

.line {
	display: block;
	position: relative;
	text-align: center;
	margin: 120px 0;
}

.line:last-of-type {
	display: none;
}

.content a.link-button {
	background-color: #100863;
	color: #FFFFFF;
	padding: 10px 40px;
	font-size: 24px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
}

.content a.link-button:hover {
	font-weight: normal;
}

.text-normal {
	font-size: 14px;	
}

.text-middle {
	font-size: 18px;
}

.text-big {
	font-size: 22px;
}

span[style*="Marck"],
.font-marck-script {
	font-size: 32px;
}

.text-middle .font-marck-script,
.text-middle > span[style*="Marck"] {
	font-size: 41px;
}

.text-big .font-marck-script,
.text-middle > span[style*="Marck"] {
	font-size: 50px;
}

.line-break-linebreak {
	display: block;
	width:100%;
	height: 0;
}

.line-break-paragraph:after {
	content:"\a";
	white-space: pre;
}

.line-break-block {
	height: 60px;	
}

.content section {
	margin-bottom: 120px;
}

.content section:last-of-type {
	margin-bottom: 0;
}

.cont-content,
.cont-content-2 {
	background-color: #FCFAF5;
	padding: 40px 40px 40px 40px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
}

.cont-content {
	-webkit-border-radius: 50px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 50px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 50px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

.cont-content-2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.event-slider {
	display: flex;
	flex-direction: row;
	background-color: #FCFAF5;
	-webkit-border-radius: 50px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 50px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 50px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	padding: 40px;
}

.slick-dots {
	bottom: -45px;
}

.event-slider .slides {
	position: relative;
	display:block;
	width: 90%;
	margin: 0 5%;
}

.slider-prev,
.slider-next { 
	position: relative;
	min-height: 8vw;
	width: 8vw;	
} 

.slider-prev span,
.slider-next span { 
	position: absolute;
	top: 50%;
  	left: 50%;
  	margin: 0;
	transform: translate(-50%, -50%);
	color: #CCCCFF;
	font-size: 32px;
	cursor: pointer;
}

.tile {
	position:relative;
	display: block;
	margin: 0 15px;
	background-color: #FCFAF5;
	border: 1px solid #100863;
	text-align: center;
}

.tile.none-scroll {
	width: 280px; /*calc(33% - 60px)*/;
	flex-shrink:0;
}

.tile-content > div::-webkit-scrollbar {
  width: 2px;
}

.tile-content > div::-webkit-scrollbar-track {
  background-color: #F2F2FF;
}

.tile-content > div::-webkit-scrollbar-thumb {
  background: #CCCCFF;
}

.tile-content > div {
    scrollbar-width: thin;
    scrollbar-color: #CCCCFF #F2F2FF;
}

.tile-header {
	background-color: #100863;
	height: 58px;
}

.tile-content {
	position: relative;
	padding: 20px 15px 20px 20px;
	height: 102px;
	overflow: hidden;
}

.tile-content > div {
	height: 117px;
	padding-right: 5px;
	overflow-x: hidden;
}

.tile-footer {
	background-color: #CCCCFF;
	color: #100863;
	padding: 10px 20px;
	heigth: 58px; /*height: 38px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tile-header table,
.tile-header tr {
	width: 100%;
}

.tile-header .day,
.tile-header .month_year,
.tile-header .weekday {
	text-align: center;
}

.tile-header .day {
	width:25%;
	font-size: 32px;
	color: #CCCCFF;
}

.tile-header td div {
	margin-top: 2px;
}

.tile-header .month_year {
	font-size: 16px;
	color: #CCCCFF;
	width:50%;
}

.tile-header .weekday {
	font-size: 32px;
	color: #FFFFFF;
	width:25%;
}

.none-slides {
	position: relative;
	flex-grow: 1;
}

.none-slides p {
	margin: 0;
}

.none-slides .info {
	text-align: center;
	font-family: 'Marck Script', 'Times', serif;
	font-size: 32px;
}

.v-archive {
	position: relative;
	display: block;
	width: 100%;
}

.list-events {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

.event-a {
	display: flex;
	flex-direction: row;
	background-color: #FCFAF5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	margin-bottom: 30px;
}

.event-a a {
	color: rgb(16, 8, 99, 0.6) !important;
	font-style: italic;
}

.event-a .date{
	width: 6vw;
	flex-shrink: 0;
	min-height: 6vw;
	min-width: 70px;
	padding: 15px; /*1vw*/
	background-color: #100863;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.event-a .text{
	min-height: 6vw;
	width: 65%;
	padding: 15px;
}

.event-a .info{
	width: calc(100% - 6vw - 65%);
	min-height: 6vw;
	padding: 15px;
	flex-shrink: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	background-color: #CCCCFF;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.inline-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	font-size: 30px;
	font-family: 'Marck Script', 'Times', serif;
}

.inline-nav a,
.inline-nav span {
	padding: 10px;
}

.inline-nav span {
	opacity: 0.5;
	cursor: default;
}

.list-youtube {
	display: block;
	width: 102%;
	margin-left: -1%;
	position: relative;
}

.list-youtube .list,
.list-awards {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.list-youtube .list:last-of-type {
	margin-bottom: 60px;
}

.youtube,
.award {
	position: relative;
	width: 31.33%;
	margin: 1%;
	min-width: 293px;
	background-color: #FCFAF5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
}

.roman-numeral {
	font-family: Open Sans;
	font-size: 20px;
	/*margin: 0 8px 2px 8px;*/
}

.list-youtube .headline,
.v-archive .headline {
	width: 100%;
	margin: 30px 0;
}

.youtube:hover .overlay {
	opacity: 1;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
}

.youtube:hover .text {
	color: #FFFFFF;
}

.youtube a.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;	
	height: calc(100% - 80px);
	width: 100%;
	margin-top: 80px;
	text-align: center;
	background-color: #CCCCFF;
	font-weight: bold;
	opacity: 0;
	z-index: 100;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out;
}

.youtube .fab {
	margin-top: 10px;
	font-size: 40px;
	color: #FF0000;
}

.youtube .title,
.work .title,
.award .title {
	display: flex;
	align-items: center;
	font-family: 'Marck Script', 'Times', serif;
	font-size: 22px;
	min-height: 70px;
	padding: 5px 20px;
	background-color: #100863;
	color: #CCCCFF;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.youtube .text {
	float: left;
	width: 60%;
}

.youtube .text span {
	display: block;
	padding: 20px;
}

.youtube .image {
	float: left;
	width: 40%;
}

a.award:hover {
	color: #100863;
	background-color: #CCCCFF;
}

.award-content {
	display: flex;
	padding: 20px;
}

.award .text {
	flex-grow: 1;
}

.award .image {
	flex-shrink: 0;
}

a.award:hover img {
	width: 60px;
	margin-top: -10px;
	padding-left: 13px;
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out;
}

.award img {
	width: 50px;
	padding-left: 20px;
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out;
}

.image-cropper {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin: 20px auto;	
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
}

.image-cropper img {
	height: 140px; /*100/133*/
	width: 186px;
	max-width: 186px;
	margin-top: -20px;
	margin-left: -43px;
}

.video-outer {
	position: relative;
	display: block;
	width: 75%;	
	cursor: pointer;
	margin: 0 auto;
}

.video-16-9 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden; 
}

.video-16-9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
}

.dsgvo p,
.dsgvo ul {
	background-color: rgb(255,255,255,0.9);
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dsgvo li {
	margin-left: 20px;
}

.dsgvo h2 {
	margin: 45px 0 25px 0;
	font-size: 30px;
}

#content-subcategory {
	position: relative;
}

.list-work-main,
.list-work-sub {
	position: relative;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 105%;
    margin-left: -2.5%;
    margin: -2.5% 0 -2.5% -2.5%;
}

.list-work-main {
	margin-bottom: 60px;
}

.list-work-main:last-of-type {
	margin-bottom: 30px;
}

.btn-nav-top {
    position: absolute;
    left: 0px;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    _margin-top: -40px;
    z-index: 1000;
}

#content-subcategory .btn-nav-top {
	margin-top: -60px;
} 

.list-youtube .btn-nav-top {
	left: 1%;

}

.list-youtube .btn-nav-top:last-of-type {
	margin-top: -58px;
}
	
.v-archive .btn-nav-top {
	margin-top: -50px;
}
	
.work-cat-main {
	position: relative;
    width: 20%;
    min-width: 200px;
    margin: 2.5%;
	background-color: #FCFAF5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	cursor: pointer;
}

.work-cat-main:hover {
	background-color: #CCCCFF;
}

.work-cat-main .text {
	text-align: center;
	background-color: #100863;
	color: #FFFFFF;
	font-family: 'Marck Script', 'Times', serif;
	font-size: 22px;
	padding: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.work-cat-main.active .text {
	background-color: #342d7a;
}

.work-cat-main img {
	display: block;
	width: 50%;
	margin: 10% auto;
}

.list-work-sub {
	display: flex;
	justify-content: center;
}

.work-cat-sub {
	position: relative;
    width: calc(20% - 20px);
    min-width: 200px;
    margin: 2.5%;
	background-color: #100863;
	color: #FFFFFF;
	font-family: 'Marck Script', 'Times', serif;
	font-size: 22px;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	cursor: pointer;	
}

.work-cat-sub:hover,
.work-cat-sub.active {
	background-color: #342d7a;
}

.list-works {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}	
	
#content-subcategory h2 {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}	
	
.work {
	position: relative;
	width: 49%;/*31.33%*/;
	margin-bottom: 2%;
	background-color: #FCFAF5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
}
	
.work p {
	margin: 5px 0 0 0;
}	
	
.work a {
	color: rgb(16, 8, 99, 0.6) !important;
	font-style: italic;
}
.work .text {
	padding: 20px;
}	
	
.work .title {
	padding-right: 50px;
}

.work .year {
	font-size: 85%;
	color: #FFFFFF;
}

.work .symbol {
	position: absolute;
	right: 20px;
	width: 30px;
	font-size: 18px;
	text-align: right;
}	
	
.lightbox-image a {
	position:relative;
	display: inline;
}	

.list-graphy h2 {
	margin: 45px 0 30px 0;
	font-size: 40px;
}

.list-graphy h2:first-child {
	margin-top: 0;
}

.graphy-entry {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	
.popup {
	width: 80%;
	max-width: 920px;
	margin: 0 auto;
	padding: 5%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	
	
.work a.button {
	display: block;
	opacity: 0.6;
    width: calc(100% - 40px);
    text-align: right;
    padding-right: 20px;
	padding: 0 20px 20px 20px;
	cursor: pointer;
}
	
.form-fieldset {
	width: calc(100% - 80px);
	max-width: 768px;
	margin: 0 auto;
}

.form-row {
	margin: 10px 0;
}

.form-submit {
	text-align: center;
	margin-top: 30px;
}

.form-label-cell,
.form-field-cell,
.form-text-cell {
	width: 100%;
	text-align: center;
}

.form-label-cell {
	margin-bottom: 5px;
}
	
input[type="text"],
input[type="search"],
select,
textarea,
.form-checkgroup,
.form-radiogroup {
	padding: 10px;
	outline: none;
	border: 1px solid #CCCCFF;
	background-color: #FCFAF5;
	color: #100863;
	font-family: Open Sans;
	font-size: 14px;
}

select {
	padding: 10px 5px;
}

option {	
	padding: 0;
	margin: 0;
	
}

input[type="text"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	border-color: #100863;
	-webkit-transition: border 0.2s linear;
    transition: border 0.3s linear;
}
	
.input-text {
	width: calc(100% - 20px);
}	
	
.input-textarea {
	width: calc(100% - 20px);
}	
	
.input-select {
	width: calc(100% + 2px);
}	

input[type="submit"] {
	background-color: #100863;
	color: #FFFFFF;
	padding: 10px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-webkit-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	-moz-box-shadow: -1px -1px 12px 0px rgba(16,8,99,0.32);
	
}

[type="checkbox"] {
	-webkit-appearance: none;
	background-color: #FCFAF5;
	border: 1px solid #CCCCFF;
	height: 14px;
	width: 14px;
	display: inline-block;
	position: relative;
	margin-bottom: -2px;
	margin-right: 5px;
}

input[type="checkbox"]:checked {
	background-color: #100863;
	border: 1px solid #100863;
}

[type="radio"] {
	-webkit-appearance: none;
	background-color: #FCFAF5;
	border: 1px solid #CCCCFF;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-bottom: -2px;
	margin-right: 5px;
}

input[type="radio"]:checked  {
	background-color: #100863; 
	border: 1px solid #100863;
}

[type="checkbox"] + label,
[type="radio"] + label {
	margin-right: 20px;
}

.form-error {
	display: inline-block;
	background-color: #CCCCFF;
	margin-top: 5px;
	padding: 2px 10px;
}

.mark-required {
}
	
@media only screen and (max-width: 1259px) {	
	.video-outer {
		width: 90%;
	}
}

@media only screen and (max-width: 1169px) {
	.youtube,
	.award {
	    width: 48%;
    	margin: 1% 1% 20px 1%;
	}
}

@media only screen and (max-width: 1023px) {
	.text-middle {
		font-size: 16px;
	}
	
	.text-big {
		font-size: 18px;	
	}
}

@media only screen and (max-width: 859px) {
	.list-works {
	
	}
	
	.work {
		width: 100%;
		margin: 2% 0;
	}

	.content {
		width: 90%;
	}
	
	nav.desktop,
	.footer a {
		font-size: 14px;
	}
	
	img.piano {
		height: 80px;
	}
	
	img.writing {
		height: 60px;
		margin-left: 20px;
	}
	
	.event-a {
		flex-direction: column;
	}
	
	.event-a .date {
		width: calc(100% - 30px);
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomleft: 0px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0px;
	}
	
	.event-a .text{
		width: calc(100% - 30px);
	}
	
	.event-a .info{
		width: calc(100% - 30px);
		text-align: center;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomleft: 10px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 10px;
	}	
	
	.cont-content {
		padding: 20px;
		-webkit-border-radius: 33px;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius: 33px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-radius: 33px;
		border-top-right-radius: 7px;
		border-bottom-left-radius: 7px;
	}
	
	.video-outer {
		width: 100%;
	}
}

@media only screen and (max-width: 724px) { /*425*/
	
	div.logo {
		display: flex;
		height: 58px;
		align-items: center;
		padding: 0;
	}
	
	div.menu {
		height: 39px;
		line-height: 39px;
	}

	.nav-mobile {
		display: flex;
	}

	nav.desktop {
		display: none;
	}

	img.piano {
		display: none;
	}
		
	img.writing {
		height: auto !important;
		width: 88%;
		max-width: 300px;
		margin: 0 6%;
	}
	
	.content {
		padding: 130px 0 30vw 0;
	}
	
	h1 {
		font-size: 36px;
	}
	
	h2,
	.list-graphy h2 {
		font-size: 28px;
	}
	
	.list-graphy h2 {
		text-align: center;
	}
	
	.content a.link-button {
		padding: 5px 20px;
		font-size: 18px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.line-break-block {
    	height: 10vw;
	}
	
	.line {
		margin: 15vw 0;
		max-width: 100%;
	}
	
	.content section {
    	margin-bottom: 60px;
	}
	
	.text-style-intro {
		font-size: 24px;
	}

	.list-youtube {
		justify-content: center;
	}
		
	.inline-nav {
		font-size: 24px;
	}
		
	.award, 
	.youtube {
		width: 100%;
		margin: 2% 0;
	}
	
	.award .title,
	.youtube .title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 479px) {
	.line-break-block {
    	height: 8vw;
	}
	
	.work-cat-main {
		width: 45%;
		min-width: 136px;
	}
	
	.list-youtube .headline,
	.v-archive .headline {
		margin: 14px 0 22px 0;
	}
	
	.text-middle {
		font-size: 15px;
	}
	
	.text-big {
		font-size: 16px;	
	}
	
	.event-slider {
    	padding: 20px;
	}
}

.col-structure {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	box-sizing: border-box;
	flex-grow: 1;
}

.col-1 {
	max-width: calc(100% / 12 * 1);
}
 
.col-2 {
	max-width: calc(100% / 12 * 2);
}
  
.col-3 {
	max-width: 25%;
}
  
.col-4 {
	max-width: calc(100% / 12 * 4); 
	/*min-width: 384px;*/
}
  
.col-5 {
	max-width: calc(100% / 12 * 5);
}
  
.col-6 {
	max-width: 50%;
}
 
 /* 
@media only screen and (max-width: 859px) {
	.col-6 {
		max-width: 100%;
	}	
	
	.col-6 > div {
		margin: 0 0 2vw 0 !important;

	}
}*/
  
.col-7 {
	max-width: calc(100% / 12 * 7);
}
  
.col-8 {
	max-width: calc(100% / 12 * 8);
}
  
.col-9 {
	max-width: 75%;
}
  
.col-10 {
	max-width: calc(100% / 12 * 10);
}
  
.col-11 {
	max-width: calc(100% / 12 * 11);
}
  
.col-12 {
	max-width: 100%;
}

.search-form {
	margin: -20px auto 80px auto;
	text-align: center;
}

.search-form #search {
	width: calc(100% - 30px);
	max-width: 576px;
	margin: 0 auto;
}

.search-form button {
	margin-left: -40px;
	color: #CCCCFF;
	border: 1px solid transparent;
	border-radius: inherit;
	background: transparent;
	cursor: pointer;
}

.search .info {
	font-weight: bold;
	font-size: 18px;
	margin-top: -20px;
	text-align: center;
}

.search .space-extra {
	margin-bottom: 80px;
}

.search .work-cat-main:hover {
	background-color: #FFFFFF;
}

#btn-reset-search {
	cursor: pointer;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.search-form input[type="search"]::placeholder {
	color: #CCCCFF;
}

.search-result {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.search-result h2 {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.search-result h3 {
	font-size: 30px;
	font-family: 'Marck Script', 'Times', serif;
	font-weight: normal;
	margin-bottom: 60px;
}

.link-symbol:before {
	content: "\00BB";
	margin-right: 6px;
}

.font-marck-script {
	font-size: 32px;
}

.result {
	background-color: #DDCCFF;
	color: #100863;
	opacity: 0.9;
	border-radius: 2px;
}