/*! Ttox.de UIKit Anpassungen für GENERATE-Typo3 */


p.align-center{
	text-align: center;	
	}
p.align-left{
	text-align: left;
}
p.align-right{
	text-align: right;
}


.content-sub p {
	line-height:1.3;
}
	
.sh-cover h2, .sh-cover h3{
	color: #fff;
}
.sh-concept-panel {
	text-transform: none;
}
/*! Menü */

.uk-navbar{
background-color: #FACC2E;
}
nav.pagination{
	line-height:1;
}

/*! Bilder Doku Anpassungen */

.generate-doku-bright h1{
		font-size: 300% !important;
		color: #fff !important;
		line-height:1.3;
		text-shadow: 1px 1px 1px grey, 1px -1px 1px grey, -1px 1px 1px grey, -1px -1px 1px grey;
}

.generate-doku h1{
		font-size: 300% !important;
		/*color: #000 !important;
		line-height:1.3;*/
		color: #fff !important;
		line-height:1.3;
		text-shadow: 1px 1px 1px grey, 1px -1px 1px grey, -1px 1px 1px grey, -1px -1px 1px grey;
}

/*! Shop Anpassungen */

.item h3, .checkout-standard-summary-option-terms h3 {
	color: #585858;
}
.checkout-standard-summary-option-account {
	display: none;
}
.catalog-detail-service {
	display: none;
}
.catalog-detail-basic h1{
	font-size: 150% !important;
}
a.standardbutton{
	font-size: 112.3% !important;
}
button.btn-action {
	background-color: #39C8CA !important; 
	border: solid 1px #39C8CA !important;
	font-size: 125% !important;
}
.text-list h2{
	height: 1.5em !important;
	margin-bottom: 0px;
	text-align: center;
}
.catalog-detail-basket input{
	border: solid 1px #39C8CA !important;
}
.btn-action{
	background-color: #39C8CA !important; 
	border: solid 1px #39C8CA !important;
}
.group input {
	height: 1.2em;
}
.price-item{
	font-size: 140%;
}
.additional-box h2 {
	text-align: center !important;
	font-size: 140% !important;	
}



.sh-cover img{
	max-width: 100%;
	width: 800px;
	margin-bottom: 10px;
}
	
.uk-width-large-1-2, .uk-width-medium-1-2{
	padding: 0 17px;
}

/*! Responsive Bilder */

.tx-rwd-images img{
	max-width: 50%;
	padding-top: 0px;
	padding-bottom: 2px;
	display: block;
    margin-left: auto;
    margin-right: auto
}

/* Responsive table aus UIKit 3

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}
.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}


/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
.kk_csv2table {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-table-responsive td,tr {
	line-height: 1.3;
}
.uk-table-responsive tr {
	font-size: 80%;
	line-height: 1.3;
	border-bottom: 1px solid #e7e6e6;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*@media only screen and (max-device-width: 759px){
@media (max-width: 759px) {*/
@media only screen and (max-width: 680px) {	
.kk_csv2table {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}

  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
	line-height: 1;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  td.td-0{
	  font-weight: bold !important;
  }	  
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-table tbody tr {
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}


/*! Design für Powermail-Formular */

form {line-height: 1.5;}

.powermail_fieldwrap label {
	float: left;
	width: 15%;
}
.powermail_field {
	float: left;
	width: 85%;
}
.powermail_input {
	width: 90%;
	line-height: 2;
}