/*==================================
* Author        : "ThemeSine"
* Template Name : Trave  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  About
5.  Gallery
6.  Featured-list
7.  Featured
8.  Service-2
9.  Information
10. Contact

==========================================*/


/*=============Style css=========*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {padding: 0;margin: 0;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



body {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Lato', sans-serif; */
    font-size: 14px;
    color: #484848;
    text-transform: initial;
    /*margin: 0 auto; */

    /* hyphens */
/*   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-character;*/
}
/*a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #000;
    font-weight: 400;
    text-transform: capitalize;
}*/
h1,h2,h3,h4,h5,h6 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Old Standard TT', serif;
	margin: 0; 
	color:#3f3f3f;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
p {margin: 0;font-size:14px;line-height: 1.93;text-transform: initial;}
img{border:none;max-width:100%; height:auto;}
ul{padding: 0;margin:0;list-style: none;}
ul li {/*display: block;*/color:black;}

.open ul li {
    display: block;
    color: white;
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background-color: #54bbbc;border: 0;font-size: 16px;text-transform: capitalize;}

.desktop html,body{
    height: 100%;
    width:100%;
}

.mobile html,body{
    width:100%;
    margin-left:0px;
    margin-right:0px;
    overflow-x:hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 100% !important;
}

.tablet html,body{
    margin-left:0px;
    margin-right:0px;
    width: 100%;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 100% !important;
    overflow-x:hidden;
}

.ipad html,body{
    margin-left:0px;
    margin-right:0px;
    width: 100%;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 100% !important;
    overflow-x:hidden;
}

.mobile .notmobile {
    display:none;
}

.desktop .notmobile {
    display:inherit;
}

.tablet .notmobile {
    display:inherit;
}

.desktop .yesmobile {
    display:none;
}

.tablet .yesmobile {
    display:none;
}

.mobile .yesmobile {
    display:inherit;
}

/*
.mobile .row {
  overflow-x: hidden;
}

.mobile .div {
  overflow-x: hidden;
}

.mobile .container {
  overflow-x:hidden;
}*/

.mobile .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
    overflow-x: hidden;
}

.tablet .container {
    margin:auto;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: hidden !important;
}

.tablet #scroll-Top {
    display:none;
}


/*#intro {
    overflow-x:hidden;
}

#intro {
    overflow-x:hidden;
}

#team-section {
    overflow-x:hidden;
}

.service-2 {
    overflow-x:hidden;
}

#about-section {
    overflow-x:hidden;
}

#about-section-mobile {
    overflow-x:hidden;
}

#about-2 {
    overflow-x:hidden;
}

#about-section-werte {
    overflow-x:hidden;
}

#service-section {
    overflow-x:hidden;
}

#portfolio {
    overflow-x:hidden;
}

#rezepte-section {
    overflow-x:hidden;
}

#blog-section {
    overflow-x:hidden;
}

#referenzen-section {
    overflow-x:hidden;
}

#contact-section {
    overflow-x:hidden;
}

#modalIMG {
    overflow-x:hidden;
}*/

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}

.section-title h2{
    /* font-size: 48px; */
    color: #5e5e5e;
    text-align: center; 
    margin-bottom: 3%;
}

.mobile .section-title h2{
    margin-bottom: 10%;
    font-size: 2em;
}

.section-title p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    text-align: left;
    color: #5a5a5a;
    max-width: 788px;
    margin: 0 auto;
    margin-top:0px;
}

.mobile .section-title p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    text-align: left;
    color: #5a5a5a;
    max-width: 788px;
}
/*-------------------------------------
        2. Top-area
--------------------------------------*/
.navbar {
    padding: 34px 0;
}

#mainNav {
    z-index: 2000;
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top .3s, padding-bottom .3s;
        transition: padding-top .3s, padding-bottom .3s;
        border: none;
        background-color: transparent;
        z-index: 900;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

    #mainNav.navbar-shrink .nav-link {
        color: #0048bc;
        font-size: 1em;
    }


    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
        color: #000;
    }
}

@media (max-width:1120px) {

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0.5em 0.5em !important;
    }

}

@media (min-width:1121px) {

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 0.9em !important;
    }

}

@media (max-width: 991px) {
#mainNav .navbar-nav .nav-item .nav-link {
    color: #0048bc;
}
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.8;
    transition: opacity .15s ease;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.mobile .carousel-control-next-icon, .mobile .carousel-control-prev-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}






/*.navbar-brand */
.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{
    font-family: 'Old Standard TT', serif;
    font-size: 18px;
    font-weight:100;
    line-height: 1.5;
    color: #fff;
    margin: 0 20px;
}

.mobile .navbar-brand,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{
    font-size: 18px;
    font-weight:100;
    line-height: 1.5;
    color: #fff;
    margin: 0 20px;
}

/*.navbar-link */
.navbar-dark .navbar-nav .nav-link {
    /*color: rgba(255, 255, 255); */
    font-size: 1.2em;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    /*color: rgba(255, 255, 255); */
    font-size: 1.2em;
    font-weight: 200;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    font-weight: 200;
}


@media (max-width:991px) {
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}
}

@media (min-width:992px) {
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
}

/* TRY BLEDER SCREEN */
@media (max-width:991px) {
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}
}

/* END TRY BLEDER SCREEN */

.mobile .navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
    font-size: 1em;
}

