
/** Basic
*******************************************************************/

html
{
    font-size: 10px;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;

    color: #fff;
    background: #fff;

    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

    letter-spacing: 0;

    color: #fff;
}

h1
{
    font-size: 5rem;
	line-height: 20em;
}

h1 .smallerfont1
{
    font-size: 3rem;
	font-weight: 400;
}

h1 .smallerfont2
{
    font-size: 1.4rem;
	font-weight: 300;
}

h2
{
    font-size: 4rem;
}

h3
{
    font-size: 3.5rem;
}

h4
{
    font-size: 3rem;
}

h5
{
    font-size: 2.5rem;
}

h6
{
    font-size: 2rem;
}

p
{
    font-size: 1.5rem;
    line-height: 1.74em;

    letter-spacing: .02em;
}

a,
a:hover,
a:focus
{
    cursor: pointer;
    -webkit-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
    text-decoration: none;
}

a:hover
{
    color: #111;
}

@media (max-width:600px)
{
    html
    {
        font-size: 10px;
    }
}

@media (max-width:500px)
{
    html
    {
        font-size: 10px;
    }
}

.stylines     {
        width: 20%;
		background: #228fcf;
		line-height: .1em;
		margin: 0 auto;
    }
	
.logoblue1     {
        color: #228fcf;
    }	
	
.logoblue2     {
        color: #01396e;
    }		
	
.boldfont
{
    font-weight: 600;
}
.marg-nav1 {

	margin-left: 112px !important;
}	
.marg-nav2 {

	margin-left: 7px !important;
}

.marg-nav3 {

	margin-left: 69px !important;
}		
.marg-nav4 {

	margin-left: -30px !important;
}
.marg-nav5 {

	margin-left: -26px !important;
}
.marg-nav6 {

	margin-left: -116px !important;
}
.custom-width {

	width: 50%;
	margin: 0 auto:
}
.carousel-innerfoot {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
}		
.carousel .carousel-item {
	color: #000;
	overflow: hidden;
    min-height: 120px;
	margin-top: 50px;
}
.carousel .media {
	position: relative;
	padding: 0 0 10px 20px;
	margin-left: 20px;
}
.carousel .media img {
	width: 111px;
	height: 111px;
	display: block;
	border-radius: 50%;
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #c0c0c0;
	padding: 25px;
	margin: 0 0 20px 20px;
}
.carousel .adress-colum {
    color: #fff;
    position: relative;    
    background: none;
	padding: 1px;
	margin: 0 0 1px 1px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    border-left-color: rgba(255, 255, 255, 0.9);
}
.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
	margin: 0;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -20px;
    top: 10px;
}
.carousel .overview {
	padding: 20px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
	
}
.carousel .overview b {
	color: #01396e;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 16px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next {
	left: auto;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #ff5555;
    border: 5px double;    
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
ul ul {
    list-style-type: none;
	margin-left: -35px;
}
/** Preloader
*******************************************************************/

.preloader
{
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    background: #fff;
}

.preloader.hide-preloader
{
    height: 0;
    
    -webkit-transition: .8s ease .3s;
         -o-transition: .8s ease .3s;
            transition: .8s ease .3s;
}

.preloader .spinner
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation: spinner-pulse .6s infinite ease-in-out;
            animation: spinner-pulse .6s infinite ease-in-out;
    text-align: center;

    opacity: 1;
    border-radius: 100%;
    background-color: #228fcf;
}

.preloader.hide-preloader .spinner
{
    opacity: 0;
    
    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
}

@-webkit-keyframes spinner-pulse
{
    0%
    {
        -webkit-transform: scale(0);
    }
    100%
    {
        -webkit-transform: scale(1.0);

        opacity: 0;
    }
}

@keyframes spinner-pulse
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    100%
    {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);

        opacity: 0;
    }
}

.back-to-top {
  background: none;
  position: fixed;
  bottom: 80px;
  right: 25px;
  padding: 10px 17px;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 100%;
  background: #01396e;
}
.contact-scroll {
  font-size: 23px;
  background: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px 14px;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 100%;
  background: #228fcf;
}
.typewriter {
  display:inline;	
  overflow: hidden; /* Sorgt dafür, dass der Inhalt erst während der Animation sichtbar wird */
  border-right: .15em solid #228fcf; /* Der Schreibmaschinen-Cursor */
  letter-spacing: .15em; 
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
/* Der Schreibmaschinen-Cursor-Effekt */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #228fcf; }
}
button.glanzeffekt {
    background-color: #228fcf;
    color: #fff;
    font-size: 1.5em;
    line-height: 2.5em;
    font-weight: normal;
    border-radius: 2em;
    padding: 0 1em;
	border: none;
}

