/*
Theme Name: Theater Mundart Theme
Author: Daniel Nagy
Author URI: http://www.webseit-company.de
*/

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> GENERAL SETTINGS <<<------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    outline-style: none;
}
body {
    background: #000;
    font-family: 'roboto condensed', sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'roboto condensed', sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 30px;
    margin: 25px 0;
}
h2 {
    font-size: 24px;
    margin: 30px 0 20px;
}
h3 {
    font-size: 20px;
    margin: 25px 0 15px;
}
h4 {
    font-size: 18px;
    margin: 15px 0 10px;
}
h5 {
    font-size: 14px;
    margin: 15px 0 0;
}
h6 {
    font-size: 18px;
    margin: 15px 0 0;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}
p,
td {
    font-size: 14px;
}
a {
    text-decoration: none !important;
    color: #444;
}
a:hover {
    text-decoration: none !important;
    color: #888;
}
ul {
    list-style-type: none;
}
li {
    margin: 2px 0;
}
img {
    border: none;
}
.wrapper {
    width: 100%;
    min-width:1024px;
    margin: 0;
    background-image:url(img/bg.jpg);
    background-attachment:fixed;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom center;
}
.container {
    width: 990px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background:#fff;
    box-shadow:0px 0px 10px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.4);
}
.clear {
    clear: both;
}

hr{
    margin:20px 0;
    border-color:#eee;
    }

/* HEAD */
/*********************************************/

header {
    width: 100%;
    height: 330px;
    position:relative;
}
.logo{
    width:220px;
    height:230px;
    position:absolute;
    top:0px; left:0px;
}
.logo img{
    margin:0px;
    float:left;
}

/*.logo h1{
    display:inline-block;
    padding:10px 10px 10px 20px;
    background:#fff;
    color:#333;
    font-style:italic;
    font-size:30px;
}*/

.slideshow-holder{
    width:770px;
    height:229px;
    float:right;
    /*background:url(img/testslide.jpg);*/
    }



/* NAVI */
/*********************************************/

.main-navi {
    width: 990px;
    padding: 5px 0 60px;
    height:40px;
    display: block;
    margin: 0 auto;
    font-family: 'roboto condensed', sans-serif;
    background: url(img/mainnavi.png) no-repeat bottom center;
    text-align: center;
    font-size: 20px;
    position: relative;
    z-index:99;
}
.main-navi ul{
    list-style: none;
}
.main-navi ul ul{
    width:200px;
    background:#af0810;
    position:absolute;
    left:0; top:40px;
    text-align:left;
}
.main-navi li {
    display: inline-block;
    padding: 0 10px;
    position:relative;
}
.main-navi ul ul li {
    width:100%;
}
.main-navi a {
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.main-navi ul ul a {
    font-size:16px;
}
.main-navi li:hover > a {
    color: #222;
}
.main-navi ul ul{display:none;}
.main-navi ul li:hover > ul {
    display: block;
}
.main-navi ul li.nav-active {
    color: #eee;
}



/* MIDDLE */
/*********************************************/

.main{
    position:relative;
    min-height:370px;
}

.main a{
    color:#af0810;
}
.main a:hover{
    color:#888;
}

.rightside{
    width:260px;
    height:370px;
    background:#777;
    padding:100px 20px 20px;
    color:#fff;
    float:right;
    position:absolute;
    top:-100px;
    right:20px;
    z-index:6;
}
.rightside a{
	color:#fff;
	}
.rightside a:hover{
	color:#222;
	}
.content {
    width: 620px;
    padding:0 20px 20px;
    float:left;
}
.content h1 {
    color: #af0810;
}

.row3{
    width: 100%;
    padding: 20px 0;
}
.col3 {
    width: 300px;
    padding: 15px;
    float: left;
}

/*Table*/
.custom-table{
    margin:20px 0;
    width:100%;
    border-collapse:collapse;
    border:1px solid #ddd;
}
.custom-table th,
.custom-table td{
    padding:10px 20px;
    border:1px solid #ddd;
    }
.custom-table th{
    color:#fff;
    background:#af0810;
}
.custom-table .even td{
    background:#eee;
    }
	

/* IMG CORRECT */
/*********************************************/

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* FOOTER */
/*********************************************/
.footer-top{
    width:100%;
    height:60px;
    background:url(img/footertop.png) no-repeat top center;
}
footer {
    width: 100%;
    color:#fff;
    background:#af0810;
}
footer h2{
    color:#1b1c20;
    margin-top:10px;
}

footer a{color:#fff;}
footer a:hover{color:#000;}

/* TERMINE */
/*********************************************/

.termine{
    margin:20px 0;
    width:100%;
    border-collapse:collapse;
    border:1px solid #ddd;
}
.termine th,
.termine td{
    padding:10px 10px;
    border:1px solid #ddd;
    }
.termine th{
    color:#fff;
    background:#af0810;
}
.termine-form{
	margin:20px 0;
	}
	.termine-form form{
	margin-top:20px;
	}
.termine-form label,
.termine-form input{
	margin-right:10px;
	}
.termine-form input{
	padding:5px;
	}
#termine-search,
.t-btn{
	padding:10px;
	background:#af0810;
	color:#fff !important;
	border:0;
	}
.datum{
	font-weight:700;
	font-size:16px;
	}
	
.termine hr{
	margin:3px 0;
	border:1px solid #ddd;
	}
	
#ui-datepicker-div{
	z-index:999 !important;
	}
/* Mitglieder */
/*********************************************/
.searchfor{
	margin:20px 0;
	}
	
#searchfor{
	padding:5px;
}
