/*     eigene
------------------------------------------------- */
@font-face {
	font-family:'Ard';
	src: url('Ard.eot');
	src: url('Ard.eot?#iefix') format('embedded-opentype'),
		url('Ard.woff') format('woff'),
		url('Ard.ttf') format('truetype'),
		url('Ard.svg#CenturyGothic-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-F003;
}

.dlh_googlemap input.text {width: 150px}
.dlh_googlemap input.submit {width: 50px}

.smaller {
	font-size: smaller;
	display: inline;
}
.bigger {
	font-size: bigger;
	display: inline;
}
.max100 {height: 100%;}

.blau {color: #06417d;}
.orange {color: #e58702;}

.eventspaltex {
	padding: 3px 10px;
	border: 1px solid #D0D0D0;
	margin-bottom: 18px;
	-webkit-box-shadow: inset 0 10px 0 rgba(255,255,255, 0.12), inset 0 10px 20px rgba(255,255,255, 0.05), inset 0 -10px 30px rgba(0,0,0, 0.05);
	-moz-box-shadow: inset 0 10px 0 rgba(255,255,255, 0.12), inset 0 10px 20px rgba(255,255,255, 0.05), inset 0 -10px 30px rgba(0,0,0, 0.05);
	box-shadow: inset 0 10px 0 rgba(255,255,255, 0.12), inset 0 10px 20px rgba(255,255,255, 0.05), inset 0 -10px 30px rgba(0,0,0, 0.05);
} 

.eventspaltexx {
	padding: 3px 10px;
	margin-bottom: 18px;
	-webkit-box-shadow: inset 0 10px 0 rgba(255,255,255, 0.12), inset 0 10px 20px rgba(255,255,255, 0.05), inset 0 -10px 30px rgba(0,0,0, 0.05);
	-moz-box-shadow: inset 0 10px 0 rgba(255,255,255, 0.12), inset 0 10px 20px rgba(255,255,255, 0.05), inset 0 -10px 30px rgba(0,0,0, 0.05);
	box-shadow: inset 0 10px 0 rgba(255,255,255, 0.12), inset 0 10px 20px rgba(255,255,255, 0.05), inset 0 -10px 30px rgba(0,0,0, 0.05);
} 

p.back a { 
	padding-left: 1%;
padding-top: 10px;
}

.detail_h_block {
padding-left: 1%;
padding-right: 1%;
	}

/*html { 
  background: url(../../layout/hg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;background-color: rgba(253,141,0,1);

}*/

.pichome {
	width: 100%;
	color: rgba(6,65,125,0.8);
	font-size: 40px;
	text-align: left;
	margin-bottom: 25px;

	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.uppercase {
	text-transform: uppercase;
}

.menuekarte {
/*	background-image: url(/files/content/gedeck.png);
	background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	-webkit-background-size:contain;*/
		background-color: #376696;
		color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#wahl-abo-bestellung .col_0, #theater-abo-bestellung .col_0 {
	width: 50%;
}

.ticketlinktext {
    font-size: 8px;	
	}

/*     desktop socials
------------------------------------------------- */
@media (min-width: 768px) {
.ssh-sticky {
	    display: none;
	}

.ssh-desk .ssh-facebook, .ssh-desk .ssh-twitter, .ssh-desk .ssh-googleplus, .ssh-desk .ssh-email {
	padding: 9px;
}
.ssh-desk {

    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    width: auto;
	padding: 9px;
}
.ssh {
    font-size: 24px;
}
}

/*     sticky socials
------------------------------------------------- */

@media (max-width: 767px) {
.ssh-desk {
	    display: none;
	}
.ssh-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    z-index: 2000;
    font-size: 0;
}

.ssh-sticky .ssh {
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    width: auto;
	 padding: 9px;
}


.ssh-sticky .ssh-facebook {
    background-color: #3B5998;
	padding: 9px;
}
.ssh-sticky .ssh-twitter {
    background-color: #0c85d0;
	padding: 9px;
}
.ssh-sticky .ssh-whatsapp {
    background-color: #34AF23;
	padding: 9px;
}
.ssh-sticky .ssh-googleplus {
    background-color: #d62516;
	padding: 9px;
}


.ssh {
 color: white;
    display: inline-block;
    font-size: 28px;
    line-height: 1px;

    text-align: center;
    text-decoration: none;
}
}

/*     customize
------------------------------------------------- */

.more a {
	background-color: #06417d;
		padding: 9px;
}
.moreblue a{
	color: #fff; 
	background-color: #06417d;
}
.moreorange a{
	color: #fff; 
	background-color: #e58702;
}

.programmbg {
background-color: rgba(239,127,35, 0.10);
	padding-top: 10px;
}