@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/DroidSerif-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/DroidSerif-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/DroidSerif-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/DroidSerif-Regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/DroidSerif-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/DroidSerif-Regular.svg#DroidSerif') format('svg'); /* Legacy iOS */
}
/*
Theme Name: Tanzlindenmuseum
Theme URI: http://netthemes.de
Description: Offizielles Theme vom Tanzlindenmuseum in Limmersdorf
Author: netthemes
Author URI: http://netthemes.de
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    font-style: italic;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/******* STYLE BY NETTHEMES.DE ****/

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Droid Serif', Georgia, serif;
	 -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
	color: #828282;
	font-size: 14px;
	line-height: 170%;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	color: #fff;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 2px;
	text-align: center;
}

h2 {
	font-size: 30px;
	line-height: 150%;
	color: #bcd469;
}

h5 {
	font-size: 20px;
	color: #828282;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 65px 0;
}

h5:before,
h5:after {
    background-color: #828282;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h5:before {
    right: 1em;
    margin-left: -50%;
}
h5:after {
    left: 1em;
    margin-right: -50%;
}

h4, h4 a {
	color: #bcd469;
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
	text-decoration: none;
	margin: 10px 0;
}

h3 {
	color: #bcd469;
	font-weight: 400;
	line-height: 150%;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
}

p {
	color: #828282;
	font-size: 14px;
	line-height: 170%;
}

strong {
	font-weight: 800;
}

em {
	font-style: italic
}

a {
	text-decoration: none;
	color: #bcd469
}

a:hover {
	text-decoration: underline;
}

a.button, input.button {
	color: #828282;
	font-size: 14px;
	line-height: 100%;
	padding: 10px 20px;
	border: 2px solid #bcd469;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	background: none
}

a.button:hover, input.button:hover {
	color: #fff;
	background: #bcd469;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	text-decoration: none;
	cursor: pointer;
}

hr {
	height: 4px;
	border: 0;
	background: #bcd469;
	margin: 0 0 20px 0
}

ul, ol {
	margin-left: 20px;
}

li {
	color: #828282;
	font-size: 14px;
	line-height: 170%;
	list-style: url(images/square.png);
	margin: 5px 0;
}

.box-full {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 50px; 
}

.box-third {
	width: calc(100% / 3 - 20px);
	margin-left: 30px;
}

.box-twothird {
	width: calc(100% - 100% / 3 - 10px);
	margin-left: 30px;
}

.box-half-o {
	width: 50%;
	display: block;
	min-height: 1px;
}

.box-forth-o {
	width: 25%;
	display: block;
	min-height: 1px;
}

.first-box, .first-row {
	margin: 0 !important;
}

.container {
	padding: 65px 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.hidden{
     opacity:0;
}

.visible{
     opacity:1;
}

/*** HEADER ***/

#wrapper {
	position: relative;
	right: 0
}

header#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.top-header {
	background: #bcd469;
	padding: 10px 0;
}

ul#menu-top-header-menue {
	text-align: right;
}

ul#menu-top-header-menue li {
	display: inline-block;
	margin: 0 0 0 10px;
}

ul#menu-top-header-menue li a {
	color: #fff;
	font-size: 12px;
	line-height: 200%;
	text-decoration: none;
}

ul#menu-top-header-menue li a:hover {
	text-decoration: underline;
}

.navigation {
	margin: 30px 0
}

.mobile-menu, .mobile-nav {
	display: none;
}

ul#menu-main-menue li {
	display: inline-block;
	margin: 0 0 0 35px;
}

ul#menu-main-menue li a {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #828282;
	text-decoration: none;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

ul#menu-main-menue li a:hover, ul#menu-main-menue li.current_page_item a {
	color: #bcd469
}

ul#menu-main-menue li.current_page_item a:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #bcd469;
}

.header-image {
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
}

.logo {
	position: absolute;
	top: 7px;
}

.nav-box {
	width: 30%;
}

.head-box {
	width: 45%;
}

/*** POST LOOP ***/

.date-box {
	background: rgba(188, 212, 105, 0.15);
	border-top: 4px solid #bcd469;
	text-align: center;
	padding: 10px 0;
}

span.date {
	font-size: 12px;
	line-height: 100%;
	font-style: italic;
	color: #828282
}

.article-content p {
	font-style: italic;
	text-align: justify;
}

.more-box {
	text-align: center;
	margin-top: 20px;
}

.row {
	margin-top: 65px;
}

