html{
margin:0;
padding:0;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background:url(/wp-content/themes/Photokina/images/background.jpg) center no-repeat fixed;
	background-size: cover;
	line-height: 1.5em;
}

#content-container > div{
	display: table;
	vertical-align: top;
	width: 100%;
}

#content-container > div > *{
	display: table-cell;
	vertical-align: top;
}

#content-container > div > .sidebar{
	width:30%;
	padding-left:30px;
}

.content-box,
.widget{
	margin-top:30px;
}

.content-box:nth-child(1),
.widget:nth-child(1){
	margin-top:0;
}

.gesamt
{
	width: 1000px;
	margin: auto;
	padding: 0 0 0 0;
	position: relative;
}

.event-content{
	position: relative;
}

.ausverkauft{
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width: 100%;
	background: url(/wp-content/themes/Photokina/images/ausverkauft.png) center rgba(255,255,255,.5) no-repeat;
	background-size: 40%;
}

a,
img
{
border: 0 !important;
outline: none;
}

.header_image
{
	position: relative;
	z-index: 1;
	border-top-right-radius: 0;
	margin-top:0;
	padding-top:0;
}

.logo,
.slogan
{
	position: absolute;
	z-index: 2;
}

.logo
{
	margin: 20px 0 0 39px;
	left: 0;
}

.content a
{
color: #ff0000;
text-decoration: none;
}

.content a:hover
{
text-decoration: underline;
}

.slogan
{
	margin: 200px 0 0 42px;
	left: 0;
}

nav ul,
nav ul li{
	padding:0;
	margin:0;
	list-style: none;
}

nav ul li{
	display: inline-block;
	position: relative;
}

nav ul li ul{
	position: absolute;
   background: #ccc;
   display: none;
}


.header a
{
	display: inline-block;
	text-decoration: none;
}

nav ul li ul li a{
	padding:3px 10px;
	color: #fff;
	display: block;
	width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	color: #111;
	white-space: nowrap;
}

nav ul li ul li:hover a,
nav ul li ul li.current-menu-item a{
	color: #ff0000;
}

nav ul li ul li:nth-child(1){
	margin-top:5px;
}

nav ul li ul li:nth-last-child(1){
	margin-bottom:5px;
}

nav ul li ul li{
	display: block;
}

.alignleft{
	float:left;
	margin:0 20px 10px 0;
}

.with-icon,.ui-datepicker-title{
	background:url(/wp-content/themes/Photokina/images/dom_button_headline.png) no-repeat left;
	padding: 2px 0 2px 30px;
}

.header{
	position: relative;
	/* The header image is 1000x310 and the absolutely positioned logo
	   does not contribute to the header's height. */
	min-height: 310px;
}

.header nav
{
	height: 35px;
	position:relative;
	z-index:10;
	margin-top: -23px;
	background: #ff0000;
	padding: 0 ;
}

.header nav > * > * > ul > li
{
	border-right: 1px dotted #fff;
	border-right: 1px dotted rgba(255,255,255,.5);
}

.header nav > * > * > ul > li > a
{
	color: #fff;
   height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding:9px 13px 8px 15px;
	font-size: 14px;
	background: #ff0000;
}

.header nav > * > * > ul > li.current-menu-item > a,
.header nav > * > * > ul > li.current-menu-parent > a,
/*{
	color: #111;
   background: #84d3e1;
}
*/
.header nav > * > * > ul > li:hover > a
{
   text-decoration: underline;
}
.dropdown
{
	float:left;
	margin: 0px;
}
.dropdown a
{
	margin-top: 0px;
	text-decoration: none;
}
.dropdown dt
{
	padding:8px 13px 9px 15px;
	font-size: 14px;
	cursor:pointer;
	background: #e34f4a;
	color: #dcdcdc;
	border-right: 1px solid #2b2b2b;
}

.dropdown dt:hover
{
	background:#a9a7ac;
	color: #181818;
	-moz-box-shadow:    inset 0px -5px 5px #9e6570;
   -webkit-box-shadow: inset 0px -5px 5px #9e6570;
   box-shadow:         inset 0px -5px 5px #9e6570;
}

