/* public-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/public-sans-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/public-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



html,body { 
	height: 100%; 
	border: 0px solid #fff; 
	padding: 0px;
	margin: 0px;
	color: #cccccc;
	
/* hyphens */

	overflow-wrap: break-word;
	word-wrap: break-word;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
  
}

.hyphens-none {
	overflow-wrap: normal;
	word-wrap: normal;
	-moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
	hyphens: none;
}
	
body {
    overflow-x: hidden;
	font-family: 'Public Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: auto;
    background-color: #232323;
    /*background-image: url(../images/bg.jpg);
    background-repeat: repeat;*/
}
.wow {
  visibility: visible;
}

@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: 150px;
		padding-left: 5px;
		margin-top: 5px;
        -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: 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: 0px;
    }
}
@media(min-width:1440px) {
	.navbar-default  .navbar-logo {
        width: 0px;
    }
}
@media(min-width:1600px) {
	.navbar-default  .navbar-logo {
        width: 0px;
    }
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fff;
}

p {
    font-size: 18px;
    line-height: 24px;
}

p.large {
    font-size: 18px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #50aefd;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #50aefd;
    text-decoration: underline;
}





.slider-text
{
  margin-left: 0px;
  width:       100%;
}

.slider-text h1 {
    background: #fe4d4d none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    display: inline;
    font-weight: 700;
    line-height: 1.7em;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0 15px;
}



header {
    font-size: 1.3rem;
}
header h1 {
    font-family: 'Public Sans', sans-serif;
	color: #fff;
	display: inline;
    font-size: 3rem;
	letter-spacing: 0px;
    text-transform: none;
}
header h2 {
    color: #fff;
	font-weight: 600;
    letter-spacing: 0px;
    font-size: 18px;
}

h1 {
    font-family: 'Public Sans', sans-serif;
    color: #ffffff;
	margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3rem;
	line-height: auto;
}
h2 {
    font-family: 'Public Sans', sans-serif;
    color: #ffffff;
	margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.5rem;
	line-height: auto;
}
h3 {
	font-family: 'Public Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
	margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
}

.lightblue {
  background: -webkit-linear-gradient(45deg, #50aefd, #00ff95 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zitat h3 {
    color: #ffffff;
    font-weight: 300;
	font-size: 1.7rem;
}
@media (min-width: 768px) { 
.zitat h3 {
	font-size: 2.5rem;
}
}
@media (min-width: 992px) { 
.zitat h3 {
	font-size: 3rem;
}
}
.text-orange h3 {
    color: #FF6600;
}
.text-green h4 {
    color: #50aefd;
	font-weight: 700;
}


.golditalic {
	color: #50aefd;
    font-size: 32px;
	font-weight: 300;
	margin-top: -20px;
	letter-spacing: 0px;
    text-transform: none;
	font-style: italic;
}


@media (min-width: 768px) { 
.golditalic {
    font-size: 48px;
}
}

footer {
	font-size: 1.6rem;
	font-weight: 300;
}

@media (min-width: 375px) { 
h1 { font-size: 3rem; line-height: auto; }
h2 { font-size: 2rem; }
h3 { font-size: 2rem;}
}

@media (min-width: 425px) { 
h1 { font-size: 3rem; line-height: auto; }
h2 { font-size: 2rem; }
h3 { font-size: 2rem;}
}

@media (min-width: 768px) { 
h1 { font-size: 3.8rem; line-height: auto; }
h2 { font-size: 3rem; }
h3 { font-size: 2rem;}
}

@media (min-width: 992px) { 
h1 { font-size: 6rem; line-height: auto; }
h2 { font-size: 4rem; }
h3 { font-size: 3rem;}
}

@media (min-width: 1200px) { 
body { font-size: 1.8rem; line-height: auto; }
h1 { font-size: 9rem; line-height: auto; }
h2 { font-size: 2.6rem; }
h3 { font-size: 3rem;}
header { font-size: 2rem; line-height: auto; margin-bottm: 15px;}
header h1 { font-size: 5rem; line-height: auto; margin-bottm: 15px;}
header h2 { font-size: 4rem; line-height: auto; margin-bottm: 30px;}
}

@media (min-width: 1900px) { 
h1 { font-size: 10rem; line-height: auto; }
h2 { font-size: 2.6rem; }
h3 { font-size: 3rem;}
header { font-size: 2rem; line-height: auto; margin-bottm: 15px;}
header h1 { font-size: 7rem; line-height: auto; margin-bottm: 15px;}
header h2 { font-size: 4rem; line-height: auto; margin-bottm: 30px;}
}


h4,
h5,
h6 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
}

.privacy-policy h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}



.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: 200px;
}
@media (min-width: 768px) { 
.logo-footer {
    max-width: 140px;
	margin-bottom: 50px;
}
}

.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: #f7f7fc;
}

.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: #50aefd;
}
.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: #000;
    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: #000;
    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: #000;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 20px 10px 20px;
	display: inline-block;
    margin: 0px 0px 0px 0px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #9ea5b5;
    color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	vertical-align: bottom;
    background-color: transparent;
    -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 #ffffff;
    color: #232323 !important;
    background: #ffffff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-xl-blue {
    padding: 10px 20px 10px 20px;
	display: inline-block;
    margin: 0px 0px 0px 0px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	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-blue:hover,
.btn-xl-blue:focus,
.btn-xl-blue:active,
.btn-xl-blue.active,
.open .dropdown-toggle.btn-xl {
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #50aefd;
    color: #ffffff !important;
    background: #50aefd;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-xl-icon {
    padding: 6px 3px 6px 20px;
}
.btn-xl-icon .fa-stack-2x {
    color: #e8ebf3;
}
.btn-xl-icon .fa-stack-1x {
    color: #ffffff;
}
.kontakt-box .btn-xl-icon {
    padding: 6px 20px 6px 3px;
	color: #ffffff;
}


