/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* Link Farbe */
a {
  color: #3457BB;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #ff9500 !important; }
  a img {
    border: 0; }
}
/*
.button {
	 	border-radius: 5px;
}
*/

/* Button Farbe */
[data-whatinput='mouse'] .button { outline: 0; }
.button {
	background-color: #0f1d30;
	color: #ffffff;
 	border-radius: 5px;
}
.button:hover, .button:focus {
	background-color: #0f1d30;
	color: #ff9500;
}

/* Progress Meter */
.progress {
 	border-radius: 5px;
}
.progress-meter {
 	border-radius: 5px;
}
.meter_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.progress .meter {
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 1;	
}
.progress-meter-text {
	color: #0f1d30;
}


/* Input Felder (und Style wenn ausgewählt)*/
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 5px;		
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: 1rem;
	color: #0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #0f1d30;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* select Rahmen */
select {
  border-radius: 5px;
}

/* Pagination überschreiben */
.pagination button {
    color: #ff0000; /* #0a0a0a; */
}
.pagination a:hover,
.pagination button:hover {
    background: #0f1d30; /* #e6e6e6; */
	border-radius: 5px;
}
.pagination .current {
    background: #0f1d30;
    color: #ffffff;
	border-radius: 5px;
}


.callout {
	border-radius: 5px;	
}


p {
  font-size: inherit;
  line-height: 1.8;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }


fieldset { border: solid 1px #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 12px 12px 18px; margin: 6px 0px 6px 0px; }

/*
label { font-size: 14px; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; margin-top:9px; }
*/

.row {
  max-width: 100.0rem; /* entspricht 1600px */
  width: 98%;
}


input#text_search:focus {
/* vllt später mal */
}


/* Für die Sticky (feststehende) Topbar bei Foundation 6 */
.sticky {
  width: 100%;
}

/* Für Menü Label */
.label.whc-menu {
	left: 4px;
    background-color: transparent;
    color: #808080;
}

.pagination .current-text {
    color: #FFFFFF;
}


.tabs.vertical li ul {
    border-left: 3px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    box-shadow: 1px 0 0 white inset;
    margin-left: -4px;
    padding-bottom: 10px;
    padding-top: 10px;
}


#spinnerDIV {
  position: fixed;
  z-index: 999999999;  
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;  
  margin-top: -50px;
  margin-left: -50px;
}

.tabs-content > .content {
    display: none;
    float: left;
	border-width: 3px;
	border-style: double;
	border-color: #e2e2e2;
	min-width:100%;	
	padding: 5px;
    width: 100%; 
}

.tabs dd.active a {
      background: #afafaf;
}


.black {
	color: #000000 !important;
}

.blue {
	color: blue !important;
}

.red {
	color: red !important;
}

.white {
	color: white !important;
}


.domain_konfiguration_text {
	font-size: 12px;
}

.domain_option_text {
	font-size: 12px;
}

.subdomain_option_text {
	font-size: 12px;
}

.select_php_version {
	font-size: 12px;	
}

.mail_option_text {
	font-size: 12px;
}

.select_mail_pro_tag {
	font-size: 12px;	
}



.percent {
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:center;
	font-family: tahoma,arial,helvetica;
	font-size: 12px;
	width: 100%;
	z-index: 2;
}


textarea {
  height: auto;
  min-height: 100px; }

#spinnerModal {
	z-index: 99;
}


.Tabelle-mit-Wortumbruch {
	table-layout: fixed;
	width: 100%;
}


/*
Fix für das nach unten verschobene Wort "Suchen" (Problem bestand bis <= 5.5.1, später zu prüfen!)
*/
/*
.top-bar .button, .top-bar button {
    padding-top: 0.0rem;
}
*/
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  line-height: 1.1125rem;
}

.kurzklasse {
	overflow: hidden;  
	text-overflow: ellipsis;  
	-o-text-overflow: ellipsis; /*für Opera*/ 
	white-space: nowrap;  
	width: 100%;
}


.wortumbruch {
	word-wrap: break-word;
} 
/*
td {
	white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
}
*/

/* .fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; } */
/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */



/* Die folgenden Styles regeln die Tabellenpräsentation auf Mobilgeräten im Portrait Modus */
* {
	box-sizing:border-box;
}

table {
	width:100%;
}

table, td, tr, th {
/*	border:2px solid black; */
	border-collapse: collapse;
	text-align: left;
}

td, tr, th {
	padding:1em;
}

th {
/*	background:#eee; 
	font-weight: bold; */
}


.td_mobile_column_header {
	display: none;
}


/* Text/Objekt Alignemt für Tabellenwerte */
.td_alignment {
	text-align: left;	
}

/* Newline für Desktop-Ansicht */
.td_horizontal_br:before  {
    display: inline;
    white-space: pre;
    content: "\A"
}


@media screen and (max-width:800px) {
	
	table, tr, td {
		padding: 0;
/*		border:1px solid black; */
	}

	table {
		border: none;
	}

	thead {
		display: none;
	}

	tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	td {
		float: left;
		width: 100%;
		padding: 1em;
	}

	td:before {
		content: attr(data-label);
/*		background: #eee; */
/*		border-right: 2px solid black; */
		width: 20%;
		float: left;
		padding: 0em;
		font-weight: bold;
		margin: -1em 1em -1em -1em;
	}
	
	.td_mobile_column_header {
		display: block;
		font-weight: bold;
	    text-align: center;
		padding-bottom: 1em;
	}
	
	/* Text/Objekt Alignemt für Tabellenwerte */
	.td_alignment {
		text-align: center;	
	}
	
	/* Space anstelle von Newline für Mobile-Ansicht */
	.td_horizontal_br:before {
   		display:inline;
		content: "   ";
	}
}


/* Style für Options List Ausgabe */

.screen_br_show {
	display: inline;
}
		
.options_list_item_icon {
	text-align: right;
}

.options_list_item_text {
	text-align: center;
}

.options_list_icon_style {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
/*	border: solid 1px; */

.table_margin {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

}


@media screen and (min-width: 800px) {
	
	.screen_br_show {
	    display: none;
	}
		
	.options_list_item_icon {
		text-align: center;
	}

	.options_list_item_text {
		text-align: center;
	}
	
	.options_list_icon_style {
		float: right;
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: 4px;
		margin-right: 4px;
		padding: 0px;
/*		border: solid 1px; */
	}
	
	.table_margin {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
	}

}