.dropdown dt.noover:hover
{
	padding:8px 13px 9px 15px;
	font-size: 14px;
	cursor:pointer;
	background: #e34f4a;
	color: #dcdcdc;
	border-right: 1px solid #2b2b2b;
	-moz-box-shadow:    none;
   -webkit-box-shadow: none;
   box-shadow:         none;
}
.dropdown dd
{
	position:absolute;
	overflow:hidden;
	width:165px;
	display:none;
	background:#a8a8ad;
	z-index:200;
	opacity:0;
	margin: 1px 0 0 0px;
	border-bottom: 1px solid #ea504b;
}
.dropdown ul
{
	width:165px;
	background:#a8a8ad;
	padding: 9px 0 0px 16px;
	color: #191919;
}
.dropdown li
{
	margin-left: 16px;
	list-style:url(/wp-content/themes/bilder/navi_list_button.png);
}
*:first-child+html .dropdown dd
{
width: 185px;
}
*:first-child+html .dropdown ul
{
padding-left: 0;
}
*:first-child+html .dropdown li
{
margin-left: 0;
}

.dropdown li a, .dropdown li a:active, .dropdown li a:visited
{
	display:block;
	padding:0px 0 0 2px;
	color: #191919;
	text-decoration:none;
}
.dropdown li a:hover {
	color: #e34f4a;
	}

.content
{
	background: #fff;
	background: rgba(255,255,255,.9);
	padding: 35px 30px 40px 40px;
	min-height: 1000px;
	height: auto !important;
	height: 1400px;
}

.text_content
{
	width: 670px;
	margin: 0 20px 0 0;
}
.text_content a
{
	color: #ea504b;
	text-decoration: none;
}

.text_content img {
	margin: 0 10px 0 0;
	display: block;
}
.sidebar_content
{
	width: 240px;
	float: right;
	height: 1000px;
	margin-top: -10px;
}

h1
{
	font-size: 23px;
	font-weight: normal;
	margin: 3px 0 17px 0;
	padding: 0px;
	color:#ff0000;
}

h2.msubheadline{
	font-weight: normal;
	margin: 3px 0 17px 0;
}

.button_headline
{
	float: left;
	margin: 0 9px 0 0;
}

.twitter_box
{
	margin: 20px 0 0 0;
}

.fb-like-box
{
	margin: 5px 0 0 0;
}

#datepicker
{
	padding: 8px 0 4px 0;
}

.footer
{
	background: #ff0000;
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #fff;
	padding: 11px 40px 11px 40px;
}