/*.navbar-toggler */
.navbar-toggler {
    background-color: #54bbbc;
    border: 2px solid #fff;
    margin: 0 20px;
}
.navbar-toggler i {color: #fff;}
/*.navbar-toggler */


/*@media (min-width:641px) {
.navbar .haha .second { display:none; }
}*/

.tablet .navbar .haha .second { display:none; }
.tablet .navbar-shrink .haha .second {display: block;}

.desktop .navbar .haha .second { display:none;}
.desktop .navbar-shrink .haha .second {display: block;}

.mobile .navbar .haha .second { display:block; }
.mobile .navbar-shrink .haha .second {display: block;}


@media (max-width:991px) {
.navbar .haha .firsti  {
    display:block;
    color: #000;
}

.navbar-shrink .haha .second {
    display: block;
    width: 12%;
    height: 12%;
}
}


@media (min-width:992px) {
.navbar .haha .firsti  {
    display:block;
    color: #fff;
}
}


@media (min-width:991px) {
.navbar-shrink .haha .second { display: block; width: 8%; height: 8%}
}


.navbar-shrink .haha .firsti  { display: none; }



.mobile .navbar .firsti {
    display: none;
}

.mobile.portrait .second {
    width: 20%;
}

.mobile.landscape .second {
    width: 12%;
}

.mobile.portrait .navbar-shrink .haha .second  { width: 20%; }
.mobile.landscape .navbar-shrink .haha .second  { width: 12%; }
/*-------------------------------------
        HEADER CAROUSEL
--------------------------------------*/
.top-area {
    height: 100%;
    text-align: center;
}

.desktop .btn, .mobile .btn {
    font-size:1.5em;
}

.mobile .btn{
    font-size:1em;
}

.desktop .btn, .tablet .btn  {
    margin-left: -15px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #54bbbc;
    border-color: #54bbbc;
}
/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/

.welcome-hero{
    position: relative;
    background: url(../images/welcome-hero/welcome-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height:100vh;
}
.welcome {
    position: relative;
    background-color: #ffdec8;
    /* background-image: url("../images/watercolour.jpg"); */
    margin-bottom: 5%;
    /* box-shadow: 0 0 20px rgba(0,0,0,.2); */
    margin-top: 0%;
    z-index: 6;
    /* background: radial-gradient(circle,#fff 0,#FDD2B5 100%); */
}

.double { 
  height: 3px; 
  border-top: 3px solid #5a5a5a; 
  border-bottom: 1px solid #5a5a5a;
}

.heading {
  background-image: linear-gradient(black, black);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: left bottom 3px;
  
  border-bottom: 1px solid black;

  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}


/* .welcome-txt */
.welcome-txt h2 {
    font-size: 150px;
    font-weight:800;
    line-height: 1.51;
    color: #000;
}
.welcome-txt p {
    color: #484848;
    line-height: 1.93;
    max-width: 700px;
    margin: 15px 0 55px;
}
.btn.welcome-btn{
    width: 175px;
    height: 60px;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    outline: none;
    box-shadow: none;

}
/* .welcome-txt */

/* .welcome-hero-service */
/* .service{position: relative;}
*/
.welcome-hero-service {
    position: relative;
    top: -224px;
}
.service .container-fluid { padding: 0}
.hero-service{
    width:100%;
    height: 223.5px;
    background: #fff;
    margin-left:142px;
}
.hero-service:nth-child(1) {
    background: transparent;
    /* width: 454px; */
    margin-left: 0;
}
/* .welcome-hero-service */

/*-------------------------------------
                MASONRY
--------------------------------------*/




/*-------------------------------------
        4. About
--------------------------------------*/
.desktop #aboutdesktop {
    display:inherit;
}

.tablet #aboutdesktop {
    display:inherit;
}

.mobile #aboutdesktop {
    display:none;
}

.desktop #aboutmobile {
    display:none;
}

.tablet #aboutmobile {
    display:none;
}

.mobile #aboutmobile {
    display:inherit
}



.desktop .aboutdesktop {
	display: inherit;
}

.tablet .aboutdesktop {
	display: inherit;
}

.mobile .aboutdesktop {
	display: none;
}

.desktop .aboutmobile {
    display: none;
}

.tablet .aboutmobile {
    display: none;
}

.mobile .aboutmobile {
    display: inherit;
}

#moreabout {display: none;}

.about-section {
    position: relative;
    margin-bottom: 0px;
    margin-top: 0%;
}

