html {
    scroll-behavior: smooth;
}


body {
    background-color: #6A6A6A !important;
    color: #f3f3f3;
    font-family: 'Catamaran', Helvetica, sans-serif;
    font-weight: 300;
    outline: none;
}

.bodywrapper {
    background: #f0f0f0;
}

.btn {
    background-color: #F27B35;
    color: white;
    border: 1px solid #F27B35;
}


.btn.low {
    text-transform: none;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    border: 1px solid #F27B35;
    background-color: white;
    color: #F27B35;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
    background-color: #F27B35;
}

.material-icons {
    color: #F27B35;
}

.color {
    color: #F27B35;
}

.haro {
    height: 800px;
    width: 100%;
    margin: auto;
}

.vimeo2 {
    width: 100%;
}

.icons {
    background-color: #F27B35;
    left: 0px;
    -webkit-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.icons:hover {
    background-color: #F2B705;
}

.footermarg {
    margin-left: 10px;
    margin-right: 10px;
}


/* PINTEREST */

.pinterestBoardWrapper {
    width: 100%;
    margin: auto;
}

.pinterestBoard {
    margin: auto;
    text-align: center;
}

.pinterestBoard span {
    overflow: hidden;
    max-width: 100%!important;
}


/** New 4 Stukkateur **/

ul {
    list-style-type: none;
}

.li::before {
    content: "‣";
    font-size: 33px;
    line-height: 25px;
    color: #F27B35;
    display: inline-block;
    width: 25px;
    vertical-align: bottom;
}

.headline {
    text-align: center;
}

.notes {
    color: hotpink;
}

.videoheader {
    width: 100%;
    z-index: -1;
}

.card-image {
    transition: transform .75s; /* Animation */
    width: auto;
    height: auto;
    margin: 0 auto;



 /*    opacity: 1;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out; */
}

.card-image:hover {

    transform: scale(1.2);

    
    /* opacity: 0.3;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out; */
}

.cardhover {
    -webkit-box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.53); 
box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.53);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    line-height: 115%;
    opacity: 0;
    margin: auto;
    text-align: center;
    font-size: 220%;
    display: inline-block;
    padding-top: 38%;
    padding-bottom: 45%;
    color:white;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;


}







.wrap:hover .cardhover {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;

    -webkit-box-shadow:  0px 0px 108px 7px #000000;
    -moz-box-shadow:  0px 0px 108px 7px #000000;
    -ms-box-shadow:  0px 0px 108px 7px #000000;
    -o-box-shadow:  0px 0px 108px 7px #000000;
    box-shadow:  0px 0px 108px 7px #000000;   
}

.wrap {
    background-color: white;
    overflow: hidden;
}

