@charset "utf-8";

/* reset-styles */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
		margin-left: 0px;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: " ";
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/* reset-styles end */


* {
	transition-property: background, background-image, border, color, img, display, opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	color: #484848;
	list-style: none;
	left: 0;
	right: 0;
	position: relative;
	background-color: #fff;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
	}


hr {
	height: 2px;
	background-color: #ccc;
	border: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}

a {
	text-decoration: none;
	color: #666;
}
#Bereich2 a {
	text-decoration: none;
	color: #333;
}
#Bereich2 a:hover {
	color: #960a2d;
}

a:hover {
	color: #960a2d;
}

#close,
#close2,
#close3 {
	width: 30px;
	height: 30px;
	background-color: #960a2d;
	border: 1px #960a2d solid;
	cursor: pointer;
	float: right;
}

#close:hover,
#close2:hover,
#close3:hover {
	background-color: #fff;
}

#close p,
#close2 p,
#close3 p {
	margin-top: 6px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

#close:hover p,
#close2:hover p,
#close3:hover p {
	color: #960a2d;
}

textarea, input, button {
	outline: none;
}

p {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 400;
	margin-top: 12px;
}
#home p {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 400;
	margin-top: 12px;
}
strong {
	font-weight: 700;
}

#ueber-uns h2{
	text-transform: none;
	color: #fff;
}
h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

h1, h2 {
	font-size: 35px;
	line-height: 1.4em;
	text-align: center;
	color: #960a2d;
	margin-top: 30px;
}

h3 {
	font-size: 23px;
	text-align: left;
	margin-top: 30px;
	color: #960a2d;
	line-height: 1.3;
}

h4 {

	margin-top: 15px;
	line-height: 1.3em;
	font-size: 20px;

}

h5 {
	font-size: 20px;
	text-align: left;
	color: #484848;
	text-transform: uppercase;
}

.subline {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 12px;
}

.content {
	margin-top: 75px;
	overflow: hidden;
	clear: both;
}

.container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}

#home .vertical-centered {
    width: 100%;
	height: 300px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
#home .vertical-centered h3 {
	text-align: center;
	color: #fff;
}



