

body,
html {
  width: 100%;
  height: 100%; 
//  margin-left: calc(100vw - 100%);
}
/*
@mixin modal-fullscreen() {
  padding: 0 !important; // override inline padding-right added from js;
  
  .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
}
*/




	.gallery_modal {
		min-height: 100vh;
		max-height: 100vh;
		min-width: 100vw;
		max-width: 100vw;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: absolute;
		visibility: hidden;
//		background-color: #26060A;
		top: 0;
	}

/*
	#carouselPortfolio1, #carouselPortfolio2, #carouselPortfolio3, #carouselPortfolio4, #carouselPortfolio5 {
		line-height: 1.0;
		min-height: 100vh;
		max-height: 100vh;
		min-width: 100vw;
		max-width: 100vw;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: absolute;
//		background-color: #26060A;
		top: 0;
		left: 0;
	}
	
	#carouselPortfolio1p, #carouselPortfolio2p, #carouselPortfolio3p, #carouselPortfolio4p, #carouselPortfolio5p {
		line-height: 1.0;
		min-height: 100vh;
		max-height: 100vh;
		min-width: 100vw;
		max-width: 100vw;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: absolute;
//		background-color: #26060A;
		top: 0;
		left: 0;
	}
	
	
	#carouselLeistung1, #carouselLeistung2, #carouselLeistung3, #carouselLeistung4, #carouselLeistung5, #carouselLeistung6, #carouselLeistung7, #carouselLeistung8, #carouselLeistung9, #carouselLeistung10, #carouselLeistung11, #carouselLeistung12 {
		line-height: 1.0;
		min-height: 100vh;
		max-height: 100vh;
		min-width: 100vw;
		max-width: 100vw;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: absolute;
//		background-color: #26060A;
		top: 0;
		left: 0;
	}
	
	#carouselLeistung1p, #carouselLeistung2p, #carouselLeistung3p, #carouselLeistung4p, #carouselLeistung5p, #carouselLeistung6p, #carouselLeistung7p, #carouselLeistung8p, #carouselLeistung9p, #carouselLeistung10p, #carouselLeistung11p, #carouselLeistung12p {
		line-height: 1.0;
		min-height: 100vh;
		max-height: 100vh;
		min-width: 100vw;
		max-width: 100vw;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: absolute;
//		background-color: #26060A;
		top: 0;
		left: 0;
	}
*/

body {
//	font-family: 'Source Sans Pro';
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	background-color: #26060A;
	font-size: 18px;
	font-weight: bold;
	color: rgba(0,0,0,1);
	min-height: 100%;
	max-height: 100%;
//	overflow: hidden;
//	overflow-y:hidden;
//	overflow-x:hidden;
//	  overflow-y: scroll;
//	  margin-left: calc(100vw - 100%); 
	

// parallax background
//	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%), url("../img/seamless_marble_coloured.jpg");

//	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/seamless_marble_coloured.jpg");
	background-image: linear-gradient(0deg, rgba(55, 55, 55, 1) 0%, rgba(20, 20, 22, 1) 100%);
//	background-image: url("../img/seamless_marble_coloured3.jpg");
//	background-size: 50%;
	
//	background-repeat: no-repeat;
	background-attachment: fixed;
	  
/*
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);  
	background-repeat: no-repeat;
*/
}

/* css ist jetzt im 
body.modal-open {
    overflow: hidden;
}
*/

	figure {
		display: block;
//		border: thin silver solid;
//		border: 6px solid rgba(0,0,0,.5);
		border-radius: 2px;
//		background: rgba(170, 187, 204, 0.7);
//		background: rgba(227, 223, 208, 0.6);
		background: rgba(255, 255, 255, 0.7);
		margin: 0.5em;
//	Hier Bilderrahmen!;
		padding: 0em;
		width: 90%;
//		width: -webkit-min-content;
//		width: -moz-min-content;
//		width: min-content;

		// mein rahmen;
		box-shadow: 0 0 5px black;
		-moz-box-shadow: 0 0 5px white;
		-webkit-box-shadow: 0 0 5px black;


/*
		  -moz-box-shadow: 5px 15px 10px 10px #222;
		  -webkit-box-shadow: 15px 5px 10px 10px #222;
		  box-shadow: 5px 15px 10px 10px #222;
		  -moz-border-radius:12px;
		  -webkit-border-radius:12px;
		  border-radius:12px;
*/
	}

	
	figure.my-caption {
		display: block;
		margin-left: auto;
		margin-right: auto 
	}

