﻿/*********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf


CSS for RTE
/********************************************************************************/



/****CONTENT BLOCK***************************************************************/
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #000000;
	text-transform: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	text-transform: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	text-transform: normal;
}

p {
	margin: 0px;
	padding: 0px;
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 140%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


ol {
	/*padding-left: 25px;*/
	margin-bottom: 15px;
	color: #000000;
	font-size: 14px;
	line-height: 140%;
}

ul {
	/*padding-left: 17px;*/
	margin-bottom: 15px;
	color: #000000;
	font-size: 14px;
	line-height: 140%;
}

a {
	color: #000000;
	text-decoration: underline;
}


a.link-list {
    color: #5a3114;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid #000000;
    padding: 5px 0;
}

a.link-list:before,
a.link-list:focus:before{
	/*font-family: FontAwesome;
    content: "\f054";*/
    content: ">";
    font-size: 1em;
    font-weight: bold;
    padding-right: 3px;
    display: inline-block;
    text-decoration: none;
}

a:hover {
	color: #b9ba01;
}



span.lead-text {
	font-weight: 400;
	font-size: 21px;
}

span.contact-text {
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
    margin-left: 15px;
}


/* Tabellen im Content */
table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 14px;
}

table caption {
	display: none;
}

table th, table td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	text-align: left;
	font-size: 14px;
	vertical-align: top;
	border-top: 1px solid #847070;
}

table th {
	/*background-color: #f1f1f1;*/
	border-top: none;
	border-bottom: 2px solid #847070;
}

table th p, table td p {
	padding-bottom: 0px;
	line-height: 1.2em;
	color: #000000;
	font-size: 1em;
	text-align: left;
}

/* Alternating pure CSS */
table tbody tr:nth-child(odd) {
}
table tbody tr:nth-child(even) {
	/*background-color: #f8fafb;*/
}

/********************************************************************************/
