/* 
Theme Name: kernpunkt.at-v4
Theme URI: http://kernpunkt.at
Description: Standard Base Theme KK, addition of Portfolio, new Design 2017
Author: kk
Author URI: http://kernpunkt.design
Version: 2.0
Tags: html5

License:
License URI:

General comments (optional).
*/



/* FONTS */

/*
@font-face {
    font-family: 'regular';
    src: url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/regular.eot');
    src: url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/regular.eot?#iefix') format('embedded-opentype'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/regular.woff') format('woff'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/regular.ttf') format('truetype'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/regular.svg#regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'italic';
    src: url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/italic.eot');
    src: url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/italic.eot?#iefix') format('embedded-opentype'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/italic.woff') format('woff'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/italic.ttf') format('truetype'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/italic.svg#italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bold';
    src: url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/bold.eot');
    src: url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/bold.eot?#iefix') format('embedded-opentype'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/bold.woff') format('woff'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/bold.ttf') format('truetype'),
         url('http://www.kernpunkt.at/kernpunkt/wp-content/themes/kernpunkt.at/bold.svg#bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


/* ################ CONTENT #################### */

#print{
	display: none;
}

body, p, div, img, span, table, th, tr, td, a, ol, ul, li, h1, h2, h3, em, strong, pre, .button, .red {
	margin: 0px;
	border: 0px;
	padding: 0px;
	/*font-family: 'regular', Arial, sans-serif;*/
	/*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
	line-height:1.3em;
	font-family: 'myriad-pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
}


/* Formatierung für bullet-lists */

ul.reddot {
  list-style: none; /* Remove default bullets */
  line-height: 5px;
  margin-left:2px;
}

ul.reddot li::before {
  content: "\220E";  /* Add content: \2E0E is the CSS Code/unicode for a quare */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  
}

/* -ENDE- Formatierung für bullet-lists -ENDE- */


body {
	background-image:url('hg.png');
	background-color:#fff;
	/*background-repeat: no-repeat;*/
}

div#pagewrapper {
	width: 900px;
	margin: 0 auto;  /* this centers wrapper */
	color: #000;
	
}

div#menu {
	font-size: 14px;
}

div#header {
	display: block;
	width: 100%;
	float: left;
	height: 150px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color:#fff;
}

div#header .logo {
	position: relative;
	/*width: 200px;
	height: 60px;*/
	left: 600px;
	top: 20px;

}
div#header .subtitle {
	font-size: 15px;
	position: relative;
	top: 33px;
	left: 655px;
	width: 130px;
}	


.kursiv {
	/*font-family: 'italic', Arial, sans-serif;*/
	/*font-family: 'Open Sans Condensed', Arial, sans-serif;*/
	font-family: "myriad-pro","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-style: italic;
	font-weight: 300;
	}


.abschnitt {
	width: 100%;
	display: block;
	float: left;
	background-color:#fff;
	margin-bottom: 15px;
	padding-top:10px;
	padding-bottom: 10px;
}
.titel {
	display: inline;
	width: 200px;
	font-size: 21px;
	float: left;
	position: relative;
	color: #fff;
	margin-right: 50px;
	text-align: right;
}

.titel a {
	text-decoration: none;
	color: #000;
}

.entry {
	width: 560px;
	float: left;
	display:block;
	font-size: 14px;
	margin: 5px;
}


.element {
	width: 180px;
	display: block;
	float: left;
	margin-right: 5px;
	/*margin: 5px;*/
	
}

.element img {
	/* width:100%;*/
	margin-bottom: 10px;
}


td {
	padding-right: 15px;
	font-size: 14px;
}


strong {
	/*font-family: 'bold', Arial, sans-serif;
	font-weight: normal;*/
	/*font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;*/
	font-family: "myriad-pro","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
}

em {
	/*font-family: 'italic', Arial, sans-serif;*/
	/*font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style: italic;
	font-weight: normal;*/
	font-family: "myriad-pro","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-style: normal;
	font-weight: 300;
}


a {
	text-decoration: none;
	color: #d00;
}

a:hover {
	text-decoration: underline;
	color: #d00;
}

.titel a:hover {
	text-decoration: none;
	color: #000;
}

	
.center {
	margin-left:auto;
	margin-right:auto;
}

p.rechts {
	text-align: right;
}

.schwarz {
	color: #000;
}

td {
	vertical-align:top;
}

div#ende .titel,
div#ende .titel a,
div#ende .abschnitt,
div#ende .entry,
div#ende .element {
	background-color: #d00;
	color: white;
}


div#ende .element a {
	text-decoration: none;
	/*color: #ccc;*/
	color: #fff;
}

div#ende .element a:hover{
	text-decoration: underline;
	
}


td.links {
	width:14%;
}




/* PADS */
@media screen and (max-width: 922px) {
	div#pagewrapper {
		width: 573px;
	}

	.titel {
		text-align: left;
		margin-bottom: 25px;
		margin-top: 5px;
		margin-left: 5px;
	}
	
	div#header .logo {
		left: 300px;
		top: 15px;
		width: 180px;
		height: 55px;
	}
	
	div#header .subtitle {
		left: 436px;
		top: 35px;
	}	
	
	.dontshow {
		display:none;
	}
	
}




/* SMARTPHONES */
@media screen and (max-width: 592px) {
	div#pagewrapper {
		width: 100%;
	}
	img {
		/*width:100%;*/
	}
	div#header {
		display: block;
		width: 100%;
		float: left;
		height: 140px;
		margin-bottom: 10px;
		margin-top: 0px;
		background-color:#fff;
		
	}
	div#header .logo {
		left: 10px;
		top: 10px;
		width: 200px;
		height: 55px;
	}
	div#header .subtitle {
		left: 110px;
		top: 20px;
	}	
	.abschnitt {
		width: 100%;
		display: block;
		float: left;
		background-color:#fff;
		padding-top:0px;
		padding-bottom: 10px;
		margin: 0px;
		margin-bottom: 10px;
	}
	.entry {
		width: 100%;
		float: left;
		display:block;
		font-size: 15px;
		margin: 0px;		
	}
	.element {
		width: 180px;
		display: block;
		float: none;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	
	.element img {
		/* width:100%;*/
		margin-bottom: 3px;
}
	
	.titel {
		text-align: left;
		margin-bottom: 15px;
		margin-top: 10px;
		margin-left: 0px;
	}
	

	td.links {
		width:17%;
	}
	
	.resize {
		width:100%;
		height: auto;
	}
	
	.dontshow {
		display:none;
	}
		
}


/* SMARTPHONES - small */
@media screen and (max-width: 480px) {

	img {
	/*	width:100%;*/
	}
	
	.noresize {
	/*	width:auto; */
	}
	
	.resize {
		width:100%;
		height: auto;
	}
	
	
	div#header {
		height: 130px;
		margin-bottom: 0px;
		border-bottom-width: 5px;
		border-bottom-color: #ccc;
		border-bottom-style:solid;
	}
	div#header .logo {
		left: 0px;
		top: 0px;
		width: 250px;
		height: 70px;
	}
	div#header .subtitle {
		left: 130px;
		top: 8px;
	}	
	.abschnitt {
		border-bottom-width: 5px;
		border-bottom-color: #ccc;
		border-bottom-style:solid;
		margin-bottom: 0px;
	}
	.entry {
		font-size: 18px;

	}
	.element {
		font-size: 18px;
	}
	
	td {
		font-size: 18px;
	}
	

	.titel,
	.title a{
		font-size:35px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	td.links {
		width:25%;
	}
	
	.dontshow {
		display:none;
	}
			
}