/* Navigation */
	nav ul {
		display: none;
	}
	#navigation {
		width: 100%;
		height: 70px;
		text-align: left;
		background-color: #fff;
		display: block;
		position: fixed;
		overflow: visible;
		z-index: 100000000000;
	}
	#navigation:before, #navigation:after {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
		box-shadow: 0 0 20px rgba(0,0,0,0.8);
		-moz-border-radius: 100px / 10px;
		border-radius: 100px / 10px;
	}
	#impressum .shadow, #datenschutz .shadow, #submit .shadow {
		top: 0;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) !important;
	}
	#menu {
		font-family: 'Montserrat', sans-serif;
		z-index: 1000;
		position: absolute;
		line-height: 2;
		top: 0;
		margin-left: 30px;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	#menu a {
		text-decoration: none;
		color: #666;
	}
	#menu a:hover, #menu .current {
		color: #960a2d;
	}
	#menu .current {
		border-bottom: 1px #960a2d solid;
	}
	#menu ul {
		text-align: center;
		list-style-type: none;
		list-style-image: none;
		float: right;
	}
	#menu li {
		float: left;
		padding: 33px 10px 0 10px;
	}
	.menubutton{
		width: 15px;
		height: 15px;
	}
	nav li {
		list-style: none;
		}
	nav li a {
		text-align: left;
		float: left;
		max-width: 15%;
		width: 100%;
		height: auto;
		padding: 2px;
		margin-top: 3px;
		color: #333;
		display: block;
		margin-right: 3px;
		margin-left: 3px;
		text-decoration: none;
	}
	#biglogo {
		width: 90%;
		max-width: 1000px;
		margin: auto;
		padding: 0 5%;
		left: 0;
		right: 0;
		display: table-cell;
		vertical-align: middle;
	}
	
	#biglogo2 {
		width: 90%;
		max-width: 1000px;
		margin: auto;
		padding: 0 5%;
		left: 0;
		right: 0;
		display: table-cell;
		vertical-align: middle;
	}
	#biglogo img {
		width: 225px;
		height: auto;
		margin: auto;
		margin-top: -25px;
		display: block;
	}
	
	#biglogo2 img {
		width: 225px;
		height: auto;
		margin: auto;
		margin-top: 5%;
		display: block;
	}
	#logo img {
		height: 50px;
		margin-top: 11px;
	}
	.logo {
		height: 130px;
		float: right;
		margin-top: 25px;
		margin-right: -25px;
	}
	#logo {
		/*display: none;*/
		float: right;
	}
	#logozusatz {
		font-size: 10px;
		font-weight: 400;
		margin-top: 38px;
		margin-right: 5px;
		float: left; 
	}
	#telno {
		font-family: 'Lato', sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-align: left;
		line-height: 17px;
		color: #666;
		float: right;
		margin-top: 23px;
		margin-right: 35px;
	}
	#telno:hover {
		color: #333;
	}
	#telno img {
		width: auto;
		height: 35px;
		margin-right: 10px;
		margin-left: 5px;
		float: left;
		vertical-align: middle;
	    -webkit-animation:
	        Rotate 2500ms linear 1000ms 1;
	    animation:
	        Rotate 2500ms linear 1000ms 1;
	}
	#telno:hover img {
	    -webkit-animation:
	        Rotate 2500ms linear 1000ms infinite;
	    animation:
	        Rotate 2500ms linear 1000ms infinite;
	}
	@-webkit-keyframes Rotate {
	  0% {-webkit-transform:rotate(0deg);}
	  4% {-webkit-transform:rotate(-45deg);}
	  8% {-webkit-transform:rotate(0deg);}
	  12% {-webkit-transform:rotate(-45deg);}
	  16% {-webkit-transform:rotate(0deg);}
	  20% {-webkit-transform:rotate(-45deg);}
	  24% {-webkit-transform:rotate(0deg);}
	  100% {-webkit-transform:rotate(0deg);}
	}
	@keyframes Rotate {
	  0% {transform:rotate(0deg);}
	  4% {transform:rotate(-45deg);}
	  8% {transform:rotate(0deg);}
	  12% {transform:rotate(-45deg);}
	  16% {transform:rotate(0deg);}
	  20% {transform:rotate(-45deg);}
	  24% {transform:rotate(0deg);}
	  100% {transform:rotate(0deg);}
	}
/* ENDE Navigation */

/* Burger-Menu */
	#hamburger {
		padding: 0;
		position: absolute;
		top: 32px;
		border: 0;
		cursor: pointer;
		outline: none;
		z-index: 2000;
		background-color: transparent;
	}
	#hamburger #burger-position {
		background-color: unset;
		position: relative;
		height: 15px;
		width: 23px;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		overflow: hidden;
	}
	#hamburger div {
		height: 1px;
		background-color: #000;
		position: absolute;		
	}

	/* ÄNDERUNGUNG */
	.change-top {
		margin-left: 12px !important;
		width: 0 !important;
	}		
	.change-middle-top {
		left: 0;
		top: 8.5px;	
		transform: rotate(0deg) !important;	
		opacity: 1 !important;
	}
	change-middle-bottom{
		left: 0;
		top: 8.5px;	
		transform: rotate(0deg) !important;		
		opacity: 1 !important;
	}
	.change-bottom {
		margin-left: 12px !important;
		width: 0 !important;
	}
	.change-middle-top {
		left: 0;
		top: 8.5px;	
		transform: rotate(45deg) !important;	
		opacity: 1 !important;
	}
	.change-middle-bottom{
		left: 0;
		top: 8.5px;	
		transform: rotate(-45deg) !important;		
		opacity: 1 !important;
	}


	/* STANDART FORMATIERUNGEN */
	.open-burger-top {
		top: 0;
		left: 0;
		transform-origin: 0 100%;
		width: 23.5px;
		height: 1px !important;
		background-color: #000 !important;
		transition: all 0.4s ease-in-out;
		margin-left: 0;
	}
	.open-burger-middle-top, .open-burger-middle-bottom {
		background-color: #000 !important;
		top: 7px;
		width: 23.5px;
		transform: rotate(0deg);
		transition: all 0.4s ease-in-out;
	}
	.open-burger-bottom {
		bottom: 0;
		left: 0;
		transform-origin: 0 0;
		width: 23.5px;
		height: 1px !important;
		background-color: #000 !important;
		transition: all 0.4s ease-in-out;
		margin-left: 0;
	}