.btn-sort {
    padding: 10px 20px 10px 20px;
	display: inline-block;
    margin: 0px 0px 30px 0px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #9ea5b5;
    color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	cursor: pointer;
}
.btn-sort:hover,
.btn-sort:focus,
.btn-sort:active,
.btn-sort.active2,
.open .dropdown-toggle.btn-sort {
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    background: #ffffff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.btn-xl-white {
    padding: 10px 30px 13px 30px;
	display: inline-block;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    text-decoration: none;
    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-white:hover,
.btn-xl-white:focus,
.btn-xl-white:active,
.btn-xl-white.active,
.open .dropdown-toggle.btn-xl-white {
    border-radius: 40px;
    border-color: #fff;
    color: #222;
    background: #fff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}


.abstando {
    padding-top: 30px;
}
.abstandu {
    padding-bottom: 15px;
}
.abstandu30 {
    padding-bottom: 30px;
}
.abstandou {
    padding-top: 30px;
    padding-bottom: 30px;
}
.abstandous {
    padding-top: 30px;
    padding-bottom: 30px;
}
.text-left {
    text-align: left;
}

@media (min-width: 768px) { 
.abstando {
    padding-top: 50px;
}
.abstandu {
    padding-bottom: 50px;
}
.abstandou {
    padding-top: 100px;
    padding-bottom: 100px;
}
.text-left {
    text-align: left;
}
}



.abstandomobile {
    margin: 50px 0px 0px 0px ;
}
@media (min-width: 768px) { 
.abstandomobile {
    margin: 0px 0px 0px 0px ;
}
}
.abstando80 {
    margin: 0px 0px 0px 0px ;
}
@media (min-width: 992px) { 
.abstando80 {
    margin: 40px 0px 0px 0px ;
}
}



.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: 1.6rem;
    color: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}
	
.btn-xl .badge {
    color: #000;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #232323;
	border-bottom: 0px solid #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}

.black {
    color: #222;
}

@media (max-width: 768px){ 
   .navbar-collapse  { 
    text-align: right;
   } 
}

.navbar-default .navbar-brand {
	font-family: 'UnifrakturMaguntia', cursive;
    font-weight: 400;
    color: #222;
	font-size: 30px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

@media (min-width: 768px){ 
.navbar-default .navbar-brand {
	font-family: 'UnifrakturMaguntia', cursive;
    font-weight: 400;
    color: #222;
	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: #222;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-nav {
	margin-top: 30px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li a {
	font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
	font-size: 16px;
	line-height: auto;
	letter-spacing: 1px;
}
.msmall {
	font-size: 18px;
    font-weight: 400;
}

@media(min-width:768px) {
.navbar-default .nav li a {
	font-size: 16px;
	letter-spacing: 1px;
}
.msmall {
	font-size: 14px;
	display: inline-block;
}
}
@media(min-width:992px) {
.navbar-default .nav li a {
	font-size: 16px;
	letter-spacing: 1px;
}
.msmall {
	font-size: 18px;
}
}


.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #50aefd;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #50aefd;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #50aefd;
    background-color: transparent;
}

.navbar-default .nav li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px 10px 0px;
}
.navbar-default .nav li:last-child {
	border-bottom: 0px solid #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #50aefd;
    background-color: #232323;
}

.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 {
	border-bottom: 0px solid #fff;
	padding: 0px 0px 15px 0px;
}
.navbar-default .nav li a {
    letter-spacing: 0.9px;
}
    .navbar-default {
        padding: 20px 0px 0px 0px;
		border-bottom: 0px solid #000;
        background-color: transparent;
        -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: 0.0em;
		margin: 0px 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: #232323;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		height: 70px;
/*!
	    -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: 2.0em;
        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;
    }
	footer {
    text-align: left;
	}

}

footer a {
		color: #222;
}


@media(min-width:768px) {
	.navbar-default.navbar-shrink .navbar-logo {
        width: 130px;
    }
.navbar-default .nav li a {
	padding-left: 10px;
	padding-right: 10px;
}
	footer {
    text-align: left;
	}
}

@media(min-width:992px) {
	.navbar-default.navbar-shrink .navbar-logo {
        width: 220px;
    }
.navbar-default .nav li a {
	padding-left: 0px;
	padding-right: 20px;
}
	footer {
    text-align: left;
	}
}

@media(min-width:1440px) {
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 2.5em;
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }
	.navbar-default.navbar-shrink .navbar-logo {
        width: 220px;
    }
.navbar-default .nav li a {
	padding-left: 0px;
	padding-right: 20px;
}
}

@media(min-width:1900px) {
	.navbar-default.navbar-shrink .navbar-logo {
        width: 220px;
    }
.navbar-default .nav li a {
	padding-left: 0px;
	padding-right: 30px;
}
}

@media (min-width: 0px) { 
header {
    text-align: left;
    color: #222;
	height: 100%;
	display: block;
	margin-top: 0px;
}
header img {
	width: 800px;
}
}

@media (min-width: 768px) { 
header {
    text-align: left;
    color: #222;
	height: 100%;
	margin-top: 0px;
}
}
@media (min-width: 992px) { 
header {
	height: 100%;
	margin-top: 0px;
}
header.default {
	height: 320px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
}

@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: 0px 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: 3px;
    margin-left: -1.5px;
    background-color: #e4edf5;
}

.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 #e4edf5;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #e4edf5;
}

.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;
	margin-bottom: 15px;
}

.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/managed-service.jpg);
}
#bgimg2 {
    background-image: url(../images/insolvenz.jpg);
}
#bgimg3 {
    background-image: url(../images/slider-startseite03.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);
}


@media screen and (orientation: portrait) {
#bgimg1 {
	    background-image: url(../images/slider-startseite01p.jpg);
}
#bgimg2 {
	    background-image: url(../images/slider-startseite02p.jpg);
}
#bgimg3 {
	    background-image: url(../images/slider-startseite03p.jpg);
}
#bgimg4 {
	    background-image: url(../images/header-bg4p.jpg);
}
#bgimg5 {
	    background-image: url(../images/header-bg5p.jpg);
}
#bgimg6 {
	    background-image: url(../images/header-bg6p.jpg);
}
#bgimg7 {
	    background-image: url(../images/header-bg7p.jpg);
}
#bgimg8 {
	    background-image: url(../images/header-bg8p.jpg);
}
}

#bgbiergarten {
    background-image: url(../images/bgbiergarten.jpg);
}
#bgzimmer {
    background-image: url(../images/bgzimmer.jpg);
}


#bildtrenner1 {
	height: 500px;
	margin: 80px auto;
    background-image: url(../images/bildtrenner1.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;
}
#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: 300px;
	margin-top: 50px;
    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 {
	height: 560px;
	margin-top: 0px;
}
}
#leistungen	{ background-image: url(../images/leistungen.jpg); }
#beratung-consulting	{ background-image: url(../images/beratung-consulting.jpg); }
#finanzbuchhaltung	{ background-image: url(../images/finanzbuchhaltung.jpg); }
#lohnabrechnung	{ background-image: url(../images/lohnabrechnung.jpg); }
#ueber-mich	{ background-image: url(../images/ueber-mich.jpg); }
#referenzen	{ background-image: url(../images/referenzen.jpg); }
#kontakt  	{ background-image: url(../images/kontakt.jpg); }

#karriere  	{ background-image: url(../images/karriere.jpg); }
#partner  	{ background-image: url(../images/partner.jpg); }
#news  	{ background-image: url(../images/news.jpg); }

@media screen and (orientation: portrait) {
#ueber-mich	{ background-image: url(../images/ueber-michp.jpg); }
#referenzen	{ background-image: url(../images/referenzenp.jpg); }
#kontakt  	{ background-image: url(../images/kontaktp.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: transparent;
}

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: 20px;
    background-color: #ffffff;
    color: #222;
    border: 0;
    border-bottom: 0px solid #ccc;
    outline: 0;
    border-radius: 5px;
}

section#contact .form-group input.form-control {
    height: auto;
    color: #222;
}

section#contact .form-group textarea.form-control {
    height: 300px;
}

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: #50aefd;
}
section#contact a:hover {
    color: #50aefd;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}


.copyright {
	text-align: center;
}
a.copyright {
	text-align: center;
}
@media(min-width:768px) {
	.copyright {
		text-align: left;
	}
}

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: #000;
}

.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: #222;
    -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: #222;
    -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 #50aefd; 
	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: 4px 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-default .nav li a.pa,
.navbar-default .nav li a.ppa { 
	color: #50aefd; 
}
.navbar li .pa:after { 
	color: #50aefd; 
	display: block; 
	content: ''; 
	border-bottom: solid 3px #50aefd; 
	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: 4px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
}
	
.small 	{
    font-size: 1.4rem;
}

.slidertext { position: absolute; z-index: 3; bottom: 0; width: 100%; padding-top: 0px;}

@media(min-width:1024px) {
	.slidertext { position: absolute; z-index: 3; top: 0; width: 100%; padding-top: 60px}
}

.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; }
	#myCarousel555 .carousel-indicators { top: -100px; }
}
.carousel-indicators li { 
	width: 10px; 
	height: 10px; 
	margin: 5px; 
	background-color: #fff; 
	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: #50aefd;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#myCarousel555 .carousel-indicators li { 
	width: 80px; 
	height: 80px; 
	margin: 5px; 
	background-color: #fff; 
	border: 3px solid #fff; 
	border-radius: 50%; 
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#myCarousel555 .carousel-indicators .active { 
	width: 80px;
	height: 80px;
	margin: 5px;
	background-color: #50aefd;
	border: 3px solid #50aefd; 
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3, #myCarousel555 { display: block; }
#myCarousel555 { height: 400px; }
#myCarousel555 .carousel-inner { padding: 0px 0px 0px 0px;}

@media (min-width: 0px) { 
.carousel {	height: 100%; }
.item {	height: 100%; }
.active { height: 100%; }
.carousel-inner { height: 100%; }
.carousel-control { 
		height: 100%; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.fill {	
	background-position: center bottom; 
	width: 100%; 
	height: 100%; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	}  
}

@media (min-width: 768px) { 
.carousel {	height: 100%; }
.item {	height: 100%; }
.active { height: 100%; }
.carousel-inner { height: 100%; }
#myCarousel555 .carousel-inner { height: auto; width: 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 bottom; 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: 0px auto; 
	color: #fff;
}  
.fill50 h2 {	
	color: #fff;
}  
.fill50 h1 {	
	color: #fff;
}  
	
.fill100 {	
	background-position: center center; 
	width: 100%; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	margin: 0px auto; 
	padding: 80px 0px; 
}  





.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; }


.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 0;
    }

	
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 3;
    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;
}

.termin-buchen {
    opacity: 0;
    position: fixed;
    z-index: 100;
    right: 0px;
    bottom: 90px;
	width: 220px;
	font-size: 1.2rem;
	color: #ffffff;
	background-color: #50aefd;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 12px;
    -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;
}
.termin-buchen.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

@media(min-width:768px) {
.termin-buchen {
	bottom: 310px;
}
}

@media(min-width:992px) {
.termin-buchen {
    bottom: 310px;
}
}
@media(min-width:1200px) {
.termin-buchen {
    bottom: 100px;
}
}


.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%;
}
}



.parent-slider {
  position: relative;
  height: 100%;
}
.child-slider {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
@media(min-width:768px) {
.parent-slider {
  position: relative;
  height: 100%;
}
.child-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
}


.outer-image-container { 
    max-width: 246px;
}
.navbar-logo { 
    max-width: 100%;
}
.shadow {
	text-shadow: 0 2px 5px rgba(0,0,0,.8);
}
.navbar-nav>li>a {
    border-top: 0px solid #e5e5e5;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
}
.navbar-nav>li.dropdown>a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0px 20px 0px 25px;
}
}
@media (min-width: 768px){
.navbar-nav>li.dropdown>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
}
    .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;
}
}
@media (min-width: 992px){
.navbar-nav>li.dropdown>a {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 25px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}
}
  .navbar-default .nav .dropdown-menu>li>a:before {
	content: "\f054"; /* FontAwesome Unicode */
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 0px;
	margin-top: 4px;
	vertical-align: top;
	width: 15px;
	}


@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
	background-color: #232323;
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
    margin-top: -2px;
  }
  .navbar-default .nav .dropdown-menu>li>a {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	letter-spacing: 0.5px;
	}
  .navbar-default .nav .dropdown-menu>li {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	}
  .dropdown:hover .dropdown-menu a:hover {
	background-color: #fff;
  }
}
.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: 1860px;
		margin: auto;
  }
}
@media (min-width: 1200px) {
	.container1440 {
		max-width: 1440px;
		margin: auto;
  }
}
.bg-grey {
	background: #e5e5e5;
}
.bg-white {
	background: #fff;
}
.bg-darkbrown {
	background: #25201e;
	color: #807e7d;
	padding: 30px 0px;
}
.bottom {
	position: relative;
	bottom: 0px;
}
@media (min-width: 768px) { 
.bottom {
	position: absolute;
	bottom: 15px;
}
}