.link {
    color: #F27B35;
    left: 0px;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.link:hover {
    color: #F2B705;
}

.link2 {
    left: 0px;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.link2:hover {
    color: #F27B35;
}

.imgside {
    margin-top: 38px;
    width: 100%;
    height: auto;
}

.iconalign {
    vertical-align: bottom;
}


/** sidePanel **/

.pusha-panel,
.colorstandard {
    background-color: #6A6A6A;
    color: #f3f3f3;
    z-index: 2000;
}

div.sidepane {
    text-transform: uppercase;
    margin: 3px 0 9px 15px;
    font-size: 120%;
    font-weight: 600;
}

div.sidepane a:hover {
    color: #F27B35;
}

div.sidepane .submenue {
    margin: 3px 0 9px 21px;
    font-size: 90%;
}

.colorstandard a {
    color: #f3f3f3;
}

.btn.closesidenav i {
    background: #F27B35;
    color: white;
    font-size: 27px;
}

a i.sidepanelicon {
    border-width: 0px;
    border-style: solid;
    border-radius: 50%;
    color: #F27B35;
    font-size: 28px;
    vertical-align: bottom;
}


/*************** S T A N D A R D S **********************/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    color: #7d7d7d;
}

h1.h1 {
    font-size: 160%;
}

h1.h2 {
    font-size: 195%;
    font-weight: 500;
}

h3.h1 {
    font-size: 140%;
}

.f120 {
    font-size: 120%;
}

.f140 {
    font-size: 140%;
}

.f160 {
    font-size: 160%;
}

.bred,
.bred * {
    border: 1px solid red;
}

h4,
h5,
h6 {
    font-weight: 600;
}

.red {
    color: red;
    font-style: italic;
}

div.headerwhite {
    background-color: #f3f3f3;
}

.headerwhite .row {
    margin: 0;
}

.nav-wrapper .row {
    line-height: 90%;
}

nav {
    height: 130px;
}

a,
nav a {
    color: grey;
}

.container {
    max-width: 1096px;
}

.navdivtopheader {
    max-width: 1396px;
    text-align: left;
    padding: 6px 0;
}

.navdivtopheader a {
    color: #f3f3f3;
    text-transform: uppercase;
}

nav {
    max-width: 1396px !important;
    padding: 0 0.75rem;
    margin: 0 auto;
}

.logoimg,
.logotraeger a.imgclick {
    max-height: 95px;
}

img.logoimg {
    transform: translateY(20%);
}

img.logoimgfooter {
    max-height: 70px;
    background-color: white;
}

img.logoimgfooter:hover {
    background-color: #F27B35;
}

nav,
.nav-wrapper {
    background-color: #f3f3f3;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-wrapper a.brand-logo img {
    height: 50%;
    max-height: 50% !important;
    display: inline-block;
    margin-top: 15px;
}

.nav-wrapper a {
    height: 96%;
    line-height: 12rem;
    display: inline-block !important;
}

nav .brand-logo {
    color: #fff;
    font-size: 1rem;
}

.headerAllTop {
    background: #6A6A6A;
    text-align: center !important;
}

.headerAllTop>div {
    width: 1396px;
    max-width: 100%;
    display: inline-block;
}

.center {
    margin: 0 auto !important;
}

nav a.navlink {
    height: 130px;
}

#pushme {
    float: right;
    height: 130px;
}

nav a i {
    float: right;
    margin: auto !important;
    transform: translateY(50%);
}

.fliesstext {
    max-width: 550px;
    margin: 14px auto;
}

.teasergrey {
    background: #e2e2e2;
}

.space {
    height: 425px;
}

.teasergrey .row,
.row .row {
    margin: auto;
}

.teaserfliesstext {
    font-size: 120%;
    margin-bottom: 24px;
    border-left: 3px solid #F27B35;
    padding-left: 12px;
}

.balken {
    border-left: 3px solid #F27B35;
    padding-left: 12px;
    margin: auto;
}

.teasertext {
    font-size: 120%;
}

.bigger140 {
    font-size: 140%;
}

.bigger160 {
    font-size: 160%;
}


/*********************** H E L P E R S *************************/

.mt0 {
    margin-top: 0;
}

.mt9 {
    margin-top: 9px;
}

