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





html,body { 
	height: 100%; 
	border: 0px solid #fff; 
	padding: 0px;
	margin: 0px;
	color: #333;
	
/* hyphens */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
  
}
.no-hyphens { 
	overflow-wrap: break-word;
	word-wrap: break-word;
	-moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; 
  
}
	
body {
    overflow-x: hidden;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
}
.wow {
  visibility: hidden;
}

@media(min-width:992px) {
.nachoben {
	margin-top: -150px;
	border-radius: 20px;
	padding-top: 50px;
	background-color: #fff;
	z-index: 1;
}
}

@media(min-width:0px) {
.navbar-default  .navbar-logo {
        width: 200px;
		padding-left: 0px;
		margin-top: 0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		
    }
}
@media(min-width:0px) {
.navbar-default  .mobile-logo {
        width: 150px;
		padding-left: 5px;
		margin: 10px auto 0px auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		position: absolute;
    }
}

@media(min-width:768px) {
.navbar-default  .navbar-logo {
        width: 180px;
		margin-top: 0px;
		margin-bottom: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
.navbar-default  .navbar-logo-index {
        width: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}

@media(min-width:992px) {
	.navbar-default  .navbar-logo {
        width: 220px;
    }
	.navbar-default  .navbar-logo-index {
        width: 0px;
    }
}
@media(min-width:1440px) {
	.navbar-default  .navbar-logo {
        width: 220px;
    }
	.navbar-default  .navbar-logo-index {
        width: 0px;
    }
}
@media(min-width:1600px) {
	.navbar-default  .navbar-logo {
        width: 220px;
    }
	.navbar-default  .navbar-logo-index {
        width: 0px;
    }
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fff;
}

p {
	margin: 0px;
}

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

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

a {
    color: #0fc605;
}

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

header h1 {
    color: #333333;
	font-weight: 400;
	margin-top: 0px;
    margin-bottom: 15px;
}
header h2 {
    color: #333333;
	font-weight: 700;
    letter-spacing: 0px;
}
header {
    color: #333333;
	font-weight: 400;
    letter-spacing: 0px;
}

h1 {
	font-family: 'PT Serif', serif;
    font-weight: 400;
    color: #333;
	margin-top: 0px;
    margin-bottom: 30px;
    font-size: 30px;
	line-height: 30px;
}
h2 {
	font-family: 'PT Serif', serif;
    font-weight: 400;
    color: #333;
	margin-top: 0px;
    margin-bottom: 30px;
    font-size: 30px;
	line-height: 30px;
}
h3 {
	font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
	margin-top: 0px;
    margin-bottom: 10px;
}

@media (min-width: 375px) { 
body { font-size: 16px; line-height: 22px; }
h1, h2 { font-size: 30px; line-height: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px;}
}

@media (min-width: 425px) { 
body { font-size: 16px; line-height: 22px; }
h1, h2 { font-size: 30px; line-height: 30px; }
h3 { font-size: 20px; }
h4 { font-size: 20px;}
}

@media (min-width: 768px) { 
body { font-size: 14px; line-height: 18px; }
h1, h2 { font-size: 30px; line-height: 30px; }
h3 { font-size: 20px; }
h4 { font-size: 20px;}
}

@media (min-width: 992px) { 
body { font-size: 16px; line-height: 22px; }
h1, h2 { font-size: 40px; line-height: 40px; }
h3 { font-size: 18px; }
h4 { font-size: 16px;}
}

@media (min-width: 1200px) { 
body { font-size: 18px; line-height: 26px; }
h1, h2 { font-size: 60px; line-height: 60px; }
h3 { font-size: 24px; }
h4 { font-size: 18px;}
}

@media (min-width: 1900px) { 
body { font-size: 18px; line-height: 28px; }
h1, h2 { font-size: 80px; line-height: 80px; }
h3 { font-size: 36px; }
h4 { font-size: 24px;}
}

h5,
h6 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer {
    text-transform: uppercase;
	font-family: 'PT Serif', serif;
    font-size: 14px;
}

footer {
    padding: 0px 0px 0px 0px;
    text-align: center;
	background-color: transparent;
	margin-top: 80px;
}
footer img {
	margin: 0 auto;
}
@media (min-width: 768px) { 
footer img {
	margin: 0;
}
}

.kontakt {
    text-transform: none;
	font-family: 'PT Serif', serif;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 15px 50px 15px;
	color: #fff;
}

@media (max-width: 991px) { 
.kontakt {
    padding: 0px 15px 30px 15px;
	}
}

.kontakt a {
	color: #fff;
}

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

.logo-footer {
    max-width: 75%;
	margin-bottom: 0px;
}
@media (min-width: 768px) { 
.logo-footer {
    max-width: 75%;
	margin-bottom: 30px;
}
}

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

.pfeil {
    padding: 2px 5px 3px 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; 
}

.thumbs:hover { 
	transform: scale(1.05); 
	-webkit-box-shadow: 0px 0px 30px 0px #bac9c9;
	-moz-box-shadow: 0px 0px 30px 0px #bac9c9;
	box-shadow: 0px 0px 30px 0px #bac9c9;
}

.img-centered {
    margin: 0 auto;
}

@media (max-width: 767px) { 
.xs-img-centered {
    margin: 0 auto;
	}
}

@media (max-width: 991px) { 
.sm-img-centered {
    margin: 0 auto;
	}
}

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

.bg-red {
    background-color: #000;
}

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

.nopadding {
    padding: 0px;
}
.pad15 {
    padding: 30px 15px 0px 15px;
}

.bilder {
    padding: 15px;
	font-style: italic;
	font-size: 15px;
}

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

.gold {
    color: #333;
}
.box-white {
    padding: 30px 30px 80px 30px;
    height: 100%;
    background-color: #fff;
	position: relative;
}
.box-white { transition: all 0.5s ease-in-out; border: 0px solid #fff;}
.box-white:hover { transform: scale(1.05); }

.box-white img {
    padding: 0px 0px 15px 0px;
}

.pb30 {
	padding-bottom: 30px;
}
.white {
    color: #fff;
}


.btn-primary {
    border-color: #fff;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #333;
    background-color: #fff;
    -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: #fff;
    color: #333;
    background-color: #fff;
	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: #000;
    background-color: #000;
}

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


.abstando {
    margin: 50px 0px 0px 0px ;
}
.abstandomobile {
    margin: 50px 0px 0px 0px ;
}
@media (min-width: 768px) { 
.abstandomobile {
    margin: 0px 0px 0px 0px ;
}
}
footer .abstando {
    margin: 20px 0px 0px 0px ;
}
@media (min-width: 992px) { 
footer .abstando {
    margin: 18px 0px 0px 0px ;
}
}
.abstando80 {
    margin: 0px 0px 0px 0px ;
}
@media (min-width: 992px) { 
.abstando80 {
    margin: 40px 0px 0px 0px ;
}
}

.btn-xl {
    padding: 10px 20px 10px 20px;
	display: inline-block;
    margin: 0px 0px 0px 0px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #0fc605;
    color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0px;
	vertical-align: bottom;
    background-color: #0fc605;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #0fc605;
    color: #0fc605 !important;
    background: #ffffff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-xl-white {
    padding: 10px 20px 10px 20px;
	display: inline-block;
    margin: 0px 0px 0px 0px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #0fc605;
    color: #0fc605;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0px;
	vertical-align: bottom;
    background-color: #ffffff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-xl-white:hover,
.btn-xl-white:focus,
.btn-xl-white:active,
.btn-xl-white.active,
.open .dropdown-toggle.btn-xl-white {
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #0fc605;
    color: #ffffff !important;
    background: #0fc605;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-xl-icon {
    padding: 6px 20px 6px 3px;
}
.btn-xl-icon .fa-stack {
	margin-right: 3px;
}
.btn-xl .btn-xl-icon .fa-stack-2x {
    color: #ffffff;
}
.btn-xl-white .btn-xl-icon .fa-stack-2x {
    color: #0fc605;
}

.btn-xl-icon .fa-stack-1x {
    color: #0fc605;
}
.btn-xl-icon:hover .fa-stack-1x, 
.btn-xl-icon:focus .fa-stack-1x, 
.btn-xl-icon:active .fa-stack-1x {
    color: #ffffff;
}

.btn-xl-white .fa-stack-1x {
    color: #ffffff;
}
.btn-xl-white:hover .fa-stack-1x, 
.btn-xl-white:focus .fa-stack-1x, 
.btn-xl-white:active .fa-stack-1x {
    color: #0fc605;
}

.kontakt-box .btn-xl-icon {
    padding: 6px 20px 6px 3px;
	color: #ffffff;
}


.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: #000;
    background-color: #000;
}
.form-control {
    font-size: 18px;
    color: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}
	
.btn-xl .badge {
    color: #333;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #fff;
	border-bottom: 0px solid #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}

.green {
    color: #0fc605;
}

.black {
    color: #222;
}

@media (max-width: 768px){ 
   .navbar-collapse  { 
    text-align: left;
   } 
}

.navbar-default .navbar-brand {
	font-family: 'PT Serif', serif;
    color: #fff;
	padding: 0px;
	margin: 5px 0px 0px 10px;
}

@media (min-width: 768px){ 
.navbar-default .navbar-brand {
	font-family: 'PT Serif', serif;
    color: #333;
	padding: 0px;
	margin: -25px 0px 0px 0px;
	}
.telefon {
	font-size: 14px;
	}
}

@media (min-width: 992px){ 
.telefon {
	font-size: 18px;
	}
}

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

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

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

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0fc605;
}

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

.navbar-default .nav li a {
	font-family: 'PT Serif', serif;
    font-weight: 400;
    color: #333;
    text-align: left;
	font-size: 18px;
}
@media(min-width:768px) {
.navbar-default .nav li a {
    text-align: left;
}
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #333;
}

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

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #0fc605;
    background-color: transparent;
}

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

@media(min-width:768px) {
.navbar-default .nav li a {
	font-family: 'PT Serif', serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333;
    text-align: left;
	font-size: 14px;
}
    .navbar-default {
        padding: 20px 0px 0px 0px;
		border-bottom: 0px solid #000;
        background-color: #ffffff;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		height: 70px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
		margin: -5px 0px 0px 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: 'PT Serif', 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-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
/*!
	    -webkit-box-shadow: 0px 0px 20px 2px #333;
		-moz-box-shadow: 0px 0px 20px 2px #333;
        box-shadow: 0px 0px 20px 2px #333;
*/
	}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        margin: -5px 0px 0px 0px;
        padding: 0px;
    }
	.navbar-default.navbar-shrink .navbar-logo {
        width: 180px;
		margin-top: 0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	.navbar-default.navbar-shrink .nav li a {
		color: #000;
	}
	.navbar-default.navbar-shrink .nav li a:hover {
		color: #000;
	}
	footer {
    text-align: left;
	font-size: 14px;
	}

}

@media(min-width:768px) {
	.navbar-default.navbar-shrink .navbar-logo {
        width: 130px;
    }
.navbar-default .nav li a {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 12px;
}
	footer {
    text-align: left;
	}
}

@media(min-width:992px) {
	.navbar-default.navbar-shrink .navbar-logo {
        width: 220px;
    }
.navbar-default .nav li a {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 20px;
}
	footer {
    text-align: left;
	}
}

@media(min-width:1440px) {
	.navbar-default.navbar-shrink .navbar-logo {
        width: 220px;
    }
.navbar-default .nav li a {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 20px;
}
}

@media(min-width:1900px) {
	.navbar-default.navbar-shrink .navbar-logo {
        width: 220px;
    }
.navbar-default .nav li a {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 30px;
}
}

@media (min-width: 0px) { 
header {
    text-align: center;
    color: #333333;
	height: auto;
	border-bottom: 0px solid #fff;
	margin-top: 0px;
}
header img {
	width: 800px;
}
}

@media (min-width: 768px) { 
header {
    text-align: center;
    color: #333333;
	height: auto;
	margin-top: 90px;
}
}

@media (min-width: 0px) { 
#myCarousel {
	padding-top: 0px;
}
}

@media (min-width: 768px) { 
#myCarousel {
	padding-top: 0px;
}
}

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

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

