/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

html, body {
  min-height: 100vh;
}

body {
  	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items:center;
	font-family: Verdana,Geneva,sans-serif;
  position: relative;
}

h2 {
	 color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2em;

}

h3 {
    color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.65em;
}

h4 {
	color: rgb(51,51,51);
    font-size: 1.5em;
    line-height: 1.6em;
}



h5 {
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: underline;
    margin-top: 20px;
}

h6 {
    color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75em;
}


nav {
	height: 150px;
	padding: 0px !important;
}

nav a {
	padding: 0px !important;
	width: 100%;
}

nav i {
	font-size: xxx-large;
	margin-bottom: 10px;
}

.nav-item {
	color: white;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	text-transform: uppercase;
	width: 100%;
}

.nav-link {
	padding: 0px;
}

nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

main {
  width: 100%;
  margin-bottom: 100px;
}

main ul {
  padding-left:0px;
}

main li {
  list-style-type: none;
  display: inline-flex;
  padding: 10px 0px;
  
}

main li i {
  color: rgb(18,55,104);
  font-size: x-large;
  margin-right: 10px;
}


.collapse {
	height: 100%;
}

#home {
	background-color: rgb(15,31,57);
}

#team {
	background-color: rgb(18,42,57);
}

#kompetenzen {
	background-color: rgb(24,59,110);
}

#service {
	background-color: rgb(30,67,124);
}

#karriere {
	background-color: rgb(7,76,143);
}

#fragen {
	background-color: rgb(51,51,51);
}

#service div a i {
  font-size: 16px;
}

.dropbtn {
  color: white;
  font-size: 20px;
  border: none;
  background-color: transparent;
  font-weight: 600;
}

.dropup {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropup-content {
  display: none;
  position: absolute;
  min-width: 160px;
  bottom: 150px;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
}

.dropup-content a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 16px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.dropup-content a:hover {background-color: #ccc}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
}

.branche {
  display: flex;
  flex-direction:row;
  width: 100%;
  justify-content:center;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}


.branchen {
    font-size: 18px;
    color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(235,235,235,0.6);
    padding: 20px;
    margin: 0px 20px;
    white-space: nowrap;
    border: 2px solid;
}

.branchen i {
  font-size:  55px;
}


.button {
    background-color: rgb(18,55,104);
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}

.button:hover {
  background-color: rgb(27,101,173);
    color: #fff;
}

p {
  line-height: 30px;
}

.space {
  margin-top: 70px;

}

.align-right {
  display: flex;
  justify-content:flex-end;
}





/* BACKGROUND */

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;
height: 100%;
justify-content:center;
}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Caption text */
.text {
	color: #f2f2f2;
    font-size: 15px;
    position: absolute;
    width: 70%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,0.65);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 150px;
}



.logo-start img {
  width: 60%;
  min-width: 350px;
  max-width: 650px;
}

@-moz-document url-prefix() {
  .text {
    background-color: rgba(255,255,255,0.75) !important;
  }
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.mySlides img {
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
  opacity: 1 !important;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}






.navbar-2 {
	overflow: hidden;
    background-color: #333;
    width: 100%;
    min-height: 70px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 100px;
}

.navbar-2 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: center;
    align-items: center;
    display: flex;
}

.dropdown-2 {
  float: left;
  overflow: hidden;
      width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.dropdown-2 .dropbtn-2 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-2 a:hover, .dropdown-2:hover .dropbtn-2 {
}

.dropdown-content-2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 70px;
  width: 16.6666%;
}

.dropdown-content-2 a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #fff;
  text-align: left;
}

.dropdown-content-2 a:hover {
  background-color: #ddd;
}

.dropdown-2:hover .dropdown-content-2 {
  display: block;
}




header {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content:center;
	background-image: url(../images/background_blur.jpg);
	background-size: cover;
  padding: 50px; 
}

footer {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: rgb(18,55,104);
    margin-top: 100px;
    position: absolute;
    bottom: 0;
}

footer a {
    color: #fff;
    text-transform: uppercase;
    margin: 0px 40px;
    font-weight: 600;
}

footer a:hover {
	color: #fff;
}

footer i {
	color: #fff;
}

.bg-image {
  width:100%;
  object-fit:cover;
}


.accordion {
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    color: rgb(18,55,104);
    font-weight: 800;
    margin-bottom: 10px;
}

.offen, .accordion:hover {
  background-color: #ccc;
  border-radius: 4px;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  margin-left: 5px;
}

.offen:after {
  content: "\2212";
}

.panel {
  padding: 0px;
  margin-bottom: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  line-height: 35px;
}

.panel ul {
    margin:0px;
    padding-left:0px; 
}

.panel ul li {
    list-style-type: none;
}

.modal-content ul {
    margin: 0px;
    padding: 0px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  width: auto; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 40px;
  border: 1px solid #888;
  width: auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  align-self:flex-end;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.kontakt {
  margin-bottom: 50px;
}

.kontakt img {
  float: left;
  margin-right: 30px;
}

.kontakt-text h4 {
    color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: 600;
}


.kontakt i, a {
    color: rgb(18,55,104);
    transition:0.5s;
    text-decoration: none !important;
    }



.block-grau {
  background-color: rgb(240,240,240);
  padding: 20px 40px;
}


.steuertermine {
  display: block;
}

.steuertermine li {

  padding: 0px;
  padding-left: 20px;
  display: block;
}

.steuertermine li:before {
  content: '\2794';
  color: rgb(18,55,104);
  margin-right: 10px;
}


@media only screen and (max-width: 600px) {

  .start-branchen {
    margin-top: 50px;
  }

  nav {
    min-height: 70px;
    height: auto;
    background-color: rgb(18,55,104) !important;
  }

  .bg-dark {
    background-color: rgb(18,55,104) !important;   
  }

  .nav-item {
    align-items:baseline;
  }


  .text {
    width: 100%;
    height: auto;
  }

  .text div {
    width: unset;
  }

  .dropup {
    background-color: transparent !important;
  }

  .branchen {
    margin-bottom: 60px;
    width: 100% !important;
  }

  .branche {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
  }

  .bg-image {
    height: 100%;
    position: fixed;
  }

  .text {
    padding-bottom: 200px;
  }

  .row {
    margin: auto;
  }

  nav ul button i {
    display: none !important;
  }

  .navbar-toggler {
    border: none;
    position: fixed;
    color: #fff;
  }

  .navbar-nav {
    margin-left: 60px;
  }

.dropup-content {
  position: unset;
  text-align: left;
  background-color: transparent !important;
  margin-left: 40px;
}

.dropup {
  margin: 10px 0px;
}

header {
  padding: 20px;
}
  header img {
    width: 100%;
    background-color: rgba(255,255,255,0.6);
  }

  .mySlides {
    justify-content:flex-start;
  }


  h2 {
   color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;

}

h3 {
    color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
}

h4 {
  color: rgb(51,51,51);
    font-size: 1.5em;
    line-height: 1.5em;
}



h5 {
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: underline;
    margin-top: 20px;
}

h6 {
    color: rgb(18,55,104);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
}

.navbar-2 {
  display: block;
  margin-bottom: 30px;
}

.dropdown-content-2 {
  width: 100%;
  margin-top: 52px;
}

.align-right {
  display: block;
}

.align-right img {
  width: 100% !important;
}

}









