/*
Theme Name: TirolackTheme
Theme URI: http://www.threshtech.com/
Author: Artdirection4u
Author URI: http://www.artdirection4u.com/
Description: TirolackTheme is a modern one page WordPress theme with parallax scrolling effect that can be used for personal blogs, business websites, single page websites and more. To showcase your work in a nice appealing style, ThresholdTheme has packed with a powerful feature-rich portfolio out there. Being built based on Twitter Bootstrap Framework, it’s fully responsive and your website will looks perfect on all devices including desktops, laptops, tablets and mobile phones. More over, ThresholdTheme has detailed documentation and been search engine optimized. You can easily customize every detail of the layout by using its professional control panel. You will find this free single page WordPress theme very flexible and useful for building your next amazing project.
Version: 100.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tht
Tags: one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TirolackTheme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
	2.1 Form
	2.2 Button
	2.3 Tag Cloud
	2.4 Social Icons
3.0 Layout
	3.1 Animations
4.0 Widgets
	4.1 Search Widget
5.0 Header
	5.1 Navbar
6.0 Homepage
	6.1 Section
	6.2 Slider
	6.3 Service
	6.4 Portfolio
	6.5 ABout
	6.6 Call to Action
	6.7 Client
	6.8 Blog
	6.9 Newsletter
	6.10 Contact
7.0 Content
	8.1 Posts and pages
	8.2 Asides
	8.3 Comments
8.0 Footer
9.0 Media
	9.1 Captions
	9.2 Galleries
10.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
body {
  background: #fff;
  font-family: "komet";
  line-height: 1.2em;
  font-size: 17px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #354463;
}

a {
  text-decoration: none !important;
  color: #354463;
}
a:hover {
  color: #ffbd00;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
@font-face {
  font-family: "tirolack";
  src: url("fonts/tirolack.eot?l3g5u3");
  src: url("fonts/tirolack.eot?l3g5u3#iefix") format("embedded-opentype"),
    url("fonts/tirolack.ttf?l3g5u3") format("truetype"),
    url("fonts/tirolack.woff?l3g5u3") format("woff"),
    url("fonts/tirolack.svg?l3g5u3#tirolack") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="tirol-icon-"],
[class*=" tirol-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tirolack" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tirol-icon-arrow-back:before {
  content: "\e909";
}
.tirol-icon-arrow-next:before {
  content: "\e90a";
}
.tirol-icon-calendar-1:before {
  content: "\e908";
}
.tirol-icon-newsletter-1:before {
  content: "\e803";
}
.tirol-icon-Icon-ionic-md-close:before {
  content: "\e907";
}
.tirol-icon-all-order:before {
  content: "\e906";
}
.tirol-icon-tirol-facebook:before {
  content: "\e901";
}
.tirol-icon-tirol-instagram:before {
  content: "\e902";
}
.tirol-icon-tirol-phone:before {
  content: "\e903";
}
.tirol-icon-tirol-whatsapp:before {
  content: "\e904";
}
.tirol-icon-tirol-hipchat:before {
  content: "\e905";
}
.tirol-icon-dots:before {
  content: "\e900";
}

/*--------------------------------------------------------------
2.1 Form
--------------------------------------------------------------*/
form {
  margin: 0 0 20px;
}

select,
textarea,
input {
  display: inline-block;
  height: auto;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

textarea,
input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b !important;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d !important;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/*--------------------------------------------------------------
2.2 Button
--------------------------------------------------------------*/
.button,
.button:focus,
.button:visited {
  display: inline-block;
  border: 1px solid #181a1c;
  color: #181a1c;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
  line-height: auto;
}

.button:hover,
.button:active {
  background-color: #181a1c;
  color: #fff;
}

.button-sp,
.button-sp:focus,
.button-sp:visited {
  border: none;
  background-color: #ffce1a;
  color: #181a1c;
}

.button-sp:hover,
.button-sp:active {
  background-color: #181a1c;
  color: #ffce1a;
}

.button-ps,
.button-ps:focus,
.button-ps:visited {
  border: none;
  background-color: #181a1c;
  color: #ffce1a;
}

.button-ps:hover,
.button-ps:active {
  background-color: #ffce1a;
  color: #181a1c;
}

/*--------------------------------------------------------------
2.3 Tag Cloud
--------------------------------------------------------------*/
.tagcloud a,
.tags-links .btn {
  margin: 0 5px 5px 0;
}

/*--------------------------------------------------------------
2.4 Social Icons
--------------------------------------------------------------*/
.social {
  list-style: none;
  float: none;
  position: relative;
  margin: 5px auto;
}

.social li {
  display: inline-block;
  line-height: 32px;
  font-family: "Pluton";
  font-size: 32px;
  padding: 0 5px;
}

.social li a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #ffce1a;
}

