/*
Theme Name: TWT Ultra Child
Description: Flexibles Theme für verschiedene Anwendungen
Author: Hartmut Clas - The Wordpress Tailor
Template: themify-ultra
*/

/* write custom css */
#header{padding:0 !important;}
#menu-icon:before{color:#06e799;}
.page-id-2393 #menu-icon:before{color:#fff;}
.header-link, .header-link-img{border:3px solid #fff;padding:10px;margin:0 3px;}
.header-link-img img{margin:0 !important;}
.blackbox{background-color:#141414;}
.blackbox h2{color:#06e799 !important;}
table{width:100%;border-width: 0 1px 5px;border-style:solid;border-color:#141414;border-bottom-color:#06e799;}
thead{color:#fff;background-color:#06e799;}
td{padding:10px 20px;vertical-align:top;}
td p{padding-bottom:1em;}
tr, td{border-bottom:1px solid #141414;}
.image-content {background-color:rgba(6,231,153,.6) !important;font-size:1.4em;}
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		tr { border: 1px solid #ccc; }

		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 0%;
padding-top:20px;
max-width:100%;
width:100%;
		}

		td:before {
			width: 100%;
display:block;

		}

		/*
		Label the data
		*/
		td:nth-of-type(1):before { content: "Raum";background-color:#06e799; }
		td:nth-of-type(2):before { content: "Farb- empfehlung"; background-color:#9dfcdb;}
		td:nth-of-type(3):before { content: "Plissee- beschaffenheit";  background-color:#9dfcdb;}
	}

	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body {
			padding: 0;
			margin: 0;
			width: 320px; }
		}

	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body {
			width: 495px;
		}
	}