﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background:#FFFFFF;
	color:#63656a;
}

html,body {
	height:100%;
}

img {
	border-width:0;
}

/* Haupt ID's */

#ag-Site {
	background:url(/img/bg_site.png) repeat-y;
	width:1002px;
	margin:0 auto;
}

#ag-Header {
	position:relative;
	height:94px;
	width:100%;
}

/* Header */

#ag-Header div.ag-content {
	background: white;
	position:relative;
	height:94px;
	width:980px;
	margin-left:6px;
}
#ag-Header div.ag-content::before {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(white,#eae7e5);
}

#ag-Mainmenu {
	position:absolute;
	bottom:20px;
	left:40px;
}
#ag-Mainmenu ul li {
	float:left;
	margin:0 26px 0 0;
}

#ag-Mainmenu ul li a {
	font-size:1.214em;
	font-weight:bold;
	color:#8b8b8c;
	text-decoration:none;
}

#ag-Mainmenu ul li a:hover {
	color:#000000;
}

#ag-Mainmenu ul li.current a {
	font-size:1.214em;
	color:#000000;
}

#ag-Header div.logo {
	position:absolute;
	top:33px;
	right:54px;
}
#ag-Header div.logo a {
	display:block;
}

/* Maincontent */

#ag-Main div.ag-section.divider {
	background:url(/img/bg_section_divider.png) repeat-x bottom;
}

.ag-section.divider.lienz .ag-content {
	height:250px;
}

#ag-Main div.ag-section {
	margin:0 16px 0 6px;
}

#ag-Main div.ag-content,
#ag-Footer div.ag-content {
	padding:20px 40px;
	position:relative;
}

ul.overview li div.thmb {
	background:#f2f0ef;
	width:450px;
}
ul.overview li div.thmb div.img.desc {
	float:left;
	width:186px;
	padding:20px;
}

ul.overview li,
div.detail ul li {
	margin:4px 0 0 0;
}

ul.overview li:first-child,
div.detail ul li:first-child {
	margin:0;
}

p.anriss {
	margin:0;
}

ul.overview li > div.left.desc{
	margin:0 0 0 34px;
	border:none;
}

ul.overview li > div.left{
	border:1px solid #f2f0f1;
}

ul.sammlung{
	border:0 solid #f2f0f1;
	border-width:0 1px 1px 1px;
}


div.sammlung {
	min-height:164px;
}

ul.sammlung {
	float:left;
	width:187px;
	padding:0 18px 18px 18px;
	min-height:100%;
}

ul.sammlung:first-child {
	border-right:none;
	width:188px;
}

ul.sammlung + ul.sammlung {
	border-left:none;
	width:188px;
}

.auswahl {
	float:left;
	border:0 solid #f2f0f1;
	width:205px;
	height:34px;
	display:block;
	padding:18px 0 0 18px;
	border-width:1px 1px 0px 1px;
}

.auswahl.no-border {
	width:206px;
	border-width:1px 1px 0px 0px;
}


ul.overview li > div.left div.list{
	float:left;
	padding:20px;
	width:184px;
}

ul.overview li > div.left.list .thmb.left{
	background:#FFFFFF;
}

ul.overview li .left.list .desc {
	background:#f2f0ef;	
}

ul.overview li .left.list .desc > p,
.preistreager {
	font-size:0.893em;
}

ul.overview li .list > ul li a {
	font-family:"Arial Black", Gadget, sans-serif;
}

div.detail .left {
	width:450px;
}
div.detail ul li div.thmb {
	width:224px;
}

div.detail .left.desc {
	width:380px;
	margin:0 0 0 34px;
}

div.detail .left .img.desc.left {
	width:186px;
	margin:0;
	padding:20px;
}

/* Carousel style */

.ag-carousel{
	margin:14px -4px 0 0;
	position:relative;
}

.carousel-item{
	width:448px;
}

.carousel.thmb {
	height:168px;
}
.carousel.desc.left {
  height:156px;
  padding:6px 20px;
	width:182px;
	background:#f2f0ef;
	border-right:4px solid #FFFFFF;
}


.carousel-controls {
	position:absolute;
	width:980px;
	left:0;
	top:50%;
}
.carousel-controls a {
	position:absolute;
	height:48px;
	width:48px;
	display:block;
}
.carousel-controls a.disabled {
	display:none;
}
.carousel-controls a.prev {
	background:url(/img/bg_arrow_left.png);
	background-position:0 0;
	left:-23px;
}
.carousel-controls a.prev:hover {
	background-position:0 -47px;
}

.carousel-controls a.next {
	background:url(/img/bg_arrow_right.png);
	background-position:0 0;
	right:-26px;
}
.carousel-controls a.next:hover {
	background-position:0 -48px;
}
.carousel-controls span {
	display:none;
}



/* Styling austellungen */

.desc.right,
.desc.left{
	float:left;
	margin:36px 0 0 34px;
	width:380px;
}

.desc.right {
	float:right;
	width:416px;
	margin:36px 0 0 0;
}

.desc a{
	color:#63656a;
}

.desc.left {
	width:414px;
	margin:0;

}

/* Footer */

#ag-Footer div.ag-content {
	background:#f2f0ef;
	background-image:url(/img/bg_footer.png);
	background-position:top;
	background-repeat:repeat-x;
	height:242px;
	font-size:0.857em;
	position:relative;
	line-height:18px;
	width:900px;
	margin-left: 6px;
}

#ag-Footer div.ag-content div.left {
	margin:26px 0 0 0;
}

#ag-Footer div.ag-content div.left.padding {
	margin:26px 0 0 52px;
}

#ag-Footer ul li {
	float:left;
	margin:0 24px 0 0;
}