header .intro-text .intro-heading {
    margin-bottom: 0px;
    font-family: 'PT Serif', 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: 'PT Serif', serif;
        font-size: 24px;
        line-height: 20px;
    }

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

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


@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: 'PT Serif', 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: #000;
}

.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;
}

.sectionbox {
    padding: 30px 15px;
    background-image: url(../../../images/black80.png);
}

@media(min-width:768px) {
.sectionbox {
    padding: 80px;
}
}

#bgimg1 {
    background-image: url(../../../images/header-bg1.jpg);
}
#bgimg2 {
    background-image: url(../../../images/header-bg2.jpg);
}
#bgimg3 {
    background-image: url(../../../images/header-bg3.jpg);
}
#bgimg4 {
    background-image: url(../../../images/header-bg4.jpg);
}
#bgimg5 {
    background-image: url(../../../images/header-bg5.jpg);
}
#bgimg6 {
    background-image: url(../../../images/header-bg6.jpg);
}
#bgimg7 {
    background-image: url(../../../images/header-bg7.jpg);
}
#bgimg8 {
    background-image: url(../../../images/header-bg8.jpg);
}
#bg-kuh-aktien {
    background-image: url(../../../images/kuh-aktien.jpg);
}



#bgfestefeiern {
    background-image: url(../../../images/bgfestefeiern.jpg);
}


