@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/uhv7pbj.css");
::-moz-selection {
	background: rgb(251, 203, 128); /* Firefox */
}
*:focus {
	outline: none;
	outline-width: 0;
}
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.pdf-icon { 
	float: left; 
	display: inline-block; 
	height: 42px; 
	width: 42px; 
	margin-right: 10px;
}
.nk-cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999999;
    border-radius: 0px;
    display: none;
	font-size: 16px;
    line-height: 28px;
	background-color: #ecebe5; 
  }
/*
.carousel-inner img {
  width: auto;
  height: 225px;
  max-height: 225px;
   
}
*/
.team h3:not(.nolink), .team img:not(.nolink) {
	cursor: pointer;
}
.icon {
    width: 130px;
    height: 130px;
    background-color: #89abd1;
    border-radius: 65px;
    padding: 17px;
    position: absolute;
    top: -65px;
    left: calc(50% - 65px);
    z-index: 99999999;
}
.act_slide, .num_slides {
	display: inline-block;
}

.carousel-inner > .carousel-item {
  height: 500px;
	background-color: #EDEBE6;
}

.carousel-inner > .carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 500px;
  width: auto;
  max-width: 100%;
}

a.link , .card-body a, .footer a {
  display: inline-block;
}

a.link::after, .card-body a::after, .footer a::after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: black;
  transition: 300ms;
	margin-top: -3px;
}

a.link:hover::after, .card-body a:hover::after, .footer a:hover::after {
  width: 100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.logo {
	max-width: 100%;
	width: 300px;
	height: auto;
}
.navbar-brand {
	max-width: calc(100% - 90px);
}
.navbar-collapse {
	margin-top: 30px;
}
#animation_container {
	margin: 0px auto;
	margin-top: 40px;
}
.view, body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
}
h1 {
	font-weight: 500;
	font-size: 34px;
}
.footer h2 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.card-body.blau > h2 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 60px;
	text-align: center;
	/*text-transform: uppercase;
	letter-spacing: 1px;*/	
}
.card-body.blau {
	top: 100px;
}
.text-center h2 {
	font-size: 22px;
	margin-top: 4px;
}
h3 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.adresse {
	font-size: 18px;
	line-height: 20px;
}
.adresse p{
	font-size: 18px;
	line-height: 20px;
}
.adresse h2{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}
a {
	color: black;
}
a:hover {
	color: black;
	text-decoration: none;
}
hr {
	border: 1px solid #000;
	margin-top: 0.5rem;
}
.openclose:not(.nodesc) {
	font-size: 44px;
	font-weight: 300;
	float: left;
	margin-right: 18px;
	cursor: pointer;
	-webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
	
}
.openclose_h1 {
	cursor: pointer;
}

.nodesc{
	display: none;
}
.opened {
	transform : rotate(45deg);
}
.kontaktinfo {
	display: none;    
	font-size: 16px;
    font-weight: 300;
    padding-top: 25px;
    padding-bottom: 50px;
}
.legende {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}
.card-body {
	text-align: left;
	/*padding: 60px;*/
	/*min-height: 350px;*/
	border-radius: 20px;
}
.blau {
	background-color: rgba(129, 183, 206, 0.25);
}
.gruen {
	background-color: rgba(146, 192, 31, 0.29);
}
.card {
	border: 0px;
}
p {
	
	line-height: 28px;
}
.footer p {
	line-height: 22px;
}
.card-body p {
	font-size: 16px;
	line-height: 22px;
}
.teambild {
	width: 100%;
	height: auto;
}
.footer {
	background-color: #EDEBE6;
	font-size: 16px;
}
#canvas, #animation_container, #dom_overlay_container {
	width: 100% !important;
	height: auto !important;
}
.navbar {
	position: absolute;
	padding-left: 0px;
	padding-right: 0px;
}
a.nav-link {
	text-transform: uppercase;
	font-weight: 500;
	text-align: right;
	color: #02123B;
}
.nav-item.active a.nav-link {
	font-weight: 600;
	color: #02123B;
}
.nav-item {
	margin-left: 20px;
	letter-spacing: 1px;
}
.navbar-toggler-icon {
	margin-top: 32px;
}
.bars div {
	transition: transform .2s ease-in-out;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}
@media only screen and (max-width:1200px) {
	.nav-item {
		margin-left: 0px;
	}
	.navbar-collapse {
		width: 100%;
		background-color: white;
		padding: 50px;
		margin-top: -200px;
		z-index: 999;
		display: table;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 100ms, visibility 100ms;
		transition: opacity 100ms, visibility 100ms;
	}
	.navbar-nav {
		height: 100vh !important;
		display: table-cell;
		vertical-align: middle;
	}
	.navbar-collapse .nav-link {
		text-align: center;
	}
	.nav-open .navbar-collapse {
		visibility: visible;
		opacity: 1;
	}
	.bars div:nth-child(1) {
		transform-origin: 0 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.bars div:nth-child(3) {
		transform-origin: 0 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.nav-open .bars div:nth-child(1) {
		transform-origin: 0 0;
		-webkit-transform: rotate(41deg);
		-moz-transform: rotate(41deg);
		-o-transform: rotate(41deg);
		transform: rotate(41deg);
		width: 25px;
	}
	.nav-open .bars div:nth-child(3) {
		transform-origin: 0 0;
		-webkit-transform: rotate(-41deg);
		-moz-transform: rotate(-41deg);
		-o-transform: rotate(-41deg);
		transform: rotate(-41deg);
		width: 23.5px;
	}
	.nav-open .bars div:nth-child(2) {
		-webkit-transition: opacity 200ms, visibility 200ms;
		transition: opacity 200ms, visibility 200ms;
		visibility: hidden;
		opacity: 0;
	}
	.nav-open .bars div {
		/*margin: 0;*/
	}
	body.nav-open {
		position: fixed; 
		overflow-y: scroll
	}
}
.navbar-toggler {
	z-index: 99999;
}
.jumbotron {
	background-color: #ecebe5;
}
.bars div {
	width: 25px;
	height: 2px;
	background-color: black;
	margin: 6px 0;
}
@media (min-width: 800px) and (max-width: 850px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:1024px) {
	#animation_container {
		margin-top: 140px;
	}
}
@media only screen and (max-width:576px) {
	h1, .card-body h1 {
		font-size: 18px;
		line-height: 19px;
	}
	h2, .card-body.blau h2 {
		font-size: 16px;
		line-height: 17px;
		margin-top: 30px;
	}
	.carousel-row h2 {
		font-size: 18px;
		line-height: 22px;
	font-weight: 600;
	}
	.slidecount h2 {
		margin-top: 10px;
	}
	h3, .card-body h3 {
		font-size: 14px;
		line-height: 15px;
	}
	.team h3 {
		font-size: 18px;
		line-height: 15px; 
	}
	p, .card-body p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.icon {
		width: 100px;
		height: 100px;
		background-color: #89abd1;
		border-radius: 50px;
		padding: 14px;
		position: absolute;
		top: -50px;
		left: calc(50% - 50px);
		z-index: 99999999;
	}
	.pdf-icon {
		display: none;
	}
	.openclose:not(.nodesc) {
    	font-size: 22px;
	}
}