.footer a
{
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.footer .menu-footer-container ul,
.footer .menu-footer-container ul li,
.footer .menu-footer-en-container ul,
.footer .menu-footer-en-container ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .menu-footer-container ul li,
.footer .menu-footer-en-container ul li{
	display: inline-block;
}

.footer .menu-footer-container ul li:before,
.footer .menu-footer-en-container ul li:before{
	content: " | "
}

.footer .menu-footer-container ul li:nth-child(1):before,
.footer .menu-footer-en-container ul li:nth-child(1):before{
	content: ""
}

.footer a:hover
{
	color: #dcdcdc;
}

.footer_right
{
	float: right;
}
.clear
{
	clear:both;
}
.seminar
{
background: #e5504c;
padding: 10px 10px 1px 10px;
margin-top: 5px;
}
.seminar > div
{
overflow: hidden;
position: relative;
padding-bottom: 10px;
height: 50px;
height: auto !important;
min-height: 50px;
}
.seminar > div > div
{
margin-left: 160px;
}
.seminar label
{
color: #fff;
float: left;
width: 100px;
}
.seminar .labeltext
{
margin: 0 0 0 110px;
}
.seminar h2
{
font-size: 14px;
margin: 0 0 5px 0;
}
.vorschaubild
{
width: 150px;
margin-right: 10px;
}
.left
{
float: left;
}
.seminar .mehr_angaben
{
background: #a8a8ad;
padding: 9px;
margin: 0 -9px;
}

.seminar .mehr_infos
{
position: absolute;
bottom: 7px;
right: 0;
cursor: pointer;
}

.seminar form
{
margin-top: 20px;
}

.juergen_roters_startseite
{
	float: left;
	margin: 5px 20px 0px 0;
}

.hidden
{
display: none;
}

.button_buchen,
input[type="reset"],
input[type="submit"],
input[type="button"]
{
margin: 4px 10px;
background: #ff0000;
color: #fff;
border: 1px solid #ff0000;
cursor: pointer;
cursor: pointer;
}
input[disabled="disabled"]
{
background: #ecaea9;
}

.untermenue .aktiv a
{
color: #ff0000 !important;
}

.underline
{
text-decoration: underline !important;
}

input
{
width: 210px;
padding: 2px 5px;
}

select
{
width: 220px;
padding: 2px 5px;
}

input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
input[type="button"]
{
width: auto !important;
}

input[type="checkbox"]{
	display: inline-block !important;
}

input[size="5"]
{
width: 40px !important;
}

input[size="19"]
{
width: 152px !important;
}

.error
{
border: 1px solid #ff0000;
color: #ff0000;
padding: 10px;
font-size: 10px;
}

.thumbnail_impressionen,
.last_thumbnail_impressionen,
.thumbnail_impressionen_hoch
{
	margin: 30px 39px 0 0px !important;
	border: 1px solid #ea504b !important;
	padding: 2px;
	display: inline-block !important;
}

.thumbnail_impressionen_hoch
{
	margin: 0px 9px 0 0 !important;
}

.red
{
	color: #ff0000;
	font-weight: bold;
}

.gruen
{
	color: #17853b;
	font-weight: bold;
}

.subheadline
{
font-weight: normal;
font-size: 12px;
}

.thumbnail_fotografen
{
	margin: 10px 10px 10px 0;
}

#fotografen .anker
{
	color: black;
}

.thumbnail_logo
{
	margin: 0 38px 30px 0px;
	background: white;
	border: 1px solid #ea504b !important;
	padding: 2px 2px 2px 2px;

}

.newsletter_hinweis
{
	font-size: 13px;
	text-align: center;
	width: 230px;
}

.NoneDisplay
{
	background: #c2c2c2 !important;
	color: #cdcdcd !important;
}

.kasten_partner,
.kasten_partner_rechts,
.kasten_partner_volle_breite
{
	width: 267px;
	background: white;
	-moz-border-radius: 20px 20px 20px 0px;
    -webkit-border-radius: 20px 20px 20px 0px;
    border-radius: 20px 20px 20px 0px;
	 color: #e43a3b;
	 font-weight: bold;
	 padding: 15px 0 0 60px;
}

.kasten_partner_volle_breite
{
	width: 610px;
	background: white;
	-moz-border-radius: 20px 20px 20px 0px;
    -webkit-border-radius: 20px 20px 20px 0px;
    border-radius: 20px 20px 20px 0px;
	 color: #e43a3b;
	 font-weight: bold;
	 padding: 15px 0px 0 60px;
	 margin: 10px 0 0 0;

}


.kasten_partner_rechts
{
	float: right;
}

.kasten_partner_volle_breite a
{
	width: 120px;
	display: inline-block;
	margin: 20px 80px 0 0;
}

.thumbnail_partner_volle_breite {
	width: 120px;
	height: auto;
	display: block;

}

.kasten_partner_volle_breite a img.thumbnail_partner_full {
	width: 320px;
	height: auto;
	display: block;
	margin: 20px auto;
}

.icon_span {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: -10px;
	display: inline-block;
	height: 40px;
	margin-left: 5px;
}

.widget_archive ul{
	margin-left:0;
	padding-left:1.5em;
}

.ui-datepicker-inline{
	width: 100% !important;
}
/*
.thumbnail_partner_großer_kasten,
.thumbnail_partner_großer_kasten_letztes,
.thumbnail_veranstaltungspartner,
.thumbnail_veranstaltungspartner_letztes,
.thumbnail_veranstaltungspartner_klein
{
	margin: 10px 110px 15px 0;
}

.thumbnail_veranstaltungspartner_3_stueck
{
	margin: 10px 108px 15px 0;
}
.thumbnail_veranstaltungspartner_klein
{
	margin: 10px 42px 25px 0;
}
.thumbnail_partner_großer_kasten_letztes,
.thumbnail_veranstaltungspartner_letztes
{
	margin: 10px 0px 15px 0;
}
.thumbnail_veranstaltungspartner
{
	margin: 10px 60px 15px 0;
}

.thumbnail_medienpartner
{
margin: 0px 107px 20px 0;
}*/

.event-content{
	background:#84d3e1;
	padding:20px 20px 15px;
	margin-bottom: 20px;
	overflow: hidden;
}

.event-content h4{
	margin-top:0;
}

.list-image{
	float: left;
}

.list-image img{
	width: 175px;
	height: auto;
}

.with-image{
	margin-left:200px;
}

h3,
.ui-datepicker-title{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 8px;
}

.sidebar .ui-datepicker-calendar{
	width: 100%;
}

.sidebar .ui-datepicker-group{
	margin-bottom: 30px;
}

.sidebar .ui-datepicker-group.ui-datepicker-group-last{
	margin-bottom: 0;
}

.ui-datepicker-next,
.ui-datepicker-prev{
	display: none !important;
}

a.ui-state-default{
	display: block;
	padding: 2px 5px;
	text-align: right;
	background: #84d3e1 !important;
	color: #000 !important;
	text-decoration: none !important;
}

a.ui-state-default:hover,.active-state a.ui-state-default{
	background: #ff0000 !important;
	color: #fff !important;
}

a.ui-state-default.NoneDisplay{
	opacity: .2;
}

#lang_sel_list a, #lang_sel_list a:visited{
	background: none !important;
}