.social li a:hover {
  color: #181a1c;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}

.center {
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}

.highlighted-box {
  background: #f4f8f9;
  padding: 20px 30px;
}

.highlighted-box h1 {
  margin: 0;
}

.large-text {
  line-height: 1.2em;
  font-size: 30px;
  color: #181a1c !important;
  padding: 20px;
  margin-bottom: 20px;
}

.highlighted-box h1,
.highlighted-box p {
  color: #181a1c !important;
}

.circle-border {
  display: inline-block;
  -webkit-border-radius: 500px;
  -khtml-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 3px solid #fff;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: left;
}

.error {
  color: #cf0000;
  display: none;
}

.invisible {
  display: none;
  visibility: visible;
}

/*--------------------------------------------------------------
3.1 Animations
--------------------------------------------------------------*/
.zoom-in {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.zoom-in:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
.widget {
  clear: both;
  margin: 0 0 1.5em;
}

.widget ul li {
  list-style: none;
}

.widget ul,
.widget ol {
  padding-left: 10px;
  margin: 0 0 10px 5px;
}

.widget ul li:before {
  font-family: "Pluton";
  content: "\e820";
  padding-right: 10px;
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.1 Search Widget
--------------------------------------------------------------*/
.widget_search form {
  margin-top: 20px;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Navbar
--------------------------------------------------------------*/
a,
button {
  outline: 0;
}
.navbar {
  background: #ffbd00;
  margin-bottom: 0;
  min-height: 100px;
  border-radius: 0;
}

.navbar-fixed-top {
  min-height: 60px;
  height: 60px;
  padding-top: 0;
}

.navbar-brand {
  padding: 10px 20px 10px;
}

.navbar .brand img {
  width: 120px;
  height: 40px;
}

.navbar .nav > li > a {
  text-transform: uppercase;
  line-height: auto;
  vertical-align: middle;
  margin: 10px 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #181a1c;
  box-shadow: none;
  font-size: 15px;
  text-shadow: none;
  color: #fff;
  transition: border-color 1s ease;
}

.navbar .nav > li:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  border: 1px solid #fece1a;
  color: #fff;
  background-color: #181a1c;
  transition: border-color 1s ease;
}

.navbar-nav,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #181a1c;
}

.navbar .nav > li > a {
  padding: 8px 15px;
}

.nav-pills {
  margin-bottom: 30px;
}

.nav-pills > li > a {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 2px 5px 2px 0;
  padding: 8px 25px;
  line-height: 14px;
  border: 1px solid #181a1c;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fece1a;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover {
  border-radius: 0;
  color: #fece1a;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

/*--------------------------------------------------------------
6.0 Homepage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Sections
--------------------------------------------------------------*/
.section {
  padding-bottom: 50px;
  color: #354463;
}

.section h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.section h1 {
  margin: 10px;
}

.section a {
  color: #181a1c;
}

.section a:hover {
  color: #ffbd00;
  text-decoration: none;
}

.section p {
  padding: 10px;
  font-weight: 100;
  color: #000;
}

.section .container {
  padding-top: 50px;
}

.section .title {
  text-align: center;
  margin-bottom: 50px;
}

.section .title h1 {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0;
}

.section .title > p {
  font-size: 20px;
  color: #fff;
  font-weight: lighter;
}

.section .thumbnail {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background: #191a1c;
}

.section .thumbnail .more {
  display: block;
  z-index: 4;
  position: absolute;
  top: -100px;
  left: 50%;
  margin: 0 auto;
  margin-left: -41px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  line-height: 70px;
  text-align: center;
}

.section .thumbnail:hover .more {
  top: 40%;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3 s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section .thumbnail h3,
.section .thumbnail p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}

.section .thumbnail h3 {
  color: #ffce1a;
  margin-top: 10px;
  font-size: 20px;
  line-height: 40px;
}

.section .thumbnail > p {
  padding-bottom: 20px;
}

.section .thumbnail .mask {
  opacity: 0.85;
  filter: alpha(opacity=85);
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181a1c;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2 s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.section .thumbnail:hover .mask {
  top: 0;
}

.primary-section {
  background: #fff;
}

.primary-section,
.primary-section h3,
.primary-section .title p {
  color: #354463;
}

.primary-section h1 {
  color: #354463;
}

.secondary-section {
  background: rgba(255, 204, 0, 0.4);
}

.secondary-section h1,
.secondary-section .title p {
  color: #181a1c;
}

.third-section {
  background: #354463;
}

.third-section .container {
  position: relative;
}

.third-section .title {
  color: #fff;
}

.sub-section {
  margin-top: 30px;
}

.sub-section .title {
  padding: 0;
}

.section.third-section .title h1 {
  font-weight: normal;
}

.title.align-text-right {
  text-align: right;
  margin-bottom: 0;
}
#middle-title {
  margin: 70px 0 100px 0;
}

/*--------------------------------------------------------------
6.2 Slider
--------------------------------------------------------------*/
.da-slide a {
  text-decoration: none;
}

/*--------------------------------------------------------------
6.3 Services
--------------------------------------------------------------*/
.service {
  margin-top: 20px;
}

.service,
.service h2 {
  padding-top: 15px;
}

.service p {
  padding: 0px 50px;
  height: 60px;
}

.service img {
  width: 150px;
  height: 150px;
}

/*--------------------------------------------------------------
6.4 Portfolio
--------------------------------------------------------------*/

.single-project .container {
  padding-top: 0;
}

/*.single-project [class*="col"]:first-child {
	padding-left: 0;
}*/

.single-project img {
  max-width: 100%;
}

.project-title {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fece1a;
}

.project-title h3 {
  float: left;
  margin-top: 5px;
  padding: 0;
  width: 80%;
}

.project-title .close {
  color: #fece1a;
  margin-top: 10px;
}

.project-info span,
.project-title h3 {
  color: #fece1a;
}

.project-info {
  font-weight: 100;
  padding: 10px 0;
}

.project-info a {
  color: #fff;
}

.project-info span {
  width: 100px;
  display: inline-block;
}

.project-info div {
  margin-bottom: 5px;
}

.close {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
}

#portfolio-grid {
  padding-left: 0;
}

#portfolio-grid .mix {
  opacity: 0;
  display: none;
}

/*--------------------------------------------------------------
6.5 About
--------------------------------------------------------------*/
.team .thumbnail {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  border: 1px solid #fff;
}

.team .thumbnail:hover .social {
  z-index: 5;
}

.team .thumbnail:hover .social a {
  color: #fff;
}

.team .thumbnail .mask {
  background: #fece1a;
}

.team .thumbnail .mask h2 {
  margin-top: 20%;
}

.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover h3,
.team .thumbnail:hover .social a:hover {
  color: #181a17;
}

.team .social,
.skills {
  padding-left: 0;
}

.skills {
  list-style-type: none;
  position: relative;
  margin: 0px;
}

.skill-title {
  margin-top: 30px;
}

.skills li {
  margin-bottom: 30px;
  background: #fff;
  height: 40px;
  padding: 1px;
}

.skills li h3 {
  position: relative;
  font-size: 15px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  left: 10px;
  z-index: 1;
  color: #181a1c;
}

.skills li .bar {
  height: 38px;
  position: absolute;
  background-color: #fece1a;
}

/*--------------------------------------------------------------
6.6 Call to Action
--------------------------------------------------------------*/
#call-to-action a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
6.7 Client
--------------------------------------------------------------*/
.client-slider img {
  border: 1px solid white;
}

.client-slider img:hover {
  background-color: #fece1a;
}

.client-nav {
  list-style: none;
  margin-top: 10px;
}

.client-nav li {
  float: left;
  display: block;
  margin-left: 10px;
}

.client-nav li a {
  display: inherit;
  padding: 6px 3px 5px 5px;
  background: #fece1a;
  border-radius: 3px;
}

.client-nav li a:hover {
  background: #181a1c;
}

.testimonial p {
  color: #181a1c;
  background: #fece1a;
  padding: 15px;
  margin: 0;
}

.testimonial .arrow {
  margin-left: 10px;
  width: 0;
  border-top: 10px solid #fece1a;
  border-left: 20px outset transparent;
  border-right: 20px outset transparent;
}

.testimonial .whopic {
  display: inline-block;
}

.testimonial .whopic img {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  float: left;
}

.testimonial .whopic strong {
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}

.testimonial .whopic small {
  display: block;
  font-size: 12px;
}

.bx-wrapper ul {
  margin-left: 0;
}

/*--------------------------------------------------------------
6.8 Blog
--------------------------------------------------------------*/

.blog-list {
  margin-bottom: 30px;
}

.blog-list ul {
  margin-left: 0;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47px;
  width: 2px;
  margin-left: -10px;
  background-color: #f1f1f1;
}

.timeline a:hover {
  color: #fff;
}

.timeline > li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  float: right;
  position: relative;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}

.timeline > li .timeline-image h3 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h3 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h3.subheading {
  text-transform: none;
  line-height: 30px;
  margin-top: 5px;
}

.timeline .timeline-heading span {
  color: #181a1c;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
6.9 Newsletter
--------------------------------------------------------------*/
.newsletter,
.newsletter h2 {
  color: #d7ddde;
}

.newsletter .title h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}

.newsletter form {
  text-align: left;
  margin-top: 10px;
}

.newsletter input {
  padding: 14px;
  height: auto;
}

.newsletter .button-sp:hover,
.newsletter .button-sp:active {
  background-color: #fff;
  color: #181a1c;
}