#bildtrenner1 {
	height: 500px;
	margin: 0 auto;
    background-image: url(../../../images/bildtrenner1.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;
}

#bildtrenner2 {
	height: 500px;
	margin: 80px auto;
    background-image: url(../../../images/bildtrenner2.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.zimmer  {
	height: 50%;
    background-image: url(../../../images/zimmer.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;
}
.restaurant  {
	height: 50%;
    background-image: url(../../../images/restaurant2.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;
}
.ueber-uns  {
	height: 50%;
    background-image: url(../../../images/ueber-uns2.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;
}
.fillheader {
	height: 40%;
	margin-top: 0px;
    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;
}
@media(min-width:768px) {
.fillheader {
	margin-top: 90px;
}
}
#uebermich					{ background-image: url(../../../images/bg-uebermich.jpg); }
#leistungen					{ background-image: url(../../../images/bg-leistungen.jpg); }
#hochzeit-komplettplanung	{ background-image: url(../../../images/bg-hochzeit-komplettplanung.jpg); }
#hochzeit-teilplanung  		{ background-image: url(../../../images/bg-hochzeit-teilplanung.jpg); }
#hochzeit-flitterwochen  	{ background-image: url(../../../images/bg-hochzeit-flitterwochen.jpg); }
#blog  						{ background-image: url(../../../images/bg-blog.jpg); }
#hochzeiten  				{ background-image: url(../../../images/hochzeiten.jpg); }

header#default {
    background-image: url(../../../images/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: #fff;
}

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

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

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

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
    background-color: #f7f7f7;
    color: #333;
    border: 0;
    border-bottom: 1px solid #ccc;
    outline: 0;
    border-radius: 0px;
}

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

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

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

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

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #0fc605;
}
section#contact a:hover {
    color: #0fc605;
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}


.copyright {
	font-size: 14px;
    line-height: 24px;
    color: #999;
	text-align: center;
}
a.copyright {
    text-transform: uppercase;
	font-size: 12px;
    line-height: 24px;
    color: #333;
	text-align: center;
}
@media(min-width:768px) {
	.copyright {
		text-align: left;
		line-height: 24px;
	}
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'PT Serif', 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: #000;
}

.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(255, 255, 255, 1.0);
}

.portfolio-modal .modal-content h1 {
    color: #333;
}

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

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 30px;
    letter-spacing: 0px;
}

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

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
	font-family: 'PT Serif', 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: 2px;
    height: 75px;
    margin-left: 35px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

img::selection {
    background: 0 0;
}

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

body {
    webkit-tap-highlight-color: #000;
}

.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 #0fc605; 
	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: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	transform-origin: 0% 50%;
}
.navbar li .p:hover:after { 
	transform: scaleX(1); 
}
.navbar li .p:focus:after { 
	transform: scaleX(1); 
}
.navbar li .pa:after { 
	color: #0fc605; 
	display: block; 
	content: ''; 
	border-bottom: solid 3px #0fc605; 
	transform: scaleY(1); 
	-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: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
}
	
.small 	{
    font-size: 18px;
    line-height: 22px;
	display: inline-block;
    font-style: italic;
}

