@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: Proxima Nova Condensed, Helvetica, Arial, sans-serif;
	
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
	color: #fff;
	text-decoration: underline;
}

/* Chrome outline */
* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
only screen and (min-width : 880px) {
	.desktop-off, 
	.tablet-on,
	.phone-on {
		display: none;
	}
	.desktop-on, 
	.tablet-off, 
	.phone-off {
		display: block;
	}
}

/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.phone-off,
	.desktop-on, 
	.tablet-on
	 {
		display: none;
	}
	.phone-on, 
	.desktop-off, 
	.tablet-off {
		display: block;
	}
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1 {
	/*logo als h1 definiert*/
}

h2 {
	font-size: 1rem; /* 40px 40/16 = 2.5 */
	font-weight: 600;
	margin-bottom: 15px; 
}

h3 {
	font-size: 1rem;
	font-weight: normal;
}

p {
	font-size: 1rem; /* 12px 12/16 = 0.75 */
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	h1 {
		font-size: 1rem; /* 30px 32/16 = 2 */
	}
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
}

.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.img-right {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0px;
	}
	.img-left {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0px;
	}
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
} 

li {
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 15px;
	list-style-type: disc;
	font-size: 1rem; /* 12px 12/16 = 0.75 */
}

ol li {
	list-style-type: decimal;
}


ul.socialmedia {
	margin-top: 25px;
	margin-left: 2px;
}

ul.socialmedia li {
	margin-right: 17px;
	float: left;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.socialmedia li a img {
	height: 18px;
}

ul.socialmedia li a:hover {
	outline: none;
}

/*Links*/
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Buttons */
.btn a {
	display: block;
	padding: 15px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn a:hover {
	background: #333;
}

.btn.inline a {
	display: inline-block;
}

.btn.inline.right {
	text-align: right;
}

/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1rem */
	background-color: #000000;
	color: #ffffff;
}

body, img, p, tr, td {
	
}

small {
	font-size: 0.8rem;
	color:#666666;
}

.content-block-center {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 15%;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	body {
		font-size: 90%; 
	}
	.content-block-center {
		margin-left: 60px;
		margin-right: 60px;
		width: auto;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

footer {
	position: static;
}

.skipp {
	    position: fixed;
    right: 20px;
    bottom: 20px;
}

.skipp img {
	display: block;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape/FireFox */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* aktuelle Browser */
	opacity: 0.7;
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.skipp {
		display: none;
	}
}

/*********
Layout-Styles
*********/
#logo img {
	/*width: 85px;*/
	height: 60px;
	width: auto;
	
}

.content {

}

ul.published li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.published li a {
	color: #ffffff;
	text-decoration: none;
}

ul.published li a small  {
	color: #666666;
	font-size: 0.8rem;
	font-style: italic;
}

ul.zitate li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.zitate small  {
	color: #666666;
	font-size: 0.8rem;
	font-style: italic;
}

.ct-accordion h3 {
	border-bottom: 1px solid #666;
	font-size: 1rem;
	padding-bottom: 15px;
	padding-top: 15px;
	cursor: pointer;
}

.ct-accordion h3:first-child {
	border-top: 1px solid #666;
}

div.ct-accordion .ui-accordion-header:focus {
	outline-style: none;
	outline-width: 0;
}

.ct-accordion .ui-accordion-header-active {
	border-bottom: none;
}

.ct-accordion .ui-accordion-content {
	border-bottom: 1px solid #666;
}

.ct-accordion .ui-accordion-content p {
	padding-bottom: 15px;
}

.projekte img {
	float: right;
	margin-top: -10px;
	height: 20px;
}

img.ivofrei  {
	position: fixed; 
	margin-right: 0px; 
	margin-top: -100px;
}

div.icon {
	float: left;
}

.player button {
	background-color: #000;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}

.player button img {
	display: block;
	height: auto;
	width: 13px;
	padding-right: 10px;
	outline: none;
}

.player button:hover,
.player button:active,
.player button:focus {
	outline: none;
}

.player ~ video {
	display: none;
	width: calc(100% - 23px);
	margin-left: 23px;
	margin-top: 5px;
}

button.pdf {
	background-color: #000;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}

a .icon button:hover,
a .icon button:active,
a .icon button:focus {
	outline: none;
}

button.pdf img {
	display: block;
	height: auto;
	width: 13px;
	padding-right: 10px;
}

p#ausgabe {
	margin:0px;
}

@media 
only screen and (min-width : 220px) and (max-width : 750px) {
	.projekte img  {
	display: none;
}
}

@media 
only screen and (min-width : 1380px) and (max-width : 1540px) {
	img.ivofrei  {
	right: -200px;
}
}

@media 
only screen and (max-width : 1379px) {
	img.ivofrei  {
	display: none;
}
}

@media 
only screen and (min-width : 600px) and (max-width : 1390px) {
	.container {
		margin-left: 45px;
		margin-right: 45px;
	}
	.ueber-site body {
	background-size: 100%;
}
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.logo img  {
		text-align: left;
	}
	
	.content {
		margin-top: 20px;
		text-align: left;
	}
	
	.content .ct-accordion {
		text-align: left;
	}
	
	.ueber-site body {
	background-size: 150%;
}
	
}

/*********
Tools & spezifische Content-Styles
*********/
ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list li a {
	text-decoration: none;
	display: block;
}

.list.vier-spalten li {
	width: 22.375%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.drei-spalten li {
	width: calc(31% - 3px);
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
	border: 1px solid #ffffff;

}

.list.zwei-spalten li, 
.list.zwei-spalten.news.front li {
	width: 48.25%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.vier-spalten li:nth-child(4n),
.list.drei-spalten li:nth-child(3n), 
.list.zwei-spalten li:nth-child(2n), 
.list.zwei-spalten.news.front li:nth-child(2n) {
	margin-right: 0;
}

.list.auszeichnungen li {
	/*width: 22.375%;*/
	margin-right: 5%;
	margin-bottom: 3.5%;
	float: left;
}

.award {
	margin-top: 30px;
	padding-bottom: 20px;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.list.zwei-spalten li, 
	.list.zwei-spalten.news.front li, 
	.list.zwei-spalten li:nth-child(2n), 
	.list.zwei-spalten.news.front li:nth-child(2n),
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n), 
	.list.drei-spalten li:nth-child(2n), 
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.vier-spalten li:nth-child(2n) {
		width: calc(100% - 2px);
		margin-right: 0%;
		float: none;
		display: block
	}
}

/*********
Navigation
*********/
.main-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: right;
	text-transform: uppercase;
	padding-right: 50%;
}

.main-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: none;
}

.main-nav li a {
	display: block;
	padding: 5px;
	padding-bottom: 11px;
	color: #666666;
	font-size: 1rem;
	text-decoration: none;
}

.main-nav li a.active, 
.main-nav li a:hover {
	font-weight: 600;
}

@media 
only screen and (min-width : 600px) and (max-width : 780px) {
	.main-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: right;
	text-transform: uppercase;
	padding-right: 32%;
}
	}

@media 
only screen and (min-width : 350px) and (max-width : 599px) {
	.main-nav ul {
		text-align: left;
		padding:0px;
	overflow: hidden;
	}
	
	.main-nav ul li {
		    display: inline-block;
		margin-right: 20px; 
	}
	
	.main-nav ul li:last-child {
		margin-right: 0px;
	}
	
	.main-nav li:first-child a {
		padding-left: 0px;
	}
	
	.main-nav li:last-child a {
		padding-right: 0px;
	}
	
	
}

@media 
only screen and (min-width : 0px) and (max-width : 350px) {
	.main-nav ul {
		padding:0px;
	overflow: hidden;
    text-align: left;
	}
	
	.main-nav li a {
	padding-left: 0px;
	}
	
	.content {
		margin-top: 0px;
	}
	
	.mediatext {
		padding-left: 23px;
	}

}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 15px;
}

