/* ==============
Theme Name: Positiver Dialog Redesign 2015
Description: Theme for www.positiverdialog.at
Version: 1.0
Author: Michael Wilke
Author URI: http://www.designtiger.at/
============== */

@import url("css/normalize.css");
@import url("css/reset.css");
@import url("css/grid.css");

/* Content, Forms, etc */
@import url("css/basic.css");

/* Navigation */
@import url("css/nav.css");

/* Responsive Navigation vertical */
@import url("css/nav_mob_1.css");



/*************************************************
* Custom Styles
*************************************************/

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.618;
	color: #505050;
	-webkit-text-size-adjust:100%;
	background-color: #f0f1f3;
    
    background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#outer {
	position: relative;
	padding: 30px 0;
	z-index: 9999;
}

#logo {
	background: url(images/logo.png) 0 0 no-repeat;
	height: 280px;
	margin: 0 -15px 5px 0;
}

#right {
	padding-top: 40px;
}

#left {
	position: relative;
}

#meta {
	
}

#lang {
	
}

#content {
	margin-top: 30px;
	background: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	padding: 20px;
	min-height: 400px;
}

#footer_inner {
	background: #abafb0;
	padding: 10px 0 10px 0;
	margin-top: 20px;
	text-align: left;
	z-index: 9999;
	margin-bottom: 30px;
}



/*************************************************
* Typo
*************************************************/

strong, b {
    font-weight: 700;
}

a {
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
	color: #e71838;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo h1 {
	text-indent: -9999px;
}

#logo h1 a {
	width: 100%;
	height: 145px;
	display: block;
}

h2 {
	font-size: 24px;
	padding: 0 0 18px 0;
	color: #5c5f66;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	padding: 18px 0 10px 0;
	color: #5c5f66;
	font-weight: 700;
}

h4 {
	font-size: 14px;
	padding: 18px 0 10px 0;
	color: #5c5f66;
	font-weight: 700;
}

blockquote {
	font-weight: 600;
	font-style: italic;
	margin: 0 20px 20px 20px;
	font-size: 16px;
	color: #e71838;
}

#footer p {
	margin: 0;
	padding: 0 10px;
}

#copy {
	
}

#copy a {
	opacity: 0.7;
	text-transform: none !important;
	letter-spacing: 0.02em;
}

#copy a:hover {
	
}


/*************************************************
* Sidebar
*************************************************/

.sbkontakt {
	margin: 10px 0 10px 0;
	/*
	background: #e01f34;
	color: #fff;
	*/
	background: #fff;
	color: #e01f34;
	font-size: 18px;
	text-align: center;
	padding: 20px 10px;
}

#shares {
	margin: 20px 0 0 0;
	background: #fff;
	padding: 10px 10px 5px 10px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}

.socialicons {
	float: left;
	margin-right: 4px;
}

.logos {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/*************************************************
* Sponsoren
*************************************************/

.sponsor {
	margin-bottom: 20px;
}

.sponsor img {
	border: 4px solid #f0f1f3;
	margin: 0 auto;
	-webkit-transition: border 0.3s ease-in-out 0s;
	-moz-transition: 	border 0.3s ease-in-out 0s;
	-o-transition: 		border 0.3s ease-in-out 0s;
	-ms-transition: 	border 0.3s ease-in-out 0s;
	transition: 		border 0.3s ease-in-out 0s;
}

.sponsor a img:hover {
	border: 4px solid #abafb0;
	margin: 0 auto;
}

/*************************************************
* Google Maps
*************************************************/

.gmap {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}

.gmap img {
	max-width: none;
}

/*************************************************
* Resp
*************************************************/

@media (max-width: 480px) {
  
  body {
	  background-image: none;
  }
  
  #logo {
	  margin: 0;
  }
  
  #meta {
	  margin-bottom: 5px;
  }
  
  #nav ul li a {
	  font-size: 14px;
	  letter-spacing: 0.01em;
  }
  
  #content {
  	margin-top: 5px;
  	padding: 5px;
  }
  
  #footer_inner {
	  margin-top: 5px;
  }
  
  blockquote {
	  font-weight: 600;
	  font-style: italic;
	  margin: 0 10px 20px 10px;
	  font-size: 16px;
	  color: #e71838;
	}
  
}

@media (max-width: 767px) {
  
  .mobile {
	  display: block;
  }
  
  .nomobile {
	  display: none;
  }
  
  #logo {
	  margin: 0;
  }
  
  #outer {
	  padding: 10px 0 20px 0;
  }
  
  #right {
  	padding-top: 0px;
  }
  
  #content {
  	margin-top: 5px;
  }
  
  #footer_inner {
	  margin-top: 5px;
  }
  
  .sbkontakt {
	  margin-bottom: 5px;
	  padding: 10px;
	  font-size: 14px;
  }
  
  .sbkontakt p {
	  margin: 0;
  }
  
  
}

@media (min-width: 768px) and (max-width: 991px) {
  
  #logo {
	  margin: 0 -10px 5px -50px;
  }
  
  #nav ul {
  	padding: 0 0 0 10px;
  }
  
  #nav ul li {
	  margin: 0 7px 0 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  
}

@media (min-width: 768px) {

	.mobile {
		display: none;
	}
	
	.nomobile {
		display: block;
	}
  
}