/* ENDE Burger-Menu */

#home{
	position: relative;
	background-image: url(../images/header/IMG_2521.jpg);
	height: 100vh;
	min-height: 670px;
	background-size: cover;
	background-position: center;
}

#home h1 {
	font-weight: 400;
	margin-top: 15px;
}

.infobox {
    padding: 7px;
    left: 0;
    right: 0;
    width: 250px;
    margin: 45px auto;
    background-color: #484848;
    color: #fff;
    border: 1px solid #484848;
}

.infobox p {
	margin-top: 0;
}

      section{
        padding: 100px 0;
        overflow: visible;
      }
      .Bereich{
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
      }
      .center{
        text-align: center;
      }
      .standart-p{
		font-size: 15px;
		line-height: 1.4446;
        padding-left: 40px;
		padding-right: 40px;
      }
      .Bereich1{
        text-align: center;
      }

#Bereich2{
	height: 600px;
	position: relative;
	background-color: #fff;
    padding: 7px;
    text-align: center;
}

.text-home {margin: 1em;}

.Kreis-start{
	display: table;
	width: 310px;
	height: 310px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-color: #FFF;
	background-size: cover;
	background-position: center;
	border-radius: 175px;
	display: table;
}

.Kreis-start h3{
	margin-top: 0;
	text-align: center;
	font-size: 21px;
}

.Kreis-start #text-Kreis1 {
	display: table-cell;
	vertical-align: middle;
}

.middle{
	margin-left: 86px;
}

#slider-show{
      display: none;
    }

#v1 .graueleiste, .graueleiste {
	height: 55px !important;
	width: 100% !important;
	background-color: #960a2d;
	color: #fff;
	position: absolute;
	bottom: 0;
	display: block !important;
}

#v1 .graueleiste {
	height: 55px !important;
}

.graueleiste p {
	font-size: 12px !important;
	letter-spacing: 0.5px;
	float: left;
	display: block !important;
	padding: 0 12px !important;
}

#home .graueleiste p {
	padding: 0 !important;
}

#v1 .graueleiste p {
	text-align: center !important;
	float: none;
	padding: 0 !important;
}

#suedbund {
	float: right;
	margin-top: -64px;
	text-align: right;
}

#suedbund img {
	height: 87px;
	float: right;
	margin-bottom: 5px;
}

.resp-br {
	display: none;
}

#mitglied-desktop {
	float: none !important;
	clear: both !important;
}

#mitglied-mobile {
	display: none !important;
}

/*========== Start Leistungen ==========*/
 section{
        padding-left: 26px;
        padding-right: 26px;
        padding-top:80px;
        padding-bottom: 50px;
        overflow: visible;
      }
#alle-buttons .swiper-button-prev, .swiper-button-next {
		margin-top: 55px;
		top: 0%;
	}
	#alle-buttons .swiper-button-prev-g, .swiper-button-next-g {
		margin-top: 55px;
		top: 0%;
	}
.vorschau-bilder-leistungen{
	background-color: #ddd;
	height: 113px;
	width: 100%;
	padding: 8px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vorschau-bilder-leistungen1{
	background-image: url(../images/vorschau-galerie/Bild1-Fenster.jpg);
}

.vorschau-bilder-leistungen2{
	background-image: url(../images/vorschau-galerie/Bild1-Boden.jpg);
}

.vorschau-bilder-leistungen3{
	background-image: url(../images/vorschau-galerie/Bild1-Wand.jpg);
}

#leistungen{
	text-align: left; 
	width: 100%;
	height: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	min-height: 500px;
}
#leistungen h4 {
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px solid #960a2a;
	padding-top: 10px;
}
#leistungen .slider-container-div{
	height: 750px;
	padding-top: 0;
	padding-bottom: 90px;
}
.Platzhalter5{
	max-width: 150px;
	height: 150px;
	background-image: url('images/sc-Textblock-Websitedummmy-8.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
  .Bereich{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .center{
    text-align: center;
  }
  .text-leistungen{
    font-size: 13px;
    line-height: 1.55;

  }

  .Bereich1{
    text-align: center;
  }

  #alle-buttons ul{
  width: 1000px;
  margin-right: auto;
  margin-left: auto;

}

#alle-buttons-unsichtbar{
    width: 100%;
}

#alle-buttons-unsichtbar ul{
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#slider-show{
	display: none;
}