/*--------------------------------------------------------------
6.10 Contact
--------------------------------------------------------------*/
.newsletter-section-contract {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.contact {
  background: #fece1a;
}

.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact .social > li > a,
.contact .section .title > p {
  color: #181a1c;
}

.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
  padding: 10px;
  line-height: 20px;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}

.contact textarea {
  height: 120px;
}

.contacts,
.contact .social {
  color: #fff;
  list-style: none;
}

.contact i {
  margin-right: 5px;
}

.contacts > li {
  margin-top: 15px;
}

.contacts > li > a {
  color: #fff;
}

.contact-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-info p {
  font-weight: normal;
  line-height: 25px;
}

.contact-info .icon {
  margin: 10px auto;
  font-size: 30px;
}

.map-wrapper {
  position: relative;
  height: 500px;
}

.map-canvas {
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  height: 500px;
  color: #29383f;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.contact .social {
  display: inline-block;
  padding-left: 0;
}

.contact .social li {
  line-height: 32px;
  padding: 10px 5px;
  font-family: "Pluton";
  font-size: 50px;
  transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
}

.contact .social li a {
  color: #fff;
}

.contact .social li a:hover {
  color: #181a1c;
}

.contact-form {
  background: rgba(255, 255, 255, 0.9);
  z-index: 110;
  position: relative;
  margin-top: -25px;
  padding: 20px;
  text-align: center;
}

.contact-form h3 {
  color: #838589;
  padding-bottom: 20px;
}

.message-btn {
  border: 1px solid #747c89;
  color: #747c89;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
}

.message-btn:hover {
  background-color: #fece1a;
}

.contact-info {
  text-align: center;
  font-size: 22px;
}

.info-address {
  border: 1px solid white;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  color: #181a1c !important;
}

.black {
  color: #181a1c;
}

/*--------------------------------------------------------------
7.0 Content
--------------------------------------------------------------*/

.mehr-content .button-wrapper {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.mehr-content .entry-content.open {
  height: 100%;
}

.mehr-content .entry-content {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}

/*--------------------------------------------------------------
 masonry grid
--------------------------------------------------------------*/

.masonry-wrapper .masonry-item,
.masonry-sizer {
  width: 33.33%;
  padding: 10px;
}

/*--------------------------------------------------------------
7.1 Posts and Pages
--------------------------------------------------------------*/
#primary,
#secondary {
  margin-top: 50px;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.pager li > a {
  margin-bottom: 10px;
}

.page-header {
  margin: 20px 20px 30px;
}

/*--------------------------------------------------------------
7.2 Post Meta
--------------------------------------------------------------*/
.entry-meta > span {
  margin-right: 5px;
  display: block;
}

.entry-meta span:last-child {
  margin-right: 0;
}

.entry-meta span a {
  text-decoration: none;
}

.entry-meta {
  margin: 15px 0;
}

.entry-footer {
  color: inherit;
}

.posted-on a,
.byline a {
  text-decoration: none;
}

/*--------------------------------------------------------------
7.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
7.4 Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title,
.comment-reply-title {
  padding-bottom: 9px;
  margin: 40px 0 20px 0;
}

ol.comment-list {
  list-style: none;
  padding-left: 0;
}

.comment-author .avatar {
  margin: 5px 15px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.comment-meta {
  margin-bottom: 5px;
}

.comment-details {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.comment-details .reply {
  margin-top: 10px;
}

.comment-date a {
  margin-right: 10px;
}

#commentform #comment {
  width: 98% !important;
}

/*--------------------------------------------------------------
7.5 404
--------------------------------------------------------------*/
.error404 .input-append {
  margin: 10px 0;
}

/*--------------------------------------------------------------
8.0 Footer
--------------------------------------------------------------*/
.footer {
  background: #181a1c;
  text-align: center;
}

.footer a {
  color: #fece1a;
}

.footer > p {
  color: #fff;
  margin: 0;
  padding: 10px;
}

.scrollup {
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: 1px solid #fff;
  display: none;
  background: #ffce1a;
}

.scrollup > a {
  position: relative;
  top: 7px;
  color: #fff;
}

.social .color-yellow-events {
  display: none !important;
}

/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
  max-width: 100%;
}

img {
  height: auto;
}

.post-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}

.post-thumbnail .featured {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-thumbnail .featured:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
9.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
9.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Custom slider */
div#home-slider img {
  width: 100%;
}

#nav-icon {
  width: 30px;
  height: 25px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  right: 15px;
  top: 20px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #354463;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open-custom-menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 8px;
}

#nav-icon.open-custom-menu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open-custom-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 8px;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  color: #ffffff;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.ubermenu.ubermenu-main .ubermenu-item-normal > .ubermenu-target:hover,
.ubermenu.ubermenu-main
  .ubermenu-item-normal.ubermenu-active
  > .ubermenu-target {
  color: #ffffff;
}
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #ffbd00;
  color: #354463;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  color: #354463;
}

/* Custom sliding navbar */
.only-mobile {
  display: none;
}

.fixedPosition {
  overflow-y: hidden;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100vh !important;
}

div#home .slide-image {
  height: 780px;
  background-size: cover;
  background-position: center;
}
.slide-content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.position-relative {
  display: flex;
  align-items: center;
}
div#home-slider .owl-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.d-flex {
  display: flex;
}
.slide-content {
  background: rgba(255, 255, 255, 0.75);
  color: #354463;
  text-align: left;
  max-width: 600px;
  position: relative;
  min-width: 300px;
}
.d-flex .align-Left {
  justify-content: flex-start;
}
.d-flex .align-Right {
  justify-content: flex-end;
}
.d-flex .align-Center {
  justify-content: center;
}
.slide-padding {
  padding: 40px 50px;
}
span.slide-title {
  background: #354463;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  position: absolute;
  left: 50px;
  top: -15px;
  font-size: 14px;
}
.slide-content h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 130%;
  margin: 0;
}
span.slide-link-text {
  font-weight: normal !important;
  text-decoration: underline !important;
  color: #354463;
  margin-top: 15px;
  display: block;
}
span.slide-link-text a {
  color: #354463;
}
.v-align-center {
  align-items: center;
}
.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu
  .ubermenu-submenu-type-stack
  > .ubermenu-item-normal
  > .ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
  padding: 5px 7px !important;
}
ul.ubermenu-nav li:hover a:before,
ul.ubermenu-nav li.ubermenu-current_page_item a:before {
  content: "\e900";
  position: absolute;
  display: block;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  font-family: "tirolack" !important;
  font-size: 3px;
}
.space-between {
  justify-content: space-between;
}
div#home {
  position: relative;
}

.malerheihome {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #354463;
  color: white !important;
  font-size: 64px !important;
  font-family: "flood-std";
}
.malerheihome:hover {
  color: #ffeb99 !important;
}
.geschichtehome {
  height: 300px;

  background-image: url("https://tir.dexu.de/wp-content/uploads/2023/02/Red-Collage-Equal-Rights-Torn-Paper-Newspaper-Poster-1-1.png");
}

