/*	#################################################
		CSS Main Template
		-------------------------------------------------

		publisher:  Kai Tallafus <kai.tallafus@gmx.at>
		date:				2013-08

/*  ################################################# */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
    width: 100%;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Hide list ctype */

/*
.contentelement.list {
	display: none;
}
*/

/* Helper classes/fixes/etc. */

/*-- clearfix -- */
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.hidden {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

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

.ie9 .gradient {
	filter: none;
}

img, embed, object, video {
	max-width: 100%;
	height: auto;
	width: auto;
}

@media \0screen {
	img {
		width: auto; /* for ie 8 */
	}
}

/* RWD css_styled_content
----------------------------------------------------------------------------------------*/

.image-wrap {
	margin-bottom: 1.5em;
}

.image-wrap.imagecols-2:before, .image-wrap.imagecols-2:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.image-wrap.imagecols-2:after {
	clear: both;
}

.image-wrap.imagecols-2 {
	zoom: 1;
}

.image-wrap.imagecols-2 .csc-textpic-imagecolumn {
	float: left;
	width: 48%;
}

.image-wrap.imagecols-2 .csc-textpic-imagecolumn:first-child {
	margin-right: 4%;
}

.image-wrap .csc-textpic-intext-right .csc-textpic-imagewrap,
.image-wrap .csc-textpic-intext-left .csc-textpic-imagewrap,
.image-wrap .csc-textpic-intext-right .bx-wrapper,
.image-wrap .csc-textpic-intext-left .bx-wrapper {
	width: 40%;
}

.image-wrap .csc-textpic-intext-right .bx-wrapper .csc-textpic-imagewrap,
.image-wrap .csc-textpic-intext-left .bx-wrapper .csc-textpic-imagewrap {
	float: none;
	width: auto;
}

.image-wrap .csc-textpic-intext-right .csc-textpic-imagewrap,
.image-wrap .csc-textpic-intext-right .bx-wrapper {
	float: right;
	margin-left: 2%;
}

.image-wrap .csc-textpic-intext-left .csc-textpic-imagewrap,
.image-wrap .csc-textpic-intext-left .bx-wrapper {
	float: left;
	margin-right: 2%;
}

/* Typography
----------------------------------------------------------------------------------------*/

body {
	font-family: "Lucida Grande", "Segoe UI", Verdana, "Lucida sans", sans-serif;
	color: #333333;
	background-color: #f4f4f4;
	font-size: 13px;
}

ul, ol {
	margin-top: 0;
}

ol {
	list-style-type: decimal;
	margin-left: 0;
	padding-left: 1.5em;
}

ul {
	padding-left: 1em;
	list-style-type: none;
}

ul li:before {
	content: "›";
	font-size: 1.2em;
	padding-right: .3em;
	margin-left: -0.75em;
	position: relative;
	top: .05em;
}

nav ul, nav ol, ul.unstyled, ol.unstyled, ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li, nav ol li, ul.unstyled li, ol.unstyled li, ul.pagination li {
	background: none;
	padding-left: 0;
}

nav ul li:before, nav ol li:before, ul.unstyled li:before, ol.unstyled li:before, ul.pagination li:before {
	content: normal;
	padding: 0;
	margin: 0;
	top: 0;
	font-size: 1em;
}

b, strong {
}

i, em {
	font-style: italic;
}

small {
	font-size: 80%;
}

p {
	margin: 0 0 1em;
}

blockquote {
	font-size: 1.65em;
	margin: 0 0 0.2em;
	line-height: 1.3em;
	color: #999999;
	font-style: italic;
}

blockquote p {
	margin: 0;
}

h1 {
	font-size: 1.35em;
	margin-bottom: 0.2em;
	line-height: 1.3em;
	color: #cc3322;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Segoe UI", Verdana, "Lucida sans", sans-serif;
	font-weight: normal;
	color: #cc3322;
	font-size: 1em;
	margin-bottom: 0;
	line-height: 1.3em;
}

.csc-header-n1 h1, .csc-header-n1 h2, .csc-header-n1 h3, .csc-header-n1 h4, .csc-header-n1 h5, .csc-header-n1 h6 {
	margin-top: 0;
}

.arrow {
	display: inline-block;
}

.arrow:before {
	content: "›";
	color: #333333;
	font-size: 1.2em;
	padding-right: .3em;
	position: relative;
	top: .05em;
}

.colored-text {
	color: #cc3322;
}

.color-dark {
	color: #666666 !important;
}

.content .colored-text a, .content .colored-text a:link, .content .colored-text a:visited {
	color: #cc3322;
}

/* Links
----------------------------------------------------------------------------------------*/

a, a:link, a:visited {
	/*color: #222;*/
	color: #cc3322;
	text-decoration: none;
}

a:active, a:hover {
	/*color: #444;*/
	text-decoration: none;
}

.content a, .content a:link, .content a:visited, .content a:active, .content a:hover {
	color: #333333;
	text-decoration: underline;
}

.content h1 a, .content h1 a:link, .content h1 a:visited, .content h2 a, .content h2 a:link, .content h2 a:visited, .content h3 a, .content h3 a:link, .content h3 a:visited, .content h4 a, .content h4 a:link, .content h4 a:visited {
	color: inherit;
	text-decoration: none;
}

a.mail, a.mail:link, a.mail:visited {
	color: #222222;
}

a.mail:active, a.mail:hover {
	color: #444444;
}

a.more, a.more:link, a.more:visited, a.more:active, a.more:hover {
	color: #cc3322;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	background: url("../Images/more.gif") no-repeat left 50%;
}

a.more2, a.more2:link, a.more2:visited, a.more2:active, a.more2:hover {
	color: #cc3322;
	text-decoration: none;
	display: inline-block;
	padding-right: 15px;
	background: url("../Images/more.gif") no-repeat right 7px;
}

/* Bootstrap Overrides */

.form-control {
	background-color: #efefef;
	border: 1px solid #efefef;
	border-radius: 0px;

	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #efefef;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn {
	border-radius: 0px;
}

.btn-default {
	color: #333333;
	background-color: #efefef;
	border-color: #d3d3d3;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #d3d3d3;
	border-color: #d3d3d3;
}

form > fieldset > legend {
    margin: 10px 0;
    font-family: "Lucida Grande", "Segoe UI", Verdana, "Lucida sans", sans-serif;
    font-weight: normal;
    color: #cc3322;
    font-size: 1em;
    line-height: 1.3em;
    border: none;
}

.formerror {
	background-color: #efefef;
	color: #cc3322;
	border: 1px solid lightgrey;
	margin: 10px auto;
	padding: 20px;
}

.control-label {
	text-align: left;
	padding-top: 0;
	font-size: .9em;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-left: 0;
	margin-right: 10px;
}

.form-check, .radio {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.checkbox {
    padding-left: 0;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
}

form[id*="kontaktformular"] .control-label {
    display: none;
}

textarea.form-control {
    min-height: 100px;
}

/* LAYOUT
----------------------------------------------------------------------------------------*/

#wrapper {
	max-width: 1092px;
	margin: 0 auto;
	padding-top: 50px;
	-moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	position: relative;
}

#header {
	position: relative;
	text-align: center;
	margin-bottom: 1em;
}