#burger-parent {
	margin-left: auto;
	margin-right: auto;
	width: 260px;
	margin-top: 25px;
}

.swiper-wrapper {
	max-height: 600px;
}

.swiper-container{
	width: 100%;
	height: auto;
	overflow: hidden;
} 
.leistung-size{
	padding-top: 30px;
	padding-bottom: 50px;
}
#slider-1{
	display: block;
}
#slider-2{
	display: block;
}

#slider-3{
	display: block;
}
.slider-title,
.slider-1-p {
  text-align: left;
  margin-top: 0;
}

#slider-1-div-pagina{
	position: relative;
}

#slider-1-div-pagina .swiper-button-prev,#slider-1-div-pagina .swiper-button-next{
    cursor: pointer;
	font-size: 20px;
	background-color: #960A2D;
	color: #fff;
	height: 27px;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 2px;
	border: 1px #960a2d solid;
}
#slider-1-div-pagina .swiper-button-prev:active,#slider-1-div-pagina .swiper-button-next:active,
#slider-1-div-pagina .swiper-button-prev:focus,#slider-1-div-pagina .swiper-button-next:focus{
	background-color: #960A2D !important;
	color: #fff !important;
}
#slider-1-div-pagina .swiper-button-prev{
    left: -50px;
}
#slider-1-div-pagina .swiper-button-next{
    right: -50px;
}
#slider-1-div-pagina .swiper-button-prev:hover,#slider-1-div-pagina .swiper-button-next:hover,
.w3-btn-floating:hover, .w3-btn-floating-large:hover {
	background-color: #fff;
	color: #960a2d;
}





#slider-1-div-pagina .swiper-button-prev-g,#slider-1-div-pagina .swiper-button-next-g{
    cursor: pointer;
	font-size: 20px;
	background-color: #960A2D;
	color: #fff;
	height: 27px;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 2px;
	border: 1px #960a2d solid;}
#slider-1-div-pagina .swiper-button-prev-g:active,#slider-1-div-pagina .swiper-button-next-g:active,
#slider-1-div-pagina .swiper-button-prev-g:focus,#slider-1-div-pagina .swiper-button-next-g:focus{
	background-color: #960A2D !important;
	color: #fff !important;
}
#slider-1-div-pagina .swiper-button-prev-g{
    left: -50px;
}
#slider-1-div-pagina .swiper-button-next-g{
    right: -50px;
}
#slider-1-div-pagina .swiper-button-prev-g:hover,#slider-1-div-pagina .swiper-button-next-g:hover,
.w3-btn-floating:hover, .w3-btn-floating-large:hover {
	background-color: #fff;
	color: #960a2d;
}











#leistungen .slider-container-div{
	padding-bottom: 0px;
}
#alle-buttons-unsichtbar #button{
	margin-top: 0px;
}
#alle-buttons {
    width: -moz-calc(100% / 3 - 50px);
    width: -webkit-calc(100% / 3 - 50px);
    width: calc(100% / 3 - 50px);
	position: absolute;
	bottom: -100px;
	/*bottom: -50px;*/
}
#alle-buttons .link {
	width: 100%;
}
#alle-buttons-unsichtbar .link {
    width: -moz-calc(100% / 3 - 50px);
    width: -webkit-calc(100% / 3 - 50px);
    width: calc(100% / 3 - 50px);
	float: left;
	line-height: 1.3em;
	margin-top: 0;
}

#alle-buttons-unsichtbar .button-aktiv {
	background-color: #fff;
	color: #960a2d;
}

#wechsel2 {
	margin: 0 50px;
}