.malereipoint {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: end;
  align-items: end;
  font-size: 64px;
  color: #ffbd00;
  padding-bottom: 30px;
  padding-right: 10px;
}
.malereisector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.malereikontakt {
  background-color: #354463;
}
.malereikontakt img {
  max-width: 30%;
}

.malereikontaktpox {
  height: 300px;
  background-color: #ffbd00;
  font-size: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px;
}

.malereikontaktpox:hover {
  color: #354463 !important;
}

.page-id-1519 .wp-block-media-text__content {
  align-self: unset !important ;
}

.malereikontakt {
  background-color: #354463;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.malereisecondpara {
  margin-top: 50px;
}
div#home .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.float-title {
  text-align: center;
  margin-top: -80px;
  z-index: 2;
  position: relative;
}
.float-title h1 {
  background: #354463;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.single-service {
  margin: 20px 0;
}
.single-service h3 {
  font-weight: bold;
  font-size: 28px;
  color: #354463;
  margin: 10px 00;
}
.single-service p {
  padding: 0;
  font-size: 16px;
  line-height: 130%;
}
.justify-content-center {
  justify-content: center;
}
.news-image img {
  width: 100%;
}
.news-heading h3 {
  font-size: 28px;
  font-weight: bold;
}
.news-body {
  font-size: 16px;
  line-height: 24px;
}
input {
  font-size: 14px;
  padding: 10px 50px;
  width: 100%;
}
.btn {
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 50px;
}
input.input-radius {
  border-radius: 60px;
}
.btn-primary {
  background: #354463;
  border-color: #354463;
  color: #fff !important;
}
.align-text-left {
  text-align: left !important;
}
.align-text-center {
  text-align: center !important;
}
.btn-secondary,
.newsletter input.btn.btn-default {
  background: #ffbd00;
  color: #354463;
  font-weight: bold;
  text-transform: initial;
  border-radius: 50px;
}
.btn-secondary,
.newsletter input.btn.btn-default {
  font-size: initial;
  height: 50px;
  min-width: 170px;
  margin-left: 10px;
}
input#mailjet_widget_email {
  border-radius: 50px;
  height: 50px;
  width: 100%;
  color: #000;
}
.newsletter .mailjet-widget-form-group {
  flex: 1;
}
.news-button {
  margin-top: 20px;
}
.ref-blue-bg {
  background: #354463 !important;
  color: #fff;
  font-weight: bold;
  padding: 50px;
  font-size: 28px;
  line-height: 130%;
}
.ref-blue-bg p {
  color: #fff;
  font-weight: bold;
  padding: 0;
}
.ref-content-wrapper {
  position: absolute;
  width: 50%;
  z-index: 9;
  top: 50%;
  transform: translate(0, -50%);
}
.reference-slider .item {
  padding: 16px 1px;
}
.reference-button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.reference-slider .owl-dots {
  position: absolute;
  top: 50px;
  left: 0;
}
button.owl-dot {
  background: #fff !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 6px !important;
  border: 1px solid #354463 !important;
  margin-right: 3px;
}
button.owl-dot.active {
  background: #354463 !important;
}
.reference-slider .float-title {
  margin-top: -16px;
  background: #354463;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  position: absolute;
  left: 10%;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-third {
  background: #fff;
  color: #354463 !important;
}
.btn-radius {
  border-radius: 50px;
}
.single-event-list h2 {
  font-weight: bold;
  font-size: 44px;
  margin: 30px 0 40px;
}
.event-content p {
  padding: 0;
  line-height: 130%;
}
.event-excerpt {
  margin-bottom: 40px;
  max-width: 90%;
}
.content-right .event-excerpt {
  float: right;
}
.single-event-list img {
  width: 100%;
}
.single-event-list {
  margin-bottom: 60px;
}
.events-button {
  margin-top: 50px;
}
div#events .title h1 {
  font-size: 44px;
  font-weight: bold;
  color: #354463;
  margin: 0 0 20px;
}
div#events .title h3,
.product-content-home h1 {
  font-size: 72px;
  line-height: 100%;
  color: #354463;
  font-family: "flood-std";
}
.product-content-home h1 {
  color: #fff;
  max-width: 500px;
  margin-bottom: 50px;
  margin-top: 90px;
}
div#events .title {
  text-align: left;
}
.newsletter-content,
.newsletter-content p {
  font-weight: bold;
  line-height: 130%;
  color: #fff;
}
.short-desc-product p {
  padding: 0;
}
.single-product-featured {
  padding: 40px 0 20px;
  margin-bottom: 25px;
  background: #fff;
}
h3.product-list-title {
  margin: 0px 0 20px;
  font-weight: bold;
  font-size: 44px;
}
.home-products {
  background-size: 100% !important;
  background-position: center !important;
  padding: 75px 0;
}
.reference-section.section {
  padding: 60px 0 90px !important;
}
.blog-section.section {
  padding: 20px 0 100px;
}
.footer-tiroluck {
  color: #354463;
  padding-top: 70px;
  padding-bottom: 30px;
}
.footer-box-right {
  text-align: right;
}
.footer {
  background: #ffbd00;
  text-align: left;
  padding: 15px 0;
  color: #fff;
}
.footer-box ul {
  padding-left: 0;
  list-style-type: none;
}
.footer-box ul li {
  margin-bottom: 10px;
}
.footer-box h3 {
  margin-bottom: 60px;
}
.footer-box-right h3 {
  font-family: "flood-std";
  font-size: 54px;
  margin-bottom: 0px;
}
.footer-tiroluck a {
  color: #354463;
}
.footer-box ul.social li {
  display: block;
}
.footer-box ul.social li a {
  color: #354463;
}
.footer-box.footer-box-right h4 {
  margin: 40px 0 20px;
}
.well {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #354463;
  line-height: 150%;
  font-weight: 300;
}
h1.entry-title {
  font-size: 72px;
}
header.entry-header {
  padding: 50px 0;
}
.entry-content h3 {
  margin-bottom: 30px;
}
.serv-image img {
  width: 100%;
}
.single-service {
  position: relative;
  margin-bottom: 70px;
}
.serv-title {
  position: absolute;
  bottom: -35px;
  left: 0;
  background: #ffbd00;
  width: 80%;
}
.serv-title a {
  padding: 15px 40px 15px 15px;
  display: flex;
  align-items: center;
  min-height: 132px;
}
.service-page-title h1 {
  font-family: "flood-std";
  color: #354463;
}
header.entry-header.service-page-title {
  padding: 30px 0 60px;
}
.serv-title h3 a {
  font-size: 44px;
  color: #354463;
  line-height: 110%;
}
.serv-Blue {
  background: #354463;
}
.serv-Red {
  background: #d9000d;
}
.serv-Red h3 a,
.serv-Blue h3 a {
  color: #fff;
}
.page-header-image {
  min-height: 490px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 80px;
  background-size: cover !important;
}
.single-product-in-list {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 20px !important;
}
.single-product-in-list h2.woocommerce-loop-product__title {
  font-size: 28px !important;
  font-weight: bold !important;
  line-height: 36px !important;
  color: #354463;
}
.product-short-desc {
  color: #354463;
  font-weight: 300;
}
.product_meta {
  text-align: center;
}
.product_meta span.posted_in {
  display: none;
}
.single.single-product .summary.entry-summary h1 {
  font-size: 50px;
  margin-left: -60px;
  margin-bottom: 20px;
}
.single.single-product .summary.entry-summary h1.product_title.entry-title {
  margin-bottom: 50px;
}
.single.single-product .product.type-product {
  margin-top: 50px;
}
section.related.products:before {
  content: "";
  clear: both;
  display: block;
}
.summary.entry-summary {
  padding-left: 60px;
  line-height: 150%;
  font-weight: 300;
}
.summary.entry-summary p {
  margin-bottom: 30px;
}
.summary.entry-summary p:last-child {
  margin-bottom: 1px;
}
button#enquiryButton {
  background: #ffbd00;
  border-radius: 50px;
  color: #354463 !important;
  padding: 15px 30px;
  text-transform: initial;
  font-weight: bold;
}
.taxonomy-header-content {
  color: #fff;
  font-size: 44px;
  line-height: 110%;
  font-weight: bold;
}
.taxonomy-header-content strong {
  font-family: "flood-std";
  font-size: 72px;
  font-weight: normal;
  line-height: 100%;
}
.page-header-image {
  background-size: 100%;
  background-attachment: cover;
  background-position: center;
}
input,
select,
textarea,
form label,
.form-control {
  width: 100% !important;
  display: inline-block;
  border-radius: 0;
  background: #354463;
  border: 0;
}
input,
select,
.form-control {
  border-bottom: 1px solid #ffbd00;
  color: #fff;
  padding: 8px 0px;
  height: 40px;
}
textarea {
  border: 1px solid #ffbd00;
  max-height: 70px;
}
#enquiryModal .modal-content {
  background-color: #354463;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
