/*
	Theme Name: Vivaldipark by VISC Media
	Theme URI: http://vivaldipark.de
	Description: Vivaldipark WordPress Theme
	Version: 1.0
	Author: Hendrik Heinle (VISC Media UG)
	Author URI: http://visc.de
	Tags: Vivaldipark, HTML5, CSS3

	License: All rights reserved
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size:90%;
	width: 100%;
	margin: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	margin: 0;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h3 {
	margin: 0;
	margin-bottom: 10pt;
	text-transform: uppercase;
	font-size: 100%;
	color: #91CF50;
}

aside h3,
main h3,
h1, h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}

.siteorigin-panels main  h3,
.siteorigin-panels h2,
aside h3 {
	font-size: 180%;
}

aside h3,
main h3 {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.siteorigin-panels main  h3,
	.siteorigin-panels h2,
	aside h3,
	h1	{
		font-size: 140%;
	}
}

strong {
	color: #91CF50;
	font-weight: normal;
	text-transform: uppercase;
}

.textwidget ul {
	list-style-type: none;
	padding-left: 20px;
}

.textwidget ul > li {
	position: relative;
}

.textwidget ul > li:before {
	content: ' ';
	display: inline-block;
	background-color: #91CF50;
    position: absolute;
	top: 6px;
    left: -20px;
    width: 7px;
    height: 7px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	display: block;
	width: auto;
	margin: 0;
	position: relative;
}
/* header */
.header {
	width: 100%;
}

.header > img {
	width: 100%;
}

.header > .metaslider {
	max-width: 100% !important;
}

.logo,
.nav {
	padding: 0 13%;
}
/* logo */
.logo {
	padding-top: 15pt;
	padding-bottom: 15pt;
}
.logo-img {
	max-width: 350px;
	width: 100%;
}

/* nav */
.nav {
	text-transform: uppercase;
	background-color: #E7E7E7;
	font-size: 105%;
}

.footer ul,
.menu ul,
.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer ul li a:hover {
	text-decoration: underline;
}


.nav a {
	color: inherit;
}

.nav > ul > li,
.nav > .menu > ul > li {
	display: inline-block;
	padding: 8pt;
	color: #AAA;
}

.nav > ul > li:hover {
	background-color: rgb(145, 207, 80);
	color: #FFF;
}

.nav > ul > li.current-page-ancestor,
.nav > .menu > ul > li.current-page-ancestor,
.nav > ul > li.current_page_item,
.nav > .menu > ul > li.current_page_item {
	background-color: #91CF50;
	color: #FFF;
}

div.slicknav_menu {
	padding: 5px 6%;
}

div.slicknav_menu a.slicknav_btn {
	padding: 7px 0px;
}

.slicknav_menutxt {
	text-shadow: none !important;

}

/* main */
aside,
main {
	width: 100%;
	/*max-width: 1600px;*/
	margin: 15pt auto;
}

aside > section,
main > section {
	width: 74%;
	margin: auto;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width: 100%;
	border-top: 1px solid #91CF50;
	background-color: #E7E7E7;
	padding-top: 15pt;
	margin-top: 35pt;
}

.footer img {
	width: 100%;
}

.footer > section:nth-of-type(1) {
	margin-left: 13%;
}

.footer > section:nth-of-type(1),
.footer > section:nth-of-type(2),
.footer > section:nth-of-type(3),
.footer > section:nth-of-type(4) {
	display: inline-block;
}

.footer > section:nth-of-type(1),
.footer > section:nth-of-type(2),
.footer > section:nth-of-type(3) {
	width: 10.5%;
	vertical-align: top;
}

.footer > section:nth-of-type(4) {
	width: 34.5%;
    float: right;
    margin-right: 13%;
}

.footer > section li {
	margin: 2pt 0;
}

.footer li.current_page_item {
	text-decoration: underline;
}

.footer > .greenline li {
	display: inline-block;
	margin-left: 10pt;
}

.footer > .greenline li:nth-of-type(1) {
	margin-left: 0;
}


.footer > .greenline {
	background-color: #91CF50;
	padding: 10pt 13% 8pt 13%;
	text-align: justify;
	line-height: 0;
	margin-top: 35pt;
}

.footer > .greenline::after {
	padding-left: 100%;
	content: ' ';
	display: inline-block;
	line-height: 0;
	height: 0;
}

.footer > .greenline .recht {
	display: inline-block;
	text-align: left;
	line-height: normal;
	text-transform: uppercase;
}

.footer > .greenline > p {
	display: inline-block;
	text-align: left;
	line-height: normal;
	margin: 0;
}

