body {
	background-color: black;
	color: #8c8c8c;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	padding-left: 0;
}

.tm-text-white { color: white; }

.tm-page-header-container { text-align: center; }

.tm-page-header {
  background-color: white;
  text-align: left;
  vertical-align: baseline;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  height: 1em;
  position: relative;
  color: #996633;
  font-weight: 400;
  font-size: 2rem;
}


#englishheader {
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	font-size: 0.9rem;
}

.tm-main-content { 
 background-color: #ffffff;
 max-width: 85em;
 margin-top: -0.5em;
 margin-right: -0.5em;
 margin-left: -0.47em;
}
 

#tm-intro-img-landscape {
	display: none;
	float: left;
	position: relative;
	width: 30em;
	height: auto;
}


#language-flag{
 position: relative;
 display: inline-flex;
 top: -5.5em;
 left: 0.1em;
 padding-top: -1em;
 width: 3em;
}

#language-text{
  position: relative;
  display: inline-block;
  top: -5.5em;
  left: 0.1em;
}

#landscape-english-title{
  display: none;
}

#languagelink {
  color: inherit; /* blue colors for links too */
  text-decoration: none; /* no underline */
}

#transportfeetext-portrait{
  position: relative;
  display: inline-block;
  left: 0.5em;
  padding-right: 2em;
  font-size: 0.9rem;
}
#transportfeetext-landscape{
  display:none;
}

#tm-intro-img-portrait {
	position: relative;
	width: 100vw;
	max-width: 30em;
	height: auto;
	padding-top: 0em;
}

.tm-gallery-header-landscape {
display:none;
}

.tm-gallery-header-portrait {
  color: #996633;
  padding-top: 1em;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
}

.tm-pricelist-header {
  position: relative;
  color: #996633;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  margin-left: 0;
  margin-top: 3.5em;
  top: 1.5em;
  left: 0;
  max-height: 1em;
  max-width: 10em;
}


.tm-section-header {	
  color: #996633;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 0em;
  margin-top: 3em;
  margin-bottom: 30px;
}

.tm-cymbals-header {	
  color: #996633;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 1.7em;
  margin-top: 3em;
  margin-bottom: 30px;
}

.tm-additional-header {
  color: #996633;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 0em;
  margin-top: 3em;
  margin-bottom: 30px;
}

.tm-howtorent-header {	
  color: #996633;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 1em;
  margin-top: 3em;
  margin-bottom: 30px;
}

.tm-faq-header {	
  color: #996633;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 0em;
  margin-top: 3em;
  margin-bottom: 30px;
}

.tm-contact-header {	
  color: #996633;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 0em;
  margin-top: 3em;
  margin-bottom: 30px;
}

.tm-responsive-table { overflow-x: auto; }


table {
  overflow-x: scroll;
  padding-left: 0;
  padding-right: 2em;
  border-spacing: 0;
}

td {
  text-align: center;
  padding: 1em 1em;
}


.tm-text-left { text-align: left; }

th {
  color: #333333;
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 2em;
  padding-right: 2em;
}

tr:nth-child(odd) { background-color: #e5e8ed; }

tr.tm-tr-header {
  background-color: #c4cdd6;
  height: 50px;
}

.tm-section {
  padding-left: 0;
  padding-top: 0.5em;
}

.tm-section-small {
  max-width: 45em;
  margin-top: 10%;
  margin-left: 1%;
  margin-right: 0.5em;
  padding-top: 0;
}

.tm-section-cymbals {
  max-width: 30em;
  margin-top: 10%;
  margin-left: 1%;
  margin-right: 1em;
  padding-top: 0;
}

.tm-section-additional {
  max-width: 30em;
  margin-top: 10%;
  margin-left: 1%;
  margin-right: 1em;
  padding-top: 0;
}

.tm-section-howtorent {
  position: relative;
  top: 1em;
  max-width: 27em;
  margin-top: 10%;
  margin-left: 1%;
  margin-right: auto;
  padding-top: 0;
  padding-right: 3em;
}

#contractlink {
  color: inherit;
  text-decoration: underline;
}


.tm-section-faq {
  max-width: 27em;
  margin-top: -2.7em;
  margin-left: 1%;
  margin-right: auto;
  padding-top: 0;
  padding-right: 3em;

}

.tm-section-contact {
  position: relative;
  top: -4em;
  margin-top: 0;
  margin-left: 1%;
  max-width: 27em;
  margin-right: auto;
  padding-top: 0;
}


p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.tm-mb-0 { margin-bottom: 0; margin-right: 10%; }
img { max-width: 100%; }


a { transition: all 0.3s ease; }


#youtube-container-landscape {
	display: none;
}

.video-landscape{
	display: none;
}


#youtube-container-portrait{
	position: relative;
	display: inline-block;
	top: 5em;
    padding-bottom: 3em;  
}

.video-portrait{
	position: relative;
    top: 0;
    left: 0;
    width: 90vw;
    height: 50vw;
	max-width: 30em;	
}

/* Begin scrollbar style for Chrome */

/* Track */
::-webkit-scrollbar
{
  width: 14px;
  height: 3px;
}

::-webkit-scrollbar-track
{
  background: white;
  border: solid 1px rgba(33,33,33,0.5);
}


/* Thumb */
::-webkit-scrollbar-thumb
{
  background: #c4cdd6;
  border: outset 1px rgba(33,33,33,0.5);
}

::-webkit-scrollbar-thumb:hover
{
  background: #505050;
}

::-webkit-scrollbar-thumb:active
{
  background: #404040;
}

::-webkit-scrollbar-thumb:vertical
{
  border-top: solid 2px rgba(33,33,33,0.5);
  border-bottom: solid 2px rgba(33,33,33,0.5);
}

::-webkit-scrollbar-thumb:horizontal
{
  border-right: solid 2px rgba(33,33,33,0.5);
  border-left: solid 2px rgba(33,33,33,0.5);
}

/* End scrollbar style for Chrome */