#text-2 {
	margin: 0 25px;
}
#text-1,
#text-2,
#text-3 {
	width: -moz-calc(100% / 3 - 20px);
	width: -webkit-calc(100% / 3 - 20px);
	width: calc(100% / 3 - 20px);
	float: left;
	font-size: 15px;
	border-top: 1px solid #960a2a;
	padding-top: 4px;
	line-height: 1.2;
	text-align: left;
}
#text-1 #alle-buttons
	li::before {content: none;
	margin-left: -16px;
	position: absolute;
}

#text-2 #alle-buttons
	li::before {content: none;
	margin-left: -16px;
	position: absolute;
}

#text-3 #alle-buttons
	li::before {content: none;
	margin-left: -16px;
	position: absolute;
}

#text-1
	li::before {content: '•';
	margin-left: -16px;
	position: absolute;
}


#text-2
	li::before {content: '•';
	margin-left: -16px;
	position: absolute;
}

#text-3
	li::before {content: '•';
	margin-left: -16px;
	position: absolute;
}
.linie{
	width: 100%;
	border-bottom: 1px solid #960a2a;
	padding-bottom: 4px;
}
/*========== Ende Leistungen ==========*/
.Schmuckelement {
    text-align: center;
    font-size: 104px;
    margin-top: -80px;
    margin-bottom: -23px;
}
#panorama h2{
	color: #fff;
	margin: auto;
}

#v1,
#v2,
#v3 {
	overflow: hidden;
	margin-top: 64px;
	margin-bottom: 113px;
	padding-bottom: 5px;
	border-bottom: 1px solid #960a2a;
}
#v1 .vorsch-bild {
	height: 246px;
	width: -moz-calc(25% - 3.75px);
	width: -webkit-calc(25% - 3.75px);
	width: calc(25% - 3.75px);
	background-color: #ccc;
	float: left;
	margin-bottom: 5px; 
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#v1 .vorsch-bild1 {
	background-image: url(../images/christine.jpg);
	margin-right: 5px;
}
#v1 .vorsch-bild2 {
	background-image: url(../images/inge.jpg);
	margin-right: 5px;
}
#v1 .vorsch-bild3 {
	background-image: url(../images/ulrike.jpg);
	margin-right: 5px;
}
#v1 .vorsch-bild4 {
	background-image: url(../images/dominik.jpg);
	background-position: 0% 18%;
}
    
   #v1 .vorsch-bild2:nth-child(4n),
   #v1 .vorsch-bild6:nth-child(4n), 
   #v1 .vorsch-bild8:nth-child(4n) {
    margin-right: 5;
  }


  #v1 .vorsch-bild1 div,
    #v1 .vorsch-bild2 div,
    #v1 .vorsch-bild3 div,
    #v1 .vorsch-bild4 div,
    #v1 .vorsch-bild5 div,
   #v1 .vorsch-bild6 div,
    #v1 .vorsch-bild7 div,
   #v1 .vorsch-bild8 div {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.71);
        display: table;
        transition: opacity 0.5s ease;
      }
     
  
         #v1 .vorsch-bild1 div p,
         #v1 .vorsch-bild2 div p,
         #v1 .vorsch-bild3 div p,
         #v1 .vorsch-bild4 div p,
         #v1 .vorsch-bild5 div p, 
         #v1 .vorsch-bild6 div p,
         #v1 .vorsch-bild7 div p,
         #v1 .vorsch-bild8 div p{
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        padding: 12px 27px;
        color: #fff;
        font-size: 13px;
      }
      #versuch1,
  #versuch2,
  #versuch3,
  #versuch4,
  #versuch5,
  #versuch6,
  #versuch7,
  #versuch8{
  	width: 25px;
  	height: 25px;
  	display: inline;
  	cursor: pointer;
  	float: right;
  	margin-right: 10px;
  	margin-top: 10px
  }

  #versuch-close,
  #versuch2-close,
  #versuch3-close,
  #versuch4-close,
  #versuch5-close,
  #versuch6-close,
  #versuch7-close,
  #versuch8-close{
  	width: 25px;
  	height: 25px;
  	display: inline;
  	cursor: pointer;
  	position: absolute;
  	right: 0;
  	float: right;
  	margin-right: 10px;
  	margin-top: 10px
  }
  #info{
  	display: inline !important;
  }
