@charset "utf-8";
/* CSS Document */
body,td,th {
    /*  font-family: Tahoma;
    font-style: normal;*/
    /*color: white;*/
}
body {
    max-width: 1600px;
    margin: auto;
    background-image: url("../images/Hintergrund_BS_gelb.jpg");
    /*font-size: 0.9em;*/
}
.header{

}
.main{
    max-width: 1200px;
    margin: auto;
}
.footer{

}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    /*color: white;*/
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
    color: #111513;
    /*white*/
}
.hfooter{
    letter-spacing: 0.2em;
}

.gtmenuitem:hover, .gtred{
    background-color: #a81c19;
    }

.gtmenuitem, .gtdarkred{
    background-color: #4a110d;
}

.gtmenuitem{
    color: white;
    letter-spacing: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.gtmenuitem:visited, .gtmenuitem:hover{
    color: white;
    
}

.titel1{
    letter-spacing: 0.3em;
    font-weight: bold;
    font-size: 1.3em;
	/*text-shadow: 0 0 4px #0041E3;*/
}

.titel2{
    letter-spacing: 0.1em;
    /*font-weight: bold;*/
    font-size: 1.3em;
	/*text-shadow: 0 0 4px #0041E3;*/
}

.titel3 {
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 0.7em;
	/*text-shadow: 0 0 4px #0041E3;*/
}
.titel4 {
    letter-spacing: 0.07em;
    font-size: 1.1em;
    text-transform: uppercase;    
}


.header-img {
    position: relative;
    display: block;
}

.header-icons {
    position: absolute ;
    left: 0.5em; top: 0.5em;
    opacity: 0.6; 
}
.footer-text, .copyright-text{
    font-size: 0.8em;
} 
.footer-text{
    position: absolute ;
    right: 0.5em; bottom: 0.5em;
}
.copyright-text{
    position: absolute ;
    left: 0.5em; top: 0.5em;
}

.header-icon{
    min-width: 3em; min-height: 3em;
    width: 3em; height: 3em;
}

.zurueck_icon, .buchen_icon{
    min-width: 2em; min-height: 2em;
    width: 2em; height: 2em;
}

.crop-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  text-overflow: ellipsis;
  overflow: hidden;
}

.myspan {
    display: block;
    z-index: 1;
}
.link-sp{
    font-size: 1.3em;
}
.btn-spielplan{
    letter-spacing: 0.2em;
}
.link-standard{
    font-weight: bold;
}
.italic-wide{
    letter-spacing: 0.05em;
}
.link-sepia{
    filter: sepia(0.5) contrast(1.1);
}
.link-sepia:hover{
    filter: sepia(0);
}
.opacity-half{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.opacity-full{
	opacity: 1;
	filter: alpha(opacity=100);
}
.opacity-eight{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.navbar-top {
    position: fixed;
    right: 0.5em; top: 0.5em;
    opacity: 1;
	max-width: 290px;
}
.bg-navbar {
	background-color: rgba(168,28,25,1.00);
	
}
.navbar-text {
	background-color: transparent;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}
.navbar-scroll{
	z-index: 5;
	transition: 0.5s;
	opacity: 1;
	background-color: rgba(74,17,13,0.3);
}
.navbar-scroll-black {
	opacity: 1;
	background-color: #4a110d;
}
.navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}
.navbar-toggler {
  padding: 0rem 0.2rem;
  font-size: 2.1rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0rem; 
  background-image: url("stroke='rgba(255, 255, 255, 1)'");
}
  

.navbar {
	padding: 0rem 0rem; 
}
.navbar-press-button {
	opacity: 1;
	background-color: #4a110d;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.pointer-none {
	pointer-events: none;
}
.bg-gtn{
	background-color: #edd7a1;
}
.bg-ttt{
	background-color: #111513;
}
.unterstuetzer-logo{
	min-height: 3em;
}
.falsch-bg{
	background-color: #ff0000;
}