@media(min-width: 992px) {
.about-overlay-werte {
    position: absolute;
    /* max-height:600px; */
    top: 0px;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("../images/apotheke_muenichholz_vertrauen.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: right;
}
}

@media(max-width: 991px) {
    .about-overlay-werte{
    position: relative;
    margin-bottom: 8%;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 450px;
    background-image: url("../images/apotheke_muenichholz_vertrauen.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: right;

}
}

.mobile .about-overlay-werte{
    position: relative;
    margin-bottom: 8%;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 250px;
    background-image: url(../images/apotheke_muenichholz_vertrauen_mobile.jpg);

}

@media(min-width: 992px) {
.about-overlay{
    position: absolute;
    /* max-height:600px; */
    top: 0px;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("../images/history2.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;

}
}

.mobile .about-overlay{
    position: relative;
    margin-bottom: 8%;
    background-image: url("../images/history2.jpg");
    top: 30px;
    left: 0px;
    width: 100%;
    height: 250px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;

}

@media(max-width: 991px) {
    .about-overlay{
    position: relative;
    margin-bottom: 8%;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 450px;
    background-image: url("../images/history2.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}
}

@media(min-width: 992px) {
.about-overlay1{
    position: absolute;
    /* max-height:600px; */
    top: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url("../images/apotheke_steyr_heute.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;


}
}

@media(max-width: 991px) {
    .about-overlay1 {
    position: relative;
    margin-bottom: 8%;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 450px;
    background-image: url("../images/apotheke_steyr_heute.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}
}

.mobile .about-overlay1 {
    position: relative;
    margin-bottom: 8%;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 250px;
    background-image: url("../images/apotheke_steyr_heute.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}

/*.tablet .about-overlay1 {
    position: relative;
    margin-bottom: 8%;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 450px;
}*/



/* .about-2 */
.desktop .heutedesktop {
    display: inherit;
}

.tablet .heutedesktop {
    display: inherit;
}

.mobile .heutedesktop {
    display: none;
}

.desktop .heutemobile {
    display: none;
}

.tablet .heutemobile {
    display: none;
}

.mobile .heutemobile {
    display: inherit;
}

#moreheute {display: none;}


.about-2{position: relative;}
.about-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    height: 100%;
    background: #ffe4d9;
    z-index: -1;
}

.mobile .single-about-txt {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
}


.single-about-txt-2{padding:120px 0 90px;}
.single-about-txt-2 h4{
    font-size: 14px;
    font-weight:800;
    color: #fff;
    margin-bottom: 47px;
}
.single-about-txt-2 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #bcb5b5;
    margin: 50px 0;
    max-width: 370px;
}
/* .about-2 */

/* .about-3 */

/* DESKTOP */

.mobile .servicedesktop {
    display:none;
}

.tablet .servicedesktop {
    display:none;
}

.desktop .servicedesktop {
    display:inherit;
}

/* TABLET*/

.mobile .servicetablet {
    display:none;
}

.tablet .servicetablet {
    display:inherit;
}

.desktop .servicetablet {
    display:none;
}




.service-section {
    position: relative;
    height: auto;
    margin-bottom: -6.1%;
}

.mobile .service-section {
    position: relative;
    height: auto;
    margin-bottom: 10%;
}

@media (min-width: 600px) {
    .cari {
    padding:inherit;}
}

@media (max-width: 992px) {
    .service-section .carousel-inner {
        position: relative;
        width: 100%;
        max-height: 1000px;
        overflow: hidden;
}
}

@media (min-width: 993px) {
    .service-section .carousel-inner {
        position: relative;
        width: 100%;
        max-height: 1000px;
        overflow: hidden;
}
}

@media (min-width: 992px) {

.carousel-item {
  height: 100vh;
  min-height: 950px;
  background: no-repeat center center scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

}
}

@media (max-width: 991px) {

.carousel-item {
  height: 100vh;
  min-height: 450px;
  background: no-repeat center center scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

}
}

@media (max-width: 991px) {
    #carouselExampleIndicators1 .carousel-item {
      height: 450px;
      min-height: 450px;
      background: no-repeat center center scroll;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }
}

.mobile .carousel-item {
  /* height: 100vh; */
  min-height: 250px;
  background: no-repeat center center scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

}

.desktop #carouselExampleIndicators .specialteam {
	background-image: url("../images/apotheke_muenichholz_team_new.jpg");
}

.tablet #carouselExampleIndicators .specialteam {
	background-image: url("../images/apotheke_muenichholz_team.jpg");
}

.mobile #carouselExampleIndicators .specialteam {
	background-image: url("../images/apotheke_steyr_team_mobile.jpg");
}

@media (max-width: 767px) {
.service-section .carousel-inner {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

#carouselExampleIndicators .carousel-item{
    margin-top: 5%;
    height: 100vh;
    background: no-repeat center center scroll;
    min-height: 450px;
    background-size: cover;
    /* min-height: 800px; */
}
}

.about-overlay-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #2a2a2b;
    z-index: -1;
}
.single-about-txt-3{padding-top:30px;}
.single-about-txt-3 h4{
    font-size: 14px;
    font-weight:800;
    color: #fff;
    margin-bottom: 47px;
}
.single-about-txt-3 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #bcb5b5;
    margin: 50px 0;
    max-width: 370px;
}

.single-about-txt-3{ 
    position: relative;
    padding-left: 10%;
}

.single-about-txt-3 h2{
    font-size: 47px;
    font-weight:800;
    color: #383838;
    margin-bottom: 73px;
}
.single-about-txt-3 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #9a9a9a;
    max-width: 546px;
    margin: 43px 0;
}
.single-about-txt-3 p span {font-size: 48px;text-transform: capitalize;line-height: 1;}


/* .about-3 */
.desktop .wertedesktop {
    display: inherit;
}

.tablet .wertedesktop {
    display: inherit;
}

.mobile .wertedesktop {
    display: none;
}

.desktop .wertemobile {
    display: none;
}

.tablet .wertemobile {
    display: none;
}

.mobile .wertemobile {
    display: inherit;
}

#morewerte {display: none;}

.single-about-txt{ 
    position: relative;
    /* padding-top: 35px; */
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 2vh;
}

@media(max-width: 1024px) {
    .single-about-txt h2{
    font-size: 3em;
    /* font-weight:800; */
    color: #5e5e5e;
    margin-top: 8%;
    /* margin-bottom: 10%; */
}
}

@media(max-width: 1024px) {
    .section-title h2 {
        font-size: 3em;
    }

    .mu-testimonials-area h2 {
        font-size: 3em;
    }

    .portfolio h2 {
    font-size: 3em;
    }
}

@media(min-width: 1025px) {
    .section-title h2 {
        font-size: 48px;
    }

    .mu-testimonials-area h2 {
        font-size: 48px;
    }

    .portfolio h2 {
    font-size: 48px;
    }   
}

@media(min-width: 1025px) {
    .single-about-txt h2 {
    font-size: 48px;
    /* font-weight: 800; */
    color: #5e5e5e;
    margin-top: 7%;
    /* margin-bottom: 10%; */
}
}

.mobile .single-about-txt h2{
    font-size: 2em;
    /* font-weight:800; */
    color: #383838;
    /* margin-top: 10%; */
    /* margin-bottom: 10%; */
}

@media (min-width:1367px) {
    .single-about-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #9a9a9a;
    /* max-width: 546px; */
    margin: 5% 0;
    padding-left: 10%;
    padding-right: 10%;
}
}

@media (max-width:1366px) {
    .single-about-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #9a9a9a;
    /* max-width: 546px; */
    margin: 5% 0;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
}
}

.mobile .single-about-txt p {
    margin: 10% 0;
}

.mobile .single-about-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #9a9a9a;
    /* max-width: 546px; */
    margin: 10% 0;
    padding-left: 0%;
    padding-right: 0%;

}




@media(min-width: 1025px) {
.single-about-txt p span {
    font-family: 'Old Standard TT', serif;
    font-size: 35px;
    /* text-transform: capitalize; */
    line-height: 1;
    color: #4e4e4e;
}
}

@media(max-width: 1024px) {
    .single-about-txt p span {
    font-family: 'Old Standard TT', serif;
    font-size: 2em;
    /* text-transform: capitalize; */
    line-height: 1;
    color: #4e4e4e;
}
}

.mobile .single-about-txt p span {
    font-family: 'Old Standard TT', serif;
    font-size: 1.87em;
    /* text-transform: capitalize; */
    line-height: 1;
    color: #4e4e4e;
}
/*-------------------------------------
    5. Gallery
--------------------------------------*/
@media(min-width:992px) {
    .bilder {
    height:auto;
    margin-top:5%;
    background: #fff;
    /* background: #fffaf1; */
}
}

@media(max-width:991px) {
    .bilder {
    height:auto;
    background: #fff;
    margin-top: 6%;
    /* padding-top: 5%; */
}
}

.img-item-overlay h3 a{
    font-size: 26px;
    font-weight: normal;
    line-height: 3.23;
    color: #fff;
}
.btn.welcome-btn.gallery-btn {
    width: 143px;
    height: 52px;
    font-size: 14px;
}