.slidertext { 
	position: absolute; 
	z-index: 3; 
	top: 0; 
	left: 0; 
	right: 0; 
}
.sliderbg 		{ background-color: #333333; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

.carousel-indicators { bottom: 20px; }

@media(min-width:992px) {
	.carousel-indicators { bottom: 70px; }
}
.carousel-indicators li { width: 10px; height: 10px; margin: 5px; background-color: #ccc; 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: #0fc605;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { 
	display: block; 
}
.frame { 
	background-image: url(../../../images/frame.png), url(../../../images/frame2.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: auto 10 px, auto 10px;
	
}
.frame-nav { 
	width: 100%;
	height: 10px;
	margin-top: -6px;
	background-image: url(../../../images/frame.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 10px;
}
@media (min-width: 768px){ 
.frame-nav { 
	margin-top: -5px;
}
}




@media (min-width: 0px) { 
.carousel {	height: 400px; margin-top: 50px; margin-bottom: 30px;}
#carousel-angebote.carousel { height: 100%; margin-top: 0px; margin-bottom: 0px;}
.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 center; 
	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%; margin-top: 0px;}
#carousel-angebote.carousel { height: 95%; margin-top: 0px; margin-bottom: 0px;}
.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 center; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; }  
}

.fill50 {	
	background-position: center center; 
	width: 100%; 
	height: 75%; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	margin: 50px auto; 
	color: #000;
}  
.fill50 h2 {	
	color: #000;
}  

.fill100 {	
	background-position: center center; 
	width: 100%; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	margin: 50px auto; 
	padding: 80px 0px; 
	color: #000;
}  
.fill100 h2 {	
	color: #000;
}  





.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: 40px;
}

.abstand30 {
	padding-bottom: 30px;
}


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

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-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 (max-width: 991px) {
	.hidden-xs-sm {
	display: none;
	}
}
@media screen and (max-width: 1199px) {
	.hidden-xs-sm-md {
	display: none;
	}
}
@media screen and (min-width: 768px) {
	.only-xs {
	display: none;
	}
}
@media screen and (min-width: 992px) {
	.only-xs-sm {
	display: none;
	}
}
@media screen and (min-width: 1200px) {
	.only-xs-sm-md {
	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 10px;
		font-size: 14px;
}
@media screen and (min-width: 768px) {
.table>tbody>tr>th,
.table>tbody>tr>td {
        border-top: 0;
        padding: 10px 15px;
		font-size: 18px;
}
}

	
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background-color: transparent;
    color: #ba3330;
    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;
}	
.parent {
  position: relative;
  height: 100%;
}
.child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media(min-width:768px) {
.child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
}
/*.child-header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}*/
.child-header {
  position: relative;
  width: 100%;
  text-align: center;
}
@media(min-width:768px) {
/*.child-header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 50px;
  text-align: left;
}*/
.child-header {
  position: relative;
  width: 100%;
  padding: 50px;
  text-align: left;
}
}

.outer-image-container { 
    max-width: 246px;
}
.navbar-logo { 
    max-width: 100%;
}
.shadow {
	text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
}
.shadow2 {
	text-shadow: 0 0 15px black;
}
.shadow3 {
	text-shadow: 0 0 15px black, 0 0 5px black;
}
.navbar-nav>li>a {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
}
.navbar-nav>li.dropdown>a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 20px 5px 25px;
}
}
@media (min-width: 768px){
.navbar-nav>li.dropdown>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
}
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
.navbar-nav>li>a {
    border-top: 0px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 5px;
    line-height: 10px;
}
}
@media (min-width: 992px){
.navbar-nav>li.dropdown>a {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
    line-height: 10px;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 10px;
}
}
@media (min-width: 1900px){
.navbar-nav>li.dropdown>a {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 30px;
    line-height: 10px;
}
}
.orna1 {
    padding-bottom: 10px;
}
.orna2 {
    padding-top: 10px;
}
.orna-big {
    padding: 10px;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
	background-color: #fff;
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
  }
  .dropdown:hover .dropdown-menu a:hover {
	background-color: #f0f0f0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 600px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 2px 0px 6px 0px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.trenner {
	width:300px;
}
@media (min-width: 768px){

.trenner {
	width:391px;
}
}
@media (min-width: 1200px) {
	.container-big {
		max-width: 1900px;
		margin: auto;
  }
}
.bg-grey {
	background: #e5e5e5;
}
.bottom {
	position: absolute;
	bottom: 15px;
	margin: 0 auto;
}
@media (min-width: 768px){
.bottom {
	bottom: 30px;
}
}
@media (min-width: 992px){
.bottom {
	font-size: 36px;
}
}
@media (min-width: 1200px){
.bottom {
	font-size: 40px;
}
}

/* PopUp */
.modalDialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display:none;
  opacity: 1;
}
.modalDialog > div {
  width: 290px;
  position: relative;
  margin: 17% auto;
  padding: 20px 20px 20px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  -moz-box-shadow: 10px 10px 3px #333;
  -webkit-box-shadow: 10px 10px 3px #333;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
.modalDialog > div {
  width: 570px;
  margin: 5% auto;
}
}

.close {
  background: #000;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  opacity: 1.0;
}
.close:hover {
  background: #000;
  color: #FFFFFF;
}




#myModal.portfolio-modal .modal-content {
    padding: 0px 0;
    width: 90%;
    min-height: 90%;
	margin: 30px auto;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(256, 256, 256, 1.0);
}

