@charset "utf-8";
/*   G A L E R I E   
	 C Y P R I A N   
	 B R E N N E R    */

/* RESET  ================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
	text-decoration: none;
	border: 0 none;
}
a img{
	border:none;
}
a:link, a:visited, a:hover, a:focus, a:active{
	text-decoration: none;
	color:inherit;
}
/* FUZZY COVER IMGS */
.fuzzy_cover_div{
	overflow:hidden;
	background-color:#e0e0e0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fuzzy_cover{
	visibility:hidden;	
}
/* BEARBEITEN BT */
#bearbeitenbt{
	position:fixed;
	z-index:9999999;
	top:0px;
	left:0px;
	color:#ff0000;	
}
/* Social Media */
#insta_bt{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
	height: auto;
}
#fb_bt{
    position: absolute;
    right: 60px;
    top: 0px;
    width: 45px;
    height: auto;
}
/* FONTS ============================================== */

@font-face {
	font-family: 'gcb_roman';
	src: url('fonts/gcb-book.eot');
  	src: url('fonts/gcb-book?#iefix') format('embedded-opentype'),
		url('fonts/gcb-book.woff') format('woff'),
		url('fonts/gcb-book.ttf') format('truetype'),
		url('fonts/gcb-book.svg#gcb_roman') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'gcb_bold';
	src: url('fonts/gcb-bold.eot');
  	src: url('fonts/gcb-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/gcb-bold.woff') format('woff'),
		url('fonts/gcb-bold.ttf') format('truetype'),
		url('fonts/gcb-bold.svg#gcb_roman') format('svg');
	font-weight: 700;
	font-style: normal;
}
/* BODY HTML ALL =============================================== */

html { 
	-webkit-text-size-adjust: 100%;
}
body,html{
	height:100%;
	font-family:'gcb_roman';
	font-size: 16px;
	line-height: 25px;
	color:#252525;
	background-color:#fff;
	margin:0;
	padding:0;
	border-width:0;
	border-style:solid;
	border-color:#1e1e1e;
}

body{
	overflow-y:scroll;
	overflow-x: hidden;
}
#all{
	min-height:100%;
	position:relative;
}
p.clearboth{
	clear:both;
	height:0;
}
hr{
    border:none;
    height:1px;
    color:#a3a3a3; 
    background-color:#a3a3a3; 
	margin: 0.6em 0;
}
bold{
	font-family:'gcb_bold';	
}
h1, h2{
	display:inline;
}
/* CAPTION TEXT ============================================= */
.wp-caption-text{
	font-size: 12px;
	line-height: 14px	
}

/* CUSTOM FORMATS =========================================== */
.big_grossbuchstaben_fett{
	text-transform:uppercase;
	font-family:'gcb_bold';
	font-size:28px;
	line-height:40px;
}
.big_grossbuchstaben_duenn{
	text-transform:uppercase;
	font-family:gcb_roman;
	font-size:28px;
	line-height:40px;
}
.medium_grossbuchstaben_fett{
	text-transform:uppercase;
	font-family:'gcb_bold';
	font-size:18px;
	line-height:25px;
}
.medium_grossbuchstaben_duenn{
	text-transform:uppercase;
	font-family:gcb_roman;
	font-size:18px;
	line-height:25px;
}



/* HEADER =================================================== */
#header{
	position:fixed;
	width:100%;
	height:105px;
	background-color:#ffffff;
	z-index:9999;
	top:0px;
}
.zentriert{
	position:relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	position:absolute;
}
/* menu */
#menu-Hauptmenu{
	position:absolute;
	left:174px;
	line-height:136px;
	font-size:18px;
}