.mtminus10 {
    margin-top: -10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt15important {
    margin-top: 15px !important;
}

.mt25 {
    margin-top: 25px;
}

.mt45 {
    margin-top: 45px;
}

.mt55 {
    margin-top: 55px;
}

.mt55important {
    margin-top: 55px !important;
}

.mt95 {
    margin-top: 95px;
}

.mb0 {
    margin-bottom: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb65 {
    margin-bottom: 65px;
}

.mb95 {
    margin-bottom: 95px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr09 {
    margin-right: 9px;
}

.mr12 {
    margin-right: 12px;
}

.mr18 {
    margin-right: 18px;
}

.mr25 {
    margin-right: 25px;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml25 {
    margin-left: 25px;
}

.ml25important {
    margin-left: 25px !important;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pr12 {
    padding-right: 12px;
}

.tright {
    text-align: right;
    horiz-align: right;
}

.pb2 {
    padding-bottom: 2px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb55 {
    padding-bottom: 55px;
}

.pt0 {
    padding-top: 0px;
}

.pt2 {
    padding-top: 2px;
}

.pt7 {
    padding-top: 7px;
}

.pt15 {
    padding-top: 15px;
}

.pt25 {
    padding-top: 25px;
}

.pt55 {
    padding-top: 55px;
}

.pl25 {
    padding-left: 18px;
}

.pl32 {
    padding-left: 32px;
}


/** FOOTER **/


/*footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  border: 1px solid red;
}*/

footer>*,
.row.striegelfooter * {
    color: #f3f3f3;
}

.row.striegelfooter {
    max-width: 1396px !important;
    margin-top: 65px;
}

.striegelfooter a {
    color: #f3f3f3;
    text-transform: uppercase;
}

.striegelfooter a:hover {
    color: #F27B35;
}

.swiper-slide {
    /* background-image: url(/ressources/content/project_tree/shop4/background.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;*/
}

.swiper-button-prev,
.swiper-button-next {
    position: fixed !important;
    top: 47%;
}

.rekoteaser {
    background: #75aa9e;
    color: #3a546c;
}


/******************** REKO CARDS *************************/

.cardreko {
    border: 1px #7d7d7d;
    font-size: 100%;
    max-width: 32%;
    float: left;
    margin-right: 10px;
}

.cardreko .card-title {
    font-size: 120%;
    width: 100%;
    font-weight: 600;
    text-align: center;
    line-height: 130% !important;
}

.cardreko .card-content,
.cardreko .card-action {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}

.cardreko .card-reveal * {
    color: #3a546c;
}

img.activator:hover {
    cursor: pointer;
}

.card-content {
    min-height: 178px;
}

.zitat {
    font-size: 190%;
    font-weight: 100;
    font-style: italic;
}

.kachel {
    max-width: 19%;
}


/****************** SLIDER ************************/


/** aktiver Punkt kann hier angegeben werden ***/

.indicator-item.active {
    background-color: lightgreen !important;
}


/*************** Lightgalerie **********************/

.lg1 {
    display: inline-block;
    max-width: 190px;
    width: 190px;
    margin-right: 15px;
    margin-bottom: 15px;
}


/************************** MEDIA QUERYS **************** */


/** INSTA EMBED **/

@media screen and (max-width: 1418px) {
    .insta {
        min-width: 49%;
    }
}

@media screen and (max-width: 800px) {
    .insta {
        min-width: 100%;
    }
}

@media (max-width: 1208px) {
    .zweispalt {
        min-width: 99%;
    }
}

@media (max-width: 769px) {
    /* body {
        border: 2px solid red;
    } */
    .firmenhistorie {
        margin-bottom: 20px;
    }
    .videoheader {
        display: none;
    }
    .kontakt .s3 {
        min-width: 97.5%;
    }
    .striegelfooter .s3 {
        min-width: 33.3%;
    }
    .striegelfooter .media2 {
        min-width: 100%;
        padding-bottom: 30px;
        margin-bottom: 20px;
        padding: 30px;
        text-align: left;
    }
    .mq769 {
        width: 100%;
        min-width: 99%;
    }
    .footer {
        margin-bottom: 50px;
    }
    .footer .s3 {
        width: 99%;
        min-width: 99%;
        max-width: 100%;
    }
    .footer .s6 {
        width: 99%;
        min-width: 99%;
        max-width: 100%;
    }
    .hide768down {
        display: none;
    }
    img.decofooterimg {
        width: 25% !important;
    }
}


.big {
    font-size: 500%;
    color: black;
    margin-top: -50px;
}




@media screen and (max-width: 770px) {
    .cardreko {
        min-width: 100% !important;
    }
}

@media screen and (max-width: 860px) {
    .sm100 {
        min-width: 49%;
        border: 1px solid magenta;
    }
}

@media screen and (max-width: 1200px) {
    .cardreko {
        min-width: 48%;
    }
}

@media screen and (max-width: 990px) {
    nav a.navlink {
        position: absolute;
        right: 0;
    }
}

@media (max-width: 1395px) {
    .teams .s4 {
        min-width: 48.5%;
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .teams .s4 {
        min-width: 98%;
        padding-top: 30px;
    }
}

@media (max-width: 875px) {
    .center .s3 {
        min-width: 49%;
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .middlebox {
        width: 70%;
    }
}

@media (max-width: 569px) {
    .center .s3 {
        min-width: 99%;
        padding-top: 50px;
        padding-bottom: 15px;
    }
}

@media (max-width: 753px) {
    .media1 {
        min-width: 100%;
        text-align: center;
    }
    .middlebox {
        width: 95%;
    }
}

@media (max-width: 769px) {
    .striegelfooter .s3 {
        min-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1512px) {
    .vimeo {
        min-width: 100%;
        margin-top: -2px;
    }
    .vimeotext {
        min-width: 99%;
    }
}


/*# sourceMappingURL=style.css.map */