#top {
	background-color: #ffffff;
}

#logo {
    position: relative;
    top: -7px;
    width: 180px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#logo img {
	width: 100%;
}

#site-title {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	display: block;
}

#language {
	margin: 1em 0;
	display: block;
	text-align: center;
}

#language li {
	display: inline-block;
	border-right: 1px solid #cccccc;
	padding-right: 5px;
	margin-right: 5px;
	color: #cccccc;
	line-height: 1em;
}

#language li:last-child {
	border: none;
}

#language li a {
	color: #cccccc;
	text-decoration: none;
}

#language li a:active, #language li a:hover {
	color: #cc3322;
}

#fontsize-selector {
	margin: 1.2em 0;
	display: block;
	text-align: center;
}

#fontsize-selector li {
	display: inline-block;
	border-right: 1px solid #cccccc;
	padding-right: 5px;
	margin-right: 5px;
	color: #cccccc;
	line-height: 1em;
}

#fontsize-selector li:last-child {
	border: none;
}

#fontsize-selector li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}

#fontsize-selector li button:hover {
	color: #cc3322;
}

#fontsize-selector li.medium button {
	font-size: 1.3em;
}

#fontsize-selector li.big button {
	font-size: 1.6em;
}

.fontsize-normal #fontsize-selector li.normal button {
	color: #cc3322;
}