#menu-Hauptmenu a:link, #menu-Hauptmenu a:visited, #menu-Hauptmenu a:hover, #menu-Hauptmenu a:focus, #menu-Hauptmenu a:active{
	text-decoration:none;
	color:inherit;
	margin-right:30px;
}
.haktiv{
	border-style:solid;
	border-color:inherit;
	border-width:0;
	border-top-width:4px;
	padding-top:54px
}
/* suchfeld & kaufanfrage*/
#searchbox{
	position:absolute;
	width:241px;
	top:40px;	
	right:0px;
}
.suchfeld {
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	margin-right:-5px;
	padding-left:5px;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
}
.suchbutton {
	cursor:pointer;
	position: absolute;
	right: 0px;
	color:#828282;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	border-left-width: 0px;
	display: block;
	height: 35px;
	margin: 0;
	width: 74px;
	box-sizing: border-box;
}

.suchbutton:hover {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}



/* HOME SLIDER ============================================= */
#homeslider{
	position:relative;
	width:100%;
	height:300px;
	background:#f0f0f0;
}


/* LOGO BAR ================================================ */
#logobarabstand{
	width:100%;
	height:105px;	
}
#logobar{
	position:relative;
	width:100%;
	height:125px;
}
#logobar{
	background-color:#1e1e1e;	
}
#logobar img{
	position:absolute;
	right:0px;
}


/* CONTENT ================================================ */

#content{
	position:relative;
	margin-top:30px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:275px;
	min-height: calc(100vh - 535px);
}

/* more menu & more content    submenu & submenucontent ===============================================*/
.submenu, .moremenu{
	float:left;
	width:241px;
	margin-right:20px;
	margin-top: 10px;
}
.submenucontent, .beitrag_moremenucontent{
	float:left;
	width:763px;
	margin-top: 10px;
	max-height: 99999999px;
}
.submenu a, span.moremenulink, span.moremenulinkaktiv {
	display:block;
	height:35px;
	width:100%;
	line-height:35px;
	border-bottom-color:#a3a3a3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:18px;
}
.submenu .aktiv{
	font-family: gcb_bold;
	font-weight:400;
}
.submenu li{
	display:block;
}

span.uaktiv, span.moremenulinkaktiv {
	font-family:gcb_bold;
}
/* slider gallery */
.slidergallery{
	position:relative;
	overflow:hidden;
	width:100%;
	height:502px;
}
.slidergallery .fuzzy_cover_div{
	position:absolute;
	width:100%;
	height:100%;
}
/* künstler */
.seite_cyprianer{
	position:relative;
	float:left;
	width:241px;
	margin-right:20px;
	font-size:18px;
	margin-top:35px;
}
.seite_cyprianer .beitrag_textbox, .seite_cyprianer .beitrag_titel, .seite_cyprianer .beitrag_el{
	display:inline;	
	float:left;
	clear:both;
}

#hovergallery{
	position:relative;
	float:left;
	width:763px;
	height:502px;
	overflow:hidden;
	margin-top:35px;
}


/* small gallery */
.smallgallery{
	width:400px;
	height:300px;	
}

/* small tillmore */
div.smalltillmore span{
	font-size:18px;
	line-height:25px;
}

/* startseite */
.seite_startseite{
	width:1044px;
}
.seite_startseite .beitrag_el{
	position:relative;
	width:241px;	
	float:left;
	margin-right:20px;
}
.seite_startseite .beitrag_bild {
	position:relative;
    width:100%; 
	height:241px;
}
.seite_startseite .beitrag_textbox{
	width:241px;
	margin-top:18px;
}