.thumbnail-box {
	margin-bottom: 30px;
}

article hr {
	margin-top: 20px;
}

/*** CONTENT ***/

.content-box {
	padding: 0 130px;
	clear: both;
}

.content-margin {
	margin-bottom: 30px;
}

.social-box {
	margin-top: 30px;
}

.excerpt {
	margin: 10px 0 30px 0
}

.image-box {
	margin-bottom: 15px;
}

.start-box + .title-box h3, .thumbnail-box + .title-box h3 {
	padding-top: 0 
}

/*** FOOTER ***/

.front-footer {
	background: rgba(188, 212, 105, 0.15);
	padding: 35px 0;
}

.front-footer h3 {
	color: #828282;
	padding-top: 0;
}

.back-footer {
	text-align: center;
	background: #bcd469;
	padding: 10px 0;
}

span.white {
	color: #fff;
}

ul#menu-footermenue-01 li, ul#menu-footermenue-02 li {
	margin: 0;
}

ul#menu-footermenue-01 li a, ul#menu-footermenue-02 li a {
	color: #828282;
}

ul#menu-footermenue-01 li a:hover, ul#menu-footermenue-02 li a:hover {
	color: #bcd469;
	text-decoration: none;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

/*** PLUGINS ***/

#breadcrumbs {
	margin-bottom: 30px;
}

label {
	font-weight: bold;
}

input.wpcf7-text, textarea.wpcf7-textarea {
	color: #828282;
	font-size: 14px;
	line-height: 170%;
	border: 1px solid #ccc;
	padding: 7px;
	font-family: 'Droid Serif', Georgia, serif;
	resize: none;
	width: calc(100% - 14px)
}

input.wpcf7-text:focus, textarea.wpcf7-textarea:focus {
	border: 1px solid #bcd469;
}

.wpcf7-form-control-wrap {
	margin: 5px 0 30px 0;
	display: inline-block;
	width: 75%;
}

/*** RESPONSIVE DESIGN ***/

@media screen and (max-width: 1000px) {
	ul#menu-main-menue li {
		margin: 0 0 0 25px;
	}
}

@media screen and (max-width: 925px) {

	h1 {
		margin-left: 5px;
		margin-top: 5px;
		text-align: left;
	}

	.top-header .box-half-o {
		width: calc(100% - 40px);
	}

	.box-forth-o {
		width: auto;
	}

	.main-header, .menu-top-header-menue-container {
		display: none;
	}

	.logo {
		position: static;
	}

	.logo img {
		height: 30px;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-nav {
		display: block;
		position: fixed;
		top: 0;
		right: -200px;
		height: 100%;
		background: rgba(188, 212, 105, 0.15);
		width: 200px;
		margin: 0;
	}

	.mobile-nav:before {
		content: "menü:";
		text-transform: uppercase;
		font-size: 20px;
		color: #828282;
		letter-spacing: 2px;
		padding: 0px 20px;
		line-height: 250%;
		text-decoration: underline;
	}

	.mobile-nav li {
		list-style: none;
		margin: 0;
	}

	.mobile-nav li a {
		display: block;
		padding: 10px 20px;
		font-size: 14px;
		text-transform: uppercase;
		border-top: 1px solid #bcd469;
	}

	.mobile-nav li:first-child a {
		border: 0;
	}

	.mobile-nav li.current_page_item a {
		background: #fff;
	}

}

@media screen and (max-width: 850px) {

	.box-third {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.article-box {
		margin-top: 50px;
	}

	.article-box img {
		width: 100%;
	}

	.header-image {
		height: 250px;
	}

	.content-box {
		padding: 0
	}
}

@media screen and (max-width: 600px) {

	.top-header .box-half-o {
		width: calc( 100% - 80px);
	}

	.logo {
		position: relative;
		top: 11px;
	}

	.c-hamburger {
		top: 15px;
	}

	h1 {
		text-align: center;
	}

	h2 {
		font-size: 20px;
	}

	h5 {
		margin: 30px 0;
	}

	.container {
		padding: 30px 0
	}

	.box-full {
		padding: 0 20px;
	}

	.c-hamburger {
		right: 20px;
	}

	.header-image {
		height: 150px;
	}

	.alignleft, .alignright {
		width: 100% !important;
		float: none;
		margin: 5px 0 !important;
		padding: 5px 0;
		max-width: 100% !important
	} 

	.cboxElement img {
		width: 80px;
	}

	.wpcf7-form-control-wrap {
		width: 100%;
	}
}