#ag-Footer a {
	color:#63656a;
	text-decoration:none;
}
#ag-Footer a:hover {
	text-decoration:underline;
}
#ag-Footer ul.metamenu {
	margin:0 0 0 24px;
}
#ag-Footer ul.metamenu li,
ul.datelist li {
	border:0 solid #b2b2b2;
	border-width:0 0 0 1px;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
#ag-Footer ul.metamenu li:first-child {
	border:none;
	padding:0;
	margin:0;
}
#ag-Footer ul.metamenu li a {
	font-weight:bold;
}

.copyright {
	position:absolute;
	bottom:0;
	left:40px;
}

/* Typo */

h1,h2,h3 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#181716;
}
h1 {
	font-size:1.500em;
	line-height:28px;
	margin:0 0 1em 0;
}
h2 {
	font-size:1.214em;
	line-height:20px;
}

h2.anmeldung {
	margin:0 0 1em 0;
}

h3 {
	font-size:1.000em;
	line-height:20px;
}
.desc h3 a {
	color:#000000;
	text-decoration:none;
}
.desc h3 a:hover {
	text-decoration:underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.857em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:22px;
}

p{
	margin:0 0 1.857em 0;
}

a{
	color: #000;
	text-decoration:underline;
	cursor: pointer;
	outline:none;
}
a:hover{
	text-decoration:none;
}
.fckeditorStatic ul {
	margin:14px 14px;
}

.fckeditorStatic ol {
		margin:16px 20px;
}

/* Alg Classes */

.left {
	float:left;
}
.right {
	float:right;
}

.ag-block {
	display:block;
	border:none;
}
img.ag-block:not(.ag-auto) {
	width: 100%;
}
.nobullets {
	list-style-type:none;
}

.back_btn {
	background:url(/img/bg_arrow_small.png) no-repeat 0 0;
	background-position:0 5px;
	color:#000000;
	padding:0 0 0 20px;
	display:block;
}
.back_btn a {
	text-decoration:none;
}

.back_btn a:hover {
	text-decoration:underline;
}

.ag-content-nav {
	margin:0 0 20px 0;
}

ul.datelist {
	display:block;
}

ul.datelist li {
	float:left;
}

ul.datelist li:first-child {
	border:none;
}

a.black,
.black {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#000000;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
	margin:0;
	padding:0;
}

.uebersicht-slider {
	width:450px;
}

/* Formular Styling */

.formItem {
	width:443px;
	float:left;
	margin:0 0 14px 0;
}

.formItem.left {
	margin:0 14px 0 0;
}

.formItem input {
	width:416px;
}

.formItem input.ag-f-radio {
	background:none;
	width:20px;
}

.ag-f-checkbox {
	height:40px;
	line-height:40px;
}

.ag-f-check {
	margin:0 14px 0 0;
	background:none;
}

.formSect, .errormessages {
	margin:22px 0;
}

.errormessages {
	color:#CC0000;
}

input,textarea {
	border:none;
	background:#f1f0ee;
	padding:14px;
}

input.file {
	background:none;
	padding:14px 0;
}

.send {
	background:#ffff01ab;
	width: 100%;
	cursor:pointer;
	border:4px solid #ffff01ab;
	font-weight:bold;
	color: #000;
}
.send:hover {
	background:#ffff01;
	border-color:#ffff01;
	transition: all 0.3s;
	opacity: 1;
}

a.send {
	font-size:13px;
	text-decoration:none;
	padding:14px;
	width:872px;
	display:block;
	text-align:center;
}

.uploadedFiles ul {
	margin:1em 0;
    background:#f2f0ef;
    padding:0.5em;
	font-size:12px;
}

.uploadedFiles ul li {
	padding:0.5em;
	color:63656a;
}

body #ag-Main .ag-content .desc.right:first-child {
	float: none;
	width: auto;
}

/* Kontaktformular */

.ag-form * {
	box-sizing: border-box;
}

.ag-form-item {
	padding: .5em 0;
}
.ag-form-item input,
.ag-form-item textarea
 {
	border: none;
	background: #f1f0ee;
	padding: 12px;
	min-width: 20rem;
}

.ag-form-item button {
	display: inline-block;
	padding: .5em 2em;
	background:#ffff01ab;
	cursor:pointer;
	border:4px solid #ffff01ab;
	font-weight:bold;
	color: #000;
	min-width: 20rem;
}

.ag-form label.ag-f-label {
  display: inline-block;
  width: 180px;
}

.ag-form label.ag-f-label.ag-f-top {
  vertical-align: top;
  padding-top: 12px;
}

.ag-form label.ag-f-label-top {
  display: block;
  width: auto;
  margin: 0 0 3px;
}

.ag-form label.ag-f-required:after {
	content:  " *";
}

.ag-form .ag-f-label-offset {
	margin-left: 180px;
}

.ag-cta-icon {
	position: relative;
	display: block;
}
.ag-cta-icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 5em;
	height: 5em;
	transform:  translate(-50%,-50%);
	opacity: .5;
	transition: all, .3s;
}
.ag-cta-icon:hover::before {
	opacity: 1;
}
.ag-cta-icon.ag-play::before {
	content: url('/img/circle-play-regular.svg');
}
.ag-flex-group {
	display: flex;
}
.ag-flex-group.ag-between {
	justify-content: space-between;
}
.ag-flex-group.ag-center {
	justify-content: center;
}
.ag-col {
	flex-direction: column;
}
.ag-g-3 {
	gap: 34px;
}
.ag-flex-group > .ag-flex-item {
	flex: 1;
}
.ag-fa-center {
	align-items: center;
}
.ag-frame-wrapper {
	position: relative;
	padding-top: 56.25%;
}
.ag-frame-wrapper > *{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.ag-float-group::after {
	content: '';
	display: table;
	clear: both;
	font-size: 0;
}