/* 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: #49132a; }

.anchor1 {
  display: block;
  height: 45px; /*same height as header*/
  margin-top: -45px; /*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: 68px; /*same height as header*/
  margin-top: -68px; /*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 {
	padding: 50px 30px 15px 30px;
}
@media (min-width: 992px) { 
.textbox {
	padding: 100px 100px 0px 100px;
	/*  -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
}
.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: #000;	
}
.image-circle {
  border-radius: 50%;
  border: 0px solid #ffffff;
}
.termin-buchen .image-circle {
  max-width: 50px;
  float: left;
  margin-right: 15px;
}
.job .image-circle {
  max-width: 60px;
  float: left;
  margin-right: 15px;
}
.testimonial .image-circle {
  max-width: 60px;
  float: left;
  margin-right: 15px;
}
.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.3em;
}
.checklist li:before {
  list-style: none;
  position: relative;
  left: -20px;
  content: "\f058"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: 0em; /* same as padding-left set on li */
  width: 0em; /* same as padding-left set on li */
	color: #ffffff;
}
footer .checklist li:before {
	color: #ffffff;
}

.arrowlist ul {
  position: relative;
  list-style: none;
}
ul.arrowlist {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.arrowlist li {
  padding-left: 1.0em;
}
.arrowlist li:before {
  list-style: none;
  position: relative;
  left: -15px;
  content: "\f061"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: 0em; /* same as padding-left set on li */
  width: 0em; /* same as padding-left set on li */
	color: #ffffff;
	font-weight: 600;
	font-size: 1.2rem;
	top: -0.1rem;
}
footer .arrowlist li:before {
	color: #ffffff;
}



.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%;
}

/* [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 */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: all 1.0s ease-in-out; 
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
  opacity:1.0;
}
.img-hover-text {
	position: absolute;
	z-index: 999;
	display: inline-block;
}
.img-hover-text h1 {
	color: #fff;
	padding: 15px 15px;
    text-transform: uppercase;
}
.img-hover-text h2 {
	color: #fff;
	padding: 15px 15px;
	font-size: 24px;
}
@media (min-width: 768px) {
	.img-hover-text h2 {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.img-hover-text h2 {
		font-size: 48px;
	}
}
.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 #666666;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 1200px) {
.border-left {
	border-left: 1px solid #666666;
	padding-left: 30px;
	padding-right: 30px;
}
}
.border-left-footer {
	border-left: 1px solid #666666;
	margin-bottom: 30px;
}

.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: 50px;
}
.abstandhalter-pagestart {
	height: 80px;
}
@media (min-width: 768px) {
.abstandhalter {
	height: 100px;
}
.abstandhalter-pagestart {
	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;
}
}

.off-icons img {
	max-width: 100px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.off-icons-text {
	font-size: 10px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
.off-icons-text {
	font-size: 11px;
}
}
@media (min-width: 1440px) {
.off-icons-text {
	font-size: 18px;
}
}

.orange {
	color: #50aefd;
}
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 #49132a;
}
.gallery div {
	padding: 0px;
}
.small-gray {
    font-size: 14px;
	color: #999; 
}
#contact h3 {
	color: #999; 
}
.gray {
	color: #86868b;
}

.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 #333;
  @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:#50aefd;
  color:#fff;
}
.trenner {
	width: 60px;
	height: 3px;
	background-color: #50aefd;
	margin: 20px 0px 20px 0px;
}
.logo {
    width: 120px;
	margin-top: -5px;
	padding-left: 15px;
}
@media(min-width:768px) {
.logo {
	margin-top: -8px;
    width: 194px;
	margin-top: 0px;
}
}
@media(min-width:992px) {
.logo {
	margin-top: -4px;
    width: 140px;
}
}