h3.product-modal-title,
h4#sendEnquiry {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
#enquiryModal .modal-header {
  padding: 25px;
  padding-bottom: 0px;
  border-bottom: 0;
}
#enquiryModal .modal-body {
  padding: 25px;
}
button#enquiryClose {
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 2em;
}
.align-text-right {
  text-align: right;
}
input[type="submit"] {
  width: auto !important;
  background: #ffbd00;
  color: #354463;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 21px;
  height: auto;
}
form label {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
}
.single-customer-ref {
  position: relative;
  margin-bottom: 90px;
}
.yellow-bg .ref-blue-bg {
  background: #ffbd00 !important;
  color: #354463;
}
.yellow-bg .ref-blue-bg p {
  color: #354463;
}
.button-right .reference-button {
  right: 10px;
  left: auto;
}
.ref-image img {
  width: 100%;
}
div#content {
  overflow: hidden;
  position: relative;
}

.affix {
  top: 60 !important;
  width: 100%;
  z-index: 9999 !important;
}

.single.single-post .post-thumbnail,
.single.single-reference .post-thumbnail,
.single.single-events .post-thumbnail {
  display: block;
  position: relative;
  width: 50vw;
  z-index: 0;
}
.single.single-post .post-thumbnail img,
.single.single-reference .post-thumbnail img,
.single.single-events .post-thumbnail img {
  width: 100%;
}
.gallery {
  margin: 0 -10px;
}
.gallery img {
  width: 100%;
}
.gallery .gallery-item {
  padding: 10px;
}
.page-header-image {
  position: relative;
}
.page-template-template-service-interrior .taxonomy-header-content {
  background: #ffbd00;
  width: 370px;
  padding: 25px 40px 15px 20px;
  color: #354463;
  font-weight: bold !important;
  position: absolute;
  top: -40px;
  left: 0;
}
.page-template-template-service-interrior .taxonomy-header-content h2 {
  font-weight: bold;
}
.page-template-template-service-interrior header.entry-header {
  padding: 50px 0 80px;
}
.page-template-template-service-interrior header.entry-header h1 {
  font-family: "flood-std";
}
.gridpointsx {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1rem;
}
.gridpoint p {
  text-align: justify;
}
.templxig {
  margin-top: 30px;
}

