@charset "utf-8";
/* CSS Document */

body.mobilemenuvisible {
    overflow: hidden;
}

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Ruda', sans-serif;
	font-size:14px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   	background: #FFF;	
	width:580px; /* damit inhalte im cms die gleichen zeilenumbrüche haben wie im frontend muss hier die genaue content-breite gesetzt werden */
	overflow-x: hidden; /* damit im tinymce keine horizontale scrollbar auftauchen kann */
	font-size:14px;	
}

body.mceContentBody p, body.mceContentBody ul, body.mceContentBody ol {

}

img {
	border:0px;
}

ul {
	margin:0 0 20px 40px;
}

ol {
	margin:0 0 20px 40px;
}



p {
	margin-bottom:15px;
	color:#040404;
}

a, a:link, a:visited  {
	color:#084c7d;
}

a:hover, a:focus, a:active {
	color:#003366;
}


h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	margin-bottom:18px;
	font-size:20px;
	color:#e16709;
	text-transform:uppercase;
 	font-weight: bold;	
}

h1 a {
	text-decoration:none;
}

h2 {
	font-size: 14px;
	margin-bottom:15px;
 	margin-top:30px;
	color:#95a944;
	font-weight:bold;
}

h3 {
	font-size: 12px;
	margin-bottom:4px;	
	color:#040404;
	font-weight:bold;
	color:#95a944;
}

h4 {
}

h5 {
}

hr {
	border:none;
	border-bottom:1px solid #666;
	margin-bottom:25px;
}

/* =========================== */
/* ======== Tabellen ========= */
/* =========================== */
table {
}

tr {
}

th {
}

td {
}


/* =========================== */
/* ======== Formular ========= */
/* =========================== */
/* form elements */
form {
	margin:15px 0; 
	padding: 5px 20px 20px 20px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 	
	border:1px solid #dddddd;
}


label {
	display:block;
	margin:5px 0;
	
}
input {
	padding: 2px;
	border:1px solid #dddddd;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#95A944;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
input.checkbox {
	width:auto;
	margin:15px 0;
}


input.button, a.button {
    cursor: pointer;
	padding:5px 15px;

	
	border:1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	width: 50%;
}

input.button:hover, a.button:hover {
	background-color:#FFF;
}

textarea {
	height:200px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #dddddd;
	display:block;
	color:#48B;
	width: 100%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}


/* plycehoder Style */
*::-webkit-input-placeholder {
    color:    #999;
}
*:-moz-placeholder {
    color:    #999;
}



/* alle style classen in diesem file werden im tinymce als formatvorlagen angeboten. bsp: .hervorheben*/
.hervorheben {
	background-color:#FF0;
}

.bildabstand_rechts {
	margin-right:10px;
}