@media screen and (max-width: 1600px) {
	aside > section,
	main > section {
		width: 88%;
	}
	.logo,
	.nav {
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.footer > section:nth-of-type(4) {
		width: 37.4%;
		/*float: none;
		margin-right: 0;
		margin-left: 8%;*/
		margin-right: 6%;
	}
	
	.footer > section:nth-of-type(1),
	.footer > section:nth-of-type(2),
	.footer > section:nth-of-type(3) {
		width: 14.2%;
	}
	
	.footer > section:nth-of-type(1) {
		margin-left: 6%;
	}
	
	.footer > .greenline {
		padding-left: 6%;
		padding-right: 6%;
	}
}

@media screen and (max-width: 1200px) {
	
	.footer > section:nth-of-type(1),
	.footer > section:nth-of-type(2),
	.footer > section:nth-of-type(3) {
		width: 29.3%;
	}

	.footer > section:nth-of-type(4) {
		margin-left: 6%;
		max-width: 400px;
		width: 88%;
		display: block;
		margin-top: 30px;
		float: none;
	}
	
}

@media screen and (max-width: 700px) {
	
	.footer > section:nth-of-type(1),
	.footer > section:nth-of-type(2),
	.footer > section:nth-of-type(3) {
		width: 88%;
		display: block;
		margin-left: 6%;
		margin-bottom: 40px;
	}

	.footer > section:nth-of-type(4) {
		margin-top: 0;
	}
}

/*------------------------------------*\
    CLASSES
\*------------------------------------*/
.vivaldipark_clearblock {
	border: 1px solid #91CF50;
	
	background-size: cover;
	background-position: center;
	
	padding-bottom: 70%;
	height: 0;
	position: relative;
	
	font-size: 15pt;
	text-transform: uppercase;
}

.vivaldipark_clearblock .so-widget-sow-editor-base {
	position: absolute;
	background-color: rgba(145, 207, 80, 0.9);
	bottom: 0;
	left: 0;
	padding: 10px 30px;
	min-width: 42%;
}

div:hover > div > div.vivaldipark_clearblock > div.so-widget-sow-editor {	
	background-color: rgba(145, 207, 80, 1);
}

.vivaldipark_clearblock * {
	color: #FFF !important;
	margin: 0;
}

.wpcf7-form > p {
	margin: 0;
}

.wpcf7-form.sent > p {
	display: none;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #91CF50;
}

.wpcf7-form button,
.wpcf7-form submit,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="mail"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
	border: 1px solid #91CF50;
	max-width: 100%;
	width: 100%;
	margin: 5px 0;
	padding: 8px 10px;
	background-color: #EEE;
}

.wpcf7-form textarea {
	height: 110px;
}

a.button,
button,
submit,
input[type="button"],
input[type="submit"] {
	background-color: #91CF50 !important;
	color: #FFF !important;
	border: 0 !important;
	margin: 5px 0 !important;
	padding: 8px 10px !important;
	text-transform: uppercase !important;
	font-size: 15pt !important;
	font-weight: normal !important;
	display: inline-block !important;
}

input[type="button"],
input[type="submit"],
a.button {
	opacity: 0.8;
}

input[type="button"]:hover,
input[type="submit"]:hover,
a.button:hover {
	opacity: 1;
}

.panel-grid-cell {
	position: relative;
}

.full_block {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: block;
}

.widget_subpages-widget > h3 {
	background-color: #91CF50;
	color: #FFF;
	margin: 0;
	padding: 10px 15px;
	
}


.widget_subpages-widget > ul {
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
	border: 1px solid #91CF50;
	background-color: #ededed;
}


.widget_subpages-widget > ul > li {
	display: block;
	background-color: #f3f3f3;
	margin: 3px 15px 3px 0;
	font-size: 15pt;
    font-weight: normal;
    text-transform: uppercase;
	color: #B6B6B6;
}

.widget_subpages-widget > ul > li.widget_subpages_current_page {
	font-weight: bold;
	color: #91cf50;
}

.widget_subpages-widget > ul > li a{



}

.widget_subpages-widget a {
	color: inherit;
	padding: 4px 0 4px 15px;
	display: block;
}

.widget_subpages-widget a:hover {
	color: #91cf50;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
#panel-6-0-1-0,
#panel-6-0-0-0 {
	margin-bottom: 4px !important;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {

	.vivaldipark_clearblock {

		font-size: 13pt;

	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
	border:1px solid #F0F0F0;
	max-width:96%;
	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;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
