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

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

html,body { 
	height: 100%; 
	border: 0px solid #fff; 
	padding: 0px;
	
/* hyphens */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.nohyphens { 
	overflow-wrap: break-word;
	word-wrap: break-word;
	-moz-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual; 
}
	
body {
    overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.wow {
  visibility: hidden;
}
.parent {
  position: relative;
  width: 100%;
}
.child {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
}
}

@media(min-width:0px) {
.navbar-default  .navbar-logo {
        width: 170px;
		margin-top: -5px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}

@media(min-width:992px) {
	.navbar-default  .navbar-logo {
        width: 223px;
		margin-top: -18px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #00a4b4;
}

hr {
    border-top: dashed 1px;
}

.white {
	color: #fff;
}

.box-gray {
    background-color: #ffffff;
	padding: 30px;
	border: 10px solid #fff;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

p {
    font-size: 18px;
    line-height: 24px;
}

p.large {
    font-size: 18px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #00a4b4;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #e14431;
    text-decoration: none;
}

h1 {
    text-transform: uppercase;
	font-family: Montserrat, sans-serif;
    font-weight: 100;
    color: #00a4b4;
	margin-top: 0px;
    font-size: 36px;
}

h2 {
	font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #00a4b4;
	margin-top: 0px;
    font-size: 18px;
}

h3,
h4,
h5,
h6 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0px;
}

@media (min-width: 769px){ 
h1 {
    font-size: 60px;
}

h2 {
    font-size: 24px;
}

h3,
h4,
h5,
h6 {
    font-size: 24px;
}

}

.price {
	font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #00a4b4;
}

.footer {
    text-transform: uppercase;
	font-family: Montserrat, sans-serif;
    font-size: 14px;
}

footer {
    padding: 50px 0px 50px 0px;
    text-align: center;
}

.kontakt {
    text-transform: none;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	color: #706f6f;
}

.kontakt a {
	color: #706f6f;
}

.border-right {
	box-shadow: inset 0px 0px 1px 0px rgba(256,256,256,1);
}

.logo-footer {
    width: 80px;
    padding: 80px 0px 30px 0px;
}

.icon {
    max-width: 80px;
    padding: 10px 5px 10px 0px;
}

.bild {
    padding: 10px;
    margin: 0px;
}
.kursbild {
    padding-bottom: 15px;
}

.kurs { transition: all 0.5s ease-in-out; }
.kurs:hover { transform: scale(1.05); }

.thumbs { transition: all 1.0s ease-in-out; -webkit-filter: grayscale(100%); filter: grayscale(0%); }
.thumbs:hover { transform: rotate(720deg); -webkit-filter: grayscale(0%); filter: grayscale(100%); }

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-red {
    background-color: #00a4b4;
}

.bg-darkest-gray {
    background-color: #222;
}

.nopadding {
    padding: 0px;
}

.box-textwhite {
    padding: 30px;
    color: #fff;
}


.btn-primary {
    border-color: #00a4b4;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #00a4b4;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #00a4b4;
    color: #fff;
    background-color: #00a4b4;
	border-radius: 20px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #00a4b4;
    background-color: #00a4b4;
}

.btn-primary .badge {
    color: #00a4b4;
    background-color: #fff;
}

.btn-xl {
    padding: 15px 30px;
    border-color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #00a4b4;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-xl-red {
    padding: 20px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    border: 0px solid #00a4b4;
    color: #fff;
    background-color: #00a4b4;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-xl-red:hover {
    border-radius: 35px;
    color: #fff;
    background-color: #bf4233;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.abstando {
    padding-top: 180px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-radius: 35px;
    border-color: #fff;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #00a4b4;
    background-color: #00a4b4;
}
.form-control {
    font-size: 18px;
    color: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}
	
.btn-xl .badge {
    color: #00a4b4;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #fff;
}

.green {
    color: #00a4b4;
}

.black {
    color: #222;
}

@media (max-width: 768px){ 
   .navbar-collapse  { 
    text-align: right;
   } 
}
.navbar-default .navbar-brand {
	font-family: Montserrat, sans-serif;
    color: #00a4b4;
	padding: 0px;
	margin: 15px 0px 0px 15px;
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #00a4b4;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a4b4;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .nav li a {
	font-family: Montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #00a4b4;
    text-align: center;
	font-size: 14px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #00a4b4;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #999;
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #999;
    background-color: #fff;
}

.zusatz {
        font-size: 12px;
        color: #999;
		font-family: Montserrat, sans-serif;
        margin: 0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}

@media(min-width:0px) {
    .navbar-default.navbar-shrink {
        padding: 0px 0px 0px 0px;
        background-color: #fff;
	    -webkit-box-shadow: 0px 0px 20px 2px #ccc;
		-moz-box-shadow: 0px 0px 20px 2px #ccc;
        box-shadow: 0px 0px 20px 2px #ccc;
	}
}

@media(min-width:992px) {
.navbar-default .nav li a {
	font-family: Montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	font-size: 18px;
}
    .navbar-default {
        padding: 20px 0px 0px 0px;
        border: 0;
        background-color: #fff;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        margin: 0px;
        padding: 0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .footer-brand {
        font-size: 24px;
    }

    .zusatz {
        font-size: 18px;
        color: #999;
		font-family: Montserrat, sans-serif;
        margin: 0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 0px;
    }

    .navbar-default.navbar-shrink {
        padding: 20px 0px 0px 0px;
        background-color: #fff;
	    -webkit-box-shadow: 0px 0px 20px 2px #ccc;
		-moz-box-shadow: 0px 0px 20px 2px #ccc;
        box-shadow: 0px 0px 20px 2px #ccc;
/*!
	    -webkit-box-shadow: 0px 0px 20px 2px #ddd;
		-moz-box-shadow: 0px 0px 20px 2px #ddd;
        box-shadow: 0px 0px 20px 2px #ddd;
*/
	}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        margin: 0px;
        padding: 0px;
    }
	.navbar-default.navbar-shrink .navbar-logo {
        width: 223px;
		margin-top: -5x;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	.navbar-default.navbar-shrink .nav li a {
		color: #333333;
	}
	footer {
    text-align: left;
	}

}

@media (min-width: 0px) { 
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/cloud-intro.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	height: 100%;
}
}

@media (min-width: 768px) { 
header {
    text-align: center;
    color: #fff;
	height: 100%;
}
}


header .intro-text {
    padding-top: 50px;
    padding-bottom: 0px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 0px;
	font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 0px;
		font-family: Montserrat, sans-serif;
        font-size: 24px;
        line-height: 20px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 0px;
		font-family: Montserrat, sans-serif;
        font-size: 64px;
        font-weight: 700;
        line-height: 64px;
		text-transform: uppercase;
    }
}

@media(min-width:0px) {
section {
    padding: 0px 0px 0px 0px;
}
}

section h1.section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
}

section h2.section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
	font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
}