.bg-lightblue {
  background: -webkit-linear-gradient(45deg, #50aefd, #00ff95 100%);
}
.bg-blue {
	background-color: #3d3d3d;
}

.logomobile {
    max-width: 164px;
	margin-top: 15px;
}
.gourmet {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
.bgwood {
  background-image: url(../images/bgwood.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (min-width: 768px) {
.bgwood {
  background-image: url(../images/bgwood.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
}
.bgwood h1 {
  color: #f8dd74;
  margin-top: 30px;
  margin-top: 30px;
}
.bgwood h2 {
  color: #fff;
}

.traube2 {
  background-image: url(../images/traube2.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
.navbar-collapse {
    background-color: #232323;
}
}
.batch {
	max-width: 137px;
	float: right;
	margin-top: 180px;
}
@media (min-width: 768px) {
.batch {
	max-width: 207px;
	float: right;
	margin-top: 400px;
}
}
@media (min-width: 992px) {
.batch {
	max-width: 257px;
	float: right;
	margin-top: 480px;
}
}

.phone {
  font-size: 20px;
  font-weight: 600;
  color: #aeadac;
}
.pad30 {
	padding: 30px;
}
.box {
	background-color: transparent;
	padding: 15px 15px 0px 15px ;
	height: 100%;
	transition: all 0.5s ease-in-out; 
	border: 1px solid #50aefd;
}
.box:hover {
	transition: all 0.5s ease-in-out; 
	transform: scale(1.05); 
	-webkit-box-shadow: 0px 0px 30px 0px #50aefd;
	-moz-box-shadow: 0px 0px 30px 0px #50aefd;
	box-shadow: 0px 0px 30px 0px #50aefd;
	border: 1px solid #50aefd;
}

.box-job {
	background-color: #ffffff;
	padding: 15px 15px 90px 15px;
	height: calc(100% - 30px);
	transition: all 0.5s ease-in-out; 
	border: 1px solid #50aefd;
}
.box-job:hover {
	transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 0px 0px 30px 0px #50aefd;
	-moz-box-shadow: 0px 0px 30px 0px #50aefd;
	box-shadow: 0px 0px 30px 0px #50aefd;
	border: 1px solid #50aefd;
}

.box-news {
	background-color: #ffffff;
	padding: 15px 15px 90px 15px;
	height: calc(100% - 30px);
	transition: all 0.5s ease-in-out; 
	border: 1px solid #50aefd;
}
.box-news:hover {
	transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 0px 0px 30px 0px #50aefd;
	-moz-box-shadow: 0px 0px 30px 0px #50aefd;
	box-shadow: 0px 0px 30px 0px #50aefd;
	border: 1px solid #50aefd;
}
.box-counter {
	background-color: #ffffff;
	padding: 30px;
	height: auto;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out; 
	border: 1px solid #50aefd;
}
@media (min-width: 768px) {
.box-counter {
	background-color: #ffffff;
	padding: 30px;
	height: 100%;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out; 
	border: 1px solid #50aefd;
}
}
.box-counter:hover {
	transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 0px 0px 30px 0px #50aefd;
	-moz-box-shadow: 0px 0px 30px 0px #50aefd;
	box-shadow: 0px 0px 30px 0px #50aefd;
	border: 1px solid #50aefd;
}


.box-text-home {
	font-size: 1.2rem;
	color: #ffffff;
}
.box-text-home h3 {
	font-size: 1.4rem;
	color: #ffffff;
	margin-bottom: 15px;
}
.box-text-home img {
	width: 50%;
	margin-top: 25%;
	padding-bottom: 15px;
}
.box-text-home div {
	padding: 10px;
}

@media (min-width: 768px) {
.box-text-home {
	font-size: 1.4rem;
	color: #ffffff;
}
.box-text-home h3 {
	font-size: 1.7rem;
	color: #ffffff;
	margin-bottom: 15px;
}
.box-text-home img {
	width: 50%;
	margin-top: 25%;
	padding-bottom: 15px;
}
.box-text-home div {
	padding: 15px;
}
}



.box-portfolio {
	font-size: 1.2rem;
	color: #ffffff;
}
.box-portfolio h3 {
	font-size: 1.4rem;
	color: #ffffff;
	margin-bottom: 15px;
}
.box-portfolio img {
	padding-bottom: 15px;
}
.box-portfolio div {
	padding: 10px;
}

@media (min-width: 768px) {
.box-portfolio {
	font-size: 1.4rem;
	color: #ffffff;
}
.box-portfolio h3 {
	font-size: 1.7rem;
	color: #ffffff;
	margin-bottom: 15px;
}
.box-portfolio img {
	padding-bottom: 15px;
}
.box-portfolio div {
	padding: 15px;
}
}





.boxen .col-xs-12 {
	padding-bottom: 30px;
}


.box img {
	margin-bottom: 10px;
}

.orte .col-xs-12 {
	margin-bottom: 30px;
}
.icons-fewo {
	max-width: 470px;
}
.max600 {
	max-width: 600px;
}

.logoleft {
    max-width: 244px;
	margin-top: 0px;
	margin-right: -244px;
	position: absolute;
	z-index: 2;
}
@media(min-width:1600px) {
.logoleft {
    max-width: 294px;
	margin-right: -294px;
}
}
@media(max-width:1439px) {
	.bt1440 {
	display: none;
	}
}
@media(min-width:1440px) {
	.st1440 {
	display: none;
	}
}

/* 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: 400px; }

.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); } 

.stimmen {
	background: #f3f2f4;
	min-height: 100%;
	transition: all 0.5s ease-in-out;
	border: 0px solid #00b1eb;
}
.stimmen p {
	padding: 75px 30px 15px 30px;
}
.name {
	font-size: 18px;
	color: #222;
}
.stimmen img {
	margin-left: 30px;
	position: absolute;
	margin-top: 15px;
	width: 50px;
}
@media(min-width:1024px) {
.stimmen img {
	margin-left: 30px;
	position: absolute;
	margin-top: -40px;
}
}

.fa-quote-right {
	margin-top: 30px;
	margin-right: 30px;
	color: #e1e0e2;
}

.expertentipps h1 {
	color: #50aefd;
	font-size: 24px;
}
.expertentipps h2 {
	font-size: 24px;
	font-weight: 900;
}
@media(min-width:1200px) {
	.expertentipps h1 {	font-size: 26px; }
	.expertentipps h2 { font-size: 26px; }
}
@media(min-width:1400px) {
	.expertentipps h1 {	font-size: 30px; }
	.expertentipps h2 { font-size: 38px; }
}
@media(min-width:1630px) {
	.expertentipps h1 {	font-size: 30px; }
	.expertentipps h2 { font-size: 48px; }
}



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;
    background-color: #50aefd;
    -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: #222;
}
.sitemap a {
    color: #222;
	font-weight: 600;
}
.sitemap a:hover {
    color: #50aefd;
}
.sitemap li a {
    color: #222;
	font-weight: 400;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
a.schutz {
    display: block;
	color: #222;
	font-weight: 300;
	margin-top: -9px;
}
.faq {
	width: 60px;
}
@media(min-width:768px) {
.faq {
	width: auto;
}
}

@media(min-width:768px) {
.navbar-default .nav li a {
    letter-spacing: 0px;
	font-size: 12px;
	color: #ffffff;
}
}
@media(min-width:1024px) {
.navbar-default .nav li a {
	font-size: 18px;
}
}

.imgbottom {
	position: relative;
	bottom: 0;
}

.video img {
	margin-bottom: 15px;
}


.glow {
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff, 0 0 80px #fff;
  }
}


.imgwindow {
	background-color: #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
    -webkit-box-shadow: 0 0px 30px rgba(39,145,190,.3);
    box-shadow: 0 0px 30px rgba(39,145,190,.3);
    -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;
	border: 2px solid white;
	border-radius: 15px;
}

@media(min-width:768px) {
.imgwindow {
	height: 100%;
}
}

	

.imgwindowtext {
	padding: 15px;
}


.imgwindow:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.referenzen a {
	font-size: 1.7rem;
	color: #222;
}
.border-rounded {
	border-radius: 10px;
}
.datenschutz-zustimmung {
	font-weight: 300;
}
.blue {
	color: #50aefd;
}
.green {
	color: #50aefd;
}

.text-datenschutz h2 { 
	font-size: 3rem;
	margin-top: 30px;	
}
.text-datenschutz h3 { 
	font-size: 2.5rem;
	margin-top: 30px;	
	margin-bottom: 15px;	
}
.sliderbox {
	font-size: 2rem;
    background-color: #fff;
	padding: 15px;
}
.sliderbox-headline {
    background-color: #8cbc08;
	padding: 15px;
}


.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}

.icons-home div {
	padding: 0px 15px 0px 0px;
}
.icons-slider div {
	padding: 0px 0px 0px 0px;
}



.bg-azubi-fachinformatiker {
    background-image: url(../images/azubi-fachinformatiker.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-jobs {
    background-image: url(../images/bg-jobs.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.text-adjustment {
  padding: 15px;
}
.text-adjustment2 {
  padding: 8% 10% 6% 10%;
}
@media (min-width: 992px) {
.text-adjustment {
  padding: 10% 10% 10% 10%;
}
.text-adjustment2 {
  padding: 6% 10% 6% 10%;
}
}
@media (min-width: 1440px) {
.text-adjustment {
  padding: 15% 15% 15% 15%;
}
}
.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%;
}
}

footer,
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #50aefd;
	text-decoration: none;
}
footer li:hover:before {
	color: #50aefd;
}

.footer-bright,
.footer-bright a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.6rem;
    font-weight: 300;
}
.footer-bright a:hover {
	color: #50aefd;
	text-decoration: none;
}
.footer-bright li:hover:before {
	color: #50aefd;
}

.trenner {
	width: 50px;
	height: 3px;
	background-color: #07323e;
	margin: 20px auto;
}
.trenner-left {
	width: 50px;
	height: 2px;
	background-color: #07323e;
	margin-top: 30px;
	margin-bottom: 30px;
}
.trenner-left-white {
	width: 50px;
	height: 2px;
	background-color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

.verlauf {
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: 2;
	bottom: 0;
	
}
.gradient {
background: -moz-linear-gradient(bottom, rgba(2,50,62,1) 0%, rgba(2,50,62,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(2,50,62,1) 0%,rgba(2,50,62,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(2,50,62,1) 0%,rgba(2,50,62,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.partner {
	padding: 30px;
	background-color: #ffffff;
}
@media(max-width:1199px) {
.partner img {
	margin-bottom: 30px;
}
.partner {
	padding: 30px 30px 0px 30px;
	background-color: #ffffff;
}
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
	font-weight: 400;
}
}

.box-text-home .fa {
	font-size: 6rem;
}

.clear {
    clear: both;
}


/* if you don't want the indicators or/and the controls */
.carousel-indicators 	{ display: none !important; }
.carousel-control 		{ display: block !important; } 
@media (min-width: 768px) { 
.carousel-indicators 	{ display: block !important; }
.carousel-control 		{ display: block !important; } 
}


.imgbg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(2,50,62,0.5);
}

.imgbg img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}

.imgbgtext {
  padding: 8vw;
  color: #ffffff;
}
.imgbgtext h2 {
  color: #ffffff;
}





.wrapper {
  position: relative;
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
.container-counter {
  width: 33.33%;
  justify-content: space-around;
  padding: 2rem;
  position: relative;
  font-size: 2rem;
  border-radius: 0.5em;
  background-color: #02323e;
  border-bottom: 0px solid #E9331F;
  text-align: center;
}
.counter i {
  color: #50aefd;
  font-size: 2em;
  text-align: center;
}
span.num {
  place-items: center;
  font-weight: 600;
  font-size: 6rem;
}
span.num2 {
  place-items: center;
  font-weight: 600;
  font-size: 6rem;
}
span.text {
  font-size: 2rem;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .wrapper {
  }
  .container-counter {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    flex-wrap: wrap;
    gap: 0px;
  }
  .container-counter {
    width: 33%;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    gap: 15px;
  }
  .container-counter {
    width: 100%;
    font-size: 8px;
  }
}

.blogtext {
	padding: 10vw;
	background: rgba(2,50,62,0.3);
	color: #fff;
	width: 100%;
}
.blogtext h2 {
	color: #fff;
}
.blogimgbg {
    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;
	padding: 0px;
}

.svgicon img {
  filter: drop-shadow(-10px 30px 15px rgb(0 0 0 / 0.4));
  transition: all 0.5s ease-in-out;
}
.svgicon img:hover {
  filter: drop-shadow(0px 5px 2px rgb(0 0 0 / 0.4));
  margin-top: 30px;
  margin-bottom: -30px;
}

.box-icons {
	background-color: #ffffff;
	padding: 0px 60px 60px 60px;
	height: calc(100% - 30px);
	transition: all 0.5s ease-in-out; 
	border: 1px solid #50aefd;
}
.box-icons:hover {
	background-color: #f2f6f7;
	padding: 0px 60px 45px 60px;
}
.box-icons img {
  filter: drop-shadow(-10px 30px 15px rgb(0 0 0 / 0.3));
  transition: all 0.5s ease-in-out;
  margin-top: -45px;
}
.box-icons:hover img {
  filter: drop-shadow(0px 5px 2px rgb(0 0 0 / 0.4));
  transform: scale(0.95);
  margin-top: 0px;
  margin-bottom: -30px;
}
.box-icons h3 {
	margin-top: 30px;
	font-size: 2.5rem;
}

.square {
  aspect-ratio: 1 / 1; /* ⏹ a perfect square */
  background-color: #ffffff;
  margin-bottom: 30px;
  color: #ffffff;
  padding: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.parallax_home {
    background-image: url(../images/parallax_home_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (min-width: 768px) {
.parallax_home {
    background-image: url(../images/parallax_home_bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
}
.padding15lr {
	padding: 0px 30px;
}
.padding15lrou {
	padding: 0px 15px 15px 15px;
}
@media screen and (min-width: 768px) {
.padding15lrou {
	padding: 15px;
}
}

body {
  margin: 0;
}

.wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 10px;
}

.header-para {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform-style: preserve-3d;
  z-index: -1;
}

.background {
  transform: translateZ(-10px) scale(1.5);
}

.foreground {
  transform: translateZ(-5px) scale(1.0);
}

.background,
.foreground {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.title {
  font-size: 7rem;
  color: white;
  text-shadow: 0 0 5px black;;
}



body {
  margin: 0;
}

.paramain {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}

.paramain {
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.paramain::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.paramain {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/*
section {
  transform-style: preserve-3d;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/

.no-parallax {
  background-color: #111;
  z-index: 999;
}

section h1 {
  text-align: center;
  font-size: 4rem;
  font-family: sans-serif;
}

.parallax h1 {
  width: 60%;
  font-size: 2rem;
}

.parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.bg::after {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/parallax_home_bg.jpg");
  background-size: cover;
}

@media screen and (min-width: 768px) {
  section h1 {
    font-size: 8rem;
  }
  .parallax h1 {
    font-size: 4rem;
  }
}

.news img {
	margin-bottom: 15px;
}
.news h3 {
	margin-bottom: 15px;
	font-size: 2rem;
}
.rubrik {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	display: block;
	margin-bottom: 15px;
}
.news .col-xs-12 {
	transition: all 0.5s ease-in-out; 
	padding: 15px;
	background-color: #232323;
	border-left: 0px solid #9ea5b5;
	z-index: 1;
	border-radius: 10px;
}
.news .col-xs-12:hover {
	z-index: 2;
	transform: scale(1.03); 
	-webkit-box-shadow: 0px 0px 30px 0px #bac9c9;
	-moz-box-shadow: 0px 0px 30px 0px #bac9c9;
	box-shadow: 0px 0px 30px 0px #bac9c9;
}

.box-zertifizierung {
	transition: all 0.5s ease-in-out; 
	padding: 30px;
	background-color: #232323;
	border: 1px solid #232323;
	z-index: 1;
	border-radius: 15px;
	height: 100%;
	margin: 0px;
	border: solid 1px #1f327e;
    box-shadow: 0 0 0 15.5px #50aefd;
    outline: solid 15px #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px #bac9c9;
	-moz-box-shadow: 0px 0px 30px 0px #bac9c9;
	box-shadow: 0px 0px 30px 0px #bac9c9;
}

.box-zertifizierung a {
	color: #1f327e;
}
.box-zertifizierung .fa-star {
	font-size: 1rem;
	margin-top: 0px;
    color: #f0bc0b;
    font-size: 1rem;
    padding-right: 0.2rem;
}
.box-zertifizierung hr {
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 3px 3px;
background-repeat: repeat-x;
	margin: 30px 0px 0px 0px;
}
.box-zertifizierung a:hover {
	text-decoration: none;
}

.box-zertifizierung:hover {
	z-index: 2;
	border: 1px solid #50aefd;
	-webkit-box-shadow: 0px 0px 0px 0px #bac9c9;
	-moz-box-shadow: 0px 0px 0px 0px #bac9c9;
	box-shadow: 0px 0px 0px 0px #bac9c9;
    box-shadow: 0 0 0 15.5px #50aefd;
}
.zertifizierung-icon {
	padding: 2px;
    text-align: center;
    background-color: #232323;
    border-radius: 50%;
}
.box-zertifizierung img {
	margin: 30px 0px;
}

.breadcrumb {
	padding: 0px 0px 0px 10px;
    margin-bottom: 10px;
    list-style: none;
	color: #9ea5b5;
    border-radius: 0px;
	font-size: 1.4rem;
	background-color: transparent;
}
@media screen and (min-width: 768px) {
.breadcrumb {
	font-size: 1.8rem;
}
}
.bluebox {
	background-color: #50aefd;
	width: 100%;
	height: 100%;
}
.blueboxtext-bottom {
	position: relative;
	bottom: 0px;
	padding: 2.5rem;
	color: #ffffff;
	font-size: 2rem;
	line-height: 2rem;
	hyphens: none;
}
@media screen and (min-width: 768px) {
.blueboxtext-bottom {
	position: absolute;
	padding: 1.2rem;
	font-size: 2.1rem;
	line-height: 2.1rem;
}
}
@media screen and (min-width: 992px) {
.blueboxtext-bottom {
	padding: 3rem;
	font-size: 2.5rem;
	line-height: 2.5rem;
}
}
@media screen and (min-width: 1400px) {
.blueboxtext-bottom {
	padding: 3rem;
	font-size: 4rem;
	line-height: 4rem;
}
}
@media screen and (min-width: 1900px) {
.blueboxtext-bottom {
	padding: 6rem;
	font-size: 5rem;
	line-height: 5rem;
}
}



.abstando30 {
	margin-top: 30px;
}
.image-container {
 height: 100%;
 width: 100%;
 background-size: cover;
}
.teamviewer {
	max-width: 150px;
	height: auto;
	margin-top: 5px;
}

.nopadding-right {
	padding-right: 0px;
}

.padding-config .col-xs-12 {
	margin-bottom: 15px;
}
.padding-config .col-xs-4 {
	padding-left: 0px;
}
@media screen and (min-width: 768px) {
.padding-config .col-xs-12 {
	margin-bottom: 30px;
}
.padding-config .col-xs-4 {
	padding-left: 15px;
}
}

.branchen {
	position: absolute;
	z-index: 2;
	color: #ffffff;
	border: 0px solid red;
}
.branchen img {
	width: 7vw;
	margin-bottom: 1vw;
}
.branchentext {
	padding-bottom: 1vw;
	font-size: 0.7rem;
}


.branche-linie1 {
	background-color: #fff;
	width: 1px;
	height: 200px;
}
.branche-linie2 {
	background-color: #fff;
	width: 1px;
	height: 400px;
}
.branche-strich {
	background-color: #fff;
	width: 1px;
	margin-left: 1px;
border-bottom: 2px solid black; 
    padding-bottom: 15px; 
    position: relative;
}

.branche-strich:after {
    position: absolute; 
    bottom: -6px; 
    left: 0; 
    height: 7px; 
    width: 7px; 
    background: white; 
	margin-left: -3px;
    content: ""; 
    border-radius: 5px;
}

branche-strich:after {
    right: 0; 
    left: auto;
}

.branche1 {	top: 10%; left: 8%; }
.branche2 { top: 10%; left: 22%; }
.branche3 { top: 10%; left: 37%; }
.branche4 { top: 10%; left: 47.5%; }
.branche5 { top: 10%; left: 60%; }
.branche6 { top: 10%; left: 70.5%; }
.branche7 { top: 10%; left: 83%; }
.bsh1 { height: 13vw; }
.bsh2 { height: 14vw; }
.bsh3 { height: 10vw; }
.bsh4 { height: 12vw; }
.bsh5 { height: 14vw; }
.bsh6 { height: 12vw; }
.bsh7 { height: 20vw; }



@media (min-width: 768px) {
.branchen img {
	width: 5vw;
}

.branchentext {
	padding-bottom: 0.8vw;
	font-size: 1vw;
	line-height: 1.1vw;
}
.branche1 {	top: 10%; left: 10%; }
.branche2 { top: 10%; left: 22%; }
.branche3 { top: 10%; left: 37%; }
.branche4 { top: 10%; left: 47.5%; }
.branche5 { top: 10%; left: 60%; }
.branche6 { top: 10%; left: 72.2%; }
.branche7 { top: 10%; left: 87%; }
.bsh1 { height: 13vw; }
.bsh2 { height: 6vw; }
.bsh3 { height: 10vw; }
.bsh4 { height: 7.5vw; }
.bsh5 { height: 8.5vw; }
.bsh6 { height: 4vw; }
.bsh7 { height: 12vw; }
}



@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}

.show-border,
.show-border div {
	border: 1px solid red;
}

.profile {
	max-width: 70px;
}
.box-text-home .col-xs-4 {
	padding: 7.5px;
}
.box-portfolio .col-xs-4 {
	padding: 7.5px;
}
.padding75lr {
	padding: 0px 7.5px 0px 7.5px;
}
.bg-managed-service {
    background-image: url(../images/bg-managed-service.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;
	
}
.bg-kommunikationsloesungen-hotels {
    background-image: url(../images/bg-kommunikationsloesungen-hotels.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;
	
}
.bg-datenschutz {
    background-image: url(../images/bg-datenschutz.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;
	
}
.bg-alarmierungssysteme {
    background-image: url(../images/bg-alarmierungssysteme.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;
	
}
.managed-service {
    background-image: url(../images/managed-service.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.datenschutz {
    background-image: url(../images/datenschutz.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.alarmierungssysteme1 {
    background-image: url(../images/alarmierungssysteme-schutz.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.alarmierungssysteme2 {
    background-image: url(../images/alarmierungssysteme-resilienz.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.alarmierungssysteme3 {
    background-image: url(../images/alarmierungssysteme-krisenmanagement.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.alarmierungssysteme4 {
    background-image: url(../images/alarmierungssysteme-button.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
.firmengeschichte {
    background-image: url(../images/firmengeschichte.svg);
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	
}
.box-bg-color-image {
    padding: 0px 0px 0px 0px;
    height: 100%;
    background-color: #232323;
	position: relative;
	transition: all 0.5s ease-in-out; 
	border: 0px solid #232323;
}
.box-bg-color {
    padding: 30px 30px 170px 30px;
    height: 100%;
    background-color: #232323;
	position: relative;
	transition: all 0.5s ease-in-out; 
	border: 0px solid #232323;
}
.box-box-bg-color:hover { transform: scale(1.05); }

.box-bg-blue {
    padding: 30px 30px 30px 30px;
    height: 100%;
    background-color: #50aefd;
	position: relative;
	transition: all 0.5s ease-in-out; 
	border: 0px solid #50aefd;
	color: #ffffff;
	margin-top: -15px;
	margin-bottom: 15px;
}
.bg-color-blue {
    background-color: #1f327e;
	color: #ffffff;
}
.bg-color-blue h3 {
	color: #ffffff;
}
@media (min-width: 768px) {
.box-bg-blue {
	margin-top: -60px;
	margin-bottom: 60px;
}
}
.box-bg-blue h3 {
	color: #ffffff;
}
.box-icon-left-bottom {
	position: absolute;
	bottom: 30px;
	font-size: 2.5rem;
}
.opacity05 {
  opacity: 0.5;
}
.opacity0 {
  opacity: 0.0;
}
a.no-format {
	text-decoration: none;
	color: inherit;
}
.job {
	padding: 30px;
}





.down-arrow {
  position:absolute;
  width: 0;
  left: 50%;
  font-size: 6vw;
  animation: jumpInfinite 1.5s infinite;
  margin: 0 auto;
  color: #eaf2fd;
}

@keyframes jumpInfinite {
  0% {
    margin-top: -20px;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: -20px;
  }
}

.partnerpage img {
	float: left;
	width: 23%;
	margin: 0% 1% 2% 1%;
	border: 1px solid #d2ddf1;
	border-radius: 10px;
	background-color: #ffffff;
	transition: all 0.5s ease-in-out;
}
.partnerpage img: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;
}
.strich {
  height: 0.5px;
  background: #ffffff;
  margin-top: 15px;
}

@-webkit-keyframes zoomInStrich {
  from {
    opacity: 0;
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
	transform-origin: top left;
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
	transform-origin: top left;
  }
}

@keyframes zoomInStrich {
  from {
    opacity: 0;
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
	transform-origin: top left;
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
	transform-origin: top left;
  }
}

.zoomInStrich {
  -webkit-animation-name: zoomInStrich;
  animation-name: zoomInStrich;
}

.border div {
	border: 1px solid red;
}



.block {
	width: 306px;
	height: 230px;
}


.bounce {
	position: absolute;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 


@-webkit-keyframes mymove-spinning {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(-1);
    }
    100% {
        transform: scaleX(1);
    }
}
@-webkit-keyframes mymove-spinning-back {
    0% {
        transform: scaleX(-1);
		opacity: 0;
    }
    1% {
		opacity: 1;
    }
    50% {
        transform: scaleX(1);
		opacity: 1;
    }
    51% {
		opacity: 0;
    }
    100% {
        transform: scaleX(-1);
		opacity: 0;
    }
}
#spinning {
    width: 100%;
	position:absolute;
    -webkit-animation: mymove-spinning 1.6s infinite ease;
}
#spinning-back {
    width: 100%;
	position:absolute;
	z-index: 2;
    -webkit-animation: mymove-spinning-back 1.6s infinite ease;
}

@-webkit-keyframes mymove-shadow-spinning {
    0% {
		transform:scaleY(0.3);
		margin-left: 10px;
    }
    50% {
		transform:scaleY(0.3);
		transform-origin: left;
		margin-left: 10px;
		width: 10px;
    }
    100% {
		transform:scaleY(0.3);
		margin-left: 10px;
    }
}


.chip-shadow-spinning {
    width: 100%;
    height: 30px;
	border: 0px solid red;
	border-radius: 100%;
	background: #000;
	filter: blur(5px);
	top: 23px;
	position:relative;
	bottom: 0;
	z-index: -1;
    -webkit-animation: mymove-shadow-spinning 1.6s infinite ease;
}

.bounce-box {
        align-self: flex-end;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
    }
.bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: ease;
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-30px); }
        100% { transform: translateY(0); }
    }

.bounce-box-shadow {
    width: 100%;
    height: 10%;
	margin: 0 auto;
	border: 0px solid red;
	border-radius: 100%;
	background: #bac9c9;
	opacity: 0.5;
	filter: blur(20px);
	top: 0px;
	position:relative;
	z-index: -1;
    -webkit-animation: bounce-box-shadow-scale 2s infinite ease;
}
@-webkit-keyframes bounce-box-shadow-scale {
    0% {
		transform:scaleY(0.3);
    }
    50% {
		transform:scaleY(0.5);
		transform-origin: center;
		width: 60%;
    }
    100% {
		transform:scaleY(0.3);
    }
}
.pad15all {
    padding: 15px;
}
.pad30all {
    padding: 30px;
}
.pad15lr  {
    padding: 0 15px;
}





.container-ticker>*,
.container-ticker>*::after,
.container-ticker>*::before {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
}


.container-ticker {
  display: flex;
  height: auto;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}

.scroll-container {
  height: auto;
}

.carousel-primary,
.carousel-secondary {
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.carousel-primary img {
  width: 100%;
  margin-left: 20px;
}

.carousel-primary {
  display: flex;
  justify-content: space-around;
  animation: scroll-horizontal 20s linear infinite;
}

.carousel-secondary {
  animation: scroll-horizontal 20s linear infinite;
  animation-delay: 10s;
}

@keyframes scroll-horizontal {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.carousel-primary:hover,
.carousel-primary:hover~.carousel-secondary {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.carousel-secondary:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


.scroll-container:hover>.carousel-primary:not(:hover) {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.overflow-hidden {
	overflow: hidden;
}




.team {
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all 1.0s ease-in-out; 
	background: rgba(255,255,255,1.0);
	margin-bottom: 30px;
}
.team img {
	position: relative;
	z-index: -1;
	transform: scale(1.0);
	transition: all 1.0s ease-in-out; 
}
.team:hover img {
	transform: scale(1.15);
	filter: blur(8px);
	-webkit-filter: blur(4px);
	opacity: 0.2;
}
.team-text {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	text-align: center;
	width: 100%;
	line-height: normal;
	opacity: 0;
	transition: all 1.0s ease-in-out; 
}
.team:hover .team-text {
	opacity: 1;
	
}


.team:after { 
	display: block; 
	content: ''; 
	border-bottom: solid 10px #ffffff; 
	transform: scaleX(0); 
	transform-origin: top left;
	-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: 0px 0px 0px 0px;
	margin: -10px 0px 0px 0px;
}
.team:focus:after, 
.team:hover:after, 
.team:active:after { 
	transform: scaleX(1); 
	transform-origin: top left;
}



.team-text h3 {
	font-weight: 800;
	letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.team-text i {
	padding: 0 5px;
}
.margin-15 {
	margin: 0 -15px;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.bgcolor-blue {
    background-color: #ffffff;
/* Firefox */
height: -moz-calc(100% - 30px);
/* WebKit */
height: -webkit-calc(100% - 30px);
/* Opera */
height: -o-calc(100% - 30px);
/* Standard */
height: calc(100% - 30px);
}
.footer-link:before {
  content: "";
  background-image:url('../images/arrow-right.svg');
  background-size: 100% 100%;
  display: inline-block;
  color: #ffffff;
  margin-right: 4px;

  /*size of your image*/
  height: 11px;
  width:11px;

  /*if you want to change the position you can use margins or:*/
  position:relative;
  top:0px;
}
.footer-link-check:before {
  content: "";
  background-image:url('../images/check-circle.svg');
  background-size: 100% 100%;
  display: inline-block;
  color: #ffffff;
  margin-right: 4px;

  /*size of your image*/
  height: 14px;
  width:14px;

  /*if you want to change the position you can use margins or:*/
  position:relative;
  top:0px;
}

.footer-icon {
    font-size: 3.2rem;
    color: transparent;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}


verysmall, .verysmall {
    font-size: 75%;
}

footer .kontakt-box {
	background: rgba(255,255,255,.1);
	padding: 30px;
	border-radius: 15px;
}
@media (min-width: 992px) {
footer .kontakt-box {
	background: rgba(255,255,255,.1);
	padding: 30px;
	border-radius: 15px;
}
}
@media (min-width: 1200px) {
footer .kontakt-box {
	background: rgba(255,255,255,.1);
	padding: 30px;
	border-radius: 15px;
}
}

footer h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    display: block;
    margin-bottom: 15px;
}
footer .social .fab {
	font-size: 2.3rem;
}
footer .social i.fa-google {
	font-size: 1.8rem;
	margin-top: 20px;
}
footer .social {
	padding-left: 16px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
footer .social {
	padding-left: 16px;
	text-align: right;
	margin-top: 5px;
}
}


@-webkit-keyframes telswing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes telswing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.telswing {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: telswing;
  animation-name: telswing;
  -webkit-animation: telswing 2s infinite ease;
}
.muted {
	color: #999999;
}
.perspective {
	perspective: 300px;
}
.icon3d {
	transition: all 0.5s ease-in-out;
	perspective: 150px;
	border-radius: 10px;
	border-bottom: 0px solid black;
	transform-style: preserve-3d;
	transform: rotateX(0deg) rotateY(0deg);
	box-shadow: 0px 0px 0px rgba(0,0,0,.3);
	margin-top: 5px;
}
.icon3d:hover {
	perspective: 150px;
	border-radius: 10px;
	border-bottom: 5px solid rgba(0, 0, 0, .7);
	transform-style: preserve-3d;
	transform: rotateX(25deg) rotateY(-10deg);
	box-shadow: 0px 60px 25px rgba(0,0,0,.3);
	margin-top: -5px;
}


.position-relative {
    position: relative !important;
}
.d-none {
    display: none !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.marquee-container {
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  background-color: #ffffff;
}
.marquee-container .marquee {
  top: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.marquee-container .marquee2 {
  animation-delay: 15s;
}
.marquee-container span {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

.footer-bright h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    display: block;
    margin-bottom: 30px;
	color: #1f327e;
}

.boxdown {
	aspect-ratio: 1 / 1;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	border-radius: 50px;
	background: #232323;
	box-shadow: inset 15px 15px 30px #d3d5d7,
				inset -15px -15px 30px #ffffff;
}
.boxdown:hover {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	border-radius: 50px;
	background: #232323;
	box-shadow:  15px 15px 30px #d3d5d7,
				-15px -15px 30px #ffffff;
}


.boxdown2 {
  aspect-ratio: 1 / 1;
	border-radius: 50px;
  background: rgb(248, 250, 250);
  transition: box-shadow 1s ease-in-out;
  background-image: linear-gradient(135deg,rgb(248, 250, 253, 1.0),rgb(241, 245, 251, 1.0));
  box-shadow: 
    inset 15px 15px 30px rgb(211, 213, 215, 0.9),
    inset -15px -15px 30px rgb(255, 255, 255, 0.9),
     0 0 0 rgb(84 84 84 / 0%),
     0 0 0 rgb(255 255 255 / 0%);
}

.boxdown2:hover{
  box-shadow: 
    inset 0 0 0 rgb(211 213 215 / 0%),
    inset 0 0 0 rgb(255 255 255 / 0%),
     15px 15px 30px rgb(211 213 215),
    -15px -15px 30px rgb(255 255 255);
}


#offDIV {
  width: 100px;
  height: 100px;
  background-color: coral;
  color: white;
  animation: offmove 5s infinite;
}

@keyframes offmove {
  50% {box-shadow: 10px 20px 30px blue;}
}

.offsvg {
  filter: drop-shadow(rgba(248, 250, 253, 0.5) 0px 0px 0px) drop-shadow(rgba(248, 250, 253, 0.5) 0px 0px 0px);
  animation: svgmove 5s infinite;
}

@keyframes svgmove {
  50% {filter: drop-shadow(rgba(127, 132, 151, 0.5) 15px 15px 20px) drop-shadow(rgba(255, 255, 255, 255.5) -5px -5px 5px);}
}

.text3dinner {
    font-weight: 900;
	transform: rotateX(60deg) rotateY(0deg) rotateZ(-45deg);
          color: #232323;
            font-size: 16em;
            transition: 0.5s;
	display: flex;
    flex-wrap:wrap;
    justify-content:flex-end;
font-family: Arial, Helvetica, sans-serif;	

	animation: text3dmove 5s infinite ease alternate;
            text-shadow: 
				-1px 1px 0 #e8ebf3, -2px 2px 0 #e8ebf3,
                -3px 3px 0 #e8ebf3, -4px 4px 0 #e8ebf3,
                -5px 5px 0 #e8ebf3, -6px 6px 0 #e8ebf3,
                -7px 7px 0 #e8ebf3, -8px 8px 0 #e8ebf3,
                -9px 9px 0 #e8ebf3, -10px 10px 0 #e8ebf3,
                -11px 11px 0 #e8ebf3, -12px 12px 0 #e8ebf3,
                -13px 13px 0 #e8ebf3, -14px 14px 0 #e8ebf3,
                -15px 15px 0 #e8ebf3, -16px 16px 0 #e8ebf3,
                -17px 17px 0 #e8ebf3, -18px 18px 0 #e8ebf3,
                -19px 19px 0 #e8ebf3, -20px 20px 0 #e8ebf3,
                -21px 21px 0 #e8ebf3, -22px 22px 0 #e8ebf3,
                -23px 23px 0 #e8ebf3, -24px 24px 0 #e8ebf3,
                -25px 25px 0 #e8ebf3, -26px 26px 0 #e8ebf3,
                -27px 27px 0 #e8ebf3, -28px 28px 0 #e8ebf3,
                -29px 29px 0 #e8ebf3, -30px 30px 0 #e8ebf3,
                -31px 31px 0 #e8ebf3, -32px 32px 0 #e8ebf3,
                -33px 33px 0 #e8ebf3, -34px 34px 0 #e8ebf3,
                -35px 35px 0 #e8ebf3, -36px 36px 0 #e8ebf3,
                -37px 37px 0 #e8ebf3, -38px 38px 0 #e8ebf3,
                -39px 39px 0 #e8ebf3, -40px 40px 0 #e8ebf3,
                -60px 60px 30px rgba(127, 132, 151, 0.5);
	margin-top: -50px;
}

		
@keyframes text3dmove {
  50% {
	  text-shadow: 
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
				0px 0px 0 #e8ebf3, 0px 0px 0 #e8ebf3,
                0px 1px 0px rgba(127, 132, 151, 0.3);

	transform: translate(50px, 100px);
}
}

.pyramide img {
	width: 33%;
	float: left;
}

/*
html {
  --s: 400px; 
  --c1: #1d1d1d;
  --c2: #4e4f51;
  --c3: #3c3c3c;
  
  background:
    repeating-conic-gradient(from 30deg,#0000 0 120deg,var(--c3) 0 180deg) 
     calc(.5*var(--s)) calc(.5*var(--s)*0.577),
    repeating-conic-gradient(from 30deg,var(--c1) 0 60deg,var(--c2) 0 120deg,var(--c3) 0 180deg);
  background-size: var(--s) calc(var(--s)*0.577);
}
*/

#contact.akonfi h3 {
	color: #ffffff;
}
#contact.akonfi label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}
#contact.akonfi input[type=radio], 
#contact.akonfi input[type=checkbox] {
    margin-top: 4px;
    margin-right: 0px;
    line-height: normal;
	width: 1.8rem; 
	height: 1.8rem;
	border: 1px solid #50aefd;
	border-color: #50aefd;
	    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    outline: 0px;
    border-radius: 5px;
    
}
#contact.akonfi .form-control {
    display: inline-block;
    width: 100%;
}
section#contact.akonfi .form-group input {
    padding: 10px 7px;
    background-color: #ffffff;
    color: #222;
    border: 1px solid #9ea5b5;
    outline: 0;
    border-radius: 5px;
}
section#contact.akonfi .form-group select {
    padding: 10px 7px;
    background-color: #ffffff;
    color: #999;
    border: 1px solid #9ea5b5;
    outline: 0;
    border-radius: 5px;
	width: 100%;
}
section#contact.akonfi .form-group select option {
    padding: 10px 7px;
    background-color: #ffffff;
    color: #222;
    border: 1px solid #9ea5b5;
    outline: 0;
    border-radius: 5px;
	width: 100%;
}





section#contact.akonfi .table>tbody>tr>th, 
section#contact.akonfi .table>tbody>tr>td {
    border-top: 0;
    padding: 0px 10px 0px 0px;
	vertical-align: top;
	font-size: 1.7rem;
	line-height: 2.2rem;
}
section#contact.akonfi .vertical-align-middle>tbody>tr>th, 
section#contact.akonfi .vertical-align-middle>tbody>tr>td {
	vertical-align: middle;
}
section#contact.akonfi .table>tbody>tr {
    border-bottom: 10px solid transparent;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #ffffff;
}
.formular {
	border-top: 30px solid #50aefd;
	border-radius: 0px;
	background: #ffffff;
	box-shadow:  20px 20px 60px #dee7f5,
             -20px -20px 60px #ffffff;
	padding: 40px 30px 30px 30px;
}
section#contact.akonfi .form-group {
    margin-bottom: 0px;
}
section#contact .formular .form-group textarea.form-control {
    height: 370px;
	border: 1px solid #9ea5b5;
}
.strich-v {
  width: 1px;
  height: 100px;
  background: #50aefd;
  margin: 0 auto;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #ffffff;
}
section#contact.akonfi .table>tbody>tr>td.small {
    font-size: 1.4rem;
}

