/*
Theme Name:     Virtue Child
Theme URI:      http://www.ilias.de/
Author:         Kurtz/Rudy
Author URI:     http://kpunkt.com/
Version:        1.5
*/

@font-face {
	font-family: 'BebasNeue';
	src: url('/wp-content/themes/virtue_child/assets/css/fonts/BebasNeue.otf');
}

h1,h2{ font-family: 'BebasNeue', Helvetica, Arial, sans-serif  !important; }
h2,h3{ letter-spacing: 3px; }
h1{
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h2, h5 {text-transform:uppercase;}
p, .p {letter-spacing:1px;}


/* FORMATE im Editor */

.weiss a:hover,  	 .weiss a,     .weiss:hover,  	 .weiss      { color: #FFF; 	 }
.blau a:hover,     .blau a,      .blau:hover,      .blau        { color: #0a97d9; }


#tinymce .more_button,
.more_button{
	background: #0a97d9;
	color: #FFF;
	border: 2px solid #FFF;
	margin-bottom:-1em;
	padding:  0.25em 4em;
	white-space: nowrap;
}

#tinymce .more_button a,
.more_button a:any-link, .more_button a:hover, .more_button a:visited, .more_button a:active,
.more_button a{
	color: #FFF;
	text-decoration: none;
}

#tinymce .more_button_white
.more_button_white {
    background: #FFF;
    color: #0a97d9;
    border: 2px solid #0a97d9;
    margin-bottom: 0em;
    padding: 0.25em 4em;
    white-space: nowrap;
}
.hang_button{
	position: relative;
	margin: 0;
	bottom: -32px;
}
.hang_button_47{
	position: relative;
	margin: 0;
	bottom: -47px;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
}

#tinymce .weiss {color:grey; }