.fontsize-medium #fontsize-selector li.medium button {
	color: #cc3322;
}

.fontsize-big #fontsize-selector li.big button {
	color: #cc3322;
}

#menu-trigger {
	background-color: #cc3322;
	border: none;
	color: #ffffff;
	padding: 6px;
	position: absolute;
	top: -40px;
	right: 25px;
	display: block;
}

#hnav {
	display: none;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.off-canvas-menu #hnav {
	top: -50px !important;
}

#hnav ul {
	margin-top: 0;
}

#hnav li {
	position: relative;
	white-space: nowrap;
}

#hnav li li {
	float: none;
}

#hnav > ul > li {
	border-bottom: 1px solid #cccccc;
	margin: .5em 0;
	padding-left: 5px;
}

#hnav > ul > li:first-child {
	margin-top: 0;
}

#hnav li > a {
	color: #666666;
	font-size: 1.65em;
	font-family: "Lucida Grande", "Segoe UI", Verdana, "Lucida sans", sans-serif;
	text-decoration: none;
	display: block;
	line-height: 2em;
	text-align: left;
}

#hnav li > a:hover,
#hnav li > a:active,
#hnav li.act > a {
	color: #cc3322;
}

#hnav li li a {
	font-size: 1em;
	display: block;
	padding: 0;
	line-height: 1.8em;
}

#hnav li ul {
	padding: 0;
	margin: 0 0 0 5px;
	height: 0;
	max-height: 0;
	overflow: hidden;

	-webkit-transition: max-height .4s ease-in-out;
	-moz-transition: max-height .4s ease-in-out;
	-o-transition: max-height .4s ease-in-out;
	transition: max-height .4s ease-in-out;
}

#hnav li.hover ul, #hnav li.act ul {
	height: auto;
	max-height: 1000px;
}

#main {
	padding: 0 15px 30px 15px;
	margin-top: 20px;
}

#breadcrumb {
	margin-top: 5px;
	margin-bottom: 35px;
}

#breadcrumb li {
	display: inline-block;
	color: #cc3322;
	margin-left: 3px;
	font-size: 15px;
}

#breadcrumb li:before {
	content: '»';
}

#breadcrumb li:first-child {
	margin-left: 0;
}

#breadcrumb li:first-child:before {
	content: '';
}

#breadcrumb li a {
	color: #cc3322;
	text-decoration: none;
	display: inline-block;
	margin-right: 3px;
	margin-left: 5px;
}

#breadcrumb li a:hover,
#breadcrumb li a:active {
	color: #666666;
}

#breadcrumb li:first-child a {
	margin-left: 0;
}

#footer {
	position: relative;
	max-width: 1092px;
	margin: 0 auto;
}

#footer .inner {
	padding: 15px 0;
}

#footer .social-media {
	text-align: center;
	margin-bottom: 15px;
}

#footer .social-media a {
	display: inline-block;
	margin: 15px 5px 0;
}

#footer .addendum {
	margin-top: 15px;
	color: #666666;
	text-align: center;
}

#footer .address {
    margin: 15px 0;
    text-align: center;
}

#gnav {
	margin-bottom: 15px;
}

#gnav li {
	line-height: 1em;
}

#gnav li a {
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
}

#gnav li a:active, #gnav li a:hover {
	color: #cc3322;
}

#gnav li.facebook, #gnav li.youtube {
	margin-bottom: 10px;
}

