/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Standard Definitions
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

* {
	margin:0;
	padding:0;
}

input, select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.cms_clearer {
	clear:both;
}


/*
.cms_width_100px {
	width:100px;
}

.cms_width_200px {
	width:200px;
}

.cms_width_206px {
	width:206px;
}

.cms_width_300px {
	width:300px;
}

.cms_width_400px {
	width:400px; 
}

#cms_content .cms_width_500px {
	width:500px;
}
*/
#cms_content .cms_width_max {
	width:100%;
}

.cms_hr {
	border:none;
	height:1px;
	background-color:#666;
}

.margin_bottom_10px {
	margin-bottom:10px;
	min-height:1px;
}

.margin_bottom_15px {
	margin-bottom:15px;
	min-height:1px;
}

.margin_bottom_20px {
	margin-bottom:20px;
	min-height:1px;
}

.fett {
	font-family: 'robotoregular','arial','helvetica', sans-serif;
}

.img_widget {
	width:200px;
}

 
/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Debug
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

pre {
	font-family:Opensans,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Site Layout
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#cms_content {

	/* font-family:Opensans,Verdana, Arial, Helvetica, sans-serif; */
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4a525a;
	text-align:left;	
	line-height:1.5em;
	padding:10px 0px 20px 0px;
	 
}

#cms_content a:link,
#cms_content a:visited {
	color: #444; 
	text-decoration:none;
}

#cms_content a:hover,
#cms_content a:active {
	color: #999; 
	text-decoration:none;
}

#cms_iframe_content {
	display:none;
}

#upload_iframe {
	width:100%;
	border:none;
}

#input_iframe_content {
	display:none;
}

#upload_iframe {
	height:100px;
	width:100%;
	border:none;
}


/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Title Definitions
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/



h1 {
	font-family: 'robotomedium','arial','helvetica', sans-serif;
	font-size: 28px !important;
	color: #3a7ac7;
	margin: 0px 0px 20px 0px !important;	
}	

@media screen and (min-width:1000px) {

	h1 {
		font-size: 38px !important;
  		margin: 0px 0px 50px 0px !important;
 	}	
}


h2 {
	font-family: 'robotomedium','arial','helvetica', sans-serif;
	font-size: 22px;
	text-transform: none;
	color: #3a7ac7;
	
	margin: 0px 0px 30px 0px;
	
	
}	


@media screen and (min-width:1000px) {

	h2 {
		font-size: 28px;
  		margin: 0px 0px 50px 0px;
 	}	
}


/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Flexbox Input
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.cms_flexbox_container_input {
	display:flex;
  	width:100%;
}


@media screen and (min-width:640px) {
	.cms_flexbox_container_input {
		width:420px;
		
	}
}



.flex_key_bereich {
	width:130px;
  	height:24px;
	font-size:13px;
	line-height:22px;
}

.flex_key_bereich_img  {
	height:130px;
}

.flex_value_bereich {
	flex: 1 1 auto;
  	height:22px;
	line-height:22px;
}

.flex_value_bereich_img {
	height:120px;
}


.zusatz_bereich2 {
	width:20px;
}



/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Input Definitions
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#cms_content input {
	/* font-family:Opensans,Verdana, Arial, Helvetica, sans-serif; */
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:2px;
}

#cms_content input:focus {
	border:1px solid #27a5d9;
}

#cms_content select {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

#cms_content select:focus {
	border:1px solid #27a5d9;
}

/* Input Klassen */

#cms_content .input_feld_text {	
	border:1px solid #444; 
	
	height:22px;
	line-height:22px;
	
	border-radius:3px;
	padding-left:4px;
}

#cms_content .input_feld_textfeld {
	border:1px solid #444; 
	height:100px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size:14px;
	border-radius:3px;
	padding:4px;
	margin-bottom:2px;
}

/*

#cms_content .input_feld_text_datum {
	border:1px solid #444; 

	height:22px;
	line-height:22px;
	
	border-radius:3px;
	padding-left:4px;
}

*/
#cms_content .input_feld_select {
	border:1px solid #444; 
	
	height:22px;
	line-height:22px;
	
	border-radius:3px;
	padding-left:4px;
}



#cms_content .input_button {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:15px;
	
	height: 36px;
	padding: 0px 14px 0px 14px;
	line-height: 34px;
	border-radius: 3px;
	
	border:solid 1px #444;
	cursor: pointer;

	background-color: #5a9fce;
	background-image: linear-gradient( to bottom, rgba(90, 159, 206, 0.1) 0%, rgba(58, 122, 199, 1) 100% );
	transition: background-color 0.3s ease-in-out;

	/*
	background: #3a7ac7;
	background: -webkit-linear-gradient(#5a9fce, #3a7ac7);
	background: -o-linear-gradient(#5a9fce, #3a7ac7);
	background: -moz-linear-gradient(#5a9fce, #3a7ac7);
	background: linear-gradient(#5a9fce, #3a7ac7);
	*/	
}

