
@font-face { font-family: Montserrat; src: url('../webfonts/Montserrat-Regular.ttf'); } 		 

html {
  height: 100%;
  box-sizing: border-box;
  scroll-padding-top: 5rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
	text-align:justify;
	font-family: 'Montserrat', 'Arial', sans-serif;
	color:#373737;
	/*padding-top:70px;*/
}

header {
	margin-bottom:80px;
}

footer {	
	position: absolute;
    right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	z-index:20;
}

.unterseite h1{
	font-size:2em;
	color:white!important;
	margin-bottom:0px;
}

.trennlinie {
    border-top: 1px solid #144f73;
    margin-top: 15px;
    margin-bottom: 15px;
}

.unterseite {
	background:#144f73;
	padding:10px 10px 10px 10px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.27);
	margin-bottom:20px;
}

.ueberschrift-2 {
    color: #144f73;
    font-weight: bold;
	font-size:1.2em;	
}

.rounded-card {
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}

.card-kommissionen {
	box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
	border-radius:0px;
	width:350px;
	height:100%;
	text-align:left;
	border-color:#144f73;
}

.card-kommissionen .card-body {
	background:#144f73;
	color:white;
}

/*
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 
  animation: fadeIn 0.3s alternate;
}*/

.bg-blau  {
	background: #144f73!important;
	color:white!important;
}


.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar {
	--bs-navbar-padding-y:0rem;
	--bs-navbar-brand-padding-y: 0rem;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}




/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #939597;
  border: 5px solid #001799;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.parallax{
    background-image: url("../bilder/parallax.jpg");
    min-height: 700px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

#header{
  position: absolute;
  top: 400px;
  z-index: 1000;
  color:white;
  font-size:3rem;
  font-weight:bold;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-box{
	height: 600px;
	padding: 50px;
}

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
	#header{
	  font-size:2rem !important;
	}
}

.navbar {
    margin-bottom: 0 !important;
}

.image-zoom {
    overflow: hidden
}

.image-zoom img {
    transition: all 2s ease-in-out
}

.image-zoom:hover img {
    transform: scale(2, 2);
    cursor: pointer
}

/*h2 {
	display: inline-block;
	border-bottom: 3px solid;
	margin-bottom:30px;
}*/
#startseite h2 {
	text-align:center;
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 24px;
}
#startseite h2::before {
    content: "";
    position: absolute;
    width: 110px;
    bottom: 0px;
    height: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: currentColor;
}

#startseite h3 {
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ebebed;
    transition: 0.3s;
	margin-bottom:20px;
	transition: border-color 1s ease-out 100ms;
}

h1.unterstrichen {
	text-align:center;
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 24px;
}

h1.unterstrichen::before {
	content: "";
    position: absolute;
    width: 110px;
    bottom: 0px;
    height: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: currentColor;
}

.icon-big {
	font-size:5em;
}

#startseite .kachel {
	color:black;
	transition: box-shadow 1s ease-out 100ms;
	transition: color 1s ease-out 100ms;
	transition: border-color 1s ease-out 100ms;
}
#startseite .kachel:hover {
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 color:#144f73;
	 border-color:#144f73;
}

/*
#startseite .kachel:hover .btn {
	 background:#144f73;
}

#startseite .btn:hover {
	 background:#144f73;
}*/

#startseite .kachel:hover h3 {
	border-color:#144f73;
}

footer .nav-link {
	color:rgba(255,255,255,0.55);
}

footer .nav-link:hover {
	color:rgba(255,255,255,0.75);
}

.btn-blau {
	background:#144f73;
	border-color:#144f73;
	color:white;
}

.btn-blau:hover {
	background:#1D1D1B;
	border-color:#1D1D1B;
	color:white;
}

@media screen and (max-width: 1200px)  {
	.unterseite h1{
		font-size:1.3em;
	}
}