#v1 .vorsch-bild:hover div,
#v1 .vorsch-bild2:hover div,
#v1 .vorsch-bild3:hover div,
#v1 .vorsch-bild4:hover div,
#v1 .vorsch-bild5:hover div,
#v1 .vorsch-bild6:hover div,
#v1 .vorsch-bild7:hover div,
#v1 .vorsch-bild8:hover div {
	opacity: 1;
98	display: inline-block;
}
.content-size{
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.weniger{
	line-height: 15px;
}

/*========== Start Ueber-Uns ==========*/



#ueber-uns{
	color: #fff;
	background-color: #960a2d;
	text-align: center;
	margin-top: 90px;
}

/*========== Start Material ==========*/
#Referenzen h3{
	color: #960A2D;
}
#material{
	background-image: url(../images/Suedbund-Materialo-dunkel.jpg);
	height: 500px;
	background-size: cover;
	background-position: bottom;
	height: 700px;
}
.text-vertikal{
   display: table-cell;
    vertical-align: middle;
    height: 682px;
}
.link{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #960a2d;
	border: 1px solid #960a2d;
	padding: 7px;
	width: 250px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/*margin-top: 30px;*/
	cursor: pointer;
}

#material .link {
	margin-top: 30px;
}
#home .link {
    font-size: 14px;
    width: 235px;
    margin-top: 19px;
}

#button3,#button2,#button, p{
	margin-top: 0px;
}

.link:hover {
	background-color: #fff;
	color: #960a2d;
}

#material h5{
  text-align: center;
}
#material h2{
	color: #fff;
}
#material h3{
	color: #fff;
	line-height: 1.6;
	text-align: center;
	text-transform: none;

}
/*========== Ende Material ==========*/


section {
	padding: 60px 0;
	overflow: visible;
}

.img-platzhalter {
	height: 220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.img-platzhalter1 {
    background-image:url(../images/Bild1-Boden.jpg);
 }
.img-platzhalter2 {
    background-image:url(../images/Bild2-Boden.jpg);
}
.img-platzhalter3 {
	background-image:url(../images/Bild3-Boden.jpg);
}
.img-platzhalter4 {
	background-image:url(../images/Bild4-Boden.jpg);
}
.img-platzhalter5 {
	background-image:url(../images/Bild5-Boden.jpg);
}
.img-platzhalter6 {
	background-image:url(../images/Bild6-Boden.jpg);
}
.img-platzhalter7 {
	background-image:url(../images/Bild1-Fenster.jpg);
}
.img-platzhalter8 {
	background-image:url(../images/Bild2-Fenster.jpg);
}
.img-platzhalter9 {
	background-image:url(../images/Bild3-Fenster.jpg);
}
.img-platzhalter10 {
	background-image:url(../images/Bild4-Fenster.jpg);
}
.img-platzhalter11 {
	background-image:url(../images/Bild5-Fenster.jpg);
}
.img-platzhalter12 {
	background-image:url(../images/Bild6-Fenster.jpg);
}
.img-platzhalter13 {
	background-image:url(../images/Bild1-Wand.jpg);
}
.img-platzhalter14 {
	background-image:url(../images/Bild2-Wand.jpg);
}
.img-platzhalter15 {
	background-image:url(../images/Bild3-Wand.jpg);
}
.img-platzhalter16 {
	background-image:url(../images/Bild4-Wand.jpg);
}
.img-platzhalter17 {
	background-image:url(../images/Bild5-Wand.jpg);
}
.img-platzhalter18 {
	background-image:url(../images/Bild6-Wand.jpg);
}
#slider-4 {
	height: 732px;
}

.swiper-container4 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img-platzhalter-slider-4 {
	height: 500px;
	width: 100%;
	margin-bottom: 10px;
}

#slider-4-1 {
	background-image: url(../images/slider/marburg_starLED_Friseur_52572.jpg);
	background-size: cover;
	background-position: center;
}
#slider-4-1 .Kasten-Referenzen, #slider-4-3 .Kasten-Referenzen {
	right: 100px;
}