/*
@media (orientation:landscape) {
    .carouselLand {
        visibility: visible;
    }
    .carouselPort {
        visibility: hidden;
    }
}

@media (orientation:portrait) {
    .carouselLand {
        visibility: hidden;
    }
    .carouselPort {
        visibility: visible;
    }
}
*/



#portfolio {
	text-align: center;
	align: center; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}


.box_land {
	position: absolute;
	top: 75%;
	left: 4%;
	right: 15%;
	color: #fff;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 4vw;
}



.box_port {
	position: absolute;
	top: 75%;
	left: 5%;
	right: 5%;
	color: #fff;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 6vw;
	text-align: center;
}



.carousel-item img{width:100%;}


.carousel-control {
    /*size */
//    height: 150px;
//    width: 150px;
    /*color */
//    background: #1b1b1b none repeat scroll 0 0;
    opacity: 0.4;
    /*shape border*/
    border: 0 none;
    border-radius: 50%; /*zero for square */
    /*symbol */
    color: #000;
    line-height: 70px;
    /*vertical position */
    top: 50%;
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
    height: 9vw;
    width: 9vw;
	opacity: 0.7;
}


.carousel-control-next-icon:active, .carousel-control-prev-icon:active {
	opacity: 0.9;
    height: 12vw;
    width: 12vw;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 8vw;
    width: 8vw;
	opacity: 0.5;
//    outline: black;
//    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
//    border-radius: 50%;
    border: 0px solid black;
}





    /*carousel indicators 
    .carousel-indicators li, {
      background: #f00 none repeat scroll 0 0;
      border: 2px solid #f00;
      border-radius: 50%;
      height: 0px;
      margin: 0px;
      opacity: 0.5;
      width: 30px;
    }
*/


	.carousel-indicators {
		bottom: 9%;
		border: 0px solid #000;
		visibility: hidden;
	}
	
    .carousel-indicators > li {
//		border: 3px solid rgba(123,123,123,0.3);
	}
 
 
    /*active slide indicator */
    .carousel-indicators .active {
//      background: #fff none repeat scroll 0 0;
      border: 3px solid #8af;
		color: #000;
		visibility: hidden;
	  
    }

.btn-xl {
//  padding: 1.25rem 2.5rem;
}

.content-section {
//  padding-top: 7.5rem;
//  padding-bottom: 7.5rem;
 
}


.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

/*
h1 {
  font-weight: 600;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
*/

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}


.close {
    color: #fff; 
    opacity: 1;
	border: 0 none !important;
  font-size: 41px;
  font-weight: 500;
}

.close:hover {
  color: #fafafa;	
  background: #222;
}

.masthead {
//  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 0rem;
  padding-bottom: 8rem;
/*  
  background: linear-gradient(0deg, rgba(255, 155, 55, 0.4) 0%, rgba(225, 155, 155, 0.6) 100%), url("../img/tiles_seamless_11x11_random_texture.jpg");
*/
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 1.5rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
	position: fixed;
//	z-index wegen slider text;
	border-radius: 5px; 
	top: 0%; 
	border: 0px solid #000000; 
//	box-shadow: -1px 10px 15px black; 
	box-shadow: 0 2px 3px black; 
	-moz-box-shadow: 0 2px 3px black; 
	-webkit-box-shadow: 0 2px 3px black; 
	z-index: 987;
	right: 0;
	width: 250px;
	height: 100%;
//  overflow: auto;
	transition: all 0.4s ease 0s;
	transform: translateX(250px);
//  background: #1D809F;
	background: rgba(255, 255, 255, 1);
//  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
	display: block;
	text-decoration: none;
	color: #111;
	// Abstand menu items;
	padding: 7px;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #111;
	background: rgba(255, 255, 255, 0.4);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	font-size: 0.8rem;
	background: rgba(52, 58, 64, 0.0);
	height: 50px;
	line-height: 40px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
	color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

#sidebar-wrapper.active {
	right: 250px;
	width: 250px;
	transition: all 0.4s ease 0s;
}