@media(min-width:768px) {
    section {
        padding: 0px 0px 0px 0px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(50,194,255,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

.zoom i {
  max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.zoom:hover i {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
	font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 0px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

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

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

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

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

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

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

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

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

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

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

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

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

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

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

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

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

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

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

#vorteile {
    background-color: #00a4b4;
}
@media(min-width:992px) {
#vorteile {
    background-color: #00a4b4;
    background-image: url(../img/bg_vorteile.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}
header#default {
    background-image: url(../img/default.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: repeat;
	height: 200px;
}

@media(min-width:768px) {
	header#default {
		height: 500px;
}

}
section#tour .section-heading {
    color: #fff;
}
section#tour .section-subheading {
    color: #fff;
}
section#contact {
    background-color: #f7f7f7;
}
.team-bg {
    margin: -50px 0px 30px 0px;
    height: 300px;
    background-color: #222;
    background-image: url(../img/team/marcus-brockhoff-4000islands_mobile.jpg);
    background-position: center center;
    background-repeat: none;
}

@media(min-width:768px) {
.team-bg {
    margin: -150px 0px 150px 0px;
    height: 600px;
    background-color: #222;
    background-image: url(../img/team/marcus-brockhoff-4000islands.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
}

section#contact .section-heading {
    color: #666666;
}

section#contact .section-subheading {
    color: #666666;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    background-color: #ffffff;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    border-radius: 0px;
}

section#contact .form-group input.form-control {
    height: auto;
    color: #666666;
}

