/*
Theme Name: TS Laura 16 - Coller Child
Description: Lauras Child Theme
Author: Laura
Template: coller
Version: 1.0
Tags:
*/
/*


/* =Jetzt gehts los
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
a, a:hover, a:active, a:focus {
	color:#D67156 !important;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Century Gothic" sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Links */
a {
	color: #D67156;
	text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
article table tr:nth-child(odd){
	background: #eaeaea;
border-bottom: solid 1px #ddd;
}
article table tr:nth-child(even){
	background: #eee;
border-bottom: solid 1px #ddd;
}
article table td{
	padding:7px;
}
/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#site-navigation ul li:hover a{
	border-color:#D67156;
}

#site-navigation{
	margin-bottom: 80px !important;
}

/*Main Coding Begins Here*/
body, #primary-mono .entry-content {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	font-size: 1.6rem !important;
	line-height: 1.7 !important;
}

header#masthead {
	width: 960px;
	margin: auto;
	padding: 1rem 0;
}
.site-branding {
    width: 60% !important;
    float: left;
	padding: 25px 0px !important;
    top: 0;
    position: absolute;
	overflow: hidden;
	display: flex;
	float: left;
}
.logo{
float: left;
}
h1.site-title a {
text-decoration: none;
font-weight: normal;
font-size: 28px;
color: #333;
display: block;
margin: 0;
margin-left: 20px;
letter-spacing: 12px;
text-transform: uppercase;
line-height: 35px;
}
.logo-container {
	position: relative;
		top: -15px;
	margin-bottom: -15px;		
}
.main_logo {
	max-width: 360px;
	max-height: 125px;
	display: block;
}
@media screen and (max-width: 360px) {
	.main_logo {
		max-width: 320px;
		height: auto;
		display: block;
	}
		h1.site-title a{
		margin-top:55px;
	}
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #eaeaea;
	margin-bottom: 80px;
}
#nav-container {
width: 960px;
	margin: auto;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block !important;
	text-decoration: none !important;
	color: #555 !important;
	text-decoration: none !important;
	padding: 20px 20px !important;
	font-weight: bold !important;
}
.main-navigation a:hover{
	background: #f3f3f3 !important;
	border-top: #D67156 solid 3px !important;
	padding-top: 19px !important;
}
.main-navigation .current-menu-parent {
background:#ddd !important;
}
	
.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	display: none;
	float: left;
	position: absolute;
		top: 4.0em;
		left: 0;
	z-index: 99999;
	background: #f3f3f3;
}
.main-navigation ul ul ul {
	left: 100% !important;
	top: 0 !important;
}
.main-navigation ul ul a {
	width: 200px !important;
	font-size: 14px !important;
	font-weight: normal !important;
	color: #555 !important;
	padding: 8px 20px !important;
	font-weight: 400 !important;
}
.main-navigation ul ul a:hover {
	border-top: none !important;
	background: #333 !important;
	color: #eee !important;
	padding: 8px 20px !important;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background: #f3f3f3 !important;
	border-top: #D67156 solid 3px !important;
	padding-top: 19px !important;
}
.main-navigation ul ul li:hover > a {
	background: #333 !important;
	border-top: none !important;
	padding: 8px 20px !important;
	color: #eee !important;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
#site-navigation ul li ul.sub-menu{
	display:none !important;
}
#site-navigation ul li:hover > ul {
	display: block !important;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
#colophon #footer-menu ul li a{
	background:none !important;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	
}
/*Content Regions*/
#content {
	margin-top: 100px;	
	width: 960px;
	margin: auto;
}
#primary {
	width: 64%;
	float: left;
	padding: 0px;
	padding-top: 0px;
	background: #fefefe;
}
.primary-full {
	width: 100% !important;
	float: none;
	margin: auto;
	margin-bottom: 15px;
}
#secondary {
	padding-top: 30px;
	float: right;
	width: 29%;
	background: #fff;
	padding: 10px;
}
h1.page-title {
	padding: 10px;
	background: #eaeaea;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	margin-top: 15px;
}
h1.entry-title a, h1.entry-title {
	font-size: 40px;
	color: #666;
}
h1.entry-title a:hover {
	text-decoration: none;
	color: #D67156;
}
.entry-meta { 
	font-size: 12px;
	background: #f1f1f1;
	padding: 3px 5px;
}
.entry-meta a {
	color: #999;
}
span.comments-link {
	float: right;
}
#featured_image {
	width: 150px;
	float: left;
	clear: left;
	margin: 20px 10px 15px 3px;
}
#featured_image img {
	width: 125px;
	box-shadow: 0px 3px 3px -3px #333;
}
.entry-content {
	margin-top: 19px;
}
article.post {
	padding-bottom: 50px;
	background: url('images/divider.png') bottom left repeat-x;
	
}
entry-meta .comments-link { float: right; }