/* aktuell, suche */
.seite_aktuell .beitrag_el, .seite_suche .beitrag_el{
	position:relative;
	width:1024px;
	height:241px;	
	margin-bottom:30px;
}
.seite_aktuell .beitrag_bild, .seite_suche .beitrag_bild {
	position:relative;
	float:left;
    width:502px; 
	height:241px;
	overflow:hidden;
	margin-right:20px;
	background-color:#f0f0f0;
}
.seite_aktuell .beitrag_textbox, .seite_suche .beitrag_textbox{
	float:left;
	width:502px;
	height:241px;
	border-color:#a3a3a3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	overflow:hidden;
}
.seite_aktuell .beitrag_tillmore{
	display:block;
	border-color:#a3a3a3;
	width:100%;
}
/* kunstlexikon */
.submenucontent nav{
	-webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
	-webkit-column-gap: 20px; 
    -moz-column-gap: 20px; 
    column-gap: 20px;
}
.submenucontent nav li{
	line-height:30px;
	display: block;
}
.alphabetbuchstaben{
	font-size:18px;
	font-family:'gcb_bold';	
}

/* kontakanfrage */
.kaufanfrage_textbox{
	position:relative;
	float:left;
	margin-right:0px;
	width:174px;
	line-height: 40px;
	margin-top: -4px;
}
.kaufanfrage_formbox{
	position:relative;
	float:left;
	width:502px;
	line-height:0px;	
}
.kaufanfrage_formbox input, .kaufanfrage_inputtexarea{
	width:582px;
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
	display: block;
	height: 31px;
	margin: 0;
	padding: 0;
	margin-bottom:7px;
	margin-top:0px;
	/*margin-right:-5px;*/
	padding-left:5px;
	
}
.kaufanfrage_inputtexarea{
	font-family:'gcb_roman';
	position:relative;
	clear:both;
	font-size:16px;
	line-height:25px;
	padding-top:5px;
	width:756px;
	height:328px;
}
.kaufanfrageformbutton{
	cursor:pointer;
	color:#828282;
	background: #ffffff;
	border: 1px solid #a3a3a3;
	/*border-radius: 0 5px 5px 0;*/
	display: block;
	height: 33px;
	line-height:33px;
	text-align:center;
	margin: 0;
	width: 241px;
	font-family:'gcb_roman';
	font-size: 16px;
	float:right;
}
.kaufanfrageformbutton:hover{
	background: #333333;
	border-color: #333333;
	color: #ffffff;
}
/* FOOTER ==================================================== */

#footer2{
	position:absolute;
	width:100%;
	height:75px;
	font-size:12px;
	line-height:18px;
	background-color:#c8c8c8;	
	color:#ffffff;
	bottom:125px;
}
.footer_infobt{
	cursor:pointer;
	color: #1e1e1e;
	background: #ffffff;
	border: 1px solid #a3a3a3;
	/* border-radius: 0 5px 5px 0; */
	display: block;
	float: left;
	height: 33px;
	line-height:33px;
	text-align:center;
	margin: 0;
	width: 415px;
	position:absolute;
	right: 140px;
	top: 6px;
	font-family:'gcb_roman';
	font-size: 16px;
}
.footer_infobt:hover {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}
#footer{
	position:absolute;
	width:100%;
	position: relative;
	margin-top: -125px;
	height:125px;
	background-color: #1e1e1e;
	color:#ffffff;
	bottom:0px;
	box-sizing:  border-box;
	padding-top: 30px;
}
#footer .copyright{
	font-family:'gcb_bold';	
}


li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    line-height: 136px;
    font-size: 18px;
}

div#hauptmenu {
    position: absolute;
    left: 174px;
}

.fuzzy_cover_div img {
    display: none;
}


figcaption {
    display: none;
}
/* pseudo elemente */
#content:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
#content .slidegallery {
    width: 100%;
    height: 502px;
}