.glanzeffekt {
    position: relative;
    overflow: hidden;
}        

.glanzeffekt::after {
    content: '';
    position: absolute;
    top: -20%;
    bottom: -20%;
    right: 110%;
    left: -30%;
    background: linear-gradient(to right,hsla(120, 100%, 40%, 0), hsla(0, 0%, 100%, 0.8) 50%,  hsla(20, 100%, 50%, 0));
}               

.glanzeffekt:hover:after, .glanzeffekt:focus:after {
    animation: glanzeffekt_animate 1s forwards;
}

@keyframes glanzeffekt_animate {
    100% {
        left: 110%;
        right: -40%;
    }
}  
/** Background Content
*******************************************************************/

.background-content
{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 50%;

    overflow: hidden;

    width: 100%;
    height: 100%;

    -webkit-transform: translate3d(-50%,0,0) !important;
            transform: translate3d(-50%,0,0) !important;
}

.background-content-inner
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 110%;
    height: 110%;

    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.background-content .background-img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



/** Navigation
*******************************************************************/

.navigation-main
{
    position: absolute;
    z-index: 100 !important;
    top: 0;

    width: 100%;
    height: 100px;
    padding: 0 30px;

    background-color: rgba(255, 255, 255, 0);

}

.navigation-main .container-fluid
{
    max-width: 960px;
}

.navigation-main .navbar-collapse
{
    width: 100%;
}

.navigation-main .navbar-brand
{
    padding: 0;
}