.btn-xl {
	padding: 10px 20px;
	font-size: 26px;
	font-weight: 600;
	border-radius: 7px;
}

.scroll-to-top {
	position: fixed;
	right: 3px;
	bottom:  1%;
	display: none;
	width: 3.3rem;
	height: 3.0rem;
	text-align: center;
	color: black;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px; 
	border: 1px solid #333; 
//	box-shadow: -1px 1px 2px #000;
//	-moz-box-shadow: -1px 1px 2px #000;
//	-webkit-box-shadow: -1px 1px 2px #000;
	line-height: 45px;
	z-index: 999;
}

.scroll-to-top:focus, .scroll-to-top:hover {
	background: #fff;
	transform: scale(1.05);
}

//.scroll-to-top:hover {
//	background: #fff;
//}

.scroll-to-top i {
	font-weight: 800;
}


.modal-to-top {
	position: fixed;
	right: 3px;
	bottom:  1%;
//	display: none;
	width: 3.3rem;
	height: 3.0rem;
	text-align: center;
	color: black;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px; 
	border: 1px solid #333; 
//	box-shadow: -1px 1px 2px #000;
//	-moz-box-shadow: -1px 1px 2px #000;
//	-webkit-box-shadow: -1px 1px 2px #000;
	line-height: 45px;
	z-index: 999;
}

.modal-to-top:focus, .modal-to-top:hover {
	color: black;
}

.modal-to-top:hover {
	background: #fff;
}

.modal-to-top i {
	font-weight: 800;
}


.modal-toggle {
	position: fixed;
	right: 3px;
	top: 1%;
	width: 3.3rem;
	height: 3.0rem;
	text-align: center;
	color: #000;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px; 
	border: 1px solid #333; 
//	box-shadow: -1px 1px 2px #000;
//	-moz-box-shadow: -1px 1px 2px #000;
//	-webkit-box-shadow: -1px 1px 2px #000;
	line-height: 45px;
	z-index: 999;
}

.modal-toggle:focus, .menu-toggle:hover {
	color: #222;
	//  box-shadow: -0.5px -0.5px 1px 3px rgba(0,0,0,0.2);
}

.modal-toggle:hover {
	background: #eee;
	color: #abc;
	//  box-shadow: -0.5px -0.5px 1px 3px rgba(31,31,31,0.4);
}

/*
.menuknopp {
	width: auto; 
	height: auto;
}
.menuknopp:hover {
//	all:unset!important;
	transform: scale(0.5);
}
.menuknopp:focus {
//	all:unset!important;
	transform: scale(0.5);
}
*/

.menu-toggle {
	position: fixed;
	right: 3px;
	top: 1%;
	width: 3.3rem;
	height: 3.0rem;
	text-align: center;
	color: #000;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 3px; 
	border: 1px solid #333; 
	// groesse burgermenu;
	font-size: 1.45rem;
	border: 1px solid #333; 
//	box-shadow: 0px 2px 4px #000;
//	-moz-box-shadow: -1px 1px 2px #000;
//	-webkit-box-shadow: -1px 1px 2px #000;
	line-height: 45px;
	z-index: 899;
}

.menu-toggle:focus, .menu-toggle:hover {
//	color: #222;
	background: rgba(255, 255, 255, 0.85);
	transform: scale(1.05);
	// groesse burgermenu patch fuer autohide;
	font-size: 1.45rem;
	border: 1px solid #333; 
	//  box-shadow: -0.5px -0.5px 1px 3px rgba(0,0,0,0.2);
}

