* {
	padding: 0;
	margin: 0;
	transition: color 100ms, background-color 100ms, box-shadow 100ms, border-bottom-color 100ms;
}

body, html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #404040;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
}


#map-canvas {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
}

#map-canvas img {
	max-width: none;
}

div, section, header, nav, footer {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.center {
	text-align: center;
}

a {
	color: #404040;
	text-decoration: underline;
	font-weight: 600;
}

a:hover {
	color: #404040;
	text-decoration: none;
}

a.button-white {
	position: relative;
	display: inline-block;
	background-color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	min-width: 175px;
	text-align: center;
}

a.button-white:hover {
	color: #404040;
}

a.button-orange {
	position: relative;
	display: inline-block;
	background-color: #d6811d;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	color: #fff;
}

a.button-oragnge:hover {
	text-decoration: none;
	color: #fff:
}

img {
	transition: opacity 100ms;
}

ul, li {
	list-style: none;
}

.container {
	width: 780px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

h1, h2 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 700;
	text-align: center;
	color: #404040;
	margin: 0 0 50px 0;
	text-transform: uppercase;
}

.col-1, .col-2, .col-3 {
	position: relative;
	float: left;
	clear: none;
	padding-left: 10px;
	padding-right: 10px;
}

.col-3 {
	width: 100%;
	clear: both;
}

.col-2 {
	width: 66%;
}

.col-1 {
	width: 33%;
}

strong {
	font-weight: 800;
}

header {
	background-color: #404040;
	padding: 20px;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 1001;
	width: 100%;
}

header .title {
	position: absolute;
	margin: 0 0 0 10px;
}

header .title a {
	font-size: 18px;
	font-weight: 200;
	line-height: 0;
	color: #d6811d;
	text-decoration: none;
	text-transform: uppercase;
}

nav {
	display: inline-block;
	float: right;
}

nav ul li {
	display: inline-block;
	margin: 0 10px;
}

nav ul li a {
	text-decoration: none;
	color: #fff;
}

nav ul li a:hover {
	text-decoration: none;
	color: #a3a3a3;
}

.personal {
	background-color: #d6811d;
	padding-top: 160px;
	padding-bottom: 120px;
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	font-weight: 600;
}

.personal-content {
	padding: 10px 0 0 30px;
}

.personal h1 {
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
}

.personal h2 {
	text-align: left;
	text-transform: uppercase;
	margin: 10px 0 18px 0;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
}

.personal p {
	margin: 25px 0;
}

a.beraterprofil {
	color: #d6811d;
	margin: 0 0 21px 0
}

.personal .socialicons {
	margin: 0
}

.personal .socialicons a img, footer .socialicons a img {
	width: 30px;
	height: 30px;
	opacity: 0.5;
}

.personal .socialicons a img:hover, footer .socialicons a img:hover {
	opacity: 1;
}

img.personal-foto {
	width: 100%;
	height: auto;
	border: 17px solid #fff;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}

.stream {
	background-color: #f1f1f1;
	padding-top: 100px;
	padding-bottom: 120px;
}

#streamcontainer {
	width: 100%;
	padding: 10px;
}

.streamitem {
	box-sizing: border-box;
	background-color: #fff;
	padding: 13px;
	width: 240px;
	margin: 0 0 20px 0;
	border-bottom: 12px #d6811d solid;
}

.tweet-box {
	background-color: #2484b5;
	background-image: url('img/twitter_bigger.png');
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 23px 19px;
	padding: 8px 10px 10px 55px;
	margin: 0 -13px -13px -13px;
	color: #fff;
	font-size: 11px;
}

.category-tweets > .streamitem {
	border-bottom: none;
}

.streamitem h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	padding: 0 7px;
	margin: 20px 0 0 0;
	color: #404040;
}

.category-tweets > .streamitem h3 {
	font-style: normal;
	font-size: 13px !important;
	line-height: 19px !important;
}

.streamitem p {
	padding: 14px 7px;
	margin: 0;
}

.streamitem .streamitem-img, .streamitem.big .streamitem-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 165px;
	z-index: 2;
	opacity: 0.9;
}

.streamitem .streamitem-img-background, .streamitem.big .streamitem-img-background {
	background-color: #d6811d;
	left: 13px;
	top: 13px;
	right: 13px;
	height: 165px;
	position: absolute;
	top: 13px;
	z-index: 1;
}

.streamitem.big .streamitem-img, .streamitem.big .streamitem-img-background {
	height: 240px;
}

.streamitem.big  {
	width: 500px;
}

.streamitem.twitter {
	border-bottom: none;
}

.streamitem.twitter h3 {
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	margin: 20px 0;
}

