@charset "utf-8";

* {
    box-sizing: border-box;
}

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

[class*="col-"] {
    float: none;
    padding: 0px;
}

body {
    margin: 0px;
    background-image: url("https://www.komponist.hamburg/images/Vignette.png");
	<!--background-color: rgb(229, 40, 34);-->
	background-color: rgb(77, 152, 255);
	background-position: center; 
	background-repeat: repeat;
	background-size: auto auto;
	font-family: "Lucida Console", Monaco, monospace;
}

.header {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgb(0, 0, 0);
    padding-top: 10px;
	padding-bottom: 25px;
	margin-top: 35px;
	margin-bottom: 21px;
	text-align: center;
} 

h1 {
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
    padding-top: 3px;
	padding-bottom: 3px;
    border-style: solid none solid none;
	border-color: rgba(0, 0, 0, 0.5);
}

p.reduced {
    color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.07em;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.deskmenu {
    display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 20pt;
	letter-spacing: 0.2em;
	position: relative;
	left: 0;
    width: 100%;
    text-align: center;
	cursor: pointer;
}

a.menu:link {
    color: rgb(109, 109, 109);
	text-decoration: none;
	margin: 25px;
}

a.menu:visited {
    color: rgb(109, 109, 109);
	text-decoration: none;
	margin: 25px;
}

a.menu:hover {
    color: rgba(0, 0, 0, 0.2);
	text-decoration: none;
	margin: 25px;
	}
	
a.menuactive {
    color: rgb(0, 0, 0);
	text-decoration: none;
	margin: 25px;
	}
	
.maincontent {
    border-style: solid none solid none;
	margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 20px;
}

.musicfor {
    color: rgba(137, 138, 138, 1.0);
	font-weight: bold;
    font-size: 10pt;
}

.mySlides {
display:none;
}

.button {
    background-color: rgba(163, 5, 0, 0.3);
    border: solid;
	border-color: rgb(0, 0, 0);
    color: white;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    margin: 2px 0px;
	width: 100%;
    cursor: pointer;
}

.footer {
	position: relative;
    margin-top: 8px;
	font-size: 12pt;
	letter-spacing: 0.2em;
	float: right;
}

a.footermenu:link {
    color: rgb(0, 0, 0);
	text-decoration: none;
	margin: 25px;
}

a.footermenu:visited {
    color: rgb(0, 0, 0);
	text-decoration: none;
	margin: 25px;
}

a.footermenu:hover {
    color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	margin: 25px;
	}
	
a.footermenuactive {
    color: rgb(0, 0, 0);
	text-decoration: none;
	margin: 25px;
	}
	
/* Dropdown Button */
.dropbtn {
    background-color: rgba(171, 171, 171, 1.0);
    color: white;
    padding: 5px 0px;
    font-size: 16px;
    border: solid;
	border-color: rgb(0, 0, 0);
    cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
    margin: 2px 2px;
	width: 100%;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: rgba(171, 171, 171, 0.5);
}

.dropdown {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #c3c3c3;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	width: 100%;
}

.dropdown-content a {
	font-size: 14pt;
	letter-spacing: 0.2em;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align:center;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.dropdown a:hover {background-color: rgba(171, 171, 171, 0.8);}

.show {display:block;}

.tooltip {
    position: relative;
    display: inline-block;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.thumbmar {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 50px;
    margin-left: 0px;
}

.mobthumbmar {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.imgleft {
    float: left;
}

.imgbot {
    float: bottom;
}
	
.clearfix {
    overflow: auto;
}

.topbutton {
    background-color: rgba(171, 171, 171, 1.0);
    border: solid;
	border-color: rgb(0, 0, 0);
    color: white;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 0px;
	padding: 10px;
	width: 100%;
    cursor: pointer;
}

.lightborder {
border-style: solid;
border-color: rgba(182, 182, 182, 0.5);
}

.movbg {
margin: 20px;
background-color: rgba(0, 0, 0, 0.1);
border-style: none;
border-color: rgba(182, 182, 182, 0.5);
border-radius: 15px;
}
	
	/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

/* For desktop: */
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
  
@media only screen and (max-width: 1040px) {
    .smallmenu{
    font-size: 14pt;
  }
}

@media only screen and (max-width: 1040px) {
    .smallheadding{
    font-size: 80%;
  }
}

@media only screen and (min-width: 767px) {
  .hide-on-desktop {
    display: none !important;
  }
}