/*Footer*/
#colophon {
	padding-top: 20px;
	width: 100%;
	background: #eaeaea;
	height: 58px;
	border-top: solid 1px #ccc;
}
#footer-container {
	width: 960px;
	margin: 0 auto;
}
#footertext {
	margin-bottom: 10px;
	float: left;
	font-size: 13px;
}
.site-info {
	float: left;
	width: 49%;
	font-size: 11px;
}
#footer-navigation {
	float: right;
	width: 49%;
	text-align: right;
	font-size: 13px;
}
#footer-navigation ul {
	list-style: none;
}
#footer-navigation ul li a {
	padding: 0px 6px;
}
#footer-navigation ul li {
	display: inline;
}
#footer-navigation ul ul {
	display: none;
}

	

/*slider*/
#slider-wrapper {
	margin: auto;
	width: 1090px;
	clear: both;
}
.bxslider {
	display: block;
	margin: 0px;
	clear: both;
}
.bxslider li img {
}
/*individual post page*/
#post_thumbnail {
	text-align: center;
	margin: 15px;
}
#post_thumbnail img {
	border: 10px solid #fff;
	box-shadow: 0px 10px 8px -5px #333;
}
article h1 {
	font-size: 36px;
	margin-top: -88px;
}
article h2 {
	font-size: 32px;
	margin-top: 10px;
}
article h3 {
	font-size: 28px;
}
article h4 {
	font-size: 25px;
}
article h5 {
	font-size: 22px;
}
article h6 {
	font-size: 18px;
}
/* RESPONSIVE DESIGN BEGINS BELOW */
/*for smaller pcs and older desktops*/
@media screen and (max-width: 1099px) and (min-width: 960px) {
	header#masthead, #nav-container, #content, #slider-wrapper, #footer-container {
		width: 960px;
	}
	.widget_search input[type=search] {
		width: 65%;
	}
	.depth-1 .comment-content { width: 440px; }
	.depth-2 .comment-content { width: 415px; }
	.depth-3 .comment-content { width: 390px; }
	.depth-3 ul .comment-content { width: 365px !important; }
	.depth-3 ul ul .comment-content { width: 330px !important;  }
}

/*For all Tables*/
@media screen and (min-width: 768px) and (max-width: 959px)  {
	header#masthead, #nav-container, #content, #slider-wrapper, #footer-container {
		width: 95%;
	}
	#primary { width: 95%; }
	#secondary { width: 60%; float: none; margin: auto; }
	
	.site-info, #footer-navigation, #footertext {
		display: block;
		min-width: 80%;
		float: none;
		text-align: center;
		margin: auto;
	}
	#footer-navigation {
		position: relative;
		  left: -20px;
	}

body {
overflow-x: hidden;
}
		h1.site-title a{
		margin-top:5px;
	}
}
				
/*For all remaining Mobile Sizes*/
@media screen and (max-width: 767px) {
	header#masthead, #nav-container, #content, #slider-wrapper, #footer-container {
		width: 95%;
	}
.site-branding {
    width: 100% !important;
    float: left;
    padding: 0 0px;
    top: -55px;
    position: absolute;
    max-width: 800px;
}
		h1.site-title a{
		margin-top:55px;
		margin-left:65px;
	}
	#social_icons {
		display: block;
		margin-top: 0px !important;
		text-align: center;
		float: none;
		margin: auto;
		margin-bottom: 15px;		
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px;
		font-size: 20px;
		padding-bottom: 10px;
		position: relative;
			top: 0px;
	}
	.menu-toggle:before {
		content: url('images/menu.png');
		height: 0;
		width: 0px;
		margin-right: 20px;
		position: relative;
		top: 10px;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation ul li {
		display: block;
		width: 100%;
	}
	.main-navigation li.current_page_item a {
		border: none !important;
		padding: 12px;
	}
	.main-navigation li a {
		font-size: 16px;
		padding: 12px;
	}
	.main-navigation li a:hover {
		border-top: none !important;
		padding: 12px;
	}
	.main-navigation ul ul {
		display: none !important;
	}
	#primary { width: 95%; }
	#secondary { width: 90%; float: none; margin: auto; }
	
	h1.entry-title, h1.entry-title a {
		font-size: 26px;
		font-weight: bold;
	}
	.site-info, #footer-navigation, #footertext {
		display: block;
		width: 90%;
		float: none;
		text-align: center !important;
		margin: auto;
	}
	#footer-navigation {
		position: relative;
		  left: -20px;
	}
	#primary {
		padding-left: 4px;
	}
	
	/*Special responsive comments section for mobile devices.*/
	.comment-content {
		width: 90% !important;
	}
	.comment-meta img {
		display: block;
		margin: auto;
	}
	.comment-meta img:after {
		content: "<div class=clear></div>";
	}
	.comment-meta {
		float: none;
		width: 90%;
		text-align: center;
		margin: 20px auto;
	}
	.depth-3 ul .comment-content { width: 90% !important; }
	.depth-3 ul ul .comment-content { width: 90% !important;  }

	.page-id-39 .main-navigation {
	  margin-bottom: 75px;
	}
}
@media screen and (max-width:480px) {
	#colophon {
		width: 95%;
	}
}

