/*
Theme Name: Pirklalm
Theme URI: http://www.Pirklalm.at
Description: Template Pirklalm
Author: Christoph Paugger
Author URI: http://www.quickstart-marketing.com
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* albert-sans-300 - latin */
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/albert-sans-v1-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/albert-sans-v1-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/albert-sans-v1-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/albert-sans-v1-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/albert-sans-v1-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/albert-sans-v1-latin-300.svg#AlbertSans') format('svg'); /* Legacy iOS */
}
/* albert-sans-regular - latin */
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/albert-sans-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/albert-sans-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/albert-sans-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/albert-sans-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/albert-sans-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/albert-sans-v1-latin-regular.svg#AlbertSans') format('svg'); /* Legacy iOS */
}
/* albert-sans-800 - latin */
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/albert-sans-v1-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/albert-sans-v1-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/albert-sans-v1-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/albert-sans-v1-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/albert-sans-v1-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/albert-sans-v1-latin-800.svg#AlbertSans') format('svg'); /* Legacy iOS */
}

img {
	border:none;
}

a {color: #578fd2; text-decoration:none;transition: all 0.4s ease 0.2s;}
a:hover {color: #666;}



html, body			{margin: 0 !important;padding: 0;color: #666;font-family: 'Albert Sans';font-weight:300;font-size:16px;width:100%;height:100%;background:#fff; line-height: 32px;}
p {font-size:16px;line-height: 22px !important;font-weight:300;}
strong {font-weight:400;}
#wrapper {
	margin: 0 auto;
	width: 100%;
}

header {
    width:100%;
    margin: 0 auto;
}

.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.inner1 {
	width: 100%;
	max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

#logo {
	width: 300px;
	height: 40px;
	margin: 0 auto 30px;
    padding-top: 15px; 
}

#logo img{
	width: 300px;
	height:auto;
}

#hauptnavi {
    height: 55px;
    background: #fff;
  padding-top: 10px;
    margin: 0 auto;
    width:100%;
    display: flex;
justify-content: center;
}

footer, footer a, footer p, footer p a {
	color: #fff;
	font-size:14px;
}

/* Navi */

.menu-main-menu-container {
	
}

#hauptnavi ul {
	padding: 0px; margin: 0;
	list-style: none;
	width: 100%;
	
	text-transform:normal;
	font-size: 16px;
	position: relative; /* Fix the Stupid IE6 Bug */
	z-index:99;
	text-align:left;
}
#hauptnavi ul li {
    display: inline-block;
    float: left;
    font-size: 16px;
    
    margin: 0;
    padding: 0;
    position: relative;
	font-weight:500;}
#hauptnavi ul li a {display: block; padding: 0px 10px 0px 10px;font-size: 18px; color:#578fd2;margin: 0px 0px 0;text-decoration: none;text-shadow: none;}
#hauptnavi ul li a:hover {display: block; padding: 0px 10px 0px 10px;font-size: 18px; color:#666;margin: 0px 0px 0;text-decoration: none;text-shadow: none;}



/* Alignments */

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

.aligncenter {
	margin: 0 auto;
}


/* Headings */

h1 {
	color: #e30613;
	font-size:80px;
	margin: 0 0 20px;
    font-weight: 800;
    line-height: 90px;
    font-family: 'Albert Sans';
}

h2 {
	font-size:42px;
	margin: 0 0 20px;
    font-weight: 800;
    line-height: 54px !important;
    font-family: 'Albert Sans';
}

h3 {

	font-size:28px;
	margin: 0 0 10px;
	font-weight:800;
    line-height: 32px;
    font-family: 'Albert Sans';
}

h4 {

	font-size:25px;
	margin: 0 0 10px;
}
.elementor-heading-title {
    font-weight:900 !important;
}
p {margin: 0 0 10px; line-height: 22px;}

.fakten p {margin: 0 0 5px; line-height: 14px;}

.absorber em, .install em {
	font-style:italic;
	font-size: 10px;
}

.sticky-element-active {
    background:#fff !important;
}
.white, .white h3 {
    color:#fff;
}


/* Buttons */

#click-menu {
    color: #00a5c8;
    cursor: pointer;
    display: none;
    font-size: 13px !important;
    padding: 5px;
    position: absolute;
    right: 5%;
    text-align: center;
    top: 10px;
    z-index: 99999 !important;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
    border: 1px solid #7a84a5;
    padding: 15px 10px;
    width:100%;
    font-family: 'Quicksand', sans-serif;
    color: #000;
    font-weight:300;
}
.wpcf7-list-item-label {
    font-size:12px;
}
.wpcf7-submit {
    background: #7a84a5;
    border: none;
    padding: 15px 10px;
    width:100%;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight:500;
}
/* Lists */

/* Images */
a#scroll-to-top {
    background: url(../images/arrow.png) no-repeat center center;
    background-size:35px 35px !important;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
    outline: 0;
}


.lefti {
	float:left;
	width:100%;
	max-width:500px;
	display:block;
	margin-right:30px;
}

.rechti {
	float:left;
	width:100%;
	max-width:670px;
	display:block;
}

/* Lines */
hr { background-color: #fff;
    color: #fff;
    height: 1px;
	border: 0 none; }

/* Icons */


@media screen and (min-width: 768px) and (max-width: 999px){

.inner {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}	
}

@media screen and (min-width: 520px) and (max-width: 767px){
	
.inner {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
	.wpb_text_column {
	padding: 0 10px;
}
}

@media screen and (min-width: 320px) and (max-width: 519px){
	
.inner {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

.wpb_text_column {
	padding: 0 10px;
}
	
}
#trp-floater-ls {
    left: 90% !important;
}

@media screen and (max-width: 820px) {
#trp-floater-ls {
    left: 5% !important;
}
}
@media only screen and (max-width: 1024px) {
.mobmenur-container i {
    color: #578fd2 !important;
}
}