.round {
  position: relative;
  height: 28px;
  width: 28px;
}

.round label {
  background-color: #fff;
  border: 1px solid #9ea5b5;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.service-adresse {
	border: 2px dashed #9ea5b5;
	border-radius: 10px;
	padding: 30px;
}
.garantie {
	border: 0px dashed #9ea5b5;
	border-radius: 10px;
	padding: 30px;
	background: -webkit-linear-gradient(45deg, #a2df6b, #e8fc6b 100%);
}
.hinweis {
	border: 0px dashed #9ea5b5;
	border-radius: 10px;
	padding: 30px;
	background: -webkit-linear-gradient(45deg, #efd256, #ff9b69 100%);
}

.iconbox {
	background-color: transparent;
	height: 100%;
	transition: all 0.5s ease-in-out; 
	border: 0px solid #50aefd;
	font-size: 1.5rem;
	border-top: 0px solid #50aefd;
    border-radius: 0px;
    background: #3d3d3d;
    box-shadow: 10px 10px 60px #000;
    padding: 30px 30px 30px 30px;
	border-left: 0px solid #50aefd;
}
.iconbox:hover {
	transition: all 0.5s ease-in-out; 
	transform: scale(1.05); 
    box-shadow: 10px 10px 60px #b0c5db;
}
.iconbox img,
.iconbox svg {
	height: 60px;
	margin-bottom: 15px;
}
.iconbox h3 {
	font-size: 2.2rem;
	margin-bottom: 15px;
}
.iconboxpad15 {
	padding: 15px;
}

.st0 {
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 0;
	stroke-dasharray:30,0;
	stroke-dashoffset: 1000;
	animation: dash2 3s linear;
}

@keyframes dash2 {
  0% {
	fill: #ffffff;
    stroke-dashoffset: 1000;
	stroke-dasharray:200,400;
	stroke-width: 20;
  }
  50% {
	fill: #ffffff;
	stroke-dasharray:2,0;
    stroke-dashoffset: 0;
	stroke-width: 2;
  }
  100% {
	fill: #ffffff;
	stroke-dasharray:2,0;
    stroke-dashoffset: 0;
	stroke-width: 0;
  }
}

.eisbecher-icons img {
	width: 70px;
	margin-bottom: 15px; 
	border: 0px;
	border-radius: 10px;
}
.eisbecher-icons p {
	margin-bottom: 15px; 
	font-size: 1.4rem; 
	line-height: 1.6rem; 
}
.eisbecher-icons h3 {
	font-size: 1.8rem; 
}



/* Google Rezensionen */

.testimonial .image-circle {
  max-width: 60px;
  float: left;
  margin-right: 0px;
}
.testimonial {
	border: 1px solid #50aefd;
	background-color: #ffffff;
	padding: 30px;
	font-size: 16px;
	height: auto;
	border-radius: 8px;
	margin-left: 0px;
}
@media(min-width:768px) {
.testimonial {
	margin-left: 10px;
	border: 0px solid #50aefd;
	background-color: #ffffff;
	padding: 30px;
	font-size: 16px;
	height: 100%;
	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: 0px; 
    background-image: none;
    opacity: 1;
}
.carousel-control.right { 
    margin-right: 15px;
    margin-left: 0px; 
}
.carousel-control .fa { 
	background: #232323;
	color: #50aefd;
	border-radius: 50%;
	border: 1px solid #232323;
}
.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%;
 }

 .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;
  }


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;
}