.streamitem .twitter-details {
	background-color: #2484b5;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	padding: 13px 13px 13px 20px;
	width: 240px;
	margin: 0 0 -13px -13px;
	font-weight: 700;
	font-style: italic;
	overflow: hidden;
}

.streamitem .twitter-details img {
	float: left;
	clear: none;
	width: 15%;
	height: auto;
}

.streamitem .twitter-details p {
	float: left;
	clear: none;
	max-width: 85%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

.button-orange.stream-button {
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	background-image: url('img/pfeil-rechts.png');
	background-size: 10px 16px;
	background-position: right 25px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 50px 0 0 0;
	width: 240px;
	box-sizing: border-box;
}

.button-orange.stream-button:hover {
	background-color: #4098c6;
}


.angebote {
	background-color: #b43a2e;
}

.angebote h2 {
	color: #fff;
}

.angebotecontainer {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px 0 0 0;
}

.angebotecontainer h3 {
	font-size: 15px;
	line-height: 15px;
	margin: 25px 0 15px 0;
	font-weight: 800;
}

.angebotecontainer ul {
	line-height: 22px;
}

.angebotecontainer ul li {
	line-height: 16px;
	margin: 6px 0;
}

.angebot {
	float: left;
	width: 240px;
	padding: 13px;
	width: 240px;
	margin: 20px 10px 20px 10px;
	padding: 0;
}

.angebot-top {
	width: 100%;
	height: 104px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 60px;
}

.kunden, .partner {
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}

.kunde h2, .partner h2 {
	color: #404040;
}

.logoscontainer {
	width: 100%;
	background-image: url('img/logogrid.gif');
	box-shadow: inset 0 0 0 4px #fff;
	overflow: hidden;
}

.logos-cell {
	text-align: center;
	float: left;
	width: 190px;
	height: 71px;
}

.valign {
    display: inline-block;
    height: 100%;
    line-height: 0;
    vertical-align: middle;
}

.logos-cell img {
	vertical-align: middle;
	max-height: 40px;
	max-width: 110px;
	height: auto;
	width: auto;
}

.projekte {
	background-color: #4098c6;
}

.projekte h2 {
	color: #fff;
}

.projekt {
	float: left;
	width: 240px;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	margin: 15px 10px;
}

.projekt:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
}

.streamitem:hover {
	border-bottom-color: #4098c6;
	background-color: rgba(255,255,255,0.7);
}

.projekttitel {
	line-height: 65px;
}

.projekt h3 {
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 6px 6px;
	display: inline-block;
}

.projektbild {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-size: auto 180px;
}

.projekt img {
	width: 100%;
}

.angebote, .projekte {
	padding-top: 70px;
	padding-bottom: 90px;
}

.kontakt {
	padding-top: 80px;
}

.kontakt p {
	padding: 0;
	line-height: 30px;
	font-weight: 600;
}

.kontakt, .kontakt .container a {
	font-size: 20px;
	line-height: 28px;
	background-color: #85a421;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.kontakt h2 {
	color: #fff;
	margin-bottom: 30px;
}

footer a.impressum {
	display: inline-block;
	margin: 20px 0 25px 0;
	font-size: 15px !important;
}

footer a.impressum:hover {
	text-decoration: underline;
}

footer .robertsimon {
	padding: 30px;
	line-height: 0;
	background-color: #77931e;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

footer .robertsimon a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #f3f3f3;
}

footer .socialicons {
	margin: 0 0 40px 0;
}

footer .socialicons a {
	display: inline-block;
	line-height: 0;
}

footer .socialicons a img {
	opacity: 1;
}

footer .socialicons {
}

a.content-back {
	font-size: 16px;
	font-weight: 400;
	margin: 80px 0 40px 0;
	display: block;
	text-decoration: none;
	color: #ababab;
}
a.content-back.news {
	margin-top: 225px;
}

.container.container-projekte, .container.container-news, .container.container-page {
	text-align: left;
	margin: 0 auto 70px auto;
	font-size: 15px;
	line-height: 25px;
	background-color: #fff;
	overflow: visible;
}

.container-news ul li {
	list-style: disc;
	margin: 5px 0;
}

.container-news img {
	max-width: 100%;
	margin: 0 0 50px 0;
}

.container.container-page {
	margin: 40px auto 70px auto;
}

.container.container-page {
	padding: 100px 0 0 0;
}

.container.container-projekte h1, .container.container-news h1, .container.container-page h1 {
	text-align: left;
	font-size: 30px;
	line-height: 35px;
	padding-right: 70px;
	margin: 0 0 40px 0;
	text-transform: none;
}