@media (max-width: 1366px) {
.section-title {
    margin-bottom: 3%;
    margin-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
}
}

@media (min-width: 1367px) {
.section-title {
    margin-bottom: 3%;
    margin-top: 3.5%;
    padding-left: 10%;
    padding-right:10%;
}
}

@media(max-width:1024px) {
    .portfolio1 .section-title {
    margin-bottom:30px;
    margin-top:3%;
    padding-left: 3%;
    padding-right:3%;
    padding-top:9%;
}
}

@media(min-width:1025px) {
    .portfolio1 .section-title {
    margin-bottom:30px;
    margin-top:3%;
    padding-left: 3%;
    padding-right:3%;
    padding-top:6%;
}
}

.mpbile .section-title {
    padding-left: 2%;
    padding-right: 2%;
}
/*-------------------------------------
        6. Featured-List
--------------------------------------*/
.featured-list{padding: 144px 0 30px;}
/* .single-featured-list */
.single-featured-list{
    background: transparent;
    padding: 47px 0 32px 45px;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s
}
.single-featured-list-txt {position: relative;top: -4px;}
.single-featured-list-txt h3{
    font-size: 14px;
    font-weight:800;
    text-transform: initial;
    line-height: 1.5;
    color: #2a2a2b;
}
.single-featured-list-txt p{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    color: #9a9a9a;
    max-width: 396px;
    margin-top: 15px;
}
.f-rec {
    width: 20px;
    height: 15px;
    background: #2a2a2b;
    margin-right: 12px;
}
.single-featured-list:hover{background: #f5f2f2;}
.service-section .single-featured-list:hover{background:transparent;}
/* .single-featured-list */

/*-------------------------------------
        7. Featured
--------------------------------------*/
.featured{padding: 90px 0 172px;}
.featured .container-fluid {padding-right: 0;padding-left: 0;}

/* .single-featured-box */
.featured-txt{
    text-align: center;
    margin: 50px 0 58px;
}
.single-featured-box,.img-item{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.single-featured-box img,.img-item img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.single-featured-box-overlay,.img-item-overlay {
    position: absolute;
    bottom:-125px;
    left: 0;
    width: 100%;
    height: 125px;
    background: rgba(255, 255, 255, .8);
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}

.img-item-overlay{
    bottom: auto;
    top: 0;
    height: 100%;
    background: rgba(255,255,255,.85);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.img-item:hover .img-item-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.single-featured-box:hover .single-featured-box-overlay{bottom: 0;}
.single-featured-box:hover img,.img-item:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.btn.welcome-btn.featured-button {
    width: 245px;
    height: 67px;
    
}
/* .single-featured-box */

/*-------------------------------------
        8.  Service-2
--------------------------------------*/
.service-2{
    padding: 5% 0 5%;
    background: #54bbbc;/* #009a9bab; */
}

.mobile .service-2 {
    padding: 5% 0 10%;
    background: #54bbbc;
    margin-bottom: 5%;
}


.single-service2-box {
    padding-top: 10%;
}

.mobile .single-service2-box {
    padding-top: 15%;
}

.single-service2-box-txt{margin-bottom: 30px;
}

.single-service2-box-txt h3{
    font-size: 2em;
    /* font-weight:800; */
    line-height: 2.64;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;

}

.mobile .single-service2-box-txt h3{
    font-size: 1.8em;
    /* font-weight:800; */
    line-height: 2.64;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;

}

.single-service2-box-txt p {
    font-size: 14px;
    line-height: 1.93;
    color: #545454;
    opacity: 1;
    max-width: 193px;
    margin: 0 auto;
}

.mobile .single-service2-box-txt p {
    font-size: 14px;
    line-height: 1.93;
    color: #545454;
    opacity: 1;
    max-width: 90vh;
    margin: 0 auto;
}

.service-2 .fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 80px;
    color: #545454;
}

.service-2 .fa {
    font-family: "Font Awesome 5 Free";
    font-size: 80px;
    color: #545454;
}

.service-2 .fas {
    font-family: "Font Awesome 5 Free";
    font-size: 80px;
    color: #545454;
}

.service-2 .fa-ul {
    text-align: left;
    line-height: 1.93;
}

.mobile .service-2 .fa-ul {
    text-align: left;
    line-height: 1.93;
    margin: 0px;
}


.single-service2-box-txt ul li {
    color: #545454;
}

.tablet .single-service2-box-txt ul li {
    color: #545454;
    margin-left: 12%;
}

.about-carousel {
    padding-right: 0px;
    padding-left: 0px;
    overflow: visible;
}

.mobile .cari {
    display:none;
}




/*-------------------------------------
        9. Information 
--------------------------------------*/
.information{
    position: relative;
    background:url(../images/information/information-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 102px 0 125px;
}
.information:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
}
/* .single-information-box */
.single-information-box{
    margin-bottom: 30px;
}
.single-information-box h2{
    font-size: 18px;
    font-weight:800;
    line-height: 1.61;
    color: #000;
    max-width: 235px;
    text-transform: none;
}
.single-information-box p {
    font-size: 14px; line-height: 1.93;color: #9a9a9a;margin-top:78px;max-width: 271px;}
/* .single-information-box */

/*-------------------------------------
        10. Contact
--------------------------------------*/
/* .contact-banner */
.contact-section {
    position: relative;
    z-index: 200;
    height:auto;
    background: #54bbbc; /* #009a9bab; */
    /* background: radial-gradient(circle,#fff 0,#ACDBC9 100%); */
}

.contact-banner{
    /* background: url(../images/contact/contact-banner.jpg) no-repeat center; */
    background-size: cover;
    padding: 0px 0 5%;
}
.contact-txt {
    max-width: 590px;
    margin: 0 auto;
}
.contact-form{
    margin-top: 44px;
}
.form-group {margin-bottom: 0;}
.form-control,.form-control:focus {
    color: #495057;
    background-color:#fff;
    border-color:transparent;
    outline: 0!important;
    box-shadow:none!important;
    padding:0;
    border-radius: 0;
}
.contact-form input,.contact-form input.form-control:focus {
    height: 56px;
    border: 0;
    padding: 0 44px;
    margin-bottom: 30px;
}
.contact-form textarea.form-control,.contact-form textarea.form-control:focus {
    padding: 20px 44px;
    resize: none;
    height: 150px;
    margin-bottom: 50px;
}

/* .contact-banner */

/*.footer-copyright */
.footer-copyright {
    background: #fff;
    padding: 20px 0 20px;
}
.footer-copyright p {
    color: #000;
    font-size: 14px;
    text-align: center;
}


.footer-copyright .fa-ul {
    list-style-type: none;
    margin-left: 1.5em;
    padding-left: 0;
}

.footer-terms{text-align:center;}
.footer-terms ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-right: 30px;
}
.footer-terms ul li a >span,.footer-copyright p>span{text-transform: lowercase;}

.footer-social-logo ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 15px;

}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#FDD2B5;
	border:1px solid #fff;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 1000;
}