#page-1 .all-magazines-toc.sidebar {
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	#footer {
		display: block;
		white-space: nowrap;
	}

	#footer .inner {
		padding: 10px 10px;
		position: relative;
	}

	#gnav, #gnav ul {
		display: inline-block;
	}

	#gnav li {
		display: inline-block;
		margin-left: 5px;
		color: #666666;
		line-height: 25px;
	}

	#gnav li:first-child {
		margin-left: 0;
	}

	#gnav li a {
		color: #666666;
		text-decoration: none;
		display: inline-block;
		line-height: 1em;
		margin-right: 5px;
	}

	#gnav li.facebook, #gnav li.youtube {
		margin-bottom: 0;
	}

	#gnav li.facebook a {
		margin-right: 0;
	}

	#footer .addendum {
		margin-top: 3px;
		text-align: left;
	}

	#footer .social-media {
		text-align: right;
	}

    #footer .address {
        text-align: left;
    }
}

@media screen and (min-width: 780px) {

	#wrapper {
		margin: 0 auto;
		padding-top: 25px;
	}

	#header {
		height: 245px;
		text-align: left;
		margin-bottom: 0;
	}

	#top {
		height: 155px;
	}

	#site-title {
		bottom: 45%;
		position: absolute;
		right: 22%;
	}

	#language {
		position: absolute;
		top: 13px;
		left: 40px;
		margin: 0;
		display: block;
	}

	#fontsize-selector {
		position: absolute;
		top: 13px;
		right: 0;
		margin: 0;
	}

	#logo {
		position: absolute;
		width: 250px;
		right: 17%;
		top: -3%;
		z-index: 100;
	}

	#menu-trigger {
		display: none;
	}

	#hnav {
		display: block;
	}

	#hnav ul {
		margin-left: 40px;
		margin-top: 15px;
	}

	#hnav li {
		float: left;
		padding-right: 30px;
	}

	#hnav li li {
		float: none;
	}

	#hnav > ul > li {
		border: none;
		margin: 0;
		padding-left: 0;
	}

	#hnav li li a {
		font-size: 1.1em;
		display: block;
		padding: 0 1em 0 0.5em;
		line-height: 2em;
	}

	#hnav li ul {
		position: absolute;
		top: 0;
		left: -9999px;
		z-index: 100;
		margin-top: 40px;
		height: auto;
		max-height: 1000px;

		padding: 0.5em 0px;
		overflow: visible;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #e8e8e8;
		border-right: 1px solid #f4f4f4;
		background-color: #ffffff;
		-moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
		box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);

		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
	}

	#hnav li:hover ul, #hnav li.hover ul {
		display: block;
		left: -10px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#main {
		padding: 0 60px 30px 40px;
	}

}

/* Dialogprojekt */
/*
#gnav li.page-30 a {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #772277;
}
*/

/* arbogast.home */
#gnav li.page-64 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc3322;
}

#splash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("../Images/Titelbild.jpg") no-repeat top left;
	height: 819px;
	z-index: 1500;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#splash-inner {
	background: url("../Images/Welle.png") no-repeat top left;
	height: 819px;
	position: relative;
}

#splash-inner blockquote {
	padding: 65px 0 0 65px;
	font-style: normal;
}

#splash-inner span {
	position: absolute;
	right: 197px;
	top: 115px;
	color: #999999;
}

#splash-logo {
	position: absolute;
	right: 129px;
	top: 69px;
}

/* CONTENT
----------------------------------------------------------------------------------------*/
.content {
	font-size: 15px;
}

.fontsize-medium .content {
	font-size: 17px;
}

.fontsize-big .content {
	font-size: 19px;
}

.content-row:before, .content-row:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.content-row:after {
	clear: both;
}

.content-row {
	zoom: 1;
}

.content-row .col-1 {
	width: 100%;
	margin-bottom: 1.5em;
}

.content-row .col-2 {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2em;
}

@media screen and (min-width: 780px) {
	.content-row.content-2col .col-1 {
		float: left;
		width: 60%;
	}

	.content-row.content-2col .col-2 {
		float: right;
		width: 22%;
	}

	.content-row.content-2col.content-2col-home .col-1 {
		width: 50%;
	}

	.content-row.content-2col.content-2col-home .col-2 {
		width: 47%;
	}
}