.modal-backdrop { background-color: #fff; }

.anchor1 {
  display: block;
  height: 50px; /*same height as header*/
  margin-top: -50px; /*same height as header*/
  visibility: hidden;
}
.anchor2 {
  display: block;
  height: 200px; /*same height as header*/
  margin-top: -200px; /*same height as header*/
  visibility: hidden;
}
@media (min-width: 768px){ 
.anchor1 {
  display: block;
  height: 69px; /*same height as header*/
  margin-top: -69px; /*same height as header*/
  visibility: hidden;
}
.anchor2 {
  display: block;
  height: 0px; /*same height as header*/
  margin-top: 0px; /*same height as header*/
  visibility: hidden;
}
}
.anchor80 {
  display: block;
  height: 175px; /*same height as header*/
  margin-top: -175px; /*same height as header*/
  visibility: hidden;
}

/* GoogleMAP Cookie*/
.rower-flex  { 
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */ 
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */ 
display: -ms-flexbox;      /* TWEENER - IE 10 */ 
display: -webkit-flex;     /* NEW - Chrome */ 
display: flex; 
-webkit-flex-direction: row; /* Standard */ 
flex-direction: row; /* Standard */ 
-webkit-flex-wrap: wrap; 
flex-wrap: wrap; 
}
.btnwidthmaps		{ margin: 0px 2.5px 5px 2.5px; width: auto; }
.googlemaps-auto 	{ height: 100%; min-height: 300px; }

.texthover 			{ align-self: center; width: 75%; margin: 0 auto; text-align: center; padding: 30px 10px 30px 10px; z-index: 2; }
.texthovernoflex 	{ align-self: center; width: 85%; margin: 0 auto; text-align: center; padding: 5px; z-index: 2; }
.fullmap	 		{ z-index: 1; background-position: center center; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-color: rgba(0, 0, 0, 0.08); } 

button {
    background-color: #000;
    color: #fff;
}
button:hover {
    background-color: #fff;
}

/* GoogleMAP Cookie*/

.tageskarte {
	padding: 30px 0px 0px 0px;
	text-transform: uppercase;
    font-size: 14px;
	color: #575756; 
}
.tageskarte .fa {
    font-size: 18px;
}
.tageskarte a {
	color: #575756; 
}

.btn-close {
    border-color: #000;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #fff;
	margin-top: 15px;
	padding-top: 9px;
    background-color: #000;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	border-radius: 0px;
}

.btn-close:hover,
.btn-close:focus,
.btn-close:active,
.btn-close.active,
.open .dropdown-toggle.btn-close {
    border-color: #000;
    color: #fff;
    background-color: #000;
	border-radius: 30px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar .fa-phone {
    font-size: 24px;
	margin-top: 15px;
	
}
.textbox {
	border: 0px solid #77a553;
	padding: 50px 30px;
    background-color: #fff;
}
@media (min-width: 992px) { 
.textbox {
	border: 10px solid #77a553;
	padding: 50px 120px;
    background-color: #fff;
	/*  -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 16px 6px -6px black;	
	border: 10px solid transparent;
	padding: 15px;
	border-image: url(../../../images/border.png) 30 round; */
}
}
.blogartikel {
	border: 1px solid #ede7e2;
    background-color: #fff;
	padding: 0px;
	margin-bottom: 60px;
}
.blogartikel h2 {
	font-size: 50px
}
.blogtext {
	padding: 0px 30px 30px 30px;
}
.blogartikel img {
	padding-bottom: 20px;
}
.date {
	color: #858484;
    font-size: 18px;
	padding: 0px 30px 0px 30px;
}
#leistungen1 img {
	margin-bottom: 20px;
}
#leistungen1 h3 {
	margin-bottom: 20px;
}
.fa-angle-up {
	margin-top: -1px;
}

.fa-li .fa-heart-o {
    color: #333;	
}
.image-circle {
  border-radius: 50%;
  border: 2px solid #a98164;
  max-width: 75%;
}
.image-circle100 {
  border-radius: 50%;
  border: 2px solid #a98164;
  max-width: 100%;
}
.image-circle30 {
  border-radius: 50%;
  border: 2px solid #a98164;
  max-width: 30%;
}

/*
.navbar-collapse {
    max-height: none;
}

.navbar-collapse.collapse {
    transition: height 0.5s;
	margin: 30% 0;
}
@media (min-width: 768px) { 
.navbar-collapse.collapse {
	margin-top: 10px;
}
}
@media (min-width: 992px) { 
.navbar-collapse.collapse {
	margin-top: 0px;
}
}
.navbar-collapse.collapsing {
    height: 0 !important;
}
.navbar-collapse.collapse.in {
    height: 100vh;
}
*/
.nav-social {
    position: fixed;
    z-index: 3;
    top: 80%;
}
@media (min-width: 768px) { 
.pull-right-notxs {
    float: right!important;
	margin-bottom: 20px;
}
}
@media (max-width: 767px) { 
.pull-right-notxs {
	margin-bottom: 30px;
}
}