#scroll-Top  .return-to-top:hover {
    /* background:#fff; */
    color: #000;
	border:1px solid #5a5a5a;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;
}
#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
    z-index: 1000000000;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}


/*===============================
    STEVY -> gallery
===============================*/
@media(min-width: 1330px) {
    .project-name p {
    font-size: 1em;
    line-height: 1.25;
    color: #2d2d2d;
    margin-bottom: 1em;
}
}

@media(max-width: 1299px) {
    .project-name p {
    font-size: 0.95em;
    line-height: 1.25;
    color: #2d2d2d;
    margin-bottom: 0.5em;
}
}

@media(min-width: 1330px) {
.project-name h5 {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.5em;
}
}

@media(max-width: 1299px) {
.project-name h5 {
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.2em;
}
}


.mobile .project-name h5 {
    margin-top: 0.4em;
    margin-bottom: 0.45em;
    text-align: center;
}

.mobile .project-name p {
    font-size: 0.9em;
    line-height: 1.25;
    color: #2d2d2d;
    margin-bottom: 0.5em;
}

.portfolio h2 {
    /* font-size: 47px; */
    /* font-weight: 800; */
    color: #383838;
    margin-bottom: 73px;
    padding-top: 73px;
    text-align: center;
}

.mobile .portfolio h2 {
    font-size: 2em;
    font-weight: 100;
    color: #383838;
    margin-bottom: 10vh;
    padding-top: 15vh;
    text-align: center;
}

.service-box {
  max-width: 400px; }

  .portfolio-box .portfolio-box-caption1 {
    position: absolute;
    bottom: 0;
    top: 80%;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 63, 129, 1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

.portfolio-box {
  /* position: relative; */
  display: block;
  /* max-width: 650px; */
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 20%;
    top: 0;
    display: block;
    width: 100%;
    height: 80%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
/*      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }*/
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (max-width: 1360px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 14px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 1em; text-align:left; padding: 5%; color: white;} }

  @media (min-width: 1360px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 1em; text-align:left; padding: 5%; color: white;} }

.portfolio1 {
    /* background-color: #fffaf1; */
    background-color: #fff;
    margin-bottom: 5%;
    /* background-image: url("../images/grey.jpg"); */
    background-size: cover;
    background-position: center;
    /* box-shadow: 0 0 20px rgba(0,0,0,.2); */
    margin-bottom: 5%;
    margin-top: 5%;
}

/*.mobile .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 0.65em;
    text-align: left;
    padding: 22px;
    color: white;
}*/

/*--------------------*/
/* TRAVELERS TESTIMONIALS */
/*--------------------*/
.rezepte-section {
    height:auto;
}

.rezepte-section {
    background-image: url("../images/spices.jpg");
    background-position: center;
    background-size: cover;
    margin-top: 0vh;
    background-attachment: fixed;
/*    background-attachment: fixed;
    display: block;
    position: relative;
    width: auto;*/
    padding-bottom: 2vh;
}

#rezepte-section::before {
    background: rgba(0,0,0,0.4);
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
}

.rezepte-section h1 {
    color:#fff;
    font-size: 2em;
    margin-bottom: 5%;
}

.rezepte-section h3 {
    color: #fff;
    font-size: 1.7em;
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
    margin-bottom: 3%;
    font-weight: 600;
}

.mobile .rezepte-section h3 {
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: 3%;
    font-weight: 600;
}

.rezepte-section h4 {
    color:#fff;
    font-size: 1.3em;
    text-align: left;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 1%;
}

.mobile .rezepte-section h4 {
    color:#fff;
    font-size: 1.1em;
    text-align: left;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 1%;
}

.rezepte-section p {
    color:#fff;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
}

.mobile .rezepte-section p {
    color:#fff;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 4%;
}


.referenzen-section {
    height:auto;
}

.referenzen-section {
    background-image: url("../images/apotheke_steyr.jpg");
    /* background: no-repeat center center scroll; */
    /* min-height: 450px; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /*height: 100%; /*
    margin-top: 0vh;    /*background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    position: relative;
    width: auto;*/
}

@media(min-width:993px) {
.referenzen-section {
    background-image: url("../images/apotheke_steyr.jpg");
    background-position: center;
    background-size: cover;
    /* height: 100%; */
    margin-top: 0vh;
/*    background-attachment: fixed;
    display: block;
    position: relative;
    width: auto;*/
    margin-top: -15vh;
}
}

@media(max-width:992px) {
.referenzen-section {
    background-image: url("../images/apotheke_steyr.jpg");
    /* background: no-repeat center center scroll; */
    background-position: center;
    background-size: cover;
    /* height: 100%; */
    /* margin-top: 0vh; */
/*    background-attachment: fixed;
    display: block;
    position: relative;
    width: auto;*/
    margin-top: -10vh; */
}
}

#referenzen-section::before {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
}

.mu-testimonials-area {
    display: inline;
    float: left;
    padding: 150px 0 200px;
    width: 100%;
}

.mobile .mu-testimonials-area {
    display: inline;
    float: left;
    padding: 10vh 0 10vh;
    width: 100%;
}

.mu-testimonials-area h2 {
    color: #fff;
    text-align: center;
    /* font-size: 48px; */
}

.mobile .mu-testimonials-area h2 {
    color: #fff;
    text-align: center;
    font-size: 2em;

}

.mu-testimonials-block {
    display: inline;
    float: left;
    margin-top: 60px;
    width: 100%;
}

.mu-testimonial-slide li{
    list-style: none;
    text-align: center;
}

.mu-client-quote {
    font-size: 35px;
    opacity: 0.7;
    margin-bottom: 25px;
    color: #fdd2b5;
}