.slidegallery .galleryel {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slidegallery .fuzzy_cover_div {
    position: relative;
    width: 100%;
    height: 100%;
}

.slidegallery {
    overflow: hidden;
}
.slidegallery {
	height: 450px;
	position: relative;
}
.slider_leftdiv{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 50px;
	z-index: 99999;
	cursor: pointer;
}
.slider_rightdiv{
	position: absolute;
	left: calc(100% - 50px);
	top: 0px;
	height: 100%;
	width: 50px;
	z-index: 99999;
	cursor: pointer;
}
.slider_leftbt{
	position: absolute;
	left:15px;
	top: calc(50% - 40px);
	height: 80px;
	width: 35px;
}
.slider_rightbt{
	position: absolute;
	right:15px;
	top: calc(50% - 40px);
	height: 80px;
	width: 35px;
}
/*thumbgallery */
.thumbgallery .galleryel{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}
.thumbgallery .galleryel img{
	float:left;
	display:block;
	height: 190px;
	width:auto;
}

/* Künstler */ 
#kuenstlerliste li {
    display: block;
    height: 25px;
}
#kuenstlerliste {
    min-height: 478px;
    width: calc(100% + 60px);
}
.kuenstler_overview_img {
    position: absolute;

    left: 261px;
    top: 80px;
    width: 763px;
    height: 502px;
    background-position: center center;
    background-size: cover;
}
a.kuenstler_overview_link{
	position: relative;
	top: -40px;
}
a.kuenstler_overview_link:hover {
    text-decoration: underline;
}
/* Kunstwerk */
#kunstwerk figure{
	position: fixed;
	left: 80px;
	top: 40px;
	width: calc(100% - 160px);
	height: calc(100% - 120px);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
#kunstwerk_bu {
    position: fixed;
    left: 20%;
    bottom: 15px;
    line-height: 23px;
    width: 60%;
    text-align: center;
}
#kunstwerk h1{
	display:none;
}
#kunstwerk figure img{
	display:none;	
}
#kunstwerk_leftdiv{
	position: fixed;
	left:0px;
	top:0px;
	height: calc(100% - 80px);
	width: 50%;
}
#kunstwerk_rightdiv{
	position: fixed;
	right:0px;
	top:0px;
	height: calc(100% - 80px);
	width: 50%;
}
#kunstwerk_closebt {
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    position: fixed;
}
#kunstwerk_fbsharebt{
	position: fixed;
	color: #828282;
	bottom:20px;
	left:20px;
	border-style:solid;
	border-width:1px;
	border-color: #a3a3a3;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
}
#kunstwerk_fbsharebt:hover{
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}
#kunstwerk_leftbt{
	width: 35px;
	height: 80px;
	position: fixed;
	top: 50%;
	left: 18px;
	margin-top: -50px;
}
#kunstwerk_rightbt{
	width: 35px;
	height: 80px;
	position: fixed;
	top: 50%;
	right: 18px;
	margin-top: -50px;
}
.kaufanfragebutton {
	cursor:pointer;
	color:#828282;
	background: #ffffff;
	border: 1px solid #a3a3a3;
	display: block;
	height: 33px;
	line-height:33px;
	text-align:center;
	margin: 0;
	width: 154px;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.kaufanfragebutton:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}

/* HOME */
#home{
	width: 1044px;
}
.homethumblink{
	position: relative;
	width: 241px;
	float: left;
	margin-right: 20px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 40px;
}
.homethumblink .fuzzy_cover_div{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 241px;
	height: 241px;
}
.homethumblink .homethumblinkstext strong{
	font-family: 'gcb_bold';
	text-transform: uppercase;
}
.homeslidertextbox{
	position:absolute;
	left:50%;
	margin-left:-512px;
	bottom:30px;
	font-size:28px;
	line-height:40px;
	text-transform:uppercase;
}
.homeslidertextbox .span1{
	position:relative;
	left:20px;
	background-color:#FFFFFF;
	height:40px;	
}
.homeslidertextbox .span2{
	position:relative;
	left:-20px;
	background-color:#FFFFFF;
	height:40px;
}
.homeslidertextbox .span3{
	position:relative;
	left:10px;
	background-color:#FFFFFF;
	height:40px;
}
.homeslidertextbox .bufett{
	font-family:'gcb_bold';
}
.homeslidertextbox .buduenn{
	font-family:'gcb_roman';
}
.galleryel .fuzzy_cover_div{
	opacity:0.92;
}
.slidegallery {
 	background-color: #000000;   
}
span.bufett:after { 
     content: "\A";
     white-space: pre; 
}
/* wergerwgethewt*/ 
.kuenstler_overview_img{
		position: absolute;
		box-sizing: border-box;
		padding: 0px;
		width: 235px;
		height: 235px;
		left: auto;
		top: auto;
		margin-top: -300px;
		display: inline-block !important;
	}
	.kuenstler_overview_link{
		position: absolute;
		left: auto;
		top: 260px !important;
		width:100%;
		display: block;
		height:100%;
		text-decoration: none !important;
	}
	#kuenstlerliste li {
		font-size: 22px;
		line-height: 32px;
		display: inline-block;
		width: 263px;
		margin-right: 0px;
		height: 320px;
		margin-bottom: -30px;
	}
