/**
 * editor.css 
 *
 * Cascading Style Sheets file with styles for the WYSIWYG-Editor FCKEditor.
 * 
 * LICENSE: GNU General Public License Version 2
 *
 * @author		   Daniel Fuhrmannek http://danfuh.de
 * @copyright	   Daniel Fuhrmannek (c) April, 2010
 * @license		   URL to license used (http://www.gnu.org/licenses/gpl-2.0.html)
 * @license_terms  Please do not remove the references to the author.
 * @template_name  DanFuh Dark 02
 * @version		   0.1
 * @platform	   Website Baker 2.8.x
*/

/***************************************************************
****************************************************************
***     _____              ______     _           _          ***
***    |  __ \            |  ____|   | |         | |         ***
***    | |  | | __ _ _ __ | |__ _   _| |__     __| | ___     ***
***    | |  | |/ _` | '_ \|  __| | | | '_ \   / _` |/ _ \    ***
***    | |__| | (_| | | | | |  | |_| | | | | | (_| |  __/    ***
***    |_____/ \__,_|_| |_|_|   \__,_|_| |_(_)___,_|\___|    ***
***    Template and Design by Daniel Fuhrmannek danfuh.de    ***
***                                                          ***
****************************************************************
***************************************************************/

a, p, h1, h2, h3, h4, h5, h6, blockquote, cite, person, address, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* EN: headings - DE: Überschriften */
h1 {
	font-size: 2.0em;
	margin: 8px 0 5px 0;
}
h2 {
	font-size: 1.7em;
	margin: 6px 0 4px 0;
}
h3 {
	font-size: 1.5em;
	margin: 5px 0 3px 0;
}
h4 {
	font-size: 1.3em;
	margin: 4px 0 2px 0;
}
h5 {
	font-size: 1.1em;
	margin: 3px 0 1px 0;
}
h6 {
	font-size: 0.9em;
	margin: 2px 0 0 0;
}
p {
	margin: 6px 0 6px 0;
}

/* EN: quotations - DE: Zitate */
blockquote, cite {
	margin: 6px 2px 6px 40px;
	padding-left: 5px;
	display: inline-block;
	border-left: 5px solid #ffb200;
}
/* EN: pre - DE: pre */
pre {
	position: relative;
	left: 84px;
}

/* EN: code - DE: Code */
code {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	display: block;
	border: 1px solid #ffb200;
	background-color: #efefef;
	padding: 5px;
	margin: 4px 0 4px 0;
}

/* EN: person - DE: Personen */
person {
	font-style: italic;
	font-weight: bold;
}

/* EN: address - DE: Adresse */
address {
	border: 1px solid #bbbbbb;
	background-color: #ffe9b7;
	width: auto;
	margin: 4px;
	padding: 5px;
	font-style: italic;
}

/* EN: horizontal line - DE: horizontale Linie */
hr {
	border: 1px dashed #ffb200;
}