.mu-testimonial-slide li p {
    color: #fff;
    padding: 0 10%;
}

.mu-testimonial-slide .mu-rt-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 15px;
    display: inline-block;
}

.mu-rt-name {
    margin-bottom: 5px;
    color: #fff;
    line-height: 1;
    margin-top: 25px;
    letter-spacing: 1px;
}

.mu-rt-title {
    color: #fff;
    font-size: 14px;
}

.mu-testimonial-slide .slick-dots {
    bottom: -50px;
    z-index: 10;
}

.mu-testimonial-slide .slick-dots li {
    background-color: #f8f8f8;
    height: 15px;    
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-testimonial-slide .slick-dots li:active {
    background-color: #000;
    height: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.mu-testimonial-slide .slick-dots li button {
    display: none;
}

/*--------------------*/
/* MAP */
/*--------------------*/

@media(max-width:570px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -19%; */
}
}

@media(min-width:570px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -17%; */
}
}

@media(min-width:700px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -14%; */
}
}

@media(min-width:750px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -12.8%; */
}
}

@media(min-width:805px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -11.7%; */
}
}

@media(min-width:992px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -9.5%; */
}
}

@media(min-width:1200px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -7.5%; */
}
}

@media(min-width:1380px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -7%; */
}
}

@media(min-width:1600px) {
#map-canvas {
    height: 380px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -6%; */
}
}

.mobile #map-canvas {
    height: 380px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    margin-top: 0%;
    /* margin-top: -26.8%; */
}


.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.2);
}

.carousel-big .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0);
}


/*--------------------*/
/*  POSTS
/*--------------------*/
.item .thumb{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    float: left;
    margin-right: 10px;
}

.item {
    margin-bottom: 25px;
}

.item .date{
    color:#888;
    padding-left: 10px;
    padding-top: 5px;
}
}

.more{
    margin-top:20px;
    color: #fff;
}

.item a {
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin-bottom: 73px;
}

.more {
    width: 200px;
}

/*.posts {
    height:auto;
    margin-top: 100px;
}*/


/*--------------------*/
/*       MODAL        */
/*--------------------*/
.modal,body.modal-open {
    padding-right: 0!important
}

body.modal-open {
    overflow: hidden;/*auto*/
}

body.scrollable {
    overflow-y: hidden;/*auto*/
}

.modalbutton {
    right: 0px;
    margin: 0px;
}

.modal-content {
    margin-top: 10%;
}

.mobile .modal-content {
    margin-top: 18%;
}

.modal-lg {
  width: 60%;
  margin: 0 auto;
}

.mobile .modal-lg {
  width: 90%;
  margin: 0 auto;
}

.tablet .modal-lg {
  width: 75%;
  margin: 0 auto;
}

body.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
}

.tablet .modal-content {
    margin-top: 15%;
}

.tele {
    background-color: #000;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #000;
    /* border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem; */
}

.modal-footer {
    display: flex;
    border-color: black;
}

/*--------------------*/
/*  CONTACT
/*--------------------*/

.teletext {
    background-image: url("https://appfeeds.orf.at/teletext/images/orf1/649_0003.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    min-height: 250px;
}

.map {
    padding: 0px;
}

#anschrift {
    margin-bottom: 20px;
}

#anschrift ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-section ul li {
    font-size: 14px;
    color: #4c4c4c;
}

.name {
    padding-left:14px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5%;
}

.name ul li {
    font-size: 1.8em;
    color: #fff;
}


/*--------------------*/
/*  FOOTER
/*--------------------*/

.footer-copyright p {
    color: #000;
    line-height: 2;
    text-align: left;
    line-height: 1.4em;
}

.modal h1, h2, h3 {
    text-align: center;

}

.modal h2, h3 {
    text-align: center;
    /* line-height: 3.6; */
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
    color: black;
}

.modal h4 {
    text-align: center;
    /* line-height: 3.6; */
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
    color: black;
}

.modal h1 {
    text-align: center;
    line-height: 3.6;
    font-size: 25px;
}

.footer-copyright a {
    color: #4aa48a;
    font-size: 14px;
    text-align: center;
}



