/*!
* Based on Bootstrap v4.0.0 (https://getbootstrap.com) 
*/
@font-face {
  font-family: "DINNEXTLTPRO"; 
  src: url("/site/assets/fonts/DINNEXTLTPRO-REGULAR.TTF"); 
  font-weight: normal;
}
@font-face {
  font-family: "DINNEXTLTPRO"; 
  src: url("/site/assets/fonts/DINNEXTLTPRO-BOLD.TTF"); 
  font-weight: bold;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: DINNEXTLTPRO, sans-serif;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}

a {
  color: #8f0863;
  font-size: 1.2rem;
}

a:hover{
  text-decoration: underline;
  color: #b26398;
}

h6, .h6 {
  font-size: 0.5rem;
}

p {
	font-size: 1.2rem;
}

li {
	font-size: 1.2rem;
}

#map {
  height: 100%;
}


.footer {
  flex-shrink: 0;
  	position: fixed;
	bottom: 0;
	width: 100%;
}

footer.footer {
    padding-top: 1rem;
    padding-bottom: 0;
}

footer.footer p{
    font-size: 0.9rem;
}

footer.footer h3{
    font-size: 1.2rem;
}

footer.footer a{
    font-size: 0.9rem;
}
/*---------------------------- Sidebar -------------------------*/

.menurechts {
  position: fixed;
  top: 109px;
  right: 0;
  padding: 8px 3px 4px 11px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
  color: #fff;
  background: #8f0863;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  z-index: 99999;
}

.menurechtsinfo {
  border-radius: 10px 0 0 10px;
  right: 0;
  visibility: hidden;
  width: 235px;
}

.menurechtsinfo p {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  margin-right: 10px;
}

.menurechtsinfo a {
  color: #fff;
  text-decoration: none;
}

.menuinfo {
  display: none;
    transition: all .4s;
    display: block;
    float: right;
}

.menurechtsinfo a:hover{
  text-decoration: underline;
}

.menuinfo:hover .menurechtsinfo {
  visibility: visible;
  opacity: 1;
}


/*----------------------Allgemein------------------------------*/
.dropdown-toggle::before {
  content: url(/site/assets/images/welle-icon.png); 
  vertical-align: -0.4em;
  margin-right: 0.3em;
}
.dropdown-toggle::after {
  border: none!important;
}

.btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
  background-color: #8f0863 !important;
  border-color: #8f0863 !important;
  text-decoration: none;
}

.logo {
    height: 79px;
    transition: height 0.4s;
}

.bg-primary {
    background-color: #8f0863 !important;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 3px solid #910263;
  border-radius: 0.25rem;
  color: white;
  background-color: #c781b1;}

.alert p {
	margin-bottom: 0;
}

.alert a {
  color: #fff;
}

.alert ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-image: url('/site/assets/images/dot-lila.png');}

.shadow {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}

.text-primary {
    color: #8f0863 !important;
}

a.btn {
  text-decoration: none;
}

.navbar-brand {
  margin-right: 1.5rem;
}

.nav-link {
  font-size: 1.2rem;
}
.dropdown-menu {
  top: initial;
  left: initial;
  background-color: #ddafce;
}
.dropdown-item {
  font-size: 1rem;
}

a.dropdown-item:active {
	background-color: #b26398;
}	

.carousel-caption h2 {
  white-space: nowrap;
  line-height: 142px;
  font-size: 57px;
  font-weight: bold;
  text-shadow: 5px 5px 8px black;
}

.icon {
	height: 20px;
}

table.noborder {
  border: 0!important;
}
table.noborder td, table.noborder th {
  border: 0!important;
  padding: 1px;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}

table.border {
  border: 1px solid #f39200 !important;
}
table.border td, table.border th {
  border: 1px solid #f39200 !important;
  padding: 3px;
  font-weight: normal;
}
table.border th[scope=col] {
  text-align: center;
  font-weight: bold;
  background-color: #71c6d2;
}
table.border th[scope=row] {
  text-align: center;
  font-weight: bold;
  background-color: #71c6d2;
}
table.border td {
  text-align: center;
}

table.border p {
	margin-top: 1rem !important;
}	

table.border2 {
  border: 1px solid #71c6d2 !important;
  line-height: 1.4;
}
table.border2 td, table.border2 th {
  border: 1px solid #71c6d2 !important;
  padding: 3px;
  font-weight: normal;
}
table.border2 th {
  text-align: center;
}
table.border2 td {
  text-align: center;
}
table.border2 h4 {
	font-size: 1.3rem;
	color: #71c6d2;
	padding-top: 10px;
}	

.table-news th, .table-news td {
	padding: 8px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}	

.table-news tr:nth-child(even) {
	background-color: #f2f2f2;
}