/* Image Slider */

.imageslider {
	position: relative;
	width: 300px;
	height: 225px;
	overflow: hidden;
}

.slidernav {
	position: absolute;
	z-index: 10;
	top: 170px;
	right: 20px;
}

.slidernav a {
	text-decoration: none;
	color: #ffffff;
	font-size: 40px;
	margin: 0 0 0 5px;
}

.slidernav a.activeSlide {
	color: #bbbbbb;
}

/* remove default bottom margin */
.csc-textpic-image {
	margin: 0;
}

.csc-textpic-caption {
	font-style: italic;
}

/* Tables */

.ce-table td, .ce-table th {
	padding: 0.5em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	vertical-align: top;
}

.ce-table .tr-0 td, .ce-table .tr-0 th {
	border-top: none;
}

.ce-table .td-0, .ce-table .th-0 {
	border-left: none;
}

.image-row li {
	margin-bottom: 5px;
}

.image-row .content-image {
    margin-bottom: 15px;
}

.image-row .slick-slide .content-image {
    margin-bottom: 0;
}

.caroufredsel .image-row li {
	padding: 0;
    margin-bottom: 0;
}

figure figcaption {
	font-style: italic;
	font-size: 13px;
}

.contentelement.image .slick .slick-prev,
.contentelement.textpic .slick .slick-prev {
    left: 10px;
}

.contentelement.image .slick .slick-next,
.contentelement.textpic .slick .slick-next {
    right: 10px;
}

/* Accordion */

.panel-group {
	margin: 1.5em 0;
}

.panel {
	padding-bottom: .5em;
}

.panel-body ul, .panel-body ol {
	margin: 0;
}

.panel-heading {
	border-bottom: 1px solid #dddddd;
}

.panel-title {
	margin-top: 0;
}

.panel-title a {
	display: block;
	background: url("../Images/accordion-arrow-up.png") no-repeat right 50%;
}

.panel-title a.collapsed {
	background: url("../Images/accordion-arrow-down.png") no-repeat right 50%;
}

/* Downloads */
.contentelement.uploads {
	margin-bottom: 25px;
}

.contentelement.uploads ul.with-preview li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.contentelement.uploads ul.with-preview li .preview {
	float: left;
	width: 100px;
}

.contentelement.uploads ul.with-preview li .info {
	margin-left: 110px;
	padding-top: 10px;
}

.contentelement.uploads ul.with-preview li .fileinfo {
    display: inline-block;
    margin-left: 5px;
}

/* Tabs */

.tabs {
	margin-bottom: 1.5em;
}

.tabs ul, .tabs ol {
	margin: 0;
}

.tabs > ul > li {
	float: left;
	margin-right: 1px;
}

.tabs > ul > li a,
.tabs > ul > li a:link,
.tabs > ul > li a:visited {
	display: block;
	padding: 5px 10px;
	color: #666666;
	font-weight: normal;

	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fafafa', GradientType=0); /* IE6-9 */

}

.tabs > ul > li a.active,
.tabs > ul > li a.active:link,
.tabs > ul > li a.active:visited,
.tabs > ul > li a:hover,
.tabs > ul > li a:active {
	color: #cc3322;
	text-decoration: none;
}

.tab-content {
	padding: 0.5em 0.5em 1em;

	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
}

/* Videos */

.media-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin: 5px 0 15px;
}

.media-video iframe,
.media-video object,
.media-video embed,
.media-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tx-tkamedia-video .video-thumbs li,
.tx-tkamedia-audio .audio-thumbs li {
	float: left;
	margin-right: 5px;
	width: 70px;
}

.tx-tkamedia-video .video-thumbs li a,
.tx-tkamedia-video .video-thumbs li a:link,
.tx-tkamedia-video .video-thumbs li a:visited {
	display: block;
	opacity: .7;
}