//.menu-toggle:hover {
//	background: #fff;
	//  box-shadow: -0.5px -0.5px 1px 3px rgba(31,31,31,0.4);
//}

.service-icon {
	background-color: #fff;
	color: #1D809F;
	height: 7rem;
	width: 7rem;
	display: block;
	line-height: 7.5rem;
	font-size: 2.25rem;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.0);
}

.about {
//	position: -webkit-sticky;
//	position: sticky;
//	top: 110rem;
//	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 215, 185, 1) 100%);
}

#hallo-wrapper, img {
	width: 100%;
}

#handwerk-wrapper, img {
	with: 55vw;
}

.callout {
	padding: 15rem 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 155, 0.3) 100%), url("../img/badkunst_3.jpg");
	background-size: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.callout h2 {
	font-size: 3.5rem;
	font-weight: 700;
	display: block;
	max-width: 30rem;
}


.portfolio2-item {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: auto auto 1rem;
}

.portfolio2-item .caption {
	display: flex;
	height: 100%;
	width: 100%;
	background-color: rgba(33, 37, 41, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.portfolio2-item .caption .caption-content {
	color: #fff;
	margin: auto 2rem 2rem;
}

.portfolio2-item .caption .caption-content h2 {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.portfolio2-item .caption .caption-content p {
	font-weight: 300;
	font-size: 1.2rem;
}

/* let envs = ['xs', 'sm', 'md', 'lg', 'xl']; */

@media (min-width: 992px) {
	.portfolio2-item {
		max-width: none;
		margin: 0;
	}

	.portfolio2-item .caption {
		transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
		transition: clip-path 0.25s ease-out, background-color 0.7s;
		transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
		-webkit-clip-path: inset(0px);
		clip-path: inset(0px);
	}
	
	.portfolio2-item .caption .caption-content {
		transition: opacity 0.25s;
		margin-left: 5rem;
		margin-right: 5rem;
		margin-bottom: 5rem;
	}
	.portfolio2-item img {
		transition: -webkit-clip-path 0.25s ease-out;
		transition: clip-path 0.25s ease-out;
		transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
		-webkit-clip-path: inset(-1px);
		clip-path: inset(-1px);
	}
	.portfolio2-item:hover img {
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem);
	}
	.portfolio2-item:hover .caption {
		background-color: rgba(29, 128, 159, 0.9);
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem);
	}
}

.portfolio-item {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: auto auto 1rem;
}

.portfolio-item .caption {
	display: flex;
	height: 100%;
	width: 100%;
	background-color: rgba(33, 37, 41, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.portfolio-item .caption .caption-content {
	color: #fff;
	margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
	font-weight: 300;
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.portfolio-item {
		max-width: none;
		margin: 0;
	}

	.portfolio-item .caption {
		transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
		transition: clip-path 0.25s ease-out, background-color 0.7s;
		transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
		-webkit-clip-path: inset(0px);
		clip-path: inset(0px);
	}
	
	.portfolio-item .caption .caption-content {
		transition: opacity 0.25s;
		margin-left: 5rem;
		margin-right: 5rem;
		margin-bottom: 5rem;
	}
	.portfolio-item img {
		transition: -webkit-clip-path 0.25s ease-out;
		transition: clip-path 0.25s ease-out;
		transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
		-webkit-clip-path: inset(-1px);
		clip-path: inset(-1px);
	}
	.portfolio-item:hover img {
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem);
	}
	.portfolio-item:hover .caption {
		background-color: rgba(29, 128, 159, 0.9);
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem);
	}
}

.map iframe {

/*
  height: 25ev;
*/
height: 100%;
  width: 100%;
  border: 0;
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #1D809F;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}

a {
//  color: #1D809F;
	color: #aaa;
	text-decoration: none;
}

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

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
  margin-right: 14px !important;
//  margin-bottom: 84vh !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #acb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;

}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #1D809F !important;
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}