/* regsretgrthdtsgh*/
/* IFRAME */
#content p iframe {
    width: 763px;
    height: 429px;
}
/* mobile */
@media screen and (max-width: 1080px){
	#header {
    	height: 105px;
  }
 	#logobarabstand{
		height: 105px;
	}
	#home{
		width: 620px;
	}
	.homethumblink .fuzzy_cover_div{
		width: 280px;
		height: 280px;
	}
	.homethumblink{
		width: 280px;
	}
	.homeslidertextbox {
		left: 50%;
		margin-left: -280px;
		bottom: 15px;
		font-size: 22px;
		line-height: 35px;
	}
	#content p iframe {
		width: 580px;
    	height: 326px;
	}
	
	.kuenstler_overview_img{
		position: absolute;
		width: 270px;
		height: 270px;
		left: auto;
		top: auto;
		margin-top: -310px;
		display: inline-block !important;
	}
	.kuenstler_overview_link{
		position: absolute;
		left: auto;
		top: 260px !important;
		width:100%;
		display: block;
		height:100%;
		text-decoration: none !important;
	}
	#kuenstlerliste li {
		display: inline-block;
		width: 317px;
		margin-right: -8px;
		height: 295px;
		margin-bottom: 11px;
		margin-top: 20px;
	}

	/* */
	#kunstwerk figure img {
    	display: block;
    	width: calc(100% + 160px);
    	margin-left: -80px;
    	margin-top: 70px;
 }
	#kunstwerk_bu {
    	position: relative;
    	width: 100%;
    	height: auto;
    	margin-bottom: 20px;
    	padding-left: 20px;
    	padding-right: 20px;
    	left: 0px;
    	line-height: 30px;
    	box-sizing: border-box;
 }
	#kunstwerk_fbsharebt{
		position: relative;
		display: inline-block;
	}
	#kunstwerk figure {
		display:block;
		position: relative;
		top: 0px;
		margin-bottom: 50px;
	}
	#kunstwerk_leftbt{
		top: 10px;
		height:50px;
		width:auto;
		margin-top:0px;
		left: 50%;
		margin-left: -120px;
	}
	#kunstwerk_rightbt{
		top: 12px;
		height:50px;
		width:auto;
		right: 50%;
		margin-right: -120px;
		margin-top:0px;
	}
	.thumbgaller .galleryel .fuzzy_cover_div img {
    	height: 140px;
	}
	.kaufanfragebutton {
		position: relative;
	}
	
	#content, .submenu, .moremenu, .zentriert{
		width:600px !important;
	}
	.beitrag_el, .beitrag_textbox{
		width:100% !important;
	}
	.submenucontent, .beitrag_moremenucontent {
		width: 100% !important;	
	}
	#content{
		padding-left:10px;
		padding-right:10px;
		box-sizing: border-box;
	}
	.beitrag_bild {
		margin-left: -10px;
		margin-right:0px !important;
    	box-sizing: border-box;
	}
	#logobar img {
    	right: 10px;
	}
	.submenu li {
		display: block;
		float: left;
		margin-bottom: 15px;
		margin-right: 30px;
	}
	#hauptmenu li{
		width: 136px;
	}
	#hauptmenu li:nth-child(2) {
		margin-left: -39px;
	}
	#hauptmenu li:nth-child(5) {
		margin-left: -40px;
	}
	#hauptmenu li:nth-child(3) {
		margin-left: 2px;
		margin-right: -30px;
	}
	#hauptmenu li:nth-child(6) {
		margin-left: 2px;
		margin-right: -30px;
	}
	#hauptmenu{
		left: 190px!important;
	}
	.submenu a, span.moremenulink, span.moremenulinkaktiv {
		border-color: #a3a3a3;
		border-style: solid;
		border-width: 1px;
		font-size: 20px;
		padding-left: 15px;
		padding-right: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.submenu.parentsubmenu .sublink{
		
padding-right: 15px;
		
margin-right: 0px !important;
	}
	.submenu, .moremenu {
		margin-top:0px;	
	}
	.beitrag_bild {
		width: 600px !important;
		height: 288px !important;
	}
	#footer {
		height: 170px;
		font-size: 22px;
		line-height: 34px;
		padding-left:10px;
		box-sizing: border-box;
		padding-top: 90px;
		margin-top: 45px;
	}
	#footer2{
		bottom:170px;
	}
	#insta_bt{
		width:60px;
		right:20px;
		margin-top: 5px;
	}
	#fb_bt{
		right: 105px;
		width:60px;
		margin-top: 5px;
	}
	div#hauptmenu {

		top: 19px;
	}
	#logo {
    	top: -11px;
    	left: 10px;
    	width: 190px;
    	height: auto;
 }
	
	   
	#searchbox {
		top: 17px;
		right: 10px;
	}
	.footer_infobt{
	    font-size: 20px;
	    height: 50px;
	    line-height: 50px;
	    top: -67px;
	}
	.footer_infobt{
		left: 0px;
		width: 580px;
		box-sizing: border-box;
	}
	body{
		font-size: 24px;
		line-height: 35px;
	}
	.haktiv{
		padding-top: 0px;
		border-top-width: 0px;
		font-family: gcb_bold;
		font-weight: 400;
	}
	li {
		font-size: 22px;
		display: inline-block;
		line-height: 32px;
	}
	.scrollgallery .bildbeschreibungsbox {
		width: 232px;
		font-size: 20px;
		line-height: 30px;
	}
	.kaufanfrageformbutton{
		float:right !important;
		height: 50px;
		font-size: 20px;
		width: 400px !important;
	}
	.kaufanfragebutton {
		height: 46px;
		line-height: 46px;
		width: 200px;
		display: inline-block;
		margin-left: 60px;
	}
	.kaufanfrage_textbox {
    	width: 180px;
    	line-height: 57px;
 }
	#searchbox{
		display:none;
	}
 
	.kaufanfrage_formbox {
		width: 400px;
	}
	.kaufanfrage_formbox input{
		width: 400px !important;
		height: 50px;
		box-sizing: border-box;
		font-size: 24px;
	}
	.kaufanfrage_inputtexarea {
		width:573px;
		font-size: 24px;
		line-height: 35px;
	}
	#content .slidegallery {
    	height: 350px;
	}

	/* kunstlexikon */
	.submenucontent nav{
		-webkit-column-count: 2; 
		-moz-column-count: 2;
		column-count: 2;
		
		/*
		-webkit-column-gap: 0px; 
		-moz-column-gap: 0px; 
		column-gap: 0px;
		*/
	}
	.submenucontent nav li{
		line-height:40px;
		display: block;
	}
}




div#Arbeitenff {
    margin-top: 10px;
}



.submenu.parentsubmenu {
    width: 100%;
    margin-bottom: 25px;
}

.submenu.parentsubmenu .sublink {
    float: left;
    width: auto;
    margin-right: 25px;
}