

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  body {
   padding-top: 30px; 
  /*    padding-bottom: 20px; */
  }

.navbar-brand {
    max-width: 70%;
}


.rotate {
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  color: #000000;
  /*border: 1px solid red;*/
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  -o-transform: rotate(355deg);
  transform: rotate(353.5deg);
  transform-origin:98% 100%
}


.balken 
{
  border: 1px solid black;
  background-image: url(../img/balken.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 190px;
  width: 1200px;
}



.header_bgd
{
	background-color: white;
}

a.meta-menu
{
	color: #C50680;
  font-size: 1em;
}

a.meta-menu2
{
  color: black;
  font-size: 1em;
}


hr.style-one 
{
    border: 0;
    height: 1px;
    background: #C50680; // 333
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


a
{
	color: #C50680;
  font-size: 1.3em;
}

a:hover, a:focus{
	color: black
}

.green_yellow{
	background-color: #ADFF2F; 
}

.coral{
	background-color: #ADFF2F; 
	background-color: LightCoral;
}


.theater_background{
	background-color: #ADFF2F; 
	background-image:url(../img/theater.jpg);
}

.white_background{
	background-color: white; 
}

.white_
{
	background-color: white;
	border: 1px solid black; 

	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.68);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.68);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.68);
}

.white2_
{
  background-color: white;
  
}


.margin_30
{
	margin-top: 30px;
}

a.menu
{
  background: none repeat scroll 0 0 #000000;
  color: #ffffff;
  /*font-family: "Museo Sans W01 700";*/
  font-family: ‘Metrophobic’, Arial, serif; font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 7px 20px;
  position: relative;
  text-transform: uppercase;
}

a.menu2
{
  background: none repeat scroll 0 0 #C50680;
  color: #ffffff;
  /*font-family: "Museo Sans W01 700";*/
  font-family: ‘Metrophobic’, Arial, serif; font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 7px 20px;
  position: relative;
  text-transform: uppercase;
}

p{
  font-family: 'Roboto Mono', 'verdana' ;
  font-size: 1.1em;
}