.tx-tkamedia-video .video-thumbs li a:hover,
.tx-tkamedia-video .video-thumbs li a:active,
.tx-tkamedia-video .video-thumbs li.act a,
.tx-tkamedia-video .video-thumbs li.act a:link,
.tx-tkamedia-video .video-thumbs li.act a:visited {
	opacity: 1;
}

.tx-tkamedia-audio .slick {
	margin-bottom: 50px;
}

.tx-tkamedia-audio .audio-player {
	margin-bottom: 15px;
	position: relative;
}

.tx-tkamedia-audio .audio-player h2 {

}

.panel-collapse .tx-tkamedia-audio .audio-player h2 {
	display: none;
}

.panel-collapse .tx-tkamedia-audio .slick .audio-player h2 {
	display: block;
	text-align: left;
}

.tx-tkamedia-audio .slick .audio-player.has-image h2 {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	color: white;
	font-size: 18px;
	background-color: #111111;
	padding: 3px 10px;
	margin: 0;
	border: 2px solid white;
}

.tx-tkamedia-audio .audio-player .audio-wrapper {
	margin: 15px 0 0;
	max-width: 600px;
}

.tx-tkamedia-audio .audio-player .download {
	margin: 10px 0;
}

.tx-tkamedia-audio .audio-player .download .fa {
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.tx-tkamedia-audio .audio-player audio {
	margin: 5px 0;
}

.tx-tkamedia-audio .audio-player p {
	margin: 15px 0;
}

@media screen and (min-width: 780px) {

	.tx-tkamedia-audio .slick .audio-player.has-image h2 {
		left: auto;
	}

	.panel-collapse .tx-tkamedia-audio .slick .audio-player h2 {
		text-align: right;
	}

}

/* News */

.row.small-gutter {
	margin-left: -5px;
	margin-right: -5px;
}

.row.small-gutter > div[class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}


.news.list.default li {
	margin-bottom: 30px;
}

.news.list.default li img {
	float: left;
}

.news.list.default li .text {
	margin-left: 100px;
	position: relative;
}

.news.list.default li .abstract p:last-of-type {
	display: inline;
}

.news.list.default li .text .more {
	margin-left: 5px;
}

.news.list.default li .text h2, .news.list li .text h1 {
	margin-top: 0;
	line-height: 1em;
}

.news.list.default li .text .description {
	overflow: hidden;
}





.news.list.grid .item {
	margin-bottom: 30px;
}

.news.list.grid .item a {
	text-decoration: none;
	display: block;
	text-decoration: none;
}

.news.list.grid .item a .img {
	overflow: hidden;
}

.news.list.grid .item a .img img {
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.news.list.grid .item a:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.news.list.grid .item h1 {
	margin-bottom: 0;
}

/* Image Gallery */

.contentelement.arbogast_imagegallery {
	margin-bottom: 40px;
}

.contentelement.arbogast_imagegallery .gallery-image {
	background-color: #eeeeee;
	margin-bottom: 15px;
}

.contentelement.arbogast_imagegallery .gallery-image.marked {
	position: relative;
}

.contentelement.arbogast_imagegallery .gallery-image.marked:before {

	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: '\f005';

	position: absolute;
	bottom: 15px;
	right: 10px;
	color: #cc3322;
	font-size: 20px;

}

.contentelement.arbogast_imagegallery .gallery-image img {
	width: 100%;
}

.contentelement.arbogast_imagegallery .gallery-image .image-caption {
	padding: 10px 10px 10px;
	font-size: 13px;
}

.contentelement.arbogast_imagegallery .gallery-image .image-controls {
	padding: 10px 10px 10px;
	font-size: 13px;
}

.contentelement.arbogast_imagegallery .gallery-image .image-controls a,
.contentelement.arbogast_imagegallery .gallery-image .image-controls a:link,
.contentelement.arbogast_imagegallery .gallery-image .image-controls a:visited {
	display: block;
	text-decoration: none;
	font-family: "Lucida Grande", "Segoe UI", Verdana, "Lucida sans", sans-serif;
	margin-bottom: 5px;
}

.contentelement.arbogast_imagegallery .gallery-image .image-controls a:hover,
.contentelement.arbogast_imagegallery .gallery-image .image-controls a:active {
	color: #cc3322;
}

.contentelement.arbogast_imagegallery .gallery-image .image-controls label {
	font-weight: normal;
	cursor: pointer;
}

.contentelement.arbogast_imagegallery .gallery-controls {
	margin: 20px 0;
}

.contentelement.arbogast_imagegallery .gallery-controls input {
	margin-right: 10px;
}

/* Downloads */

.fileinfo {
	text-transform: uppercase;
}

/* me-player */

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,cccccc+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.8) 0%, rgba(204, 204, 204, 0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.8) 0%, rgba(204, 204, 204, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(102, 102, 102, 0.8) 0%, rgba(204, 204, 204, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc666666', endColorstr='#cccccccc', GradientType=0); /* IE6-9 */
}

/*	#################################################
		Programm
/*  ################################################# */

.responsive-iframe {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	min-height: 600px;
}

ul.unstyled.agenda-top-list {
	margin-bottom: 35px;
}

.agenda-top-list li {
	margin-bottom: 25px;
}

.agenda-top-list li .date {

}

.agenda-top-list li h1 {
	margin-top: 0;
	line-height: 1.2em;
}

div.agenda-list ul li.storno {
	opacity: 0.6;
}

div.agenda.detail .link-box.storno {
	border: 1px solid red;
	padding: 10px;
	background-color: #efefef;
	border-radius: 2px;
}

/*	#################################################
		Dialog
/*  ################################################# */

.dialog .content h1, .dialog .content h2, .dialog .content h3, .dialog .content h4 {
	color: #772277;
}

.dialog a, .dialog a:link, .dialog a:visited {

}

.dialog .arrow:before {

}

.dialog .colored-text {
	color: #772277;
}

.dialog .content .colored-text a, .dialog .content .colored-text a:link, .dialog .content .colored-text a:visited {
	color: #772277;
}

.dialog #hnav li > a:hover,
.dialog #hnav li > a:active,
.dialog #hnav li.act > a {
	color: #772277;
}

.dialog ul li:before {

}

.dialog #gnav li a:active, .dialog #gnav li a:hover {
	color: #772277;
}