.container.container-projekte h2, .container.container-news h2, .container.container-page h2 {
	text-align: left;
	font-size: 25px;
	line-height: 30px;
	margin: 20px 0;
	text-transform: none;
}

.container.container-projekte h3, .container.container-news h3, .container.container-page h3 {
	margin: 20px 0 15px 0;
}

.container.container-news h1 {
	margin: 0;
}

.datum, .datum a {
	margin: 10px 0 40px 0;
	color: #ababab !important;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
}

.container.container-projekte p, .container.container-news p, .container.container-page p {
	margin: 0 0 15px 0;
	padding-right: 70px;
}

.container.container-projekte ul, .container.container-news ul, .container.container-page ul {
	margin: 25px 0;
	padding-left: 20px;
}

.container.container-projekte ul li, .container.container-news ul li, , .container.container-page ul li {
	margin: 5px 0;
	list-style: disc;
	padding-left: 5px;
}

.clickableteaser {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}


#cboxLoadedContent {
	overflow: hidden !important;
	background: none !important;
	padding: 0 !important;
}

.gallery {
	margin: 40px 0 30px -10px !important;
}

.gallery-item {
	margin-top: 15px !important;
}

.gallery-item img {
	border: 2px #ccc solid !important;
	box-sizing: border-box;
}

.news-overview h1 {
	text-align: center;
	margin: 75px 0;
	font-size: 40px;
	line-height: 44px;
}

.news-overview-entry {
	margin: 0 0 50px 0;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	padding: 0 0 50px 0;
	border-bottom: #f1f1f1 solid 1px;
}

.news-overview-entry h2, .news-overview-entry h2 a {
	font-size: 22px;
	line-height: 25px;
	font-weight: 800 !important;
	text-align: left;
	margin: 0;
	text-transform: none;
	font-weight: 600;
	text-decoration: none;
	color: #404040;
}

.news-overview-entry h2 a:hover {
	text-decoration: underline;
}

.news-overview-entry .datum,.news-overview-entry .datum a {
	margin: 5px 0;
	display: block;
}

.news-overview-entry a {
	font-weight: 400;
	color: #cb8e25;
	text-decoration: none;
}

.news-overview-entry a:hover {
	text-decoration: underline;
}

.news-overview-entry .overview-img, .news-overview-entry .overview-img-background {
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.9;
	z-index: 1001;
}

.news-overview-entry .overview-img-background {
	background-color: #cb8e25;
	position: absolute;
	opacity: 1;
	z-index: 1
}

.news-overview-text {
	padding: 10px 0 0 35px;
}

img.aligncenter {
	position: relative;
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

img.alignright {
	float: right;
	margin: 5px -50px 20px 40px;
}

img.alignleft {
	float: left;
	margin: 5px 40px 20px -50px;
}

.content.news {
	overflow: hidden;
}

.sharebox {
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding: 20px 25px 20px 30px;
	margin: 70px 0 85px 0;
	border-top: 1px solid #ccc;
}

.sharebox .title {
	font-weight: 600;
	display: inline-block;
}

.sharebox .buttons {
	display: inline-block;
	position: absolute;
	right: 20px;
	margin: 0;
	top: 14px;
}

.sharebox a {
	display: inline-block;
	margin: 0 3px;
	padding: 6px 25px 6px 18px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	background-size: auto 18px;
	background-position: left 17px center;
	background-repeat: no-repeat;
	background-color: #9b9b9b;
}

.sharebox a:hover {
	background-color: #9b9b9b !important;
}

.sharebox a.tw {
	background-image: url('http://peterwebhofer.at/wp-content/themes/peterwebhofer/img/share-tw.png');
	padding-left: 55px;
}
.sharebox a.tw {
	background-color: #57adf1;
}

.sharebox a.fb {
	background-image: url('http://peterwebhofer.at/wp-content/themes/peterwebhofer/img/share-fb.png');
	padding-left: 45px;
	background-position: left 20px center;
}
.sharebox a.fb {
	background-color: #46639f;
}

.sharebox a.google {
	background-image: url('http://peterwebhofer.at/wp-content/themes/peterwebhofer/img/share-g.png');
	padding-left: 45px;
}
.sharebox a.google {
	background-color: #d63f30;
}

.sharebox a.mail {
	background-image: url('http://peterwebhofer.at/wp-content/themes/peterwebhofer/img/share-m.png');
	background-size: auto 16px;
	padding-left: 55px;
	background-position: left 17px center;
}
.sharebox a.mail {
	background-color: #d58102;
}

.heroimg {
	position: absolute;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.heroimg .white {
	position: absolute;
	width: 1000px;
	background-color: #fff;
	height: 200px;
	left: 50%;
	bottom: 0;
	margin-left: -500px;
}