/*
	Theme Name:		Parteilose Schweizer Luzern
	Description:	Development by azure art | visuelle Kommunikation
	Version:		3.1

	Author:			azure art | visuelle Kommunikation
	Author URI:		http://www.azureart.ch
*/




/* SWIPEBOX DESIGN */
#swipebox-overlay {
  background: rgba(255,255,255,95);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: rgba(0,0,0,.5);
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}


body {
	font-size: 16px;
	font-family: 'lucida_granderegular';
	color: #545454;
	
/*	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;*/
	overflow-x: hidden;
}
body.page {
	background-color: #35649f;
}
.page #main {
	background-color: white;
}
.page.home #main {
	background-color: transparent;
}

a {
	text-decoration: none;
	color: #35649f;
}
img {
	margin: 0;
	padding: 0;
}
a:hover {
	color: black;
}
strong {
	font-family: 'lucida_grandebold';
}
h2 {
	font-size: 36px;
	 font-family: 'lucida_grandebold';
}
h3 {
	font-size: 18px;
	margin-bottom: 0px;
}
.container-full {
	width: 100%;
}
.container {
	max-width: 980px;
	width: 98%;
	margin: 0 auto;
}
.container.frame {
	margin-bottom: 40px;
}
.title {
	text-align: center;
}
.sitetitle {
	display: none;
}
.title.icon {
	position: relative;
	z-index: 99;
}
.title.icon:after {
	content: '';
	background-image: url(/wp-content/uploads/2016/04/form.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	width: 100%;
	height: 61px;
	z-index: -1;
	top: -10px;
	left: -30px;
}
.frame {
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.button {
	background-color: #89b6e1;
	color: white;
	width: 240px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;	
	cursor: pointer;
	
	-moz-box-shadow: 0px 4px 0px 0px #35649f;
	-webkit-box-shadow: 0px 4px 0px 0px #35649f;
	box-shadow: 0px 4px 0px 0px #35649f;
	
	}
.button:hover {
	-moz-box-shadow: 0px 2px 0px 0px #35649f;
	-webkit-box-shadow: 0px 2px 0px 0px #35649f;
	box-shadow: 0px 2px 0px 0px #35649f;
	
}

#header .container {
	padding: 0;
	text-align: center;
}
#header .container-full {
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: rgba(255,255,255,0.92);
}
#header .frame  {
	padding: 10px 20px;
	margin-bottom: 0;
}

#header .logo {
	text-align: center;
	width: 270px;
}
#header .logo img {
	height:auto;
	width: 100%;
	max-width: 500px;
	float: left;
}
#header nav {
	float: right;
	position: relative;
	top: 10px;
}
#header nav ul li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
}
#header nav ul li:first-child {
	margin-left: 0;
}
#header nav ul li a {
	color: #545454;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'lucida_grandebold';
}
#header nav ul li:hover a {
	color: #35649f;
}
#main {
	position: relative;
}
#main .intro {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#main .intro .quote {
	font-size: 36px;
	color: white;
	text-align: center;
}
#main .intro .quote p {
	background-color: rgba(0,0,0, .25);
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .intro .button.jump-down a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: white;
}
#main .intro .button.jump-down:hover {
	background-color: white;
}
#main .intro .button.jump-down:hover a {
	color: #35649f;
}
#main .intro .quote:before {
	content: '';
	background: url(images/quote.svg);
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}
#main .intro .quote:after {
	content: '';
	background: url(images/quote.svg);
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto;
	margin-top: 35px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
	margin-bottom: 120px;
}

.title {
	margin-top: 15px;
	margin-bottom: 40px;
}


.grid-item {
	width: calc(25% - 25px);
	margin-bottom: 30px;
}
.left, .right {
	float: left;
}
.about .left {
	width: 23%;
	margin-right: 2%;
}
.about .right {
	width: 73%;
	margin-left: 2%;
}
.about .right ul li {
	float: left;
	margin-bottom: 5px;
}
.about .right ul li:first-child {
	width: 20%;
	font-weight: bold;
}

.about .right ul li:last-child {
	width: 80%;
}
.about h3 {
	margin-bottom: 20px;
}
.contact {
	text-align: center;
}
.contact ul {
	width: 100%;
}
.contact ul li {
	float: left;
	width: 33%;
	
}
.contact .entry img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.argumente .content-entry .entry {
	font-size: 18px;
}
#footer {
	background-color: #35649f;
	
}
#footer .container {
	position: relative;
}
#footer a {
	color: white;
}
#footer nav {
	padding: 20px 0;
	float: left;
}
#footer nav ul {
	text-align: center;
}
#footer nav ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #ffffff;
	margin-right: 10px;
	padding-right: 10px;
}
#footer nav ul li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.backtotop {
	position: absolute;
	bottom: 0;
	right: 20px;
}
.backtotop img {
	position: relative;
	vertical-align: middle;
}

/** PAGE **/
.banner {
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
.container.content {
	margin-bottom: 50px;
}
.featured-image {
	margin-bottom: 30px;
}
.page ul li {
	float: left;
}
.kontakt ul {
	text-align: center;
}
.kontakt ul li {
	width: 33%;
}
.ueber-mich {
	
}
.ueber-mich ul li:first-child{
	width: 20%;
	font-family: 'lucida_grandebold';
}
.copyright {
	float: right;
	color: white;
	font-size: 12px;
	position: relative;
	top: 30px;
	
}
.copyright a {
	text-decoration: underline;
}
.programm ul {
	margin-left: 10px;
	margin-top: 20px	;
}
.programm ul li {
	margin-left: 10px;
	margin-bottom: 20px;
	list-style: none;
}
#spendenkonto ul {
	margin-top: 20px;
}
#spendenkonto ul li {
	float: none;
	margin-bottom: 10px;
}
.top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999999999;
}
.top i {
	font-size: 35px;
	cursor: pointer;
	color: #89b6e1;
}
.page h1{
	margin-bottom: 20px;
}
.page-programm ul {
	margin-left: 10px;
	margin-top: 20px;
}
.page-programm ul li {
	margin-bottom: 20px;
	margin-left: 10px;
}
.page-kontakt ul li{
	float: none;
	margin-bottom: 20px;
}
.page-kontakt ul li img {
	margin-right: 20px;
}
.page-ueber-mich ul{
	margin-top: 10px;
}
.page-ueber-mich ul li {
	margin-bottom: 10px;
}
 .page-spendenkonto ul {
 	margin-top: 10px;
 }
 
 .page-spendenkonto ul li {
 	margin-bottom: 10px;
 	float: none;
 }

.inseratbild {
    width: 100%;
    height: auto;
    max-width: 649px;
    margin: 0 auto;
    display: block;
    border: 20px solid rgba(137,182,225,0.2);
    box-sizing: border-box;
}

UL.list, UL.list LI {
	list-style: square outside;
}
UL.list LI {
	float: none;
	display: block;
	line-height: 2em;
}