#cms_content .input_button:hover {
	border:solid 1px #000;
	background-color: #6caad4;
	background-image: linear-gradient( to bottom, rgba(90, 159, 206, 0.1) 0%, rgba(58, 122, 199, 1) 100% );
	transition: background-color 0.3s ease-in-out;
}


#cms_content .checkbox {
	cursor:pointer;
	background-color:#eee;
	border:1px solid #333; 
}


/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// DTree
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#cms_content .dtree {
	line-height: 1.3em;
}



/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Content inner Layout
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


#cms_content .cms_thumb {
	height:120px;
}

#cms_content .key_bereich {
	float:left;
	width:130px;
	
	height:22px;
	line-height:22px;
	
	margin-bottom:2px;
	
}

#cms_content .value_bereich {
	float:left;
	margin-bottom:2px;
}

#cms_content .value_bereich_img {
	float:left;
	width:200px;
	margin-bottom:2px;
	}
	
#cms_content .value_bereich_datum {
	float:left;
	width:186px;
	margin-bottom:2px;
}

#cms_content .zusatz_bereich {
	float:left;
	
	padding-left:2px;
	line-height:26px;
}

#cms_content .cms_h1 {
	font-size:14px;
	color:#000;
}


#cms_content .cms_titel_div {
	font-family: 'robotomedium','arial','helvetica', sans-serif;
	font-size: 28px !important;
	color: #3a7ac7;
	margin: 0px 0px 20px 0px !important;	
}	

@media screen and (min-width:1000px) {

	#cms_content .cms_titel_div {
		font-size: 38px !important;
  		margin: 0px 0px 50px 0px !important;
 	}	
}




#cms_content .cms_fck_editor_news {
	float:left;
	margin-bottom:2px;	
}

#cms_schriftgroesse_select_div {
	display:none;
}

#cms_schrift_vorschau_div {
	display:none;
}

#cms_vorschau {
	/* background-image:url(../images/cms/background_vorschau.gif); */
	
	
}

#cms_content .cms_height_spacer {
	height:15px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Navigation
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.cms_navigation_ul {
	margin-left:10px;
	list-style-type:none;
}

