@charset "utf-8";
/* CSS Document */

html {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	text-decoration:none;
	margin-top:2px;
  min-height: 100vh; !important
  min-height: 100%; !important
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: left top;
  background-size: 50% auto;
}

h2 {
  /*margin-bottom:25px;*/
  text-align:center; !important
}

.seitentitel {
  margin-top:20px; !important
  margin-bottom:40px;
  text-align:center; !important
}

.home {
  padding-left:0; !important
  padding-right:0; !important
}


.horizontal-style {
    padding-left:0;
    width: 110%; !important
    text-align:center;
    /*table-layout: fixed;*/
    }

.horizontal-style ul {
    width: 100%; !important
    list-style-type: none; !important
    text-align:center;

    /*table-layout: fixed;*/
}
.horizontal-style li {
    display:block;
    width: 100%; !important
}


  


.lg-toolbar .lg-close:after {
  content: "\e070";
}


ul {
  margin-bottom: 0;
  list-style-type: none; !important
}


.logo-big {
    display:none;
  }

.logo-container {
    width:85%;
  }



.picture_frame {
    padding:10px;
  }


  .picture_frame_home {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
  }


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.picture_frame_home:hover .overlay {
  opacity: 1;
}


.picture_frame_home:hover img  {
  opacity: 0;
    border: 1px dashed rgba(0,0,0, 1);
  filter: grayscale(100%);
}

.text {
  color: black;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




.picture_frame_team {
    padding:10px;
  }


.picture_frame_team p {
text-align: center;
margin: 10px;
font-weight: 800;
  }

.textframe p {
  text-align: center;
  margin: 40px 10px 0px 10px;
  font-weight: 800;
}

.pictures {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.pictures_outer_container a img {
    border: 1px solid rgba(0,0,0,0);
  }

.pictures_outer_container a img:hover {
  border: 1px dashed rgba(0,0,0, 0.8);
   opacity: 0.9;
  }

.pictures_outer_container {
  padding:10px;
}


.pictures_outer_container_02 a img {
    border: 1px solid rgba(0,0,0,0);
  }

.pictures_outer_container_02 a img:hover {
  border: 1px dashed rgba(0,0,0, 1);
  filter: grayscale(100%);
  opacity: 0.6;
  }

.pictures_outer_container_02 {
  padding:-30px 15px;
}


.text-frame {
  padding: 17px;
  font-size: 14px;
}

.carousel-control-next-icon {
  background-image: url(bilder/next_black-02.svg);
}

.carousel-control-prev-icon {
  background-image: url(bilder/prev_black-02.svg);
}

.spacer {
  margin-top:30px;
  display:inline-block;
}


.carousel-controls {
  display: none;
}

.carousel-control-next, .carousel-control-prev {
  width:50%;
  opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  width:50%;
  opacity: 0.5;
}




#carousel-control {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-shadow: none;
	background-color: rgba(0,0,0,0);
	opacity: .5;
}


.text-element {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-bottom: 35px;  
}

.vertical-menu-01 {
  display:none;
  width: 200px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}

.vertical-menu-01 a {
  background-color: transparent; /* Grey background color */
  color: black; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 2px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}

.vertical-menu-01 a:hover {
  background-color: transparent; /* Dark grey background on mouse-over */
  color: #505050;
}

.vertical-menu-01 a.active {
  background-color: transparent; /* Add a green color to the "active/current" link */
  color: white;

  }


.carousel-indicators {
	display: none;
	padding-top: 20px;
	position:absolute;
}

.carousel-indicators li {
	background-color: #000;
	border: #000;
}

.carousel-indicators .active {
	background-color: #000;
	border: #000;
}

.slider-01 {
    padding-top: 40px;

}

.slider-02 {
  padding-top: 40px;
  display:block;
}

  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



.bild-seite {
	display: none;
}



.navbar {
  color: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.navbar a {
  color: black;
  text-decoration: none;
}

.navbar a:hover {
  color: #505050;
}

.navbar ul {
  padding-inline-start: 0px;
}

.navbar .container-icon {
 width: 100%;
}

.nav-list {
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding-top: 2px;
  display: none;
}

.nav-list .list-item {
 display: block;
 padding: 8px 10px;
}

.primary-icon {
  height: 100px;
  display:none;
}


.menu {
  display: none;
}


.menu-line {
  width: 20px;
  height: 3px;
  background-color: black;
  margin-bottom: 4px;
  transition: 0.5s; 
  transform-origin: center; 
}


.active-hamburger {
    display: block;
}


.content {
    flex: 1;
}

.content a:link {
  font-weight: 700;
  color: black;
}

.content a:visited {
  font-weight: 700;
  color: black;
}

.content a:hover {
  text-decoration: none;
  color: grey;
}

.content a:active {
  text-decoration: none;
  color: grey;
}


footer {
    flex-shrink: 0;
}


footer {
    flex-direction: row;
    width: 100%;
    font-size: 13px;
    background: #111;
    margin-top: auto;
    bottom: 0;
    position: sticky;
    top: 100vh;
    max-height:3.5rem;

}

footer ul {
    padding: 0.75rem;
}

footer ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0.25rem 0.75rem;
}
footer ul a {
    color: #fff;
    text-decoration: none;
}
footer ul a:hover {
    text-decoration: none;
    color: #b0b0b0;
}

.footer-menu_01 {
  flex:5;
}

.footer-menu_02 {
  flex:1;
  text-align: right;
  justify-content: right;
}



@media all and (max-width: 576px) {
    .navbar {
      flex-direction: column;
    }
    .menu {
      display: block;
      position: absolute;
      right: 20px;
      top:45px;
    }
    .primary-icon {
      display: block;
    }
}





@media screen and (min-width: 1200px) {
  .logo-container {
    width:60%;
  }
  .vertical-menu-01 {
  margin-left: 50px;
  display:block;
  font-size: 15px;
  }
  .text-element {
  font-size: 15px;  
}
}


@media screen and (min-width: 1600px) {
  .slider-01 {
    padding-top: 0px;
  }
  .center {
  display: inline;
  margin-left: 0px;
  margin-right: 0px;
  width: 0%;
  }
}


@media (min-width: 576px) and (max-width: 1199px){

  .vertical-menu-01 {
  margin-left: 30px;
  display:block;
  font-family: 'Montserrat', sans-serif;
  }
  body {
    background-size: 35% auto;
  }
}



@media screen and (min-width: 576px) {

  .navbar_001 {
  display:none;
  }
  .logo-big {
    display:inline;
  }
  .vertical-menu-01 {
  display:block;
  font-family: 'Montserrat', sans-serif;
  }
  .slider-02 {
  display:none;
  }
  .carousel-controls {
  display: block;
  }
  .spacer {
  display: block;   
  }
  .content {
    padding-right: 30px;
}
.pictures_outer_container_02 {
  padding:30px;
}
.pictures_outer_container {
  padding:30px;
}



}


@media screen and (min-width: 900px) {
  	.bild-seite {
  		display:block;
  }
    .picture_frame_team {
    padding:40px;
  }
    .textframe p {
      margin: 40px 40px 0px 40px;
    }
    .text {
    font-size: 30px;
  }
}


@media screen and (min-width: 1200px){


  body {
    background-size: 25% auto;
  }
}