#comments{
display:none;
}
.headerbild{
margin-top: -80px;
}
.headerbild span {
background-color: rgba(255,255,255,0.8);
position: absolute;
top: 105px;
padding: 12px;
width: 185px;
}
.headerbild img{
   display: block;
}
.metaslider {
    margin: -127px 0 85px 0;
}
h1.entry-title{
display:none;
}
.widget-title{
display:none;
}
.zitat{
background: #F0F0F0;
padding: 20px 20px;
border-left: 8px solid #D67156;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select{
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
width: 100%;
padding: 3px;
box-shadow: none;

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
border: none;
border-radius: 0px;
background: #CA2D2D;
width: 100%;
color: #fff;
-webkit-appearance: button;
font-size: 18px;
height: 48px;
box-shadow: none;
text-shadow:none;
padding: 3px;

}
button, input {
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
width: 100%;
padding: 3px;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background: #B52A2A;
box-shadow:none;
}
span.wpcf7-list-item{
	margin:0;
}
.badge-adresse {
	position: relative;
	top: 15px;
	top: 3px;
	float: right;
	font-size: 18px;
}
.badge-adresse span{
	color:#D67156;
	font-size: 19px;
}
.fa{
font-size: 1.5em !important;
}
textarea{
width: 100%;
height: 100px;
}
.wpcf7 p{
margin-bottom:7px;
}
.button-newsletter, .widget_wysija .wysija-radio, .widget_wysija .wysija-checkbox{
height:15px;
}
#button-newsletter, .widget_wysija .wysija-radio, .widget_wysija .wysija-checkbox{
width:40px;
}

.embed-container { 
position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height:177px;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
}
iframe {
	border:0;
	width:100%; /* iFrame Breite */
	height:600px; /* iFrame Höhe */
	margin: 0;
	padding: 0;
}
/* das Overlay-Element: */
.ueberlagern {
	background:transparent; /* unsichtbar machen */
	position:relative; /* Position relativ machen um z-index zu verändern */
	z-index: 100; /* sicher ist sicher */
	width:100%; /* iFrame Breite */
	height:600px; /* iFrame Höhe */
	top:600px;  /* iFrame Höhe nach unten positionieren */
	margin-top:-600px;  /* iFrame Höhe, um den Platz des Elments freizugeben */
 
}
h1{
color:#D67156;
}
article h2 {
font-size: 30px;
margin-top: -10px;
}
.badge-eroeffnung {
position: absolute;
top: 197px;
left: 55%;
font-size: 18px;
background: #D31E34;
color: #fff;
border-radius: 70px;
width: 135px;
height: 95px;
text-align: center;
padding-top: 40px;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.42);
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.42);
}

.badge-helfer {
position: absolute;
top: 165px;
left: 64%;
font-size: 16px;
line-height: 1.5;
background:#A01818;
color: #fff;
border-radius: 70px;
  width: 140px;
  height: 140px;
text-align: center;
padding-top: 20px;
-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.42);
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.42);
}

.h1-headerbild{
margin-top: -20px;
}
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.img-list li {
  display: inline-block;
  height: 150px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 300px;
}
 
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
font-size: 14px;
}
ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: rgba(255,255,255,0.8);
  color: #333;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 300px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.date{
color: #D67156;
font-size: 19px;
}

.ui-widget {
font-family: Century Gothic !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: none !important;
background: #D67156 !important;
color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none !important;
background: #D67156 !important;
color: #fff !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 0px !important;
}

.ui-state-hover, .ui-state-hover, .ui-state-hover {
background: #DA5B39 !important;
}
.ui-state-default .ui-icon {
background-image: url("/theaterschachtel/wp-content/uploads/2015/02/ui-icons_fff_256x240.png") !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 0px !important;
}
@media only screen and ( max-width: 840px ) 
			{
.headerbild span, .badge-adresse, .badge-eroeffnung, .badge-helfer{
display:none;
}
.headerbild {
margin-top: -50px;
}
h1.site-title a {
margin-left: 0px;
letter-spacing: 0px;
font-size: 25px;
}
#colophon {
width: 105%;
height: 83px;
}
.main-navigation ul li {
display: block;
width: 100%;
background: #eaeaea;
}
.logo-header {
margin: 0 auto;
top: 15px;
position: absolute;
left: 36%;
}

}

#hintergrund {
    display:none;
    z-index:1;
    position: fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background:#000000;
}
 
#popup {
    display: none;
    z-index: 2;
    position: fixed;
    width:450px;
    top: 20%;
    left: 50%;
    margin-left: -250px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #000;
}
 
div.schliessen {
    position: relative;
    height: 30px;
    width: 30px;
    left: 27px;
    bottom: 24px;
    background: url("close.png") no-repeat scroll 0 0 transparent;
    float: right;
    cursor: pointer;
}
 
#popup_inhalt {
    margin: 8px 14px;
}
@media screen and (max-width: 1000px) {

h1.site-title a {
    font-size: 21px;
}
.main-navigation a {
    padding: 20px 15px;
}
}
@media screen and (max-width: 525px) {
.site-branding {
    display: none;
}
			h1.site-title a{
		margin-top:55px;
		margin-left:65px;
	}
}