/* EN: links - DE: Links */
a {
	color: #a67400;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}
a:hover {
	text-decoration: underline;
	color: #343434;
}

/* EN: images - DE: Bilder */
img {
	max-width: 100%;
}
/* EN: linked images - DE: verlinkte Bilder */
a img {
	/*border: 1px solid #a67400;*/
}
a:hover img {
	/*border: 1px solid #ffb200;*/
}


/************************************************
* EN: START  - exemple of a styled table        *
* DE: ANFANG - Muster einer gestalteten Tabelle *
************************************************/
.styled {
	border-collapse: collapse;
}
.styled caption {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
}
.styled thead th {
	border: 1px solid #333333;
	padding: 4px;
	background-color: #ffb200;
}
.styled tbody td {
	border: 1px solid #333333;
	background-color: #ffe9b7;
	padding: 4px;
}
.styled tfoot td {
	background-color: #eeeeee;
	padding: 4px;
}
/**********************************************
* EN: END  - exemple of a styled table        *
* DE: ENDE - Muster einer gestalteten Tabelle *
**********************************************/

/********************************************
* EN: START  - exemple of a styled box      *
* DE: ANFANG - Muster einer gestalteten Box *
*********************************************/
.styled_box {
	border: 1px solid #ffb200;
	background-color: #efefef;
	padding: 5px;
	margin: 5px 0 5px 0;
}
/******************************************
* EN: END  - exemple of a styled box      *
* DE: ENDE - Muster einer gestalteten Box *
******************************************/



/* forms */
input, textarea {
	color: #003366; 
	border: 1px solid #336699; 
	padding: 9px;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	background: #505050 url(img/input-bg.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	border-top-color: #777;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #777;
}
select {
	background: url(img/input-bg.png) repeat-x;
	height: 38px;
	padding: 9px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #777;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #777;
	color: #fff;
	line-height: 30px;
}

option {
	background-image: url(img/input-bg.png);
	font-size: 1.1em;
	border: 1px solid #222;
	padding: 10px;
	color: #fff;
	
}

option:hover {
	background: #ffb200 url(img/h-sw.png) repeat-x;
	border-style: solid;
	border-width: 1px;

	border-top-color: #ffc640;
	border-right-color: #a67400;
	border-bottom-color: #a67400;
	border-left-color: #ffc640;

}
textarea {
	background: #505050 url(img/textarea-bg.png) repeat-x;
}
input:focus, textarea:focus, select:focus {
	border-top-color: #ffc640;
	border-right-color: #a67400;
	border-bottom-color: #a67400;
	border-left-color: #ffc640;
}
input[type=submit], input[type=reset], input.inputfeld_submit_out {
	border: 1px solid #336699; 
	background-color: #ddd; 
	padding: 9px; 
	text-transform: uppercase;
	background: #1d1b15 url(img/h-sw.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	border-top-color: #777;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #777;
	font-weight: normal;
	font-size: 1.1em;
}
input[type=submit]:hover, input[type=reset]:hover  {
	background: #ffb200 url(img/h-ge.png) repeat-x;
	color: #242424; 
	text-shadow: 1px 1px 1px #fff;
	border-top-color: #ffd573;
	border-right-color: #a67400;
	border-bottom-color: #a67400;
	border-left-color: #ffd573;
}
input.inputfeld_submit_hover {
	text-transform: uppercase;
	background: #ffb200 url(img/h-ge.png) repeat-x;
	color: #242424; 
	text-shadow: 1px 1px 1px #fff;
	border-top-color: #ffd573;
	border-right-color: #a67400;
	border-bottom-color: #a67400;
	border-left-color: #ffd573;
}
input.inputfeld_submit_out {
	text-transform: uppercase;
	background: #1d1b15 url(img/h-sw.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	border-top-color: #777;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #777;
}
input.inputfeld_focus, option.option_focus, textarea.textarea_focus, select.select_focus {
	border-top-color: #ffc640;
	border-right-color: #a67400;
	border-bottom-color: #a67400;
	border-left-color: #ffc640;
}

select.select_focus {
	background: #ffb200;
	color: #222;
	border-style: solid;
	border-width: 1px;
	border-top-color: #777;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #777;
}




/* Standards */

a[href$=".pdf"] {
    background: url(img/pdficon12.png) no-repeat;
    padding-left: 20px;
}

.highlight {background-color:#ffcc00;}

.teaserbutton {
    display: block; clear:both; padding: 5px 10px 5px 10px;  margin: 10px 10px 10px 10px;  text-align: center;  border: 2px solid #ccc;  border-radius: 1.2em; transition: 0.8s all;
	background: rgba(200, 200, 200, 0.5);
}

.teaserbutton:hover {
	background: rgba(50, 50, 50, 0.5); color: #fff;  border-radius: 0.5em;  text-shadow:none;
}

.responsiveVideo, .flex-video {
   position: relative; padding-bottom: 56.25%; padding-top: 30px;  height: 0; overflow: hidden;
}

.responsiveVideo iframe, .flex-video iframe, .responsiveVideo object, .flex-video object, .responsiveVideo embed, .flex-video embed  {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


editlink {}


table {
	border-collapse:collapse;
	border: none;
}

table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #666;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}

table.table caption {font-size:1.1em; text-align:left; }
table.table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top;   border: none; border-bottom: 1px solid #999;}
table.table tbody td {font-size:0.9em; padding: 4px; vertical-align: top;  border: none; border-bottom: 1px solid #999;}
table.table tbody tr:hover td {background-color:#eee;}
table.table tbody td p, table.table tbody td h1, table.table tbody td h2, table.table tbody td h3, table.table tbody td h4 {margin: 0; line-height:110%;}

.picfull {max-width:100%; height:auto;}
.pic2left {float:left; max-width:48%; margin: 3px 3% 2px 0; height:auto;}
.pic2right {float:right; max-width:48%; margin: 3px 0 2px 0.9%; height:auto;}

.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}



/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}	

	



/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}
	
	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
	
	
	

}

/* Small devices (Smartphone, up to <480px) */
@media (max-width: 479px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}
	
	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
		
	

}