/*------------------*/
/*     CAROUSEL     */
/*------------------*/
.carousel-fade .carousel-item {
 opacity: 0.3;
 transition-duration: 1.6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


.carousel-caption1 {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /* right: 15%;v */
    bottom: initial;
    padding-left: 2%;
    z-index: 10;
    color: #fff;
    text-align: left;

}

.tablet .carousel-caption1 {
    padding-left: 8%;
}


@media (max-width: 1360px) { 
    .carousel-caption1 p {
    font-size:1.2em;
    /* padding-right: 40%;*/
}
}

@media (min-width: 1361px) {
    .carousel-caption1 p {
    font-size:1.2em;
    /* padding-right: 70%; */
}
}

.carousel-caption2 {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /* right: 15%;v */
    bottom: initial;
    /* left: 15%; */
    z-index: 10;
    color: #fff;
    text-align: left;

}

.carousel-caption1 h3 {
    font-size: 4.5em;
    color: #fff;
    /* font-weight: bold; */
    text-align:left
}

.carousel-caption2 h3 {
    font-size: 35px;
}

.headerbutton, .headerbutton:hover{
    margin-top:40px;
    color: #353535;
    background-color: #54bbbc; /* #009a9bab; */
    border-color: #54bbbc;/* #009a9bab; */
    color: #fff;
}

.headerbutton:hover, .headerbutton:active,.headerbutton:focus {
    margin-top:40px;
    color: #353535;
    background-color: #54bbbc; /* #009a9bab; */
    border-color: #54bbbc;/* #009a9bab; */
    color: #fff;
}

.headerbutton .button{
    color: #353535;
    background-color: #ACDBC9;
    border-color: #ACDBC9;
}

.mobile .headerbutton1 {
    text-align: center;
}




.open {
    margin-bottom:20px;
}

.open ul li {
    font-size: 1.5em;
}

/*------------------*/
/*  CAROUSEL MOBILE */
/*------------------*/
.mobile.portrait .carousel-caption1 {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /* right: 15%;v */
    bottom: initial;
    left: 0%;
    z-index: 10;
    color: #fff;
    text-align: left;

}

.mobile.landscape .carousel-caption1 {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    bottom: initial;
    left: 0%;
    z-index: 10;
    color: #fff;
    text-align: left;
}

.mobile .carousel-caption1 p {
    font-size:1em;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}

.mobile .open {
    padding-left: 30px;
    padding-right: 10%;
}

.mobile .open ul li {
    font-size: 1em;
}

.opi {
    text-align: left;
}


.carousel-caption2 {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /* right: 15%;v */
    bottom: initial;
    /* left: 15%; */
    z-index: 10;
    color: #fff;
    text-align: left;

}

.mobile .carousel-caption1 h3 {
    font-size: 2em;
    color: #fff;
    font-weight: 100;
    text-align:center;
}


.mobile .headerbutton {
    margin-top:20px;
    text-align: center;
}

@media(max-width: 1900px) {
    .intro-section {
    height: auto;
    /* margin-bottom: -9.2%; */
    margin-bottom: 5vh;
}
}

@media(max-width: 1000px) {
    .intro-section {
    height: auto;
    /* margin-bottom: -11.2%; */
    margin-bottom: 5vh;
}
}

@media(max-width: 715px) {
    .intro-section {
    height: auto;
    /* margin-bottom: -28%; */
    margin-bottom: 5vh;
}
}


@media(min-width: 1901px) {
.intro-section {
    height: auto;
    /* margin-bottom: -5.2%; */
    margin-bottom: 5vh;
}
}

.hide {
	display:none;
}

.team-section {
    height: auto;
    margin-bottom: 5%;
    /*margin-top: 5%; */
    background: #fff;
     /*background: radial-gradient(circle,#fff 0,#FDD2B5 100%); */
}

/* DESKTOP */

.mobile .teamdesktop {
    display:none;
}

.tablet .teamdesktop {
    display:none;
}

.desktop .teamdesktop {
    display:inherit;
}

/* MOBILE*/


.mobile .teammobile {
    display:inherit;
    /* margin-bottom: 15%; */
}

.tablet .teammobile {
    display:none;
}

.desktop .teammobile {
    display:none;
}


/* TABLET */

.mobile .teamtablet {
    display:none;
}

.tablet .teamtablet {
    display:inherit;
}

.desktop .teamtablet {
    display:none;
}




.mobile .img-item-overlay .teamp p {
    font-size: 0.9em;
    line-height: 1.15em;
}

.mobile .job {
	line-height: 1em;
}

.mobile .job {
	margin-top:15px;
	margin-bottom:15px;
}

.desktop .job {
	margin-top:10%;
	margin-bottom:10%;
}

.tablet .job {
	margin-top:10%;
	margin-bottom:10%;
}

.mobile .team-section {
    height: 100%;
    margin-bottom:0%;
    margin-top:0%;
}


/*------------------*/
/*  CARD */
/*------------------*/

.card-body h5 {
    margin-bottom: 5px;
    text-transform: initial;
    font-size: 1.35em;
}

.card-body p {
    line-height: 1.5;
}


.card-img {
  width: 100%;
  height: 100%;
  background-color: black; /* fallback color */
  background-position: center;
  background-size: cover;
  transition:all 0.3s ease-in-out;
  opacity:1;
}

.card:hover .card-img,
.card:focus .card-img {
  transform: scale(1.0);
  opacity:0.5;
}

.card:hover .card-img-overlay{
    color:#730d0d;
}

.card-img-overlay>h4, .card-img-overlay>p{
    visibility:hidden;
}

.card-img-overlay:hover h4, .card-img-overlay:hover p{
    visibility: visible;
}

.card:hover .card-img-overlay p{
    font-size:1.5em;
    letter-spacing:0.02em;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /* word-wrap: break-word; */
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125); */
    /*  border-radius: .25rem; */
}

@media(min-width: 992px){
    .card-columns {
    column-count: 4;
    overflow: visible;
}
}

@media(max-width: 991px) {
    .card-columns {
    column-count: 3;
    overflow: visible;
}
}

@media (max-width: 768px) {
.card-columns {
    column-count: 2;
    overflow: visible;
}
}

.card-columns .card {
    display: inline-block;
    width:100%;
}

.tablet .card-columns {
    column-count: 3;
    overflow: visible;
}

.mobile .card-columns {
    margin-top: 5vh;
    margin-bottom: 5vh;
    column-count: 2;
    overflow: visible;
}

.mobile #carouselExampleIndicators1 .carousel-item {
    /* height: 100vh; */
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-top: 7%;
}


/*------------------*/
/*  BOX */
/*------------------*/
.box {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
}
.box--wide {
  position: absolute;
  left: 15px;
  right: calc(50% + 15px);
}
.box--wide:last-child {
  right: 0px;
  left: calc(50% + 15px);
}
.box--pink {
  background-image: url("../images/history2.jpg");
}
.box--gray {
  background: #272827;
}


/*------------------*/
/*      CAPI        */
/*------------------*/
.portfolio-box:hover {
    border:0px;
    border-color: #959595;
    border-style: solid;
}

.capi h3 {
    text-align: center;
    padding: 4.5%;
    font-size: 18px;
    color: #fff;
    /* font-weight: bold; */
}

.modal {
    z-index: 50000000;
}


@media (min-width: 576px) {
.modal-dialog {
    max-width: 42%;
    margin: 1.75rem auto;
}
}

@media (min-width: 577px) {
.modal-dialog {
    max-width: 62%;
    margin: 1.75rem auto;
}
}

b {
    font-weight: 500;
}

strong {
    font-weight: 700;
    padding-bottom: 2px;
}


/*------------------*/
/*        MAPS      */
/*------------------*/

#content_map {
    text-align: center;
}

/*.gmnoprint {
    display:none;
}*/


/*------------------*/
/*--- ACCORDION ----*/
/*------------------*/
.card-body {
    color: #9a9a9a;
}

.mobile .card-body {
    padding-left: 2%;
    padding-right: 2%;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 5px;
    color: inherit;
    background-color: #ffdec8;
    border-bottom: 0px;
}

.card-header li {
    padding-left: 1.28571429em;
    text-indent: -1.28571429em;
}

.accordion .card .card-header {
    margin-bottom: 5px;
}

.service3 p {
    text-align: center;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 0%;
    padding-right: 0%;
}

.accordion {
    margin-left: 10%;
    margin-right: 5%;
    position: relative;
    z-index: 800;
}