/* Google Rezensionen ENDE */




.marqueenew {
  display: flex;
  block-size: var(--marquee-item-height);
  margin-block: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee--8 {
  --marquee-item-width: 100px;
  --marquee-item-height: 100px;
  --marquee-duration: 36s;
  --marquee-items: 8;
}

.marquee--3 {
  --marquee-item-width: 150px;
  --marquee-item-height: 150px;
  --marquee-duration: 24s;
  --marquee-items: 3;
}

.marquee--6 {
  --marquee-item-width: 160px;
  --marquee-item-height: 60px;
  --marquee-duration: 32s;
  --marquee-items: 10;
}

.marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee__item:nth-child(4n) {
  border-top-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 1) {
  border-bottom-right-radius: 1rem;
}

.marquee__item:nth-child(4n + 2) {
  border-bottom-left-radius: 1rem;
}

.marquee__item:nth-child(4n + 3) {
  border-top-left-radius: 1rem;
}

.marquee--8 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--8 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--8 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--8 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}

.marquee--8 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}

.marquee--8 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}

.marquee--8 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}

.marquee--8 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}

.marquee--3 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--3 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--3 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--6 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--6 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--6 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--6 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}

.marquee--6 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}

.marquee--6 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}

.marquee--6 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}

.marquee--6 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}

