/* Füge hier dein eigenes CSS ein */

/*
input{
	color: white !important;
}
*/
#black-studio-tinymce-14{
	padding-top: 20px;
}

a{
	color: grey !important;
  text-decoration: underline;
}


.site-title a{
	text-decoration: none !important;
    color: white !important;
}




.masonic-search input{
	color:white !important;
}

.site-description{
	margin: 0px 0px 0px 5px;
}

@media screen and (max-width: 504px){
  .site-title{
  	font-size: 35px;}
}


@media screen and (max-width: 600px){
  .site-title {
    padding-top:0px !important;
    margin-bottom:0px !important;
  }
  
  .site-description {
    display: block !important;
    padding-top:20px;
    margin-left: 2px;
  }
  .angled-background {
    display: block !important;
	background: none repeat scroll 0 0 black;
    height: 1000px;
    margin: -510px -300px;
    opacity: 0.5;
    transform: rotate(130deg);
  }
  
  .site-header-text {
    bottom: 2px !important; 
}

}