.mobile .accordion {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0%;

}

a:hover{
    text-decoration: none;
}

hr.style2 {
    border-top: 3px double #8c8b8b;
}

.logo {
    height:50px;
}

/* LOADING */
#loading {
    background: url('spinner.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}


/*---------------------------------*/
/*--------- POSTHEADER ----------- */
/*---------------------------------*/

.postheader {
    background-color: #54bbbc;
}

.blogheader {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: center;
}

/*--------------------------------*/
/* --------- LINKI ---------------*/
/* -------------------------------*/

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

/*--------------------------------*/
/* ------ LINEWRITER NEW ---------*/
/* -------------------------------*/

.desktop .css-typing p, .tablet .css-typing p {
  /* border-right: 1.5em solid white; */
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
}

@media(max-width: 1400px) {
.desktop .css-typing h3, .tablet .css-typing h3{
  /* border-right: 2em solid orange; */
  font-size: 3.5em;
  white-space: nowrap;
  overflow: hidden;
}
.carousel-caption1 {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    bottom: initial;
    padding-left: 8%;
    z-index: 10;
    color: #fff;
    text-align: left;
}
}

@media(min-width: 1401px) {
.desktop .css-typing h3, .tablet .css-typing h3{
  /* border-right: 2em solid orange; */
  font-size: 4.5em;
  white-space: nowrap;
  overflow: hidden;
}
}

.desktop .css-typing h3, .tablet .css-typing h3  {
  width: 18em;
  -webkit-animation: type 3s steps(44 end);
  animation: type 3s steps(44, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing p:nth-child(2), .tablet .css-typing p:nth-child(2)  {
  width: 40em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing p:nth-child(3), .tablet .css-typing p:nth-child(3) {
  width: 30em;
  opacity: 0;
  -webkit-animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing .open ul li:nth-child(2) , .tablet .css-typing .open ul li:nth-child(2) {
  width: 30em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing .open ul li:nth-child(3) , .tablet .css-typing .open ul li:nth-child(3){
  width: 30em;
  opacity: 0;
  -webkit-animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

@media(max-width: 1024px) {

.carousel-caption1 {
    padding-left: 9%
}

.desktop .css-typing p, .tablet .css-typing p {
  /* border-right: 1.5em solid white; */
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
}

.desktop .css-typing h3, .tablet .css-typing h3{
  /* border-right: 2em solid orange; */
  font-size: 3.5em;
  white-space: nowrap;
  overflow: hidden;
}

.desktop .css-typing h3, .tablet .css-typing h3  {
  width: 18em;
  -webkit-animation: type 3s steps(44 end);
  animation: type 3s steps(44, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing p:nth-child(2), .tablet .css-typing p:nth-child(2)  {
  width: 40em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing p:nth-child(3), .tablet .css-typing p:nth-child(3) {
  width: 25em;
  opacity: 0;
  -webkit-animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing .open ul li:nth-child(2) , .tablet .css-typing .open ul li:nth-child(2) {
  width: 45em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing .open ul li:nth-child(3) , .tablet .css-typing .open ul li:nth-child(3){
  width: 45em;
  opacity: 0;
  -webkit-animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

}


@media(max-width: 991px) {

.carousel-caption1 {
    padding-left: 4%
}

.desktop .css-typing p, .tablet .css-typing p {
  /* border-right: 1.5em solid white; */
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
}

.desktop .css-typing h3, .tablet .css-typing h3{
  /* border-right: 2em solid orange; */
  font-size: 2.5em;
  white-space: nowrap;
  overflow: hidden;
}

.desktop .css-typing h3, .tablet .css-typing h3  {
  width: 18em;
  -webkit-animation: type 3s steps(44 end);
  animation: type 3s steps(44, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing p:nth-child(2), .tablet .css-typing p:nth-child(2)  {
  width: 40em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing p:nth-child(3), .tablet .css-typing p:nth-child(3) {
  width: 25em;
  opacity: 0;
  -webkit-animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing .open ul li:nth-child(2) , .tablet .css-typing .open ul li:nth-child(2) {
  width: 45em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.desktop .css-typing .open ul li:nth-child(3) , .tablet .css-typing .open ul li:nth-child(3){
  width: 45em;
  opacity: 0;
  -webkit-animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 3s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em transparent orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

}



/*------------*/
/* BLOG TITLE */
/*------------*/

.mobile .blog-section {
    margin-bottom: 15vh;
}

.blogheader a{
    margin-top:10px;
}


#bodyContent a {
    color: #0069f4;
}

/*-------------*/
/*--- DELAY ---*/
/*--- BUTTON --*/
/*--------------*/
.headerbutton1 {
/*    width: 100px;
    height: 100px;
    background: red;*/
    opacity: 0;

    animation: fadeIn 1s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
}

.mobile .headerbutton1 {
/*    width: 100px;
    height: 100px;
    background: red;*/
    opacity: 0;

    animation: fadeIn 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/*------------*/
/*-- PHONE -- */
/*------------*/

.phone
{
   position:fixed;
   left:0px;
   bottom:0px;
   z-index: 9000000;
}

.phone .fa-ul .fa-li {
    color: #fff;
    background-color: #54bbbc;
    padding-left: 10px;
    font-size: 1.5em;
    bottom: 10px;
}

.phone .fa-ul .phoni{
    padding: 15px;
    font-size: 1.5em;
    background: #54bbbc;
    margin-bottom: 10px;
    color: #fff;
}



/*------------*/
/*--- SKEW -- */
/*------------*/

.gradient {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 226px 100vw 0px;
    border-color: transparent transparent transparent #fffaf1;
    transform: scale(1.000);
    margin-top: -10%;

}

.gradient1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0vh 100vw 15vh;
    border-color: transparent transparent #fff transparent;
    transform: scale(1.000);
    margin-top: -12%;

}


    .gradient2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0vh 100vw 15vh;
    border-color: transparent transparent transparent white;
    transform: scale(1.000);
    margin-top: -1%;
    z-index: 2;
    position: relative;
}

/*------------------*/
/*--- ARROW DOWN -- */
/*------------------*/



@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.below {
  height: 100vh;
}
.arrow i {
  display: block;
  color: #fff;
}
.arrow {
  position: absolute;
  z-index: 60000;
  top: 85vh;
  left: 48%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
