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;
}
	
body {
	overflow-x: hidden;
	font-family: sans-serif;
    font-weight: 100;
	color: #fff;
    background-color: #2f3a4b;
    font-size: 16px;
}

/* Panorama Background iframe with blur effect */
#pano-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    border: none;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

/* Subtle dark overlay for better content visibility */
#pano-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    pointer-events: none;
}

.wow {
  visibility: hidden;
}
.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
}
.navbar-default  .navbar-logo {
        width: 220px;
		margin-top: 5px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
@media(min-width:768px) {
.navbar-default  .navbar-logo {
		margin-top: -5px;
}
}

@media(min-width:992px) {
	.navbar-default  .navbar-logo {
        width: 242px;
		margin-top: -18px;
		margin-left: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #0097f8;
}

hr {
    border-top: dashed 1px;
}

.white {
	color: #fff;
}

.pad15 {
	padding: 15px 30px 15px 0px;
}
.box {
    background-color: #fff;
	padding: 0px;
	color: #666;
	min-height:250px;
}
.box-pano {
    background-color: #fff;
        padding: 0px;
        color: #666;
        min-height:420px;
}
.box-text {
	padding: 15px 20px 15px 20px;
	color: #666;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

p.large {
    font-size: 18px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color:#ffffff;
    outline: 0;
}
.box-text a:hover, a:focus, a:active {
    color:#186aa7
}

a {
    color: #186aa7;
    font-weight: 400;
}

a:hover,
a:active,
a.active {
    text-decoration: underline;
}

.red {
    color: #186aa7;
}

h1 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 36px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
	margin-top: 0px;
    font-size: 26px;
}

h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0px;
}

h4,
h5,
h6 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (min-width: 769px){ 
h1 {
    font-size: 36px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 18px;
}
h4,
h5,
h6 {
    font-size: 14px;
}

}

.price {
	font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #0097f8;
}

.footer {
    text-transform: uppercase;
	font-family: 'Open Sans', 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: 16px;
    line-height: 1.75;
    padding: 0px 15px 10px 15px;
	color: #fff;
}

.kontakt a {
	color: #fff;
}

.border-right {
	box-shadow: inset 0px 0px 1px 0px rgba(256,256,256,1);
}

.logo-footer {
    max-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 { -webkit-filter: grayscale(0%); filter: grayscale(100%); }

.img-centered {
	display: block; margin: 0 auto;
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-red {
    background-color: #000;
}

.bg-darkest-gray {
    background-color: #222;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.box-textwhite {
    padding: 30px;
    color: #fff;
}


.btn-primary {
    border-color: #0097f8;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #0097f8;
    -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: #0097f8;
    color: #fff;
    background-color: #0097f8;
	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: #0097f8;
    background-color: #0097f8;
}

.btn-primary .badge {
    color: #0097f8;
    background-color: #fff;
}

.btn {
    padding: 15px 30px;
    border-color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-xl {
    padding: 15px 30px;
    margin-top: 15px;
    border-color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	line-height: 70px;
}
button.btn-xl {
    padding: 0px 30px;
    margin-top: 15px;
    border-color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	line-height: 60px;
}

.btn-xl-red {
    padding: 20px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: 0px solid #0097f8;
    color: #fff;
    background-color: #0097f8;
    -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: 60px;
}

.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: #0097f8;
    background-color: #0097f8;
}
.form-control {
    font-size: 18px;
    color: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}
	
.btn-xl .badge {
    color: #0097f8;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #000;
}

.green {
    color: #0097f8;
}

.black {
    color: #222;
}

@media (max-width: 768px){ 
   .navbar-collapse  { 
    text-align: right;
   } 
}
.navbar-default .navbar-brand {
	font-family: 'Open Sans', sans-serif;
    color: #0097f8;
	padding: 0px;
	margin: 0px 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: #0097f8;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.in {
    background-color: rgba(0, 0, 0, 0.6);;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .nav li a {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-align: right;
	font-size: 14px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.zusatz {
        font-size: 12px;
        color: #999;
		font-family: 'Open Sans', 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: #000;
	    -webkit-box-shadow: 0px 0px 20px 2px #000;
		-moz-box-shadow: 0px 0px 20px 2px #000;
        box-shadow: 0px 0px 20px 2px #000;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	}
}

@media(min-width:992px) {
.navbar-default .nav li a {
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
	font-size: 18px;
}
    .navbar-default {
        padding: 20px 0px 0px 0px;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    }

    .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: 'Open Sans', 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: #000;
	    -webkit-box-shadow: 0px 0px 20px 2px #000;
		-moz-box-shadow: 0px 0px 20px 2px #000;
        box-shadow: 0px 0px 20px 2px #000;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
/*!
	    -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: 242px;
		margin-top: -5x;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	.navbar-default.navbar-shrink .nav li a {
		color: #fff;
	}
	footer {
    text-align: left;
	}

}

@media (min-width: 0px) { 
header {
    text-align: center;
    color: #fff;
}
}

@media (min-width: 768px) { 
	header {
		text-align: center;
		color: #fff;
	}
	.navbar-logo { 
		margin-top: -15px; 
		margin-left: 15px; 
	}
}


header .intro-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 0px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 0px;
		font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        line-height: 20px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 0px;
		font-family: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 0px;
    }
}

.bg {
    background-color: #fff;
    background-image: url(../img/bbb.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;
}

header#default {
    background-image: url(../img/default.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: repeat;
	height: 200px;
}
section#contact {
    background-image: url(../img/bg_kontakt.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;
}


@media(min-width:768px) {
	header#default {
		height: 500px;
}

}
section#tour .section-heading {
    color: #fff;
}
section#tour .section-subheading {
    color: #fff;
}
section#contact .section-heading {
    color: #fff;
}

section#contact .section-subheading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    background-color: #000;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    border-radius: 0px;
}

section#contact .form-group input.form-control {
    height: auto;
    color: #fff;
}

section#contact .form-group textarea.form-control {
    height: 248px;
}

section#contact .form-control:focus {
    border-color: #0097f8;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #fff;
}
.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666666;
}
.form-control::-webkit-input-placeholder {
  color: #666666;
}

footer span.copyright {
	font-size: 14px;
    line-height: 20px;
    color: #fff;
	text-align: center;
}
footer a.copyright {
	font-size: 14px;
    line-height: 20px;
    color: #fff;
	text-align: center;
}
@media(min-width:768px) {
	footer span.copyright {
		text-align: left;
	}
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', 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: #0097f8;
}

.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(0, 0, 0, .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: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    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: #fff;
    -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: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #0097f8;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #0097f8;
}

.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;
}

@media (min-width: 768px){ 
.navbar li .p:after { 
	display: block; 
	content: ''; 
	border-bottom: solid 3px #0097f8; 
	transform: scaleX(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; 
	transform-origin: 0% 100%;
}
.navbar li .p:hover:after {
	transform: scaleX(1); 
	padding: 8px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	transform-origin: 100% 0%;
}
.navbar li .p:focus:after { 
	transform: scaleX(1); 
	padding: 8px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
}	
.small 	{
    font-size: 13px;
    font-weight: 400;
	color: #186aa7;
}

.abstandu {
	padding-bottom: 50px;
}

.abstand30 {
	padding-bottom: 30px;
}

.abstand15 {
	padding-bottom: 15px;
}

.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: 25px 0;
    }
@media screen and (min-width: 992px) {
    .table>tbody>tr>th,
    .table>tbody>tr>td {
        font-size: 24px;
    }
}

	
.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) }

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  right: 0;
  bottom: 0;
  width: 100%; 
  min-height: auto;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
td {
border-bottom: 1px solid #000;
}
.table>thead>tr>th {
  background: transparent;
    vertical-align: bottom;
    border-bottom: 1px solid #000;
}
.table>tbody>tr {
  background: transparent;
    vertical-align: bottom;
    border-bottom: 1px solid #000;
    -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;
}
.table>tbody>tr:hover {
  background: rgba(0, 0, 0, 0.5);
    -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;
}
thead {
  background: transparent;
border: 0px solid #000;
}
.newsitem {
	background: transparent;
	padding: 15px;
	border: 0px solid #000;
    -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;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px 0px 0px;
}
.insta {
	padding: 0px 8px 16px 8px;
}
.padlr {
	padding: 0px 8px 0px 8px;
}
.referenz {
	padding: 0px 8px 16px 8px;
	margin: 0px;
	-webkit-filter: grayscale(0%); 
	filter: grayscale(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 1.0s ease-in-out; 
}
.referenz:hover {
	-webkit-filter: grayscale(100%); 
	filter: grayscale(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 1.0s ease-in-out; 
}

.table { 
	font-size: 15px; 
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;

}

@media (min-width: 768px) { 
	.table { font-size: 16px; }
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.7);
}
.fab,
.fa,
.fas {
	font-size: 20px;
	color: #186aa7;
	padding: 10px 8px 0px 0px;
    margin-right: 4px;
}
.box-text .fa, .fab, .fas {
	float:left;
}
.lineu {
    border-bottom: 1px solid #fff;
}
.mail {
	font-size: 15px;
	color: #fff;
	padding: 0px 3px 0px 0px;
}
.beschreibung {
	margin-top:9px;
    height:21px;
}
.box-text-v8a {
	min-height:235px;
}
@media(max-width:1199px) {
    .box-text a {
    }
    .beschreibung {
    	margin-top:13px;
        height:17px;
    }
}
.fa-question-circle {
	font-size:20px;
}
.fa-question-circle {
    vertical-align: -10px;
    margin-left:5px;
}

/* Modal fixes for Social Media Anleitungen and Panorama to Video */
#socialMediaModal .modal-body .fas,
#socialMediaModal .modal-body .fa,
#socialMediaModal .modal-body .fab,
#panoToVideoModal .modal-body .fas,
#panoToVideoModal .modal-body .fa,
#panoToVideoModal .modal-body .fab {
    color: #fff !important;
}

#socialMediaModal .modal-body .btn,
#panoToVideoModal .modal-body .btn {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
}

#socialMediaModal .modal-body .btn:hover,
#panoToVideoModal .modal-body .btn:hover {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    color: #fff;
}