#lang_sel_list{
	position: absolute !important;
	right:15px;
	width: auto;
	text-align: right;
	margin-top: -28px;
}

#lang_sel_list img{
	height: 18px !important;
	width: auto !important;
}
#main-content img{
	max-width: 100%;
	height: auto;
}

/* Keep the fixed desktop layout usable on phones. */
@media (max-width: 700px){
	*, *::before, *::after{
		box-sizing: border-box;
	}

	html, body{
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.gesamt{
		width: 100%;
		max-width: 100%;
	}

	.header{
		min-height: 180px;
		background-size: cover;
		background-position: center top;
	}

	.logo{
		max-width: 45%;
		height: auto;
		margin-left: 15px;
	}

	#content-container,
	#main-content,
	.content,
	.text_content,
	.sidebar_content{
		width: 100%;
		max-width: 100%;
	}

	#content-container > div{
		display: block;
	}

	#content-container > div > *{
		display: block;
		width: 100% !important;
		max-width: 100%;
	}

	.text_content img,
	#main-content img,
	.content img{
		max-width: 100%;
		height: auto;
	}

	table{
		max-width: 100%;
	}

	.mob-menu-header-holder{
		z-index: 300001 !important;
		pointer-events: none !important;
	}

	.mob-menu-header-holder .mobmenu-left-bt{
		pointer-events: auto !important;
	}

	.mob-menu-header-holder .mobmenul-container{
		pointer-events: none !important;
	}

	.show-nav-left .mob-menu-header-holder{
		width: 40px !important;
		-webkit-transform: none !important;
		transform: none !important;
	}

	.mob-menu-left-panel > .mobmenu-left-bt{
		display: none !important;
	}

}

label{
	float: left;
	width: 140px;
	margin-top: 8px;
}
.select label{
	margin-top: 4px;
}
input,textarea,select{
	width: 300px !important;
	padding: 8px 10px;
	border: 0;
	background: #fff;
	font-size: 12px;
	display: block;
}
input[type="submit"].wpcf7-submit{
	width: 100% !important;
	max-width: 460px;
	margin: 10px 0 0;
}
select{
	width: 320px !important;
}

img{
	max-width: 100%;
	height: auto;
}
ul.book,
ul.book li{
	margin: 0;
	padding: 0;
}
ul.book li{
	margin-left: 1.5em;
}

.wpcf7-form-error{
	border: 2px solid red;
	margin: 0 0 2em !important;
	padding: 1em 1em;
	color: red;
	display: none;
}

.wpcf7-mail-sent-ok{
	margin: 0 0 2em !important;
	padding: 1em 1em;
	color: #398f14;
}
