/* -------------------------------------------------------------------------------------------------------- */
/* Layoutdefinitionen */
/* -------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------- */
/* La<outcontainer */

body {
}

td {
  vertical-align: top;
}

ul {
  padding-left: 13px;
}

header {
  position: relative;
}

header .container {
  position: relative;
  background-color:#FFF;
  border-bottom: 3px solid #9b9f9e;
}

label {
  margin-right: 10px;
  min-width: 200px;
  text-align: right;
}

input {
}

form p {
  margin-bottom: 10px;
}

p.formbuttons {
  margin-left: 215px;
  margin-top: 30px;
}

#userdata {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: right;
}

.werk-detail input[type="text"], .kontakt-detail input[type="text"] {
  width: 100%;
}

.werk-detail textarea, .kontakt-detail textarea {
  width: 100%;
  height: 8em;
}

.werk-detail td, .kontakt-detail td {
  padding-bottom: 15px;
}

.werk-detail td:nth-child(1), .kontakt-detail td:nth-child(1) {
  width: 120px;
}

#debug {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#F5F5F5;
  font-family: "Courier New", Courier, monospace;
}

#debug pre {
  border: inherit;
  padding: 0;
  margin: inherit;
  font-family: inherit;
}

#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  color:#9b9f9e;
  background-color: #464749;
  border-top: 3px solid #9b9f9e;
}

#lightbox-container {
	position: fixed;
  display: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100002;
}

#lightbox-container .container, #lightbox-container .container-fluid {
  padding: 0;
}

#lightbox-header {
  position: relative;
}

#lightbox-header::after {
  clear: both;
}

#lightbox-header img {
  position: relative;
  float: right;
  margin: 10px;
}

#lightbox-content {
  position: relative;
  max-width: 100%;
}

#lightbox-content img{
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#t3home, nav {
  margin-top: 30px;
  margin-bottom: 15px;
  z-index: 500;
}

#t3mainnavigation {
  padding-right: 20px;
  color: #555;
  min-height:70px;
	background: transparent url("../images/clickhere.png") no-repeat scroll 60px 0px;
}

@media ( max-width:1200px ) {
#t3mainnavigation {
  padding-left: 10px;
}
}

#t3mainnavigation > div {
  padding: 0;
}

#t3mainnavigation a {
  color: #555;
  text-decoration: none;
  background-color: #ffd70d;
}

#t3mainnavigation a:hover, #t3mainnavigation > div.active > a {
  color: #fff;
  background-color: #464749;
}

#t3vcard {
  padding-top: 68px;
  padding-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color:#FFF;
  background-color: #464749;
}

#t3vcard a {
  color: #ffd70d;
}

#t3vcard a:hover {
  color: #b49c00;
}


#maincontainer .container {
  padding-bottom: 100px;
  background-color:#ebefee;
}

@media print {
 header, aside, #debug, #footer {
   display:none;
 }
}


/* -------------------------------------------------------------------------------------------------------- */
/* Globale Klassen */

.highlight {
  color: #f29400;
}

.button {
  cursor: pointer;
}

.contentswiper {
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  height: 350px;
  margin-top: 61px;
}

.artistbasebutton::after {
  clear: both;
}

.artistbasebutton a {
  display: block;
  width: 100%;
  height: 100%;
}

.artistbasebutton > div {
  margin: 20px 20px 30px 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/artistbaseicons.png);
  cursor: pointer;
  float: left;
}

.artistbasebutton > div:hover {
  background-position: 0px -35px; 
}

.artistbasebutton > .edit {
  background-position: -35px 0px;
}

.artistbasebutton > .edit:hover {
  background-position: -35px -35px;
}

.artistbasebutton > .doc {
  background-position: -105px 0px;
}

.artistbasebutton > .doc:hover {
  background-position: -105px -35px;
}

.artistbasebutton > .print {
  background-position: -140px 0px;
}

.artistbasebutton > .print:hover {
  background-position: -140px -35px;
}

.artistbasebutton > .owner {
  background-position: -245px 0px;
}

.artistbasebutton > .owner:hover {
  background-position: -245px -35px;
}

.artistbasebutton > .image {
  background-position: -455px 0px;
}

.artistbasebutton > .image:hover {
  background-position: -455px -35px;
}

.artistbasebutton > .ownerpage {
  background-position: -490px 0px;
}

.artistbasebutton > .ownerpage:hover {
  background-position: -490px -35px;
}


.werk-index a, .kontakt-index a {
  cursor: pointer;
}
  
/* -------------------------------------------------------------------------------------------------------- */
/* DCEs */

@media ( min-width:992px ) {
.container {
  padding-left: 65px;
}

.dcespcontentslider {
  margin-left: -65px;
}
}

@media ( min-width:1200px ) {
}

.dcespcontentslider {
  position: relative;
}

.dcespcontentslider .slides {
  width: 100%;
}

.dcespcontentslider .slide {
  width: 100%;
}

.dcespcontentslider .slide img {
  width: 100%;
  height: auto;
}

.dcespcontentslider .controls {
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 100%;
}

.dcespcontentslider .controls > .next {
  position:	absolute;
  top: -25px;
  right: 20px;
}

.dcespcontentslider .controls > .prev {
  position:	absolute;
  top: -25px;
  left: 20px;
}




.dcesp2coltextimg div.row, .dcesp3coltextimgimg div.row {
  padding-right: 20px;
}

.dcesp2coltextimg div.row > div {
  padding: 10px;
}

.dcesp4colimgimgimgimg {
  padding-left: 20px;
  padding-right: 20px;
}

@media ( max-width:1200px ) {
.dcesp2coltextimg div.row, .dcesp3coltextimgimg div.row {
  padding-left: 20px;
}
}



.dcesp2coltextimg img, .dcesp2coltextimg iframe {
  max-width: 100%;
  height: auto;
}

.dcesp2coltextimg iframe {
  width: 100%;
  height: 300px;
}


.dcesp3coltextimgimg div.row > div, .dcesp4colimgimgimgimg > div {
  position: relative;
  padding: 10px;
  overflow: hidden;
  color: #FFF;
  max-width: 250px;
  float: left;
}

.dcesp3coltextimgimg div.row > div div, .dcesp4colimgimgimgimg div div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background-color: rgba(0,0,0,0.4);
  display: none;
}

.dcesp3coltextimgimg div.row > div:hover div,  .dcesp4colimgimgimgimg div:hover div {
  display: block;
}

.dcesp3coltextimgimg img, .dcesp4colimgimgimgimg img {
  max-width: 100%;
  height: auto;
}

.dcesp3coltextimgimg a, .dcesp3coltextimgimg span, .dcesp4colimgimgimgimg a, .dcesp4colimgimgimgimg span {
  position: relative;
  display: block;
}

.dcesp3coltextimgimg > div > div > div a, .dcesp4colimgimgimgimg > div > a {
  color: #FFF;
/*  color: #F29472; */
}