.checklist ul {
  position: relative;
  list-style: none;
}
ul.checklist {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.checklist li {
  padding-left: 1.5em;
}
.checklist li:before {
  list-style: none;
  position: absolute;
  left: 0px;
  content: "\f058"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2em;
  display: inline-block;
  margin-left: 0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	color: #0fc605;
}
.blogbild-klein {
	width: 100%;
	height: 250px;
	margin-top: 0px;
	margin-bottom: 30px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}
.blogbild-gross {
	width: 100%;
	height: 500px;
	margin-top: 0px;
	margin-bottom: 30px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}

.element {
  clip-path: inset(10px 20px 200px 40px);
  /* Also can take single values to make all sides the same, or 2 values (vert/horz), or 3 values (top/horz/bottom). */
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#000}

.portfolio img {
	margin-bottom: 15px;
}
.info {
	font-size: 13px;
    line-height: 18px;
    color: #999;
	text-align: right;
	position: relative;
}
.info2 {
	padding-top: 15px;
}
.ueber {
	font-size: 18px;
    line-height: 24px;
    color: #ccc;
	text-align: right;
	position: relative;
}
.infoinner {
	position: relativ;
	bottom: 0;
	padding: 0px 0px 34px 0px;
}
@media(min-width:768px) {
.info {
	font-size: 14px;
    line-height: 18px;
}
.infoinner {
	position: absolute;
	bottom: 0;
	padding: 0px 30px 34px 0px;
}
}
.social .fas {
	margin-bottom: 20px;
}

  /* draw lines */
.content {
  margin: 0 auto;
  margin-top: 100px;
  width: 85px;
  height: 1px;
  color: black;
  cursor: pointer;
  text-transform: uppercase;
  padding-bottom: 0px;
  position: relative;
  transform: rotate(-90deg);
}
.content .line-l {
  height: 1px;
  background: #999;
  position: absolute;
  top: 0px;
  left: 10%;
  -webkit-animation: dude 1.75s 1 forwards;
  animation: dude 1.75s 1 forwards;
}
.content .line-r {
  height: 1px;
  background: black;
  position: absolute;
  top: 0px;
  right: 20%;
  -webkit-animation: dude 1.75s 1 forwards;
  animation: dude 1.75s 1 forwards;
}
.content .line-r2 {
  height: 1px;
  background: black;
  position: absolute;
  top: 0px;
  right: 50%;
  -webkit-animation: dude 1.75s 1 forwards;
  animation: dude 1.75s 1 forwards;
}
@media (min-width: 768px) {
.content .line-r2 {
  right: 20%;
}
}
@-webkit-keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 150%;
  }
}
@keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 150%;
  }
}

.color1 {
	border-bottom: 5px solid #34bbda;
}
.color2 {
	border-bottom: 5px solid red;
}
.color3 {
	border-bottom: 0px solid orange;
}
@media(min-width:768px) {
.color3 {
	border-bottom: 5px solid orange;
}
}
.height100 {
	height: 100%;
}


.logoblock {
	background-color: #0b0c0c;
	height: 0px;
	position: absolute;
	z-index: 999;
	padding: 0px 30px 30px 0px;
}
.rotate90 {
	transform: rotate(-90deg);
	height: 100%;
	text-align: right;
	margin-top: 80px;
	margin-left: -105px;
	color: #fff;
	top: 0;
	left: 0;
}
.border-left {
	border-left: 1px solid #fff;
}
.zertifizierung {
	border: 1px solid #999;
	padding: 15px 22px 10px 22px;
	color: #999;
	margin-bottom: 30px;
}
.zertifizierung h2 {
	color: #999;
}
@media (min-width: 768px) {
.zertifizierung {
	font-size: 11px;
	line-height: 16px;
}
.zertifizierung h2 {
	font-size: 18px;
}
}
@media (min-width: 992px) {
.zertifizierung {
	font-size: 16px;
	line-height: 20px;
}
.zertifizierung h2 {
	font-size: 30px;
}
}

.uppercase {
    text-transform: uppercase;
}
.rotate90info {
	transform: rotate(-90deg);
	transform-origin: left;
	position: relative;
    bottom: -300px;
	width: 450px;
	right: 0;
	padding: 100% 0px 0px 0px;
	border: 0px solid #ccc;
	margin-top: 140%;
	font-size: 12px;
	letter-spacing: 6px;
}
.abstandhalter {
	height: 30px;
}
@media (min-width: 768px) {
.abstandhalter {
	height: 100px;
}
}

.rotator {
  position:relative
}

.rotatortext {
  position:absolute;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right;
  left: 20px;
  top: -80px;
  width: 300px;
  color: #fff;
}
@media (min-width: 768px) {
	.rotatortext {
		font-size: 14px;
		top: -140px;
	}
}
@media (min-width: 992px) {
	.rotatortext {
		font-size: 18px;
		top: -80px;
	}
}
.icons img {
	max-width: 80px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.icons {
	font-weight: 900;
	color: #ffa500;
	font-size: 12px;
	line-height: 16px;
}
@media (min-width: 768px) {
.icons {
	font-weight: 400;
	color: #ffa500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 50px;
}
}
.orange {
	color: #0fc605;
}
img.grey2color { 
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 1.0s ease-in-out; 
	-webkit-filter: sepia(0) hue-rotate(0deg);
    filter: sepia(0) hue-rotate(0deg);
	opacity: 1;
}
img.grey2color:hover { 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 1.0s ease-in-out; 
	-webkit-filter: sepia(1) hue-rotate(180deg);
    filter: sepia(1) hue-rotate(180deg);
	opacity: 1;
}
.gallery img {
	margin-bottom: 0px;
	border: 1px solid #fff
}
.gallery div {
	padding: 0px;
}
.small-gray {
    font-size: 14px;
	color: #999; 
}
.gray {
	color: #86868b;
}
footer .fab {
	padding: 20px 10px 50px 10px;
	font-size: 40px;
}
footer .fa-chevron-right {
	padding: 0px 0px;
	font-size: 12px;
}

.custom-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.custom-checkbox span {
  display: block;
  margin-left: 20px;
  padding-left: 7px;
  line-height: 20px;
  text-align: left;
}

.custom-checkbox span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #fdfdfd;
  border: 1px solid #e4e5e7;
  @include vendorize(box-shadow, inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1));
}

.custom-checkbox span::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #0087b7;
  line-height: 20px;
  text-align: center;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  background:#0fc605;
  color:#fff;
}
.trenner {
	width: 60px;
	height: 3px;
	background-color: #0fc605;
	margin: 20px auto;
}
.trenner-left {
	width: 60px;
	height: 1px;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 30px;
}
.logo {
    max-width: 200px;
}
@media(min-width:768px) {
.logo {
    max-width: 400px;
}
.trenner-left {
	margin-bottom: 60px;
}
}
@media(min-width:1440px) {
.logo {
    max-width: 400px;
}
}