.bewerbungfelderreihe {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bewerbungconblue {
  background-color: #1f4e79;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 50%;
  margin: 10px;
}
.bewerbungorang {
  background-color: #ffc000;
  width: auto;
  padding: 20px;
  text-transform: uppercase;
  font-size: 26px;
  margin: 20px;
  display: flex;
  justify-content: center;
}
.organgjetztbewerbbuton {
  background-color: #ffc000;
  width: 200px;
  display: flex;
  justify-content: center;
  padding: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 20px;
  margin-bottom: -15px;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}
.organgjetztbewerbbuton:hover {
  color: #1f4e79;
}
.bewerbungfelderfeld p,
.bewerbungfelderfeld {
  color: white;
}
@media screen and (min-width: 480px) {
  .gridpointsx {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .gridpointsx {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .gridpointsx {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
.disablsecxx {
  display: none;
}
.gridpoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.gridpoint p,
.gridpoint h3 {
  text-align: left;
}
.gridpoint h3,
.bewirbdich h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  width: 100%;
}

.gridpoint img {
  max-width: 200px;
}
.bewirbdich {
  padding-top: 40px;
  text-align: center !important;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.bewirbdich h3 {
  text-align: center !important;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 1024px) {
  .maldeinxleben {
    width: 40%;
  }
}

.move-up {
  margin-top: -120px;
}
.move-up img {
  width: 100%;
}
.bg-image-section {
  background-size: 100%;
  background-position: center;
}
body.page-template.page-template-template-contact textarea {
  max-height: initial;
  min-height: 300px;
}
body.page-template.page-template-template-contact div#primary {
  padding-bottom: 80px;
  padding-top: 20px;
}
.col-md-6.align-text-center header.entry-header {
  display: inline-block;
  text-align: left;
}
.col-md-6.align-text-center header.entry-header h1 {
  font-family: "flood-std";
}
.single-partner {
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  height: 100%;
}
.single-partner h3 {
  font-weight: bold;
  color: #354463;
}
.page-template-template-partners .taxonomy-header-content {
  text-align: right;
}
.row.partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.row.partners-wrapper .col-md-4 {
  margin-bottom: 40px;
}
.post-inner-content-taxonomy {
  background: rgba(255, 189, 0, 0.4);
  padding: 15px;
}
h3.taxonomy-entry-title {
  margin: 0 0 20px;
  font-size: 32px;
}
h3.taxonomy-entry-title a {
  color: #354463;
}
.post-inner-content-taxonomy .entry-content {
  font-weight: 300;
}
.newsletter-section input {
  background: #fff;
  border: 0;
}
.post-thumbnail img {
  width: 100%;
}
span.bread-label,
span.breadcrumbs {
  display: inline-block;
}
span.bread-label {
  margin-right: 10px;
}
.bc-woo-shop-tirol {
  padding: 30px 0 70px;
  color: #354463;
  font-weight: 400;
}
.bc-woo-shop-tirol a,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
  color: #354463;
  font-weight: 300;
}
.home .single-service {
  margin: 20px 0;
}
.navbar-brand {
  height: auto;
}
.ubermenu-main
  .ubermenu-nav
  .ubermenu-item.ubermenu-item-level-0
  > .ubermenu-target:focus,
.ubermenu-main
  .ubermenu-nav
  .ubermenu-item.ubermenu-item-level-0
  > .ubermenu-target:active {
  outline: none;
}
span.ajax-loader {
  float: left;
}
.team-Red {
  background: #d9000d;
  color: #fff;
}
.team-Red p {
  color: #fff;
}
.team-Yellow {
  background: #ffbd00;
  color: #354463;
}
.team-Yellow p {
  color: #354463;
}
.team-Blue {
  background: #354463;
  color: #fff;
}
.team-Red p {
  color: #fff;
}
.teaminfo {
  padding: 15px;
  text-align: center;
}
.teaminfo h3 {
  margin: 0;
}
.team-excerpt p {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 0;
}
.thumbnail2 {
  margin-bottom: 20px;
}
.thumbnail2 img {
  width: 100%;
}

.single-project img {
  width: 100%;
}

.project-description .teaminfo {
  text-align: right;
}
.project-description {
  float: right;
  max-width: 400px;
  margin-top: -30px;
}
.project-description .teaminfo h3 {
  font-weight: bold;
}
.project-description .teaminfo p.team-function {
  color: #fff;
}
body.page-template.page-template-template-about header.entry-header {
  padding: 0;
}
body.page-template.page-template-template-about .post-inner-content.well {
  padding: 0;
}
h1.entry-title {
  font-family: "flood-std";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "komet";
}
.product_meta > span {
  display: block;
  margin-bottom: 15px;
}
ul.products {
  display: flex;
  flex-wrap: wrap;
}
.prod-share ul {
  list-style-type: none;
  padding-left: 0;
}
.prod-share ul li {
  padding: 8px 6px;
  display: block;
  width: 36px;
  height: 36px;
  background: #ffbd00;
  border-radius: 50px;
  margin-bottom: 15px;
}
.prod-share ul li:hover {
  background: #354463;
}
.prod-share ul li a {
  color: #354463;
}
.prod-share ul li:hover a {
  color: #fff;
}
.prod-share {
  position: absolute;
  right: 15px;
  top: 80px;
}
.newsletter-section {
  margin-top: 10px;
}
header.entry-header a {
  color: #354463;
}
.page-template-template-fullwidth header.entry-header {
  padding: 15px 0 0;
}
.page-id-176 h1.entry-title {
  font-family: "komet";
}
.page-template-default header.entry-header {
  padding: 0px 0 40px;
}
.floating-share {
  position: fixed;
  right: -15px;
  top: 15%;
  z-index: 99;
}
.floating-share ul.social {
  padding-left: 0;
}
.floating-share ul.social li a {
  color: #fff;
}
.floating-share ul.social li {
  display: block;
  background: #354463;
  margin-bottom: 6px;
  padding: 4px 25px 4px 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.floating-share ul.social li.color-facebook {
  background: #4469b0;
}
.floating-share ul.social li.color-phone {
  background: #d9000d;
}
.floating-share ul.social li.color-whatsapp {
  background: #2ad900;
}
.floating-share ul.social li a {
  color: #fff;
  font-size: 21px;
}
.general-quote .project-description {
  float: none;
}
.general-quote .project-description .teaminfo {
  text-align: left;
}
span.open-prod-menu {
  font-size: 2em;
  position: absolute;
  left: -40px;
  top: 3px;
}
.prod-floating-menu a {
  color: #fff !important;
  font-size: 19px !important;
}
.prod-floating-menu {
  width: 300px;
  background: #354463;
  padding: 60px 30px;
  position: absolute;
  left: -300px;
  top: 30vh;
  transition: left 0.5s;
  z-index: 999;
}
.prod-floating-menu.open {
  left: 0px;
}
span.open-prod-menu:hover {
  cursor: pointer;
}
span.close-prod-menu {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
span.close-prod-menu:hover {
  color: #ffbd00;
  cursor: pointer;
}
.prod-floating-menu li.ubermenu-item-has-children ul.ubermenu-submenu {
  position: static !important;
  box-shadow: none !important;
}
.prod-floating-menu
  li.ubermenu-item-has-children
  ul.ubermenu-submenu
  li.ubermenu-retractor {
  color: #fff;
}
.prod-floating-menu ul.ubermenu-nav li:hover a:before,
.prod-floating-menu ul.ubermenu-nav li.ubermenu-current_page_item a:before {
  display: none;
}
.row.partners-wrapper .col-md-4 {
  width: 33%;
}
span.slide-title {
  z-index: 9;
}
.mobile-static {
  position: static;
}
.single-product-featured {
  position: relative;
}
.prod-image {
  padding: 15px;
}
.single-step {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-bottom: 25px;
}
div#download-pdf {
  padding: 30px 15px;
  border: 1px solid #e1e1e1;
}
div#download-pdf h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.tirolack-steps {
  margin-top: 40px;
  padding: 0 15px;
}
p.team-function {
  color: #fff;
}
.teaminfo.team-Yellow p.team-function {
  color: #354463;
}

body.page-template.page-template-template-about .thumbnails.row {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

span.footer-margin {
  display: block;
  margin-bottom: 10px;
}
.footer a {
  color: #fff;
}
.row.partners-wrapper a:hover {
  color: #354463;
}
.parent-pageid-133 .page-header-image {
  min-height: 670px;
}
.no-border {
  border: 0;
}
div#footer-top a:hover,
div#footer-top a:focus {
  color: #d9000d;
}
.footer-box span.footer-margin:nth-child(3) {
  margin-bottom: 25px;
}
.product-slider .slide-image {
  height: 50vh;
  background-size: cover;
  background-position: center;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
}
.owl-nav button {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 15px !important;
  width: 40px;
  height: 40px;
  font-size: 26px !important;
  color: #354463 !important;
}
.owl-nav button:hover {
  background: rgba(255, 189, 0, 0.6) !important;
}
a:focus {
  color: #d9000d;
  text-decoration: underline;
}
.ref-video {
  background: #faf5df;
  padding: 50px 0;
}
.ref-video iframe {
  margin: 0 !important;
}
figure.woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image {
  padding-bottom: 40px;
}
.ubermenu .ubermenu-submenu-type-flyout {
  display: block !important;
}
ul.ubermenu-nav li:hover li a:before {
  display: none !important;
}
ul.ubermenu-submenu li {
  text-align: left !important;
  padding: 5px !important;
}
.newsletter form {
  display: flex;
  justify-content: space-between;
}
.wp-block-media-text__content h1 {
  font-size: 2em;
}

.book-floating {
  position: fixed;
  right: -350px;
  top: 15%;
  background: #354463;
  width: 350px;
  text-align: center;
  transition: 0.5s;
  transition-timing-function: ease;
  padding: 10px 20px;
}
.book-floating.open-booking {
  right: 0px;
  z-index: 999;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}
li.color-yellow-events.book-now span {
  font-size: 21px !important;
}
.float-newsletter {
  text-align: left;
  color: #fff;
}
.float-newsletter input.btn.btn-default {
  font-size: 17px;
  text-transform: initial;
  border: 0;
}
.float-newsletter input#mailjet_widget_email {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #cbcbcb;
}
.newsletter-content-float {
  font-size: 0.9em;
}
span.close-booking-float.close_session {
  display: block;
  color: #fff;
  width: 100%;
}
span.close-booking-float.close_session:hover {
  cursor: pointer;
}
li.color-yellow-events.book-now:hover {
  cursor: pointer;
}

.prod-floating-menu.menu-tirol {
  position: static;
  width: 100%;
  background: #354463;
  padding: 20px 20px;
  left: -300px;
  top: 30vh;
  transition: left 0.5s;
  z-index: 999;
}
span.open-prod-menu {
  display: none;
}
.prod-floating-menu.menu-tirol .ubermenu .ubermenu-item {
  display: block !important;
}

/*--------------------------------------------------------------
10.0 Media Queries 
--------------------------------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .entry-meta > span {
    display: inline-block;
  }
}

/* Small Devices, Tablets */
@media (min-width: 767px) {
  .single-project [class*="col"] {
    padding-right: 0;
  }

  .navbar-right {
    margin-right: 0;
  }
}

@media only screen and (min-width: 980px) {
  div#nav-icon {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 980px) {
  .footer-box.footer-box-right .col-md-6 {
    min-width: 50%;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 670px) and (max-width: 980px) {
  .single-partner-footer img {
    width: initial;
  }
  div#footer-top .col-md-3,
  div#footer-top .col-md-4,
  div#footer-top .col-md-2 {
    width: 50%;
    float: left;
    min-height: 320px;
  }
  div#home-products {
    padding: 0 !important;
  }
  .prod-share {
    right: 12px !important;
  }
  .col-md-3.footer-partners-logos {
    width: 100% !important;
  }
  .footer-box.footer-box-right {
    display: flex;
    justify-content: space-between;
  }
  span.partner-style-text {
    display: inline-block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  div#footer-top .col-md-3,
  div#footer-top .col-md-4,
  div#footer-top .col-md-2 {
    width: 33.33%;
  }
  div#footer-top .col-md-2.align-text-center {
    width: 100%;
    height: initial !important;
    min-height: initial;
    text-align: left !important;
    margin-bottom: 20px;
  }
  .footer-box ul.social li:first-child {
    padding-left: 0;
  }
  .col-md-3.footer-partners-logos {
    min-height: initial !important;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .single-service h3 {
    font-size: 22px;
  }
  .single-service p {
    font-size: 15px;
    line-height: 120%;
  }
  .ref-blue-bg {
    padding: 40px;
    font-size: 18px;
    line-height: 120%;
  }
  .reference-slider .owl-dots {
    top: 0px;
  }
  .teaminfo {
    padding: 2px 10px;
    text-align: center;
    min-height: 105px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .team-excerpt p {
    font-size: 19px;
  }
  p.team-function {
    padding: 0;
    margin-bottom: 0;
  }
  .teaminfo h3 {
    margin: 0;
    font-size: 1.3em;
    margin-top: 10px;
  }
  .team-row-2 .teaminfo {
    min-height: 165px;
  }
  #middle-title {
    margin: 70px 0 30px 0;
  }
}

@media only screen and (max-width: 980px) {
  .navbar-collapse.sliding-custom-navbar li a {
    font-size: 1.2em !important;
    padding: 15px 0 !important;
    width: 100% !important;
    text-align: center;
  }
  .navbar-collapse.sliding-custom-navbar ul.ubermenu-submenu li a {
    text-align: left !important;
  }
  .navbar-collapse.navbar-responsive-collapse {
    overflow: auto;
  }
  .navbar-collapse .only-mobile {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .navbar-collapse.navbar-responsive-collapse {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div#portfolio-grid2.row,
  div#portfolio-grid.row {
    display: flex;
  }
  .col-md-5.general-quote.sticky-selector {
    margin-bottom: 30px;
  }
  #middle-title {
    margin: 0px 0 20px 0;
  }
}

@media (max-width: 767px) {
  .info-address {
    width: 90%;
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }

  .timeline > li .timeline-panel {
    float: left;
    width: 40%;
    padding: 0;
    text-align: right;
  }

  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -55px;
  }

  .timeline > li .timeline-image h3 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0;
    text-align: left;
  }

  .post-inner-content {
    padding: 15px 40px;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 15px;
  }

  a.carousel-control span.icon-angle-right {
    /*right: 50%;*/
    margin-right: -15px;
  }
  a.carousel-control span.icon-angle-left {
    /*left: 50%;*/
    margin-left: -15px;
  }

  a.carousel-control span.icon-angle-right,
  a.carousel-control span.icon-angle-left {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    font-size: 56px;
    top: 50%;
    position: absolute;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }

  .timeline > li .timeline-panel {
    padding: 10px 0;
  }

  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -83px;
  }

  .timeline > li .timeline-image h3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 10px 0;
  }

  .newsletter button {
    margin: 0 0 0 20px;
  }
  .float-right {
    float: right;
  }
}