.dialog #menu-trigger {
	background-color: #772277;
}

.dialog #fontsize-selector li button:hover {
	color: #772277;
}

.dialog.fontsize-normal #fontsize-selector li.normal button {
	color: #772277;
}

.dialog.fontsize-medium #fontsize-selector li.medium button {
	color: #772277;
}

.dialog.fontsize-big #fontsize-selector li.big button {
	color: #772277;
}

/* SALVATTORE */

@media screen and (max-width: 479px) {

	.contentelement.arbogast_imagegallery .row div[data-columns]::before {
		content: '1 .col-xs-12';
	}

}

@media screen and (min-width: 480px) and (max-width: 767px) {

	.contentelement.arbogast_imagegallery .row div[data-columns]::before {
		content: '1 .col-xs-8.col-xs-offset-2';
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.contentelement.arbogast_imagegallery .row div[data-columns]::before {
		content: '3 .col-sm-4';
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

	.contentelement.arbogast_imagegallery .row div[data-columns]::before {
		content: '4 .col-sm-3';
	}

}

@media screen and (min-width: 1200px) {

	.contentelement.arbogast_imagegallery .row div[data-columns]::before {
		content: '4 .col-sm-3';
	}

}

#cookie-disclaimer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #666666;
	z-index: 2000;
	color: #ffffff;
	padding: 3px 0;
	font-size: 13px;
	display: none;
	padding: 20px;
	border-top: 1px solid #111111;
}

#cookie-disclaimer.show {
	display: block;
}

#cookie-disclaimer a {
	color: #ffffff;
	text-decoration: underline;
}

#cookie-disclaimer .buttons {
}

#cookie-disclaimer .info {
}