.card {
    overflow: hidden;
	border: 3px solid white;
	 border-top-left-radius: calc(.8rem - 2px);
	border-top-right-radius: calc(.8rem - 2px);
}

.card .bild {
  padding: 0;
  width: 100%;
}

.card .text img {
	height: 27px;
}

.card .person h4 {
  font-size: 1.2rem;
}
.card .person p {
  font-size: 1.2rem;
}
.ansprech {
  min-height: 100px;
}


.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link {
    color: #8f0863;
}

.bg-dark {
    background-color: black!important;
    color: white;
}

ul.search {
  padding-left: 0;
}
ul.search li {
  list-style: none;
  margin-top: 2.5rem;

}
ul.search a {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2rem;
}
ul.search div.summary {
  padding-left: 40px;
}
ul.search div.summary p {
  margin-bottom: 0.3rem;
}
ul.search div.summary {
  margin-bottom: 1rem;
}

.historie p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.marken {
  display: inline-block;
  position: absolute;
  z-index: 200;
  width: 100%;
  text-align: center;
  top: 0;
}
.marken div {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  width: 444px;
  margin: 0 auto;
  background-color: #fff;
}
.marken div img {
  height: 75px;
}

.box {
    background-color: #64b2f4;
	border-radius: 0.4rem;
	height: 100%;
	vertical-align: middle;
	padding: 10px;
}

.box-title {
	color: white;
	text-align: center;
	font-weight: 400;
	margin-bottom: 0;
}

.carousel-inner {
  height: 650px;
}

.carousel-inner2 {
  height: 500px;
}

table.technisch {
  background-color: #66b6b5;
  border: 0!important;
  width: 66.66%;
}
table.technisch td, table.technisch th {
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px solid #ffffff!important;
}

table.technisch tbody tr:nth-child(even) {
	background-color: #c4c4c4;
	color: #000;
}	

.zitat h2 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: black;
}

.zitat h3 {
	text-align: center;
	font-weight: normal;
	font-size: 3.75rem;
	color: #8f0863; 
}

.teaser h2 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: white;
}

.teaser h3 {
	text-align: center;
	font-weight: normal;
	font-size: 3.75rem;
	color: white; 
}

.teaser p {
	color: white;
}

.linkbox {
	text-align: justify;
}
.linkbox a {
	text-decoration: underline;
}
.linkbox a:hover {
	text-decoration: none;
	color: #7cc18f;
}

.galerie {
    list-style: none;
    position: relative;
    display: inline-block;
    background: #8f0863;
	border-radius: 8px;
    padding: 0.2em;
    vertical-align: top;
    margin-bottom: 0.2rem;
}
.galerie3 {
    list-style: none;
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: #fff;
    padding: 0.4em;
    vertical-align: top;
    border: 1px dashed transparent;
}
.galerie2 {
    top: 0;
    left: 0;
    padding: 0.4em;
    display: inline-block;
}

.galerie .overflow {
  width: 203px;
  height: 203px;
  overflow: hidden;
  position: relative;
}

.galerie .overflow > img {
  position: absolute;    
  max-height: 200%;
  max-width: 200%;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.galerie a {
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  .navbar-nav li {
    border-top: 1px solid;
  }
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1.2rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 0.9rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: left;
    font-size: 1rem;
  }
  .menuinfo {
    display: none;
  }
  h1, .h1 {
    font-size: 1.7rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  
  .carousel-inner {
    height: 500px;
  }
  .carousel-caption h2 {
    font-size: 35px;
  }
}  
}

@media (max-width: 991px) {
  .carousel-inner {
    height: 300px;
  }
  .carousel-inner2 {
    height: 300px;
  }
  
  .carousel-caption h2 {
    font-size: 25px;
  }
  .marken div {
    width: 250px;
  }
  .marken div img {
    height: 68px;
  }
}

@media (max-width: 767px) {
  .carousel-inner {
    height: 230px;
  }
  .carousel-inner2 {
    height: 230px;
  }
  .carousel-caption h2 {
    font-size: 22px;
  }
  .marken div {
    width: 227px;
  }
  .marken div img {
    height: 60px;
  }
  .footer {
	  position: relative;
  }
}

@media (max-width: 575px) {
  .carousel-inner {
    height: 200px;
  }
  .carousel-inner2 {
    height: 200px;
  }
  .carousel-caption h2 {
    font-size: 20px;
  }
  .marken div {
    width: 151px;
  }
  .marken div img {
    height: 40px;
  }
}

@media (max-width: 467px) {
  .carousel-inner {
    height: 150px;
  }
  .carousel-inner2 {
    height: 150px;
  }
  .carousel-caption h2 {
    font-size: 16px;
  }
  .marken div {
    width: 151px;
  }
  .marken div img {
    height: 40px;
  }
  .carousel-caption {
    bottom: 0;
    padding-bottom: 0;
  }
}	