@media only screen and (min-width: 1460px) {
  .container {
    width: 1400px !important;
  }
}

@media only screen and (min-width: 1760px) {
  /*.container {
        width: 1700px !important;
    }*/
}

@media only screen and (min-width: 980px) and (max-width: 1600px) {
  img.logo {
    max-width: 170px;
  }
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 13px !important;
  }
  .header-logo2 img {
    max-width: 105px;
  }
}

@media only screen and (max-width: 1500px) {
  h3.product-list-title {
    margin: 0px 0 15px;
    font-weight: bold;
    font-size: 28px;
  }
}

@media only screen and (max-width: 1030px) {
  .wp-block-media-text {
    display: block !important;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 15px 0;
  }
  .wp-block-media-text__media img {
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
  }
  .has-large-font-size {
    font-size: 1.5em;
  }
  h3.product-list-title {
    margin: 0px 0 10px;
    font-weight: bold;
    font-size: 22px;
  }
  .single-product-featured {
    padding: 20px 0 20px;
    margin-bottom: 20px;
  }

  .col-md-9.tablet-full-w {
    width: 100%;
  }

  .col-md-3.tablet-hide,
  .col-md-3.tablet-hide .prod-floating-menu.menu-tirol {
    display: none;
  }
  span.open-prod-menu {
    display: block;
  }
  .bc-woo-shop-tirol {
    padding-left: 6%;
  }
}