section#contact .form-group textarea.form-control {
    height: 248px;
}

section#contact .form-control:focus {
    border-color: #00a4b4;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #cccccc;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #cccccc;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #cccccc;
}

section#contact .text-danger {
    color: #666666;
}
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

footer span.copyright {
	font-size: 11px;
    color: #666666;
	text-align: center;
}
.copyright {
	font-size: 11px;
    color: #666666;
	line-height: 30px;
}
footer a.copyright {
	font-size: 11px;
    color: #666666;
}
@media(min-width:768px) {
	footer .copyright {
		text-align: left;
	}
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #00a4b4;
}

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

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(256, 256, 256, .98);
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
	font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #00a4b4;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #00a4b4;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
.nomargin {
	padding: 0px;
}

.navbar li .p:after { 
	display: block; 
	content: ''; 
	border-bottom: solid 3px #00a4b4; 
	transform: scaleY(0); 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
	padding: 8px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
.navbar li .p:hover:after { 
	transform: scaleY(1); 
}
.navbar li .p:focus:after { 
	transform: scaleY(1); 
}
	
.small 	{
    font-size: 14px;
    font-style: italic;
}

.slidertext 		{ position: relative; z-index: 3; width: 100%; }
.sliderbg 		{ background-color: #000000; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 10px; height: 10px; margin: 5px; background-color: #FFFFFF; border: 0px solid #fff; border-radius: 10px; 
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.carousel-indicators .active { 
	width: 10px;
	height: 10px;
	margin: 5PX;
	background-color: #00a4b4;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; }

@media (min-width: 0px) { 
.carousel {	height: 100%; }
.item {	height: 100%; }
.active { height: 100%; }
.carousel-inner { height: 100%; }
.carousel-control { 
		height: 100%; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.fill {	background-position: center top; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; }  
}

@media (min-width: 768px) { 
.carousel {	height: 100%; }
.item {	height: 100%; }
.active { height: 100%; }
.carousel-inner { height: 100%; }
.carousel-control { 
		height: 100%; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.fill {	background-position: center top; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; }  
}




.slidertext { position: absolute; top: 10%; bottom: 100px; }
@media (min-width: 768px) { 
.slidertext { position: absolute; top: 10%; margin-top: -117px; }
}
@media (min-width: 992px) { 
.slidertext { position: absolute; top: 10%; margin-top: -124px; }
}
@media (min-width: 1200px) { 
.slidertext { position: absolute; top: 10%; margin-top: -128px; }
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

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

.carousel-fade .carousel-control {
  z-index: 20;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-control.left, .carousel-control.right { 
background: none !important; 
filter: progid:none !important; }

.abstandu {
	padding-bottom: 100px;
}

.abstand30 {
	padding-bottom: 30px;
}


@media screen and (min-width: 768px) {
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 60px;
}

.carousel-control .icon-prev, .carousel-control .fa-angle-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
}
.row-flex {
  display: -webkit-box; 
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; 
  flex-wrap: wrap;
}
.flex-col {
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border: 7px solid #f7f7f7;
}
th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
@media screen and (max-width: 767px) {
	.hidden-xs {
	display: none;
	}
}
@media screen and (min-width: 768px) {
	.only-xs {
	display: none;
	}
}
@media screen and (min-width: 992px) {
	.only-xs-sm {
	display: none;
	}
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

    .table>tbody>tr>th,
    .table>tbody>tr>td {
        border-top: 0;
        padding: 5px 0;
    }

	
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background-color: transparent;
    color: #ba0000;
    width: 50px;
    height: 48px;
    line-height: 40px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}	
.check {list-style-image:url(../img/check.png) }

.partner img {
	height: 80px;
}

.row-flex {
    margin-right: -15px;
    margin-left: -15px;
}