.marquee--6 .marquee__item:nth-of-type(9) {
  --marquee-item-index: 9;
}

.marquee--6 .marquee__item:nth-of-type(10) {
  --marquee-item-index: 10;
}

@keyframes go {
  to {  
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}



.home {
  height: 60vh;
  position: relative;
  overflow: hidden;
}
video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-linear-gradient(45deg, #50aefd, #00ff95 100%);
  opacity: 0.8;
}
.home-content {
  width: 600px;
  margin: 0 auto;
  position: relative;
  top: 150px;
  color: #fff;
  z-index: 3;
}
.home-content h1 {
  font-family: Playfair Display, serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 1.1;
}
.middle-line {
  height: 200px;
  width: 2px;
  background: #fff;
  margin: 40px auto;
}
.home-content button {
  display: block;
  font-size: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 16px 30px;
  cursor: pointer;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}
.legal {
	text-align: center;
	padding: 0px 0px 0px 0px;
}
@media (min-width: 768px) {
.legal {
	text-align: right;
	padding: 0px 30px 0px 0px;
}
}

.fa-stack-2x {
    font-size: 2em;
}
.fa-stack-3x {
    font-size: 3em;
}
.fa-stack-4x {
    font-size: 4em;
}
.fa-stack-1x, .fa-stack-2x, .fa-stack-3x, .fa-stack-4x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-icon  {
	background: -webkit-linear-gradient(45deg, #50aefd, #00ff95 100%);
	border-radius: 50%;
	color: #232323;
	padding: 0.3em;
	aspect-ratio: 1 / 1;
	width: 1.7em;
	text-align: center;
	font-size: 1.8em;
}
@media (min-width: 768px) {
.fa-icon  {
	background: -webkit-linear-gradient(45deg, #50aefd, #00ff95 100%);
	border-radius: 50%;
	color: #232323;
	padding: 0.3em;
	aspect-ratio: 1 / 1;
	width: 1.7em;
	text-align: center;
	font-size: 2.6em;
}
}

.fa-icon2  {
	background: transparent;
	border: 4px solid #cccccc;
	border-radius: 50%;
	color: #cccccc;
	padding: 0.6em;
	font-size: 1.45em;
}

.fa-outline {
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #232323;
 }
 .padbot {
	 padding-bottom: 45px;
 }

.border-round {
	border-radius: 15px;
}