.cms_navigation_li {
	height:16px;
	line-height:16px;
	background-image: url(../images/icons/menu/folder.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.cms_navigation_li a {
	display:block;
}

.cms_navigation_li a:hover {
	background-color:#666;
}

.cms_navigation_new {
	height:16px;
	line-height:16px;
	background-image: url(../images/icons/menu/folder_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.cms_navigation_new a {
	display:block;
}

.cms_navigation_new a:hover {
	background-color:#666;
}

.cms_navigation_li_ebene_start {
	padding-left:14px;
}

.cms_navigation_li_ebene_0 {
	padding-left:14px;
}

.cms_navigation_new_ebene_0 {
	padding-left:14px;
	margin-left:14px;
}

.cms_navigation_li_ebene_1 {
	margin-left:14px;
	padding-left:14px;
}

.cms_navigation_new_ebene_1 {
	padding-left:14px;
	margin-left:28px;
}

.cms_navigation_li_ebene_2 {
	margin-left:28px;
	padding-left:14px;
}

.cms_navigation_new_ebene_2 {
	padding-left:14px;
	margin-left:42px;
}

.cms_navigation_li_ebene_3 {
	margin-left:42px;
	padding-left:14px;
}

.cms_navigation_new_ebene_3 {
	padding-left:14px;
	margin-left:56px;
}


.cms_navigation_li_ebene_4 {
	margin-left:56px;
	padding-left:14px;
}

.cms_navigation_new_ebene_4 {
	padding-left:14px;
	margin-left:70px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Newsletter
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.newsletter_senden_checked {
	width:18px;
	float:left;
	
}

.newsletter_senden_email {
	float:left;	
}

.newsletter_icon {
	height:12px;
	width:12px;	
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tabellen
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.cms_table {
	border:0;
	border-spacing: 2px;
    border-collapse: separate;
	
	
}

.cms_th_loeschen {
	width:20px;
	
}

.cms_th_nummer {
	width:25px;
	text-align:right;
	padding-right:10px;
	
}

.cms_th_adresse {
	padding-right:10px;
	
}

.cms_th_sprache {
	text-align:right;
}






/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Weitere
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.hidden {
	display:none;
}

.hidden_visibility {
	 visibility: hidden;
}




/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tabelle
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

table.tablesorter {
	background-color: #f4f4f4;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	/* background-color: #e6EEEE; */
	border: 1px solid #FFF !important; 
	padding: 6px 4px 6px 4px;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-size:14px;
}

table.tablesorter thead tr .header {
	background-image: url('../javascript/tablesorter/themes/blue/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('../javascript/tablesorter/themes/blue/asc.gif');
}

table.tablesorter thead tr .headerSortDown {
	background-image: url('../javascript/tablesorter/themes/blue/desc.gif');
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #ccc;
}




table.tablesorter tbody td {
	padding: 2px 4px 2px 4px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;

	font-size:14px;
		
	vertical-align: top;

	border-left: 1px solid #FFF !important; 
	border-bottom: 1px solid #ddd;
}


table.tablesorter tbody td a { 
	display: block; 
}

table.tablesorter tbody td a:hover { 
	text-decoration: none !important;
}


table.tablesorter tbody tr { 
	background-color: #fff; 
}

/*
table.tablesorter tbody tr:hover { 
	background-color: #3a7ac7; 
}
*/




/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Standard Tabelle
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.my_table {
	border-spacing: 0px;
    border-collapse: separate;
}

.my_table_td {
	padding:0px;
	vertical-align:top;
}

.my_table_td_key {
	 width:160px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tabelle Benutzer
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.th_vorname {
	width:140px;	
}

.th_nachname {
	width:140px;	
}

.th_email {
	width:160px;	
}

.th_verein {
	width:82px;
}

.th_lastlogin {
	width:112px;	
}

.th_logins {
	width:70px;	
}

.th_downloads {
	width:70px;	
}

.th_credit {
	width:70px;	
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tabelle Bestellungen
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.th_bestellungen_datum {
	width:85px;	
}

.th_bestellungen_zeit {
	width:55px;	
}

.th_bestellungen_firma {
	width:180px;	
}

.th_bestellungen_vorname {
	width:180px;
}

.th_bestellungen_nachname {
	width:180px;	
}

.th_bestellungen_strasse {
	width:180px;	
}

.th_bestellungen_plz {
	width:50px;	
}

.th_bestellungen_ort {
	width:180px;
}

.th_bestellungen_email {
	width:70px;	
}

.th_bestellungen_versendet {
	width:60px;	
}

.img_email {
	width:20px;
	margin-top:5px;
	vertical-align: top;
}

#checkbox_versendet {
	margin-left:2px;
}

.checkbox_versendet {	
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.25); /* IE */
	-moz-transform: scale(1.25); /* FF */
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Datei Upload
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.divinputfile {
	/* background-image:url(../images/icons/lupe.gif);	 */
	background-repeat:no-repeat; 
	background-position:right;
	margin-bottom:2px;
	height:22px;
	line-height:22px;
	width:300px;
	cursor:pointer;
	overflow:hidden;
	
	
}


.divinputfile:hover {
	cursor:pointer;
}

.myfile {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	height:22px;
}



.fakeinputfile {
	margin-top:-24px;
}


.fakemyfile {
	width:300px;

	border:1px solid #333; 
	border-radius:3px;

	height:22px;
	padding-left:4px !important;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size:15px;
	
}


/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Roboto
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/



@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto/Roboto-Black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack_italic';
    src: url('../fonts/roboto/Roboto-BlackItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold_italic';
    src: url('../fonts/roboto/Roboto-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto/Roboto-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight_italic';
    src: url('../fonts/roboto/Roboto-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto/Roboto-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotomedium_italic';
    src: url('../fonts/roboto/Roboto-MediumItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto/Roboto-Thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin_italic';
    src: url('../fonts/roboto/Roboto-ThinItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/* 
////////////////////////////////////////////////////////////////
// Open Sans (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Opensans';
    src: url('../fonts/opensans/opensans-regular-webfont.eot.eot');
    src: url('../fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-regular-webfont.svg#rectasRegular') format('svg');
}


/* 
////////////////////////////////////////////////////////////////
// Questrial (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Questrial';
    src: url('../fonts/questrial/questrial-regular-webfont.eot.eot');
    src: url('../fonts/questrial/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/questrial/questrial-regular-webfont.woff') format('woff'),
         url('../fonts/questrial/questrial-regular-webfont.ttf') format('truetype'),
         url('../fonts/questrial/questrial-regular-webfont.svg#rectasRegular') format('svg');
}