#cookie-disclaimer .buttons button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: white;
	color: #666666;
	margin-bottom: 2px;
	width: 100%;
	max-width: 150px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	#cookie-disclaimer {
		padding: 20px 100px;
	}

	#cookie-disclaimer .buttons {
		float: right;
		width: 20%;
		text-align: right;
	}

	#cookie-disclaimer .info {
		float: left;
		width: 80%;
	}
}


/* QUOTE ELEMENT */

.contentelement {
	margin-bottom: 30px;
}

.contentelement.arbogast_quote blockquote {
	color: #666666;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentelement.arbogast_quote blockquote footer {
	color: #cc3322;
	font-size: 15px;
}

.col-1 .contentelement.arbogast_quote blockquote {
	font-size: 1.4em;
}

.col-1 .contentelement.arbogast_quote blockquote footer {
	margin-top: 10px;
}

@media screen and (min-width: 1024px) {
	.contentelement.arbogast_quote.indented {
		padding-left: 50px;
	}
}

/* Magazine */

.all-magazines-toc {
	margin-top: 50px;
}

.all-magazines-toc .item {
	margin-bottom: 50px;
}

.all-magazines-toc.latest.sidebar .item {
	margin-bottom: 40px;
}

.all-magazines-toc.latest.sidebar a.all-magazines-link {
	color: #cc3322;
}

.all-magazines-toc .item a {
	text-decoration: none;
	display: block;
}

.all-magazines-toc .item .img a {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	display: inline-block;
	width: auto;
	display: inline-block;
}

.all-magazines-toc .item .img a img {
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.all-magazines-toc .item .img a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.all-magazines-toc .item .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.all-magazines-toc .item a.more2 {
	display: inline-block;
	width: auto;
}

.current-magazine-plate {
	margin-bottom: 50px;
}

.current-magazine-plate .img {
	border: 1px solid #cccccc;
	width: 185px;
}

.current-magazine-plate .img a {
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
}

.current-magazine-plate .description a {
	display: block;
	color: #cc3322;
}

.current-magazine-plate .img a img {
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.current-magazine-plate .img a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (min-width: 780px) {
	.current-magazine-plate .img {
		float: left;
		margin-right: 15px;
	}

	.current-magazine-plate .description h1 {
		margin-top: 0;
	}
}


.magazine-toc {
	margin-top: 50px;
}

.magazine-toc .item {
	margin-bottom: 50px;
}

.magazine-toc .item a {
	text-decoration: none;
	display: block;
}

.magazine-toc .item .img a {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	display: inline-block;
	width: auto;
}

.magazine-toc .item .img a img {
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.magazine-toc .item .img a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.magazine-toc .item .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.magazine-toc .item .text h1 {
	margin-top: 0;
}

.magazine-embed-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	background: rgba(0, 0, 0, .87);
	text-align: center;
}

.magazine-embed-overlay.show {
	z-index: 10000;
	opacity: 1;
}

.magazine-embed-overlay .magazine-embed {
	padding: 0 5px 5px;
	width: 100%;
	height: 100vh;
}

.magazine-embed-overlay .magazine-embed > iframe {
    width: 100%;
    height: 100vh;
    border: none !important;
}


.magazine-embed-overlay .close {
	background: #cc3322;
	color: white;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
}

a.btn.btn-primary, .content a.btn.btn-primary {
    color: #fff;
    text-decoration: none;
}
.link-badge {
    width: 80%;
    padding-bottom: 80%;
    position: relative;
    height: 0;
}

.pid-0 .link-badge {
    transform: rotate(6deg);
}

.link-badge > a {
    position: absolute;
    background: #cc3322;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.2em;
}

@media screen and (min-width: 780px) {
    .pid-0 .link-badge {
        margin-left: -30px;
        margin-top: -20px;
    }

    .link-badge {
        width: 100%;
        padding-bottom: 100%;
    }

    .link-badge > a {
        font-size: 1em;
    }
}

@media screen and (min-width: 1200px) {
    .link-badge {
        width: 100%;
        padding-bottom: 100%;
    }

    .link-badge > a {
        font-size: 1.1em;
    }
}