@media (max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
  }

  .navbar .nav > li > a {
    line-height: 20px;
    vertical-align: middle;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 1px;
  }

  .collapse.in {
    display: block !important;
  }

  .thumbnail .more {
    margin-left: -21px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
  }

  .thumbnail:hover .more {
    margin-top: -20px;
  }

  .newsletter form {
    text-align: center;
  }
  .only-mobile {
    display: block;
  }
  #nav-icon {
    z-index: 9999999;
  }
  .sliding-custom-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffbd00;
    z-index: 999999;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 100vh;
    left: -100%;
    padding: 0 15px;
    transition: 0.7s;
    overflow-y: unset !important;
  }
  .sliding-open {
    left: 0px;
  }
  ul#top-navigation li {
    border-bottom: 1px solid #e3e3e3;
    padding-left: 15px;
  }
  .navbar .nav > li > a {
    padding: 7px 8px;
    font-size: 15px;
  }
  .slide-content h3 {
    font-size: 25px;
  }
  .slide-padding {
    padding: 30px 30px;
  }
  div#home .slide-image {
    height: 450px;
  }
  div#blog .col-md-4 {
    margin-bottom: 50px;
  }
  div#home-products {
    padding: 20px 40px 0;
    background-size: cover !important;
  }
  div#events .title h3,
  .product-content-home h1 {
    font-size: 42px;
  }
  .product-content-home h1 {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .product-content-home {
    margin-bottom: 50px;
  }
  h3.product-list-title {
    margin: 10px 0 10px;
    font-size: 26px;
  }
  .single-product-featured {
    padding: 15px 15px 15px;
    text-align: center;
  }
  .ref-content-wrapper {
    position: static;
    width: auto;
    z-index: 9;
    transform: none;
  }
  .ref-blue-bg {
    padding: 25px;
    font-size: 22px;
  }
  .reference-slider .owl-dots {
    position: static;
    margin-top: 50px;
  }
  .reference-button {
    position: static;
    padding: 20px 0 0 0;
  }
  .reference-slider .float-title {
    display: none;
  }
  div#portfolio.section {
    padding: 0px 0 40px !important;
  }
  div#events .title h1 {
    font-size: 32px;
  }
  div#events .title h3,
  .product-content-home h1 {
    font-size: 36px;
  }
  .content-right .event-excerpt {
    float: none;
  }
  .single-event-list h2 {
    font-weight: bold;
    font-size: 28px;
    margin: 30px 0 20px;
  }
  .row.d-flex.v-align-center.single-event-list,
  .newsletter-section .row.d-flex.v-align-center {
    display: block;
  }
  .footer-box-right {
    text-align: left;
  }
  .footer-box ul.social li {
    display: inline-block;
  }
  .footer-box h3 {
    margin-bottom: 30px;
  }
  .header-logo2 {
    display: none;
  }
  .navbar.d-flex.v-align-center {
    display: block;
    padding: 10px 0;
  }
  .navbar {
    min-height: 70px;
  }
  img.logo {
    max-width: 160px;
  }
  .navbar-brand {
    height: auto;
  }
  .sliding-custom-navbar li {
    display: block !important;
    float: none !important;
  }
  .sliding-custom-navbar li a {
    width: auto !important;
    display: inline-block !important;
  }
  h1.entry-title {
    font-size: 42px;
  }
  header.entry-header.service-page-title {
    padding: 10px 0 20px;
  }
  .serv-title h3 a {
    font-size: 28px;
  }
  .page-header-image {
    min-height: 220px;
    padding-bottom: 20px;
  }
  .taxonomy-header-content {
    font-size: 24px;
  }
  .taxonomy-header-content strong {
    font-size: 42px;
  }
  .summary.entry-summary {
    padding-left: 0;
  }
  .single.single-product .summary.entry-summary h1 {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .masonry-wrapper .masonry-item,
  .masonry-sizer {
    width: 50%;
    padding: 10px;
  }
  header.entry-header {
    padding: 20px 0;
  }
  .page-header-image {
    background-size: cover;
  }
  .page-template-template-service-interrior .taxonomy-header-content {
    background: #ffbd00;
    width: auto;
    padding: 10px 20px 10px 12px;
  }
  .page-template-template-service-interrior .taxonomy-header-content h2 {
    font-size: 28px;
  }
  .move-up {
    margin-top: 0;
  }
  .news-panel {
    margin-bottom: 30px;
  }
  .prod-share {
    right: -18px;
    left: auto;
  }
  a.d-flex.v-align-center {
    display: block;
  }
  .prod-image {
    min-height: 150px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 790px) {
  .row.partners-wrapper .col-md-4 {
    width: 50%;
  }
  .masonry-wrapper .masonry-item,
  .masonry-sizer {
    width: 100%;
    padding: 10px;
  }
  .reference-slider .owl-dots {
    margin-top: 10px;
  }
  /*.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      max-height: none !important;
      height: initial;
  }*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .thumbnail .more {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
  }

  .timeline > li {
    min-height: 170px;
  }

  .timeline > li .timeline-panel {
    padding: 10px 20px 10px 0;
  }

  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -93px;
  }

  .timeline > li .timeline-image h3 {
    margin-top: 40px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 10px 0 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  #nav-icon {
    width: 23px;
    height: 20px;
  }
  #nav-icon span {
    height: 3px;
  }
  #nav-icon span:nth-child(2) {
    top: 8px;
  }
  #nav-icon span:nth-child(3) {
    top: 16px;
  }
  #nav-icon.open-custom-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    top: 16px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
  .row.partners-wrapper .col-md-4 {
    width: 100%;
  }
  .parent-pageid-133 .page-header-image {
    min-height: 160px;
  }
  span.partner-footer-bottom .row {
    display: flex;
  }
  .page-template-template-about h1.entry-title {
    padding-right: 40px;
  }
  #primary .entry-content {
    padding-right: 40px;
  }
  .bc-woo-shop-tirol {
    padding-left: 15%;
  }
}

.subgridxfix {
  display: block !important;
}
.maingridxfix,
.maingridxfix::before {
  display: flex !important;
}

.geschichx {
  display: flex;
  flex-direction: column;
}
.geschichxpoint {
  padding: 0px;
}
.geschicktend {
  margin-top: 50px;
}
.geschichx p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.geschichsub {
  display: flex;
}

.geschichsub p,
.geschichsub img,
.geschichxpoint h2 {
  margin-right: 15px;
  margin-left: 15px;
}
.geschichxpoint img {
  max-width: 670px;
}
.geschictx50 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
}
.geschictx50 h2 {
  font-family: "flood-std";
}
.geschictx50 h3 {
  font-size: 22px;
}
.geschichsub {
  align-items: center;
}
.geschichsub img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.geschichsubrev {
  flex-direction: row-reverse !important;
}

.page-id-1519 .has-large-font-size {
  line-height: 43px;
}

@media only screen and (max-width: 800px) {
  .geschichsub {
    flex-wrap: wrap;
  }

  .page-id-1519 .wp-block-spacer {
    display: none;
  }
  .page-id-1519 .entry-header {
    padding: 0px !important;
  }

  .geschichsub img {
    width: 250px;
    min-width: 250px;
    margin: 20px;
  }
  .geschichsub p,
  .geschichsub img,
  .geschichxpoint h2 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .geschichsub img {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .geschictx50,
  .geschictx50 img {
    width: 100%;
  }
  .geschichsubrev {
    flex-direction: row !important;
  }
  .geschichsub {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .bewerbungfelderreihe {
    flex-direction: column;
  }
  .bewerbungconblue {
    width: 100%;
  }
  .bewerbungconblue {
    margin-bottom: 50px;
  }
  .bewerbungfelderfeld {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.post-1519 .wp-block-media-text .wp-block-media-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1000px) {
  .malereikontakt {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 600px) {
  .malereikontakt > div,
  .malereikontakt > a {
    height: 150px;
    padding: 20px;
  }
}
