/* Necessary for full page carousel*/
html,
body,
header,
.view {
  height: 100%;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body{ padding-top: 68px;}

.blue-text {
    color: #2ac2f0!important;
}
.lightblue-text {
    color: #dfedf8!important;
}
.yellow-text {
    color: #C1002B!important;
}

.mt-5, .my-5 {
    margin-top: 45px!important;
}

.bg_lightblue{ background: #c0ecf9;; padding-top: 30px; padding-bottom: 15px;}

.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: .5rem 2.14rem;
    font-size: 1rem;
}

.btn-info {
    background-color: #2ac2f0!important;
    color: #fff;
	border-radius: 0;
	box-shadow: none;
}
.btn-info:hover,
.btn-info:focus {
    background-color: #22232a!important;
    color: #fff;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dfedf8!important;
}
a {
    cursor: pointer;
    color: #428bca;
}
a:hover,
a:focus {
    cursor: pointer;
    color: #C1002B;
}

.h1, h1 {
    font-size: 2rem;
	margin-bottom: 30px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.h2, h2 {
	color: #353734;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0 5px 6px 0px;
    margin: 15px 0 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
}
.h3, h3 {
    font-size: 1rem;
	color: #212529;
	padding-bottom: 20px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: uppercase;
}
.h4, h4 {
    font-size: 1rem;
	color: #f00!important;
}

b, strong {
    font-weight: bold;
}

table.table th, table.table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

main ol, main ul {
    margin-top: 0;
    padding-left: 1rem;
}

main ul li {
  list-style: none;
}
main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2ac2f0; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.navbar.scrolling-navbar {
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #dfedf8;
    border-radius: 0;
}

.navbar {
  background-color:rgba(255,255,255,0.90);
}

.navbar-nav{ padding-left: 50px;}

.navbar-brand{}
.navbar-brand img{
	height: 50px;
}

.top-nav-collapse {
    background-color:rgba(255,255,255,0.90);
}
.page-footer {
    bottom: 0;
    color: #333!important;
    background-color: #f0f0f0!important;
}

footer.page-footer {
}
footer.page-footer a {
    color: #2ac2f0!important;
}
footer.page-footer a.btn {
    color: #fff!important;
}
.navbar .breadcrumb .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
    color: #2ac2f0;
	font-size: 1.1rem;
	padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .breadcrumb .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:hover ,
.navbar .breadcrumb .nav-item.active>.nav-link, .navbar .navbar-nav .nav-item.active>.nav-link {
    background-color:#2ac2f0;
	color: #fff;
}

.nav-item {
	position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.navbar .dropdown-menu a {
    padding: 5px 10px;
	margin: 0;
    font-size: .9375rem;
    font-weight: 300;
    color: #212529;
}

.navbar .dropdown-menu .nav-item .nav-link {
    color: #2ac2f0;
	font-size: 1rem;
	padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item{ margin: 0;}
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover{
	background: #fff;
}
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover,
.nav-item a:hover, 
.dropdown-item.active, .dropdown-item:active,
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus {
    background-color: #2ac2f0!important;
    color: #ffffff!important;
}

.dropdown-item{
    background-color: #fff;
    color: #212529;
}
.dropdown-item.active,
.dropdown-item .active{
    background-color: #dfedf8;
    color: #212529;
}
.dropdown-item:hover{
    background-color: #dfedf8!important;
    color: #212529;
}

.nav-item:hover .drop1 {
    position: absolute!important;
	display: block !important;
	top: 41px;
	z-index: 999;
}
.dropdown-item:hover .drop2 {
    position: absolute!important;
	display: block !important;
	top: 41px;
	z-index: 999;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #2ac2f0;
    border: 1px solid #fff;
    border-radius: .25rem;
}
.navbar-toggler i {
	color: #fff;
}

.side-nav.wide .collapsible a {
    padding-left: 5px;
    transition: all .3s ease-in-out;
	color: #212529;
}
.side-nav.wide .collapsible a.active {
	background-color: #2ac2f0;
	color: #fff;
}

.side-nav a.pfeil {
    display: block;
	position: absolute;
	right: 10px;
	width: 50px;
	margin-top: -36px;
}

.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper {
    height: 8rem;
    padding: 19px 10px;
    border-bottom: 1px solid rgba(255,255,255,.65);
}

.side-nav .logo-wrapper a {
    height: 4rem;
    width: 15rem;
    padding: 0;
}
.side-nav.wide .logo-wrapper.sn-ad-avatar-wrapper a img {
    max-width: 8rem;
    padding: 0;
}
.side-nav .collapsible-body a {
    padding-left: 47px;
    height: 36px;
    line-height: 36px;
    background-color: #C1002B;;
}

.rgba-white-strong, .rgba-white-strong:after {
    background-color: #dfedf8;
}

.linkcol-head{
	position: relative;
}



.border-light {
    border-color: #2ac2f0!important;
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
 height: 100%;
}
main .carousel,
main .carousel-item,
main .carousel-item.active {
 height: auto;
}
.carousel-inner {
  height: 100%;
}

.carousel h2{
	color: #fff!important;
	font-size: 3rem;
}
.lead {
    font-size: 1.5rem;
    font-weight: 300;
}
.carousel .mask{
	background-color: rgba(0,0,0,0.01);
}

.carousel-multi-item .carousel-indicators li {
    height: 0.625rem;
    width: 0.625rem;
    max-width: 0.625rem;
    background-color: #2ac2f0!important;
    margin-bottom: -3.75rem;
}
.carousel-multi-item .carousel-indicators .active {
    height: 0.625rem;
    width: 0.625rem;
    max-width: 0.625rem;
    background-color: #2ac2f0;
    border-radius: 50%;
}

.card:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.16), 0 2px 30px 0 rgba(0,0,0,.12);
    border: 0;
	transition-property: box-shadow;
	transition-duration: 1s;

	transition-delay: 0s;
}

a .nolink{
	color:#212529;
}

.zitat{
	font-size: 1.3rem;
}
.zitat p{
	padding-top: 40px;
}
.zitat .quote-fa{
	padding-top: 30px;
}

.teaserbild{
	width: 100%;
}

.teaserlink{
	width: 100%;
	display: block;
	padding: 15px;
	background: #2ac2f0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.teaserlink:hover{
	width: 100%;
	display: block;
	padding: 15px;
	background: #2ac2f0;
	color: #fff!important;
}

.blogteaser{
	border-bottom: 1px solid #dfedf8;
	margin-bottom: 15px;
}

.quote-fa{
	font-size: 2rem;
}

.quote{ font-style: italic;
}

.totop {
    position: fixed;
    bottom: 60px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    right: 0px;
	z-index: 99;
}

.totop a {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #2ac2f0;
    display: inline-block;
    margin-top: 0;
    color: #fff;
    padding-top: 7px;
    border: 1px solid #009DC5;
    border-right: none;
	border-radius: 50%;
}

.sidenavi {
    position: absolute;
    top: 10px;
    right: 0px;
	width: 250px;
}
.sidenavi.fest {
  position:fixed;
  top:100px;
  right:0px;
}

.jarallax {
    min-height: 200px;
}

.boxblock .icon {
    width: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #fff;
	float: left;
}
.boxblock h2 {
    padding: 16px 5px 6px 55px;
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #c2c3c2;
    font-weight: bold;
    display: block;
    width: 100%;
}
.boxblock .teaserbild{ margin-bottom: 15px;}
.boxblock .teasertext{ min-height: 65px;}

.boxblock .btn-info {
	width: 100%;
	margin: 0;
}

.gallerieteaser {
	padding-top: 15px;
}
.gallerieteaser h2 {
    padding: 0 0px 6px 0px;
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #c2c3c2;
    font-weight: bold;
    display: block;
    width: 100%;
}
.gallerieteaser .btn-info {
	margin: -50px 0 0 0;
}
.gallerieteaser:hover{
	background: #2ac2f0;
}
.gallerieteaser:hover h2{
	color: #fff;
	border-color: #fff;
}
.gallerieteaser a{
	color: #353734;
}
.gallerieteaser a:hover{
	color: #fff;
	background: #2ac2f0;
}

.einbaugalerie{}
.einbaugalerie h2{
    padding: 0 0px 6px 0px;
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #c2c3c2;
    font-weight: bold;
    display: block;
    width: 100%;
}
.einbaugalerie h3{
	font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: uppercase;
}
.einbaugalerie .linkbutton_kurz a {
    background: #2ac2f0;
    padding: 3px 6px 1px 6px;
    margin: 0 0 40px 0px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 120px;
    float: left;
}
.einbaugalerie .projektenavi {
    float: left;
    color: #2ac2f0;
    text-transform: uppercase;
    padding: 0px 0px 1px 0;
    font-weight: bold;
}
.einbaugalerie .projektenavi .titel {
    float: left;
    padding: 3px 5px 1px 10px;
}
.einbaugalerie .projektenavi a {
    float: left;
    color: #2ac2f0;
    padding: 3px 8px 1px 8px;
    margin-left: 5px;
    display: block;
    text-decoration: none;
}
.einbaugalerie .projektenavi a:hover, .einbaugalerie .projektenavi a.aktiv {
    background: #2ac2f0;
    color: #fff;
    padding: 3px 8px 1px 8px;
    text-decoration: none;
}

.btn-xing {
    background-color: #007575!important;
}
.btn-bni {
    background-color: #641934!important;
}
.btn-bni img{
    width: 35px;
	padding-top: 15px;
}

footer h2{
	margin: 0 0 15px 0;
}

@media only screen and (max-width : 992px) {
header, main, footer {
/*padding-left: 240px;*/
}
}
@media (max-width: 1100px){
	.navbar-expand-lg .navbar-toggler {
		display: inline;
	}
}
@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
	  background: #1C2331!important;
	}
}
@media (max-width: 755px) {
	.h1, h1 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.h2, h2 {
		font-size: 1.40rem;
	}	
	.navbar-brand img {
		height: 30px;
	}
	.breadcrumb {
		padding: .75rem 0rem;
		margin-bottom: 1rem;
		background-color: #dfedf8;
		border-radius: 0;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-left: .2rem;
		font-size: 0.7rem;
	}
	.breadcrumb-item{
		font-size: 0.7rem;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: .2rem;
	}	

	.carousel h2{
		color: #fff!important;
		font-size: 1.5rem;
	}
	.lead {
		font-size: 1rem;
		font-weight: 300;
	}
	#carouselsingle{
		padding-top: 70px;
	}
	img.overlay{ margin-bottom: 20px;}

}
@media (min-width: 756px) and (max-width: 991px) {
	#carouselsingle{
		padding-top: 70px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#carouselsingle{
		padding-top: 70px;
	}
	.navbar .breadcrumb .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
		color: #2ac2f0;
		font-size: 1rem;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.dropdown-menu {
		top: 95%;
	}	
}
@media (min-width: 1200px) {
}