.navigation-main .navbar-brand img
{
    position: absolute;

    max-height: 80px;
    top: 60%;
    left: 50%;
    margin-left:-180px;
    margin-top: 0px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.navigation-main button
{
    font-size: 28px;

    margin-right: 0;

    color: #000;
}

.navigation-main ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.navigation-main ul li a,
.navigation-main ul li span
{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 75px;

    display: block;

    margin: 0;
    padding: 0 15px;

    cursor: pointer;
    -webkit-transition: all .1s  linear;
         -o-transition: all .1s  linear;
            transition: all .1s  linear;
    letter-spacing: .096em;
    text-transform: uppercase;

    color: #000;
    background: none !important;
}

.navigation-main ul li a:hover,
.navigation-main ul li span:hover,
.navigation-main ul li.current a
{
    color: #228fcf;
}



/** MEDIA QUERIES  **/

@media (max-width: 1000px)
{
    .navigation-main ul li a,
    .navigation-main ul li span
    {
        padding: 0 10px;
    }

    .navigation-main .container-fluid
    {
        padding: 0;
    }

    .navigation-main
    {
        padding: 0;
    }

    .navbar-header
    {
        padding: 0 24px;
    }
}

@media (min-width: 841px)
{
    .navigation-main .dropdown:hover .dropdown-menu
    {
        display: block;
    }
}

@media (max-width: 840px)
{
    .navigation-main
    {
        height: 60px;
    }

    .navbar-header
    {
        float: none;

        margin: 0 !important;
    }

    .navbar-toggle
    {
        line-height: 60px;

        display: block;

        margin-top: -4px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .navbar-collapse
    {
        margin: 0 !important;
        padding: 0;

        border-top: 1px solid transparent;
        background: #fff;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

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

    .navbar-nav
    {
        float: none!important;

        margin: 7.5px -15px;
        padding-top: 15px !important;
        padding-bottom: 26px !important;
    }

    .navbar-nav > li
    {
        float: none;
    }

    .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text
    {
        float: none;

        margin: 15px 0;
    }

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

    .collapsing
    {
        overflow: hidden !important;
    }

    .navigation-main ul li a,
    .navigation-main ul li span,
    .navigation-main ul li .dropdown-menu a
    {
        line-height: 60px !important;

        padding-left: 40px !important;
    }

    .navbar-nav .open .dropdown-menu
    {
        position: static;

        float: none;

        width: auto;
        margin-top: 0;
        padding: 0;

        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a
    {
        padding: 0;
    }
}

@media (max-height: 840px) and (max-width: 840px)
{
    .navigation-main ul li a,
    .navigation-main ul li span,
    .navigation-main ul li .dropdown-menu a
    {
        line-height: 44px !important;
    }

    .navigation-main
    {
        height: 60px;
    }

    .navigation-main .navbar-brand img
    {
    position: absolute;

    max-height: 70px;
    top: 100%;
    left: 50%;
    margin-left:-145px;
    margin-top: 0px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
}

@media (max-height: 600px) and (max-width: 840px)
{
    .navigation-main ul li a,
    .navigation-main ul li span,
    .navigation-main ul li .dropdown-menu a
    {
        line-height: 34px !important;
    }
}



/** Section
*******************************************************************/

section
{
    position: relative;

    margin: 0 auto;
    padding: 16rem 0;

    background: rgba(0, 0, 0, .7);
}

section.white
{
    position: relative;

    background-color: rgba(255, 255, 255, 0.9);
}

section.white h1,
section.white h2,
section.white h3,
section.white h4,
section.white h5,
section.white h6
{
    color: #01396e;
}

section.white p,
section.white a,
section.white span
{
    color: #000;
	font-weight: normal;
}

section.toproductscroll
{
padding: 0;
background: none;
}
section.toproductscroll p,
section.toproductscroll a,
section.toproductscroll span
{
    color: #000;
	font-weight: normal;
}
section:last-of-type
{
    padding-bottom: 20rem;
}

section .container-fluid
{
    max-width: 980px;
}

section .headline
{
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: .8em;
}

@media (max-width:768px)
{
    section .headline br
    {
        display: none;
    }
}



/** Section --> Intro
*******************************************************************/

#intro
{
    position: relative;

    height: 100vh;
}

#intro .container-mid
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#intro .container-mid h1
{
    line-height: 1em;

    margin-top: 0;
    margin-bottom: .7em;
}

#intro .container-mid p.subline
{
    font-size: 2.2rem;
    line-height: 1.6em;

    display: inline-block;

    margin: 0;
    margin-right: .8em;

    vertical-align: middle;
}

#intro .container-mid a
{
    font-size: 2rem;
    line-height: 3.2em;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 3.2em;
    margin: 0;
    padding: 0;

    -webkit-transition: .2s ease;
         -o-transition: .2s ease;
            transition: .2s ease;
    text-align: center;
    vertical-align: middle;
	
    color: #fff;
    border-radius: 100%;
    background: #228fcf;
}

#intro .container-mid a:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .15s ease;
         -o-transition: .15s ease;
            transition: .15s ease;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    border-radius: 100%;
    background: #228fcf;
}

#intro .container-mid a:hover:before
{
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

#intro .container-mid a:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

}

#intro .container-mid a:hover:after
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	background: linear-gradient(to right,hsla(120, 100%, 40%, 0), hsla(0, 0%, 100%, 0.8) 50%,  hsla(20, 100%, 50%, 0));
	animation: glanzeffekt_animate 1s forwards;
}

#intro .container-mid a i
{
    position: relative;
    z-index: 2;
}

#intro .animation-container
{
    -webkit-transition: .5s ease;
         -o-transition: .5s ease;
            transition: .5s ease;
}

#intro .animation-container.animation-fade
{
    opacity: 0;
}

#intro .animation-container.animation-fade.run-animation
{
    opacity: 1;
}

#intro .animation-container.animation-fade-up
{
    -webkit-transform: translateY(10vh);
        -ms-transform: translateY(10vh);
            transform: translateY(10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-up.run-animation
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

#intro .animation-container.animation-fade-down
{
    -webkit-transform: translateY(-10vh);
        -ms-transform: translateY(-10vh);
            transform: translateY(-10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-down.run-animation
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

#intro .animation-container.animation-fade-left
{
    -webkit-transform: translateX(10vh);
        -ms-transform: translateX(10vh);
            transform: translateX(10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-left.run-animation
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#intro .animation-container.animation-fade-right
{
    -webkit-transform: translateX(-10vh);
        -ms-transform: translateX(-10vh);
            transform: translateX(-10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-right.run-animation
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

@media (max-width:1200px)
{
    #intro
    {
        height: auto;
    }

    #intro .container-mid
    {
        position: relative;
        top: 0;

        margin: 15vh 0;

        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
    }
}

/** Section --> Contactlist
*******************************************************************/

#contactlist
{
    position: relative;

    height: 120vh;
}

#contactlist .container-mid
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#contactlist .container-mid h1
{
    line-height: 1em;

    margin-top: 0;
    margin-bottom: .7em;
}

#contactlist .container-mid p.subline
{
    font-size: 2rem;
    line-height: 1.6em;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}

#contactlist .container-mid a
{
    font-size: 2rem;
    line-height: 3.2em;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 3.2em;
    margin: 0;
    padding: 0;

    -webkit-transition: .2s ease;
         -o-transition: .2s ease;
            transition: .2s ease;
    text-align: center;
    vertical-align: middle;
	
    color: #fff;
    border-radius: 100%;
    background: #228fcf;
}

#contactlist .container-mid a:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .15s ease;
         -o-transition: .15s ease;
            transition: .15s ease;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    border-radius: 100%;
    background: #228fcf;
}

#contactlist .container-mid a:hover:before
{
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

#contactlist .container-mid a:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

}

#contactlist .container-mid a:hover:after
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	background: linear-gradient(to right,hsla(120, 100%, 40%, 0), hsla(0, 0%, 100%, 0.8) 50%,  hsla(20, 100%, 50%, 0));
	animation: glanzeffekt_animate 1s forwards;
}

#contactlist .container-mid a i
{
    position: relative;
    z-index: 2;
}

#contactlist .animation-container
{
    -webkit-transition: .5s ease;
         -o-transition: .5s ease;
            transition: .5s ease;
}

#contactlist .animation-container.animation-fade
{
    opacity: 0;
}

#contactlist .animation-container.animation-fade.run-animation
{
    opacity: 1;
}

#contactlist .animation-container.animation-fade-up
{
    -webkit-transform: translateY(10vh);
        -ms-transform: translateY(10vh);
            transform: translateY(10vh);

    opacity: 0;
}

#contactlist .animation-container.animation-fade-up.run-animation
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

#contactlist .animation-container.animation-fade-down
{
    -webkit-transform: translateY(-10vh);
        -ms-transform: translateY(-10vh);
            transform: translateY(-10vh);

    opacity: 0;
}

#contactlist .animation-container.animation-fade-down.run-animation
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

#contactlist .animation-container.animation-fade-left
{
    -webkit-transform: translateX(10vh);
        -ms-transform: translateX(10vh);
            transform: translateX(10vh);

    opacity: 0;
}

#contactlist .animation-container.animation-fade-left.run-animation
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#contactlist .animation-container.animation-fade-right
{
    -webkit-transform: translateX(-10vh);
        -ms-transform: translateX(-10vh);
            transform: translateX(-10vh);

    opacity: 0;
}

#contactlist .animation-container.animation-fade-right.run-animation
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

@media (max-width:1200px)
{
    #contactlist
    {
        height: auto;
    }

    #contactlist .container-mid
    {
        position: relative;
        top: 0;

        margin: 15vh 0;

        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
    }	
}

/** Section --> About
*******************************************************************/

#about .subline
{
    max-width: 77%;
    margin: 0 auto 2em auto;
}

#about .about-item
{
    padding-right: 24px;
    padding-left: 24px;
}

#about .about-item img
{
    margin-top: 1.8em;
}

#about .about-item p
{
    margin-top: 1.8em;
    margin-bottom: 0;
}

@media (max-width:768px)
{
    #about .subline
    {
        max-width: 640px;
    }

    #about .about-item img
    {
        margin-right: auto;
        margin-left: auto;
    }

    #about .about-item p
    {
        max-width: 640px;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }
}


/** Section --> Work
*******************************************************************/

section#work
{
    padding-bottom: 8rem!important;
}

#work .work-carousel
{
    margin-top: 6rem;
}

#work .work-carousel .owl-dots
{
    position: relative;

    margin-top: 6rem;

    text-align: center;
}

#work .work-carousel .owl-dots .owl-dot
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 6px;

    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
    vertical-align: middle;

    border-radius: 100%;
    background: #bdc3c7;
}

#work .work-carousel .owl-dots .owl-dot.active
{
    border-color: rgba(0,0,0,0);
}

#work .work-carousel .owl-dots .owl-dot:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    opacity: 0;
    border-radius: 100%;
    background: #228fcf;
}

#work .work-carousel .owl-dots .owl-dot.active:after,
#work .work-carousel .owl-dots .owl-dot:hover:after
{
    opacity: 1;
}

#work .work-carousel .item
{
    position: relative;

    display: block;
    overflow: hidden;

    min-height: 30rem;

    background: none;
}

#work .work-carousel .item .bg-image
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #c0c0c0;
}

#work .work-carousel .item .info
{
    position: absolute;
    z-index: -4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s ease;
         -o-transition: .4s ease;
            transition: .4s ease;
    pointer-events: none;

    opacity: 1;
    background: rgba(0,0,0,.8)
}

#work .work-carousel .item:hover .info
{
    z-index: 2;

    pointer-events: all;

    opacity: 1;
	    background: rgba(0,0,0,.8)
}

#work .work-carousel .item .info .container-mid
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

#work .work-carousel .item .info .container-mid h5
{
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);

    opacity: 0;
    color: #fff;
}

#work .work-carousel .item:hover .info .container-mid h5
{
    -webkit-transition: .2s ease .1s;
         -o-transition: .2s ease .1s;
            transition: .2s ease .1s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#work .work-carousel .item .info .container-mid i
{
    font-size: 2rem;
    line-height: 2.5em;

    display: block;

    width: 2.5em;
    margin: 1em auto 0 auto;

    -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
            transform: translateX(-2rem);
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 100%;
    background: #228fcf;
}

#work .work-carousel .item:hover .info .container-mid i
{
    -webkit-transition: .2s ease .1s;
         -o-transition: .2s ease .1s;
            transition: .2s ease .1s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#work .work-carousel .item .lightbox-wrapper
{
    position: absolute;

    display: none;

    opacity: 0;
}

.featherlight .featherlight-content
{
    max-height: 95%;
    padding: 0;

    border-bottom: 0;
}

.featherlight .featherlight-content .work-lightbox h1,
.featherlight .featherlight-content .work-lightbox h2,
.featherlight .featherlight-content .work-lightbox h3,
.featherlight .featherlight-content .work-lightbox h4,
.featherlight .featherlight-content .work-lightbox h5,
.featherlight .featherlight-content .work-lightbox h6,
{
    color: #111;
}

.featherlight .featherlight-content  .featherlight-close-icon
{
    font-size: 2.4rem;
    line-height: 2.4em;

    top: .7em;
    left: .7em;

    width: 2.4em;

    border-radius: 100%;
    outline: none !important;
    background: white;
}

.featherlight .featherlight-content .work-lightbox
{
    max-width: 1400px;
    padding: 0 0 10vh 0;

    text-align: center;
}

.featherlight .featherlight-content .work-lightbox img
{
    margin: 0 auto 7vh auto;
}

.featherlight .featherlight-content .work-lightbox .description
{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5rem;
}

.featherlight .featherlight-content .work-lightbox .description h3
{
    margin-bottom: .25em;

    text-align: left;
}

.featherlight .featherlight-content .work-lightbox .description p.subline
{
    margin-bottom: 2em;

    letter-spacing: .025em;
}

.featherlight .featherlight-content .work-lightbox .description p
{
    margin-bottom: 2em;

    text-align: left;
}

.gastrologo-lightbox {
    width: 66% !important;
	margin: 0 auto;
}

.gastrologo-contact {
    width: 40% !important;
	margin: 0 auto;
}

.logo-footer {
    width: 60% !important;
}

.gastrologolink a{
    width: 100% !important;
	background: none!important;;
}

.paddingtop {
    padding-top: 7rem;
}
.margtop {
    margin-top: 200px;
}

#work p
{
    font-size: .9em;
	color: #fff;
	width: 80% !important;
	margin: 0 auto;
}

#work .boldfont
{
    font-weight: 600;
}

i[title]:hover::after {
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  font-weight: 600;
  line-height: 1.2em;
  content: attr(title);
  position: absolute;
  top: 10px;
  left: 1px;
  color: #fff;
  background-color: #228fcf;
  border-radius: 50%;
}

#work h5
{
  font-weight: 600;
  line-height: .6em !important;
}

#work .stylines
{
  margin-top: 10px;
  margin-bottom: 10px;
}

/** Section --> offer
*******************************************************************/
section#offer
{
    padding-top: 0!important;
}
#offer .offer-carousel
{
    margin-top: 6rem;
}

#offer .offer-carousel .owl-dots
{
    position: relative;

    margin-top: 6rem;

    text-align: center;
}

#offer .offer-carousel .owl-dots .owl-dot
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 6px;

    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
    vertical-align: middle;

    border-radius: 100%;
    background: #bdc3c7;
}

#offer .offer-carousel .owl-dots .owl-dot.active
{
    border-color: rgba(0,0,0,0);
}

#offer .offer-carousel .owl-dots .owl-dot:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    opacity: 0;
    border-radius: 100%;
    background: #228fcf;
}

#offer .offer-carousel .owl-dots .owl-dot.active:after,
#offer .offer-carousel .owl-dots .owl-dot:hover:after
{
    opacity: 1;
}

#offer .offer-carousel .item
{
    position: relative;

    display: block;
    overflow: hidden;

    min-height: 35.7rem;

    background: none;
}

#offer .offer-carousel .item .bg-image
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #c0c0c0;
}

#offer .offer-carousel .item .info
{
    position: absolute;
    z-index: -4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s ease;
         -o-transition: .4s ease;
            transition: .4s ease;
    pointer-events: none;

    opacity: 1;
    background: rgba(0,0,0,.8)
}

#offer .offer-carousel .item:hover .info
{
    z-index: 2;

    pointer-events: all;

    opacity: 1;
	    background: rgba(0,0,0,.8)
}

#offer .offer-carousel .item .info .container-mid
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

#offer .offer-carousel .item .info .container-mid h5
{
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);

    opacity: 0;
    color: #fff;
}

#offer .offer-carousel .item:hover .info .container-mid h5
{
    -webkit-transition: .2s ease .1s;
         -o-transition: .2s ease .1s;
            transition: .2s ease .1s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#offer .offer-carousel .item .info .container-mid i
{
    font-size: 2rem;
    line-height: 2.5em;

    display: block;

    width: 2.5em;
    margin: 1em auto 0 auto;

    -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
            transform: translateX(-2rem);
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 100%;
    background: #228fcf;
}

#offer .offer-carousel .item:hover .info .container-mid i
{
    -webkit-transition: .2s ease .1s;
         -o-transition: .2s ease .1s;
            transition: .2s ease .1s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#offer .offer-carousel .item .lightbox-wrapper
{
    position: absolute;

    display: none;

    opacity: 0;
}

.featherlight .featherlight-content
{
    max-height: 95%;
    padding: 0;

    border-bottom: 0;
}

.featherlight .featherlight-content .offer-lightbox h1,
.featherlight .featherlight-content .offer-lightbox h2,
.featherlight .featherlight-content .offer-lightbox h3,
.featherlight .featherlight-content .offer-lightbox h4,
.featherlight .featherlight-content .offer-lightbox h5,
.featherlight .featherlight-content .offer-lightbox h6,
{
    color: #111;
}

.featherlight .featherlight-content  .featherlight-close-icon
{
    font-size: 2.4rem;
    line-height: 2.4em;

    top: .7em;
    left: .7em;

    width: 2.4em;

    border-radius: 100%;
    outline: none !important;
    background: white;
}

.featherlight .featherlight-content .offer-lightbox
{
    max-width: 1400px;
    padding: 0 0 10vh 0;

    text-align: center;
}

.featherlight .featherlight-content .offer-lightbox img
{
    margin: 0 auto 7vh auto;
}

.featherlight .featherlight-content .offer-lightbox .description
{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5rem;
}

.featherlight .featherlight-content .offer-lightbox .description h3
{
    margin-bottom: .25em;

    text-align: left;
}

.featherlight .featherlight-content .offer-lightbox .description p.subline
{
    margin-bottom: 2em;

    letter-spacing: .025em;
}

.featherlight .featherlight-content .offer-lightbox .description p
{
    margin-bottom: 2em;

    text-align: left;
}

.gastrologo-lightbox {
    width: 66% !important;
	margin: 0 auto;
}
.gastrologo-lightbox-offer {
    width: 30% !important;
	margin: 0 auto;
}
.gastrologo-contact {
    width: 40% !important;
	margin: 0 auto;
}

.logo-footer {
    width: 60% !important;
}

.gastrologolink a{
    width: 100% !important;
	background: none!important;;
}

.paddingtop {
    padding-top: 7rem;
}
.margtop {
    margin-top: 200px;
}

#offer p
{
    font-size: .9em;
	color: #fff;
	width: 80% !important;
	margin: 0 auto;
}

#offer .boldfont
{
    font-weight: 600;
}

i[title]:hover::after {
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  font-weight: 600;
  line-height: 1.2em;
  content: attr(title);
  position: absolute;
  top: 10px;
  left: 1px;
  color: #fff;
  background-color: #228fcf;
  border-radius: 50%;
}

#offer h5
{
  font-weight: 600;
  line-height: .6em !important;
}

#offer .stylines
{
  margin-top: 10px;
  margin-bottom: 10px;
}

/** Section --> Clients
*******************************************************************/

#clients .client-feedback
{
    padding-top: 2rem;
}

#clients .client-feedback .client-feedback-item
{
    margin-bottom: 5rem;
}

#clients .client-feedback .client-feedback-item:last-child
{
    margin-bottom: 0;
}

@media (max-width:768px)
{
    #clients .client-feedback .client-feedback-item img
    {
        margin: 0 auto 3rem auto;
    }

    #clients .client-feedback .client-feedback-item .text-left
    {
        text-align: center;
    }
}



/** Section --> Contact
*******************************************************************/

#contact .contact-list
{
    display: inline-block;

    margin: 0;
    padding: 3rem 0 0 0;

    list-style: none;

    text-align: left;
}

#contact .contact-list .contact-list-item
{
    margin-bottom: 4rem;
}

#contact .contact-list .contact-list-item .contact-type
{
    display: inline-block;
    margin-right: 1.6rem;
    padding: 0px 20px 0px 20px;
    border-radius: 50%;
    background: #228fcf;
}

#contact .contact-list .contact-list-item .contact-type i
{
    font-size: 2rem;
    line-height: 7rem;
    color: #fff;
    margin-right: .3em;
}

#contact .contact-list .contact-list-item .contact-type h6
{
    font-weight: 500;

    margin-right: .3em !important;

    color: #fff;
}

#contact .contact-list .contact-list-item h6
{
    line-height: 6rem;

    display: inline-block;

    margin: 0;
}

@media (max-width:500px)
{
    #contact .contact-list .contact-list-item
    {
        text-align: center;
    }

    #contact .contact-list .contact-list-item .contact-type
    {
        display: block;

        margin-bottom: 2rem;

        text-align: center;
    }	
}
@media (max-width:800px)
{
	.hide-xs {
    display: none !important;
    }
}

/** Section --> Footer
*******************************************************************/

#footer
{
    position: relative;
    overflow: hidden;

    margin: 0 auto;
    padding: 4rem 0;
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 1px solid #228fcf;
}

#footer p
{
    line-height: 6rem;

    margin: 0;
}

#footer p a
{
    font-weight: 400;

    color: inherit;
}

#footer .social-icons
{
    margin: 0;
    padding: 0;

    list-style: none;
}

#footer .social-icons li
{
    font-size: 2rem;
    line-height: 3em;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 3em;
    height: 3em;
    margin: 0;
    margin-right: 1em;

    text-align: center;

    color: #fff;
    border-radius: 100%;
    background: #228fcf;
	
}

#footer .social-icons li:last-child
{
    margin-right: 0;
}

#footer .social-icons li:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .15s ease;
         -o-transition: .15s ease;
            transition: .15s ease;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    border-radius: 100%;
    background: #228fcf;
}

#footer .social-icons li:hover:before
{
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

#footer .social-icons li:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
}

#footer .social-icons li:hover:after
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	background: linear-gradient(to right,hsla(120, 100%, 40%, 0), hsla(0, 0%, 100%, 0.8) 50%,  hsla(20, 100%, 50%, 0));
	animation: glanzeffekt_animate 1s forwards;

}

#footer .social-icons li a
{
    font-size: inherit;

    position: relative;
    z-index: 3;

    display: block;

    color: #fff;
    border: none;
}



@media (max-width:768px)
{
    #footer p
    {
        margin-bottom: 1em;
    }
    .logo-footer {
    width: 60% !important;
	margin: 0 auto;
    }
    #footer .text-left,
    #footer .text-right
    {
        text-align: center;
    }
}