.gourmet {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
.preise td {
	padding: 0px 0px 0px 15px;
}
.pauschalen img {
	margin-bottom: 15px;
}
td.euro {
	min-width: 60px;
}
@media (min-width: 768px) {
td.euro {
	min-width: 80px;
}
}

.pauschalen h3 {
	margin-bottom: 15px;
}
.well {
	background: #0fc605;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.center {
  padding: 0 0;
  border: 3px solid green;
  text-align: center;
}
.strong {
	font-weight: bold;
}

.text-adjustment {
  padding: 10%;
}
@media (min-width: 1200px) {
.text-adjustment {
  padding: 10%;
}
}

.parent2 {
  position: relative;
  height: auto;
  /*border: 1px solid #FF0000; */
}
.child2 {
  position: relative;
  width: 100%;
  /*border: 1px solid #00FF00; */
}
@media(min-width:768px) {
.parent2 {
  position: relative;
  height: 100%;
  /*border: 1px solid #FF0000; */
}
.child2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
}
.border {
	border: 1px solid #FF0000;
}
.border div {
	border: 1px solid #FF0000;
}
.impressionen img {
	margin-bottom: 15px;
}
@media(min-width:768px) {
.impressionen img {
	margin-bottom: 30px;
}
}
.container1440 {
	max-width: 1440px;
	margin: auto;
}

.bg-text-spenglerei {
	background-image: url(../../../images/bg-text-spenglerei.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.bg-text-sanitaere-anlagen {
	background-image: url(../../../images/bg-text-sanitaere-anlagen.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.bg-text-terrasse {
	background-image: url(../../../images/bg-text-terrasse.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.bg-text-aktuelles {
	background-image: url(../../../images/bg-text-aktuelles.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
}



.bg-spenglerei {
	height: 100vh;
    background-image: url(../../../images/spenglerei.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.bg-sanitaere-anlagen {
	height: 100vh;
    background-image: url(../../../images/sanitaere-anlagen.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.bg-eis {
	height: 100vh;
    background-image: url(../../../images/eis.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.bg-terrasse {
	height: 100vh;
    background-image: url(../../../images/terrasse.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.bg-aktuelles {
	height: 100vh;
    background-image: url(../../../images/aktuelles.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.footer-text-right {
    text-align: center;
}

footer .fab {
	padding: 20px 10px 50px 10px;
	font-size: 20px;
}
@media(min-width:768px) {
footer .fab {
	padding: 0px 0px 0px 10px;
	font-size: 24px;
}
.footer-text-right {
    text-align: right;
}
}

footer .fa-chevron-right {
	padding: 0px 0px;
	font-size: 12px;
}

.logo {
  filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 0.99));
}

.pad-r {
	padding-right: 60px;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
.gradient {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), 10%, rgba(0, 0, 0, 0.0));
}

/* [1] The container */
.img-hover-zoom {
	height: auto; /* [1.1] Set it as per your need */
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
	border-radius: 15px;
	position: relative;
	z-index: 2;
	background: linear-gradient(0deg,rgba(35, 79, 33, 1) 0%, rgba(35, 79, 33, 0) 100%);
	display:inline-block;
}

.img-hover-zoom:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
	background: linear-gradient(0deg,rgba(35, 79, 33, 1) 0%, rgba(35, 79, 33, 0) 50%);
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
	transition: all 1.0s ease-in-out; 
	display: block;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
	transform: scale(1.2);
	opacity: 1;
}

.img-hover-box {
	position: relative;
	margin-bottom: 30px;
}
.img-hover-text {
	position: absolute;
	z-index: 999;
	display: inline-block;
	bottom: 10px;
	width: 100%;
	border-radius: 15px;
	color: #ffffff;
	padding: 15px 15px;
}
.img-hover-gradient {
	background: linear-gradient(0deg,rgba(35, 79, 33, 1) 0%, rgba(35, 79, 33, 0) 100%);
	border-radius: 15px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

.img-hover-text h1 {
	color: #fff;
}
.img-hover-text h2 {
	color: #fff;
}
@media (min-width: 768px) {
	.img-hover-text h2 {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.img-hover-text h2 {
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.img-hover-text h2 {
		font-size: 36px;
		line-height: 36px;
	}
}
.row1 { padding-top: 0px; }
.row2 { padding-top: 0px; }
.row3 { padding-top: 0px; }

@media (min-width: 768px) {
.row1 { padding-top: 150px; }
.row2 { padding-top: 0px; }
.row3 { padding-top: 75px; }
}

.bg-baum {
    background-image: url(../../../images/bg-baum.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    -o-background-size: cover;
	
}

/* Google Rezensionen */

.testimonial .image-circle {
  max-width: 60px;
  float: left;
  margin-right: 10px;
}
.testimonial {
	border: 1px solid #50aefd;
	background-color: #ffffff;
	padding: 30px;
	font-size: 16px;
	height: 30rem;
	border-radius: 8px;
	margin-left: 0px;
}
@media(min-width:768px) {
.testimonial {
	margin-left: 5px;
	border: 0px solid #50aefd;
	background-color: #ffffff;
	padding: 30px;
	font-size: 16px;
	height: 30rem;
	border-radius: 8px;
}
}

.carousel {
        width: 100%;
}
	
.carousel-inner>.active {
    left: 0px;
}
.indicator-versatz::after {
	content: ".";
	margin-top: 0px;
	color: transparent;
}
.testimonial .fa-star {
	color: #f0bc0b;
	font-size: 1rem;
	padding-right: 0.2rem;
}
.testimonial .bottom {
	padding-bottom: 15px;
	width: 100%;
	font-size: 18px;
}
.testimonial .fa-quote-right {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    color: #e1e0e2;
}



.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    position: absolute;
    top: 40%;
    bottom: 0;
	width: 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	background: #ffffff;
}
@media (min-width: 768px) {
.carousel-control { 
    position: absolute;
    top: 0;
    bottom: 0;
	width: 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	background: #ffffff;
}
}

.carousel-control.left,
.carousel-control.right { 
    margin-right: 0px;
    margin-left: 15px; 
    background-image: none;
    opacity: 1;
}
.carousel-control.right { 
    margin-right: 30px;
    margin-left: 0px; 
}
.carousel-control .fa { 
	background: #ffffff;
	color: #50aefd;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.carousel-control > a > span {
    color: #50aefd;
	  font-size: 16px !important;
	  padding-top: 6px;
}
.carousel-control.right > a > span {
	  padding-left: 1px;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 15px; 
    float: left;
	height: 100%;
	margin-bottom: 15px;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -100%; }
  .carousel-inner .active.right { left: 10%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		     { left: -100%; }
  .carousel-col                { width: 100%; }
	.active > div:first-child { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -33.333333%; }
  .carousel-inner .active.right { left: 33.333333%; }
	.carousel-inner .next        { left:  33.333333%; }
	.carousel-inner .prev		     { left: -33.333333%; }
  .carousel-col                { width: 33.333333%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

.profile-circle {
	width: 50px;
	height: 50px;
    float: left;
    margin-right: 10px;
	border-radius: 50%;
    border: 0px solid #ffffff;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 2rem;
	padding: 10px 0;
}
.testimonial .fa-quote-right {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    color: #e1e0e2;
}
.pad30 {
	padding: 30px;
}

.testimonial .star {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 2px;
}
img.google-g {
	width: 20px;
	height: 20px;
	float: right;
}



.container-testimonial {
		max-width: 1410px;
		margin: auto;
}
.container-angebote {
		max-width: 100%;
		margin: auto;
}


img.chevron-right {
	height: 17px;
	margin-left: 9px;
}
img.chevron-left {
	height: 17px;
	margin-left: 8px;
}



.more{
	display: none;
}
button {
    color: #a88d55;
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

.bg-rezensionen {
    background-image: url(../../../images/bg-rezensionen.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;
}

/* Google Rezensionen ENDE */

.footer-box {
	background: #F2F0F1;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 15px;
	transition: all 0.5s ease-in-out; 
	height: auto;
	display: block;
}
@media (min-width: 768px) {
.footer-box {
	height: 100%;
}
}

.footer-box:hover {
	background: #0FC605;
	border-radius: 15px;
	transform: scale(1.05); 
	transition: all 0.5s ease-in-out; 
}

.footer-box .fa {
	text-align: center;
	font-size: 3em;
	display: block;
	color: #0fc605;
	margin-bottom: 15px;
	transition: all 0.5s ease-in-out; 
	color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #0fc605;
}
@media (min-width: 768px) {
.footer-box .fa {
	text-align: right;
}
}

.footer-box h3 {
	color: #0fc605;
	font-weight: 700;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
}
.footer-box-row {
	padding: 0px 0px; 
	margin-bottom: 30px;
}
.footer-box-row p {
	color: #333333;
	transition: all 0.5s ease-in-out; 
}
.footer-box:hover .fa,
.footer-box:hover p,
.footer-box:hover h3 {
	color: #ffffff;
	transition: all 0.5s ease-in-out; 
}

#carousel-angebote .carousel-control.right {
    position: absolute;
	margin-top: 0px;
	left: 80px;
    right: auto;
	top: auto;
	bottom: 0;
	height: auto;
}
#carousel-angebote .carousel-control.left {
    position: absolute;
	margin-top: 0px;
	left: 0;
    right: auto;
	top: auto;
	bottom: 0;
	height: auto;
}
#carousel-angebote {
	right: 0%;
	width: 100%;
}

@media (min-width: 768px) {
#carousel-angebote {
	right: 0%;
	width: 100%;
}
}

#carousel-angebote img {
	width: 100%;
}
#carousel-angebote .carousel-control .fa { 
	background: #ffffff;
	color: #0fc605;
	border-radius: 50%;
	border: 1px solid #0fc605;
	width: 50px;
	height: 50px;
	padding: 15px;
}

.footer-gras {
	width: 100%;
	height: 236px;
    background-image: url(../../../images/footer-gras.jpg);
    background-attachment: scroll;
    background-position: top left;
    background-repeat: repeat-x;

}
nav:after {
	content: "";
	width: 100%;
	height: 10px;
	top: 55px;
	right: 0px;
	position: absolute;
	display: inline-block;
	margin-top: 0px;
	background-image: url(../../../images/frame.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 10px;
}

@media (min-width: 768px) {
nav:after {
	top: 70px;
}
}

.header-frame { 
	background-image: url(../../../images/frame.png), url(../../../images/frame2.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: auto 10px, auto 10px;
	height: 100%;
}
#restaurant { background-image: url(../../../images/header-restaurant.jpg); }
#zimmer { background-image: url(../../../images/header-zimmer.jpg); }
#feste-feiern { background-image: url(../../../images/header-feste-feiern.jpg); }
#kegelbahn { background-image: url(../../../images/header-kegelbahn.jpg); }
#angebote { background-image: url(../../../images/header-angebote.jpg); }
#umgebung { background-image: url(../../../images/header-umgebung.jpg); }
#kontakt { background-image: url(../../../images/header-kontakt.jpg); }

.angebot img {
	border: 0px solid #000000;
	border-radius: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
.angebot img {
	margin-bottom: 30px;
}
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.nanogallery2 a {
    border-radius: 15px;
    background: #444;
    border-color: #000;
}