tr, td, th {
	border: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

tr:hover {
	background-color: #A4A4A4;
}

th {
	padding: 8px;
	border-bottom: 1px solid #000;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #000;
	vertical-align: top;
	text-align: left;
}

/*********
Formulare
*********/
form {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form p {
	padding-bottom: 10px;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1rem;
	text-transform: uppercase;
}

label {
	display: block;	
	margin-bottom: 5px;
}

label.inline {
	display: inline;
}

input, 
select, 
textarea {
	background-color: #A4A4A4;
	color: #000;
	border: 0;
	padding: 8px;
	width: 100%;
	margin-bottom: 8px;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px);
}

textarea {
	height: 120px;
}

input:focus {
	
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	margin-right: 5px;
	border: 0;
}

input[type="checkbox"] {
	border: 0;
	background: #fff;
	padding: 0px;
}

input[type="submit"], 
button[type="submit"] {
	background-color: #fff;
	width: 100%;
}

input[type="submit"]:hover {
}

input.pflicht, 
textarea.pflicht {
	
}

.validationerror {
	background: #CB0003;
	color: #fff;
	padding: 8px;
	margin-bottom: 1px;
	width: 50%;
}

@media 
only screen and (min-width : 220px) and (max-width : 879px) {
	input, 
	select,
	textarea,
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover, 
	.validationerror
	 {
		width: 90%;
		width: calc(100% - 16px);
	}

	input, 
	select, 
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover {
		width: 100%;
	}
}