#slider-4-2 {
	background-image: url(../images/slider/schallschutz.jpg);
	background-size: cover;
	background-position: center;
}

#slider-4-3 {
	background-image: url(../images/slider/expona-fossil-stone.jpg);
	background-size: cover;
	background-position: center bottom;
}

.slider4-p {
	font-size: 15px;
	line-height: 1.4446;
}
#text-kreis1,
#text-kreis2,
#text-kreis3{
	padding-top: 57px;
	width: 197px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	display: block;
}
#text-kreis1{
	width: 200px;
	height: 140px;
	padding-top: 25px;
	padding-bottom: 35px;
}
#Referenzen #text-kreis1, #text-kreis2, #text-kreis3 {
    padding-top: 70px;
    width: 238px;
}
#Referenzen #text-kreis1 {
	padding-top: 40px;
}
#Referenzen{
	width: 100%;
	min-height: auto;
	top: 0;
	text-align: left;
	transition: all 1s ease-in-out;
}
#Referenzen h2{
	margin-bottom: 5px;
}

.Kasten-Referenzen{
	position: absolute;
	line-height: 1.4;
	width: 30em;
	height: 30em;
	clear: both;
	margin-left: 100px;
	margin-right: auto;
	top: 80px;
	font-size: 12px;
	background-color: #FFF;
	border-radius: 175px;
	text-align: center;
	display: block;
}

.Kasten-Referenzen h3{
	margin-top: 0;
	text-align: center;
}

.Referenzen-Bild{
	position: absolute;
	top: 70px;
	z-index:-1;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #960a2a;
	padding-top: 10px;
	border-bottom: 1px solid #960a2a;
}

#Footer{
	padding: 57px;
	margin-left: auto;
	margin-right: auto;
	color: #c6c6c6;
	background-color: #fff;
	letter-spacing:0px;
	line-height: 2;
}

.socialmedia{
	margin-left: 5px;
	margin-right: 5px;
}

#Pfeile-Breite{
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	float: unset;
	position: relative;
	top: 278px;
}

#Klick-links{
	float:left;
}

#Klick-rechts{
	float:right;
}

.w3-btn-floating .w3-display-left{
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	transition: background-color 0.3s ease 0s,
	color 0.15s ease 0s,
	box-shadow 0.3s ease 0s,
	opacity 0.3s ease 0s,
	filter 0.3s ease 0s;
}

.w3-btn-floating {
	width: 40px;
	height: 40px;
	line-height: 36px;
}

.w3-btn-floating, .w3-btn-floating-large {
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 0px;
	cursor: pointer;
	font-size: 20px;
	background-color: #960A2D;
	color: #fff;
	border: 1px #960A2D solid;
}

.w3-display-container {
	position: relative;
}

#panorama {
    height: 50vh;
    background-image: url(../images/panorama-tour/Pano1-black.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0;
    padding-top: 0;
}

.content-size-360 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

#panorama h4 {
    text-align: center;
    color: #fff;
    font-size: 28px;
}

#panorama .text-vertikal {
	height: 50vh;
}

#team .linie{
	margin-bottom: 10px;
}

.name-person {
	font-size: 20px;
	line-height: 30px;
}



/* Footer */
#footerbox{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
footer {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
}
footer p {
	font-size: 10px;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 35px;
}
footer a {
	color: #666;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0.4;
	font-size: 12px;
}
footer a:hover {
	color: #666;
	opacity: 1;
}
footer img {
	width: 50px;
	height: 50px;
	margin-bottom: -8px;
}

/*========== Impressum ==========*/
#kontakt{
	overflow: hidden; 
	width: 100%;
	max-width: 1000px; 
	margin: 20px auto 116px; 
	border-top: 1px solid rgb(150, 10, 42); 
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(150, 10, 42);
	
}
#map_canvas {
	height: 70vh;
    max-height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    filter: grayscale(100%);
}
#impressum{
  padding: 24px;
  margin: auto;
  padding-top: 150px;
}
.bildquelle {
	font-size: 12px;
	line-height: 21px
}