@media (min-width: 799px) and (max-width: 1200px) {
   #.collapse {
    #   display: none !important;
   #}
}

@media (min-width: 799px) and (max-width: 1200px) {
   .header-fixed ul li a {
       color: #000430 !important;
   }
     .header-fixed a:hover {
     /*  background: #23488a !important;*/
	   color: #7f7f7f !important;
   }
}

@media (min-width: 0px) and (max-width: 992px) {
    .row {
		padding-left: 1em;
		padding-right: 1em;
	 }
		
}
.revealTop {

}
.teaser  {
  min-height: 4em;
 
  width:10%;
  background: rgba(255, 255, 255, 0.2); 
  border-radius: 0.5em;
}

.teaser container {
	
 
     display: table; 
	 text-align: center;
          border: 1px solid #000430;
}

.teaser button {
display: table-cell; 
vertical-align: bottom;

}

.teaser p {
  min-height: 4em;	
 
      
}


body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.618;
  color: #7f7f7f;
  max-width: 100vw;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", sans-serif;
  line-height: 1.618;
  color: #23488a; }

h3 {
  font-size: 1.5rem;
  padding: 12px 0; }

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  margin: 0.9375rem 0 0.5rem;
  color: #333333; }

   .header-free .nav-link  {
			color:#fff;
		}  
		
   .show .nav-link  {
			color:#fff;
		}  
		
a {
  color: #23488a; }
  a:hover {
    color: #000120;
    text-decoration: none; }

p {
  margin: 0 0 10px; }

.container-fluid.grey {
  background-color: #f1f1f1; }

.padding {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }
  @media (min-width: 992px) {
    .padding {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }

button:before {
  content: "";
  display: table;
  clear: both; }

.headline {
  text-align: center;
  margin-bottom: 3.125rem; }

.t3mpo {
  color: #23488a; }

.btn {
  padding: 0.8rem 1.8rem;
  font-size: 0.875rem;
  cursor: pointer; }

.btn-primary {
  background-color: #23488a;
  border-color: #23488a; }

.btn-primary:hover {
  background-color: #000120;
  border-color: #000120; }

.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #23488a; }

.btn-secondary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23488a; }

.btn-outline-primary {
  color: #23488a;
  border-color: #23488a; }

.btn-outline-primary:hover {
  background: #23488a;
  color: #fff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none; }

.animate-letter {
  display: inline-block; }

.animateImage {
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
  .animateImage img {
    -webkit-transition: all 5s;
    transition: all 5s; }
  .animateImage:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }

@media (min-width: 1200px) {
  .container {
    width: 1450px;
    max-width: 100%; } }

.svgimage {
  width: 100%;
  height: auto;
  padding: 5px; }

::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #23488a; }

*::-webkit-input-placeholder {
  color: #7f7f7f; }

*:-moz-placeholder {
  color: #7f7f7f; }

*::-moz-placeholder {
  color: #7f7f7f; }

*:-ms-input-placeholder {
  color: #7f7f7f; }

.ce-gallery img {
  max-width: 100%;
  height: auto; }

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden; }

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
  

@media (min-width: 0px) {
 
	
	.navbar #mainnavi .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
        color: #FFF !important;
		background-color: #13288a;
	  }	
	h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", sans-serif;
  line-height: 1.618;
  margin-top: 18px;
  color: #23488a; 
  }
  
	  
	
	}

@media (min-width: 430px) {

	h1, h2, h3, h4, h5, h6 {
	 margin-top: 4px;
	}	
} 	
  

@media (min-width: 992px) {
  .navbar {
    padding: 1rem 2rem; } 

	.navbar #mainnavi .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
        color: #FFF !important;
		background-color: #13288a;
	  }	
	  
	
	}
	
	
	
	
@media (min-width: 1200px) {
	
	.navbar #mainnavi .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
        color: #FFF ;
		background-color: #23488a ;
	  }	
	  
  .navbar {
    padding: 3.125rem; } }
.navbar .navbar-toggler {
  padding: 0;
  margin-top: 0rem;
  z-index: 99; }
  .navbar .navbar-toggler:focus {
    outline: none; }
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
    color: #fff;
    line-height: 1.5rem; }
    .navbar .navbar-toggler .navbar-toggler-icon .navigation-toggle {
      position: relative; }
      .navbar .navbar-toggler .navbar-toggler-icon .navigation-toggle:before {
        content: "\f0c9";
        font-family: "FontAwesome", sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 20px;
        display: inline-block;
        transition: all 200ms linear 0s;
       }
      .navbar .navbar-toggler .navbar-toggler-icon .navigation-toggle.navigationClose:before {
        transform: rotate(360deg);
        content: "\f00d"; }
		
 #mainnavi  .header-x    a {
		  color: #000430 !important;
		}

 .header-fixed #mainnavi .show ul a {
		  color: #fff !important;
		}


.navbar #mainnavi {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  
  
  #homenav {
	 
	
	  padding: 2px;
      position: relative; 
      top: 0;
	
	}
	
.header-free {
      background: #000430 !important;
	  padding: 10px;
	   border-radius: 15px;
      position: relative; 
      top: 0;
	
	}
  
  @media (min-width: 0px) {
	
    .navbar #mainnavi {
      position: fixed-top;
      
      top: 0;
      background: #000430 ;
      width: 250px; } }
  @media (min-width: 992px) {
    .navbar #mainnavi {
      position: relative;
      right: auto;
      top: auto;
      height: auto;
      background: transparent;
      padding: 0;
      width: auto; } }
  

    .navbar #mainnavi .navbar-nav .nav-item .dropdown-menu {
      color: #fff; }
      @media (min-width: 992px) {
        .navbar #mainnavi .navbar-nav .nav-item .dropdown-menu {
          background-color: #fff;
          border: 1px solid #000430;
          padding: 1rem 0;
          max-width: 15rem;
          min-width: 15rem; } }
      .navbar #mainnavi .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        color: #23488a;
        padding: .5rem 1rem;
        white-space: normal; }
	  
	  
	
      .navbar #mainnavi .navbar-nav .nav-item .dropdown-menu .dropdown-text {
        display: block;
        font-size: 12px;
        color: #7f7f7f; }
		
		
    .navbar #mainnavi .navbar-nav .nav-item .nav-link {
      
      position: relative;
      padding: 1rem 1.875rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      overflow: auto;
      font-family: "Dosis", sans-serif;
      font-size: 1.125rem;
      font-weight: normal; }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link:hover {
        color: #7f7f7f; 
		
	  }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link i {
        font-size: 1rem; }
      @media (min-width: 992px) {
        .navbar #mainnavi .navbar-nav .nav-item .nav-link {
          border-bottom: 0;
          border-top: 0;
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
      @media (min-width: 1200px) {
        .navbar #mainnavi .navbar-nav .nav-item .nav-link {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link.search {
        padding-top: 5px;
        overflow: auto; }
        .navbar #mainnavi .navbar-nav .nav-item .nav-link.search:after {
          display: none; }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link input::-webkit-input-placeholder {
        color: #fff;
        font-style: italic;
        font-family: "Dosis", sans-serif;
        font-size: 1.125rem;
        font-weight: normal; }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link input::-moz-placeholder {
        color: #fff;
        font-style: italic;
        font-family: "Dosis", sans-serif;
        font-size: 1.125rem;
        font-weight: normal; }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link input:-ms-input-placeholder {
        color: #fff;
        font-style: italic;
        font-family: "Dosis", sans-serif;
        font-size: 1.125rem;
        font-weight: normal; }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link input:-moz-placeholder {
        color: #fff;
        font-style: italic;
        font-family: "Dosis", sans-serif;
        font-size: 1.125rem;
        font-weight: normal; }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link .form-control {
        display: block;
        width: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        font-family: "Dosis", sans-serif;
        font-size: 1.125rem;
        font-weight: normal;
        color: #fff;
        padding: .5rem 0;
        float: right; }
      .navbar #mainnavi .navbar-nav .nav-item .nav-link i {
        float: right;
        display: inline-block;
        line-height: 37px; }
.navbar .navbar-brand {
  text-transform: uppercase;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  }
 
  .navbar .navbar-brand svg {
    position: absolute;
    top: .25rem;
    left: 0; }
    .navbar .navbar-brand svg text tspan {
      font-family: "Quicksand", sans-serif;
      stroke: white;
      font-size: 35px;
      fill: none;
      stroke-width: 2px;
      stroke-dashoffset: 100%;
      stroke-dasharray: none; }
  @media (min-width: 992px) {
    .navbar .navbar-brand {
      font-size: 2.1875rem; 
	  
	  
	  } }
.navbar.header-responsive #mainnavi {
  padding: 0;
  /*display: block !important; */
  }
  .navbar.header-responsive #mainnavi .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none; }
  .navbar.header-responsive #mainnavi .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 1rem 1.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: auto; }
    .navbar.header-responsive #mainnavi .navbar-nav .nav-item .nav-link i {
      float: left; }
    .navbar.header-responsive #mainnavi .navbar-nav .nav-item .nav-link .form-control {
      width: 90% !important; }
  .navbar.header-responsive #mainnavi .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
	color: #23488a;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 0;
    border-radius: 0; }
    .navbar.header-responsive #mainnavi .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      color: #23488a; }
.navbar.header-responsive.header-fixed .navbar-toggler .navbar-toggler-icon .navigation-toggle:before {
  color: #23488a; 
  
  }
.navbar.header-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #fff;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
  
  
  }
  
  .navbar.header-fixed  .navbar-logo {
	
    background-image: url("../../../../../../fileadmin/logo/logo.png") !important;
	width:360px;
	height:100px;
	margin-right: 10px !important;;
	    border-right-width: 20px;
	background-repeat: no-repeat;
  }
 .navbar  .navbar-logo {
     background-image: url("../../../../../../fileadmin/logo/logo_white.png");
	width:360px;
	height:100px;
	margin-right: 10px !important;;
	    border-right-width: 20px;
	background-repeat: no-repeat;
 }
  	
.navbar.header-fixed .navbar-toggler .navbar-toggler-icon {
    color: #23488a !important;
	z-index: 0;	
}  	
.navbar  .navbar-toggler .navbar-toggler-icon {
    color: #fff;
	z-index: 0;	
	}	
  
  @media (min-width: 1200px) {
    .navbar.header-fixed {
      padding-top: .5rem;
      padding-bottom: .5rem; } }
  
  @media (min-width: 0px) {
    .navbar.header-fixed {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); } }
  .navbar.header-fixed svg {
    top: .4rem; }
    .navbar.header-fixed svg text {
      stroke: #23488a; }
  .navbar.header-fixed #mainnavi .navbar-nav .nav-item .nav-link input::-webkit-input-placeholder {
    color: #23488a; }
  .navbar.header-fixed #mainnavi .navbar-nav .nav-item .nav-link input::-moz-placeholder {
    color: #23488a; }
  .navbar.header-fixed #mainnavi .navbar-nav .nav-item .nav-link input:-ms-input-placeholder {
    color: #23488a; }
  .navbar.header-fixed #mainnavi .navbar-nav .nav-item .nav-link input:-moz-placeholder {
    color: #23488a; }
  .navbar.header-fixed #mainnavi .navbar-nav .nav-item .nav-link .form-control {
    border-bottom: 1px solid #23488a;
    color: #23488a; }
  @media (min-width: 992px) {
    .navbar.header-fixed.show #mainnavi .navbar-nav .nav-item .nav-link {
      color: #fff; } }
  .navbar.header-fixed .navbar-brand {
    color: #23488a; }

.content-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 98; }

@media (min-width: 0px) {
  .fixed-top {
    position: absolute; } }
@media (min-width: 992px) {
  .fixed-top {
    position: fixed; } }

.navbar #mainnavi .language-menu .nav-item .nav-link {
  padding: 1rem 0.25rem; }

.flexslider {
  border: none;
  border-radius: 0;
  margin: 0; }

.sliderimage_norm {
  position: relative; }
  .sliderimage_norm img {
    width: 100%;
    height: auto;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none; }
  .sliderimage_norm .slider-overlay {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
    z-index: 3; }
  .sliderimage_norm .video-overlay {
    background: rgba(35, 72, 138, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }
  .sliderimage_norm video {
    width: 100%;
    height: auto; }
  .sliderimage_norm .image-container {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .sliderimage_norm .image-container .wolke {
      position: absolute;
      top: 0;
      z-index: 5;
      left: 0; }

	  
	  
.sliderimage {
  position: relative; }
  .sliderimage img {
    width: 100%;
    height: auto;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none; }
  .sliderimage .slider-overlay {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
    z-index: 3; }
  .sliderimage .video-overlay {
    background: rgba(35, 72, 138, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }
  .sliderimage video {
    width: 100%;
    height: auto; }
  .sliderimage .image-container {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .sliderimage .image-container .wolke {
      position: absolute;
      top: 0;
      z-index: 5;
      left: 0; }
    .sliderimage .image-container img {
      -webkit-animation: imageAnimate 60s infinite;
      -moz-animation: imageAnimate 60s infinite;
      animation: imageAnimate 60s infinite; }

#header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 95; }
  @media (min-width: 1200px) {
    #header {
      height: 100vh; } }

.jumbotron.headerimage {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  position: relative; }
  @media (min-width: 1200px) {
    .jumbotron.headerimage {
      height: 100vh; } }
  .jumbotron.headerimage p {
    font-weight: 500;
    font-family: "Dosis", sans-serif;
    margin: 0; }
    @media (min-width: 0px) {
      .jumbotron.headerimage p {
        font-size: 1rem;
        letter-spacing: 0; } }
    @media (min-width: 576px) {
      .jumbotron.headerimage p {
        font-size: 1rem;
        letter-spacing: 0.2rem; } }
    @media (min-width: 768px) {
      .jumbotron.headerimage p {
        font-size: 1.5rem;
        letter-spacing: 0.2rem; } }
    @media (min-width: 992px) {
      .jumbotron.headerimage p {
        font-size: 2rem;
        letter-spacing: 0.618rem; } }
    @media (min-width: 1200px) {
      .jumbotron.headerimage p {
        font-size: 2.8125rem;
        letter-spacing: 0.618rem; } }
  .jumbotron.headerimage a {
    letter-spacing: normal; }
  .jumbotron.headerimage h1 {
    font-size: 4rem;
    font-weight: 500;
    font-family: "Dosis", sans-serif;
    margin: 30px 0;
    color: #fff;
    letter-spacing: 1.875rem; }
    @media (min-width: 0px) {
      .jumbotron.headerimage h1 {
        font-size: 1.3rem;
        margin: 0.9rem;
        letter-spacing: 0; } }
    @media (min-width: 576px) {
      .jumbotron.headerimage h1 {
        font-size: 2rem;
        letter-spacing: 0.4rem; } }
    @media (min-width: 768px) {
      .jumbotron.headerimage h1 {
        font-size: 4rem;
        letter-spacing: 0.4rem; } }
    @media (min-width: 992px) {
      .jumbotron.headerimage h1 {
        font-size: 6.25rem;
        letter-spacing: 1.75rem; } }
    @media (min-width: 1200px) {
      .jumbotron.headerimage h1 {
        font-size: 6.25rem;
        letter-spacing: 1.75rem; } }
  .jumbotron.headerimage .btn-outline-primary {
    color: #fff;
    border-color: #fff;
    display: block;
    width: auto; }
    @media (min-width: 0px) {
      .jumbotron.headerimage .btn-outline-primary {
        display: none; } }
    @media (min-width: 576px) {
      .jumbotron.headerimage .btn-outline-primary {
        display: none; } }
    @media (min-width: 768px) {
      .jumbotron.headerimage .btn-outline-primary {
        display: inline-block; } }
    @media (min-width: 992px) {
      .jumbotron.headerimage .btn-outline-primary {
        display: inline-block; } }
    @media (min-width: 1200px) {
      .jumbotron.headerimage .btn-outline-primary {
        width: 300px;
        display: inline-block; } }
  .jumbotron.headerimage .btn-outline-primary:hover {
    background: #fff;
    color: #23488a; }
  .jumbotron.headerimage .btn-primary {
    width: auto;
    background-color: #ffae00;
    border-color: #ffae00; }
    @media (min-width: 0px) {
      .jumbotron.headerimage .btn-primary {
        display: none; } }
    @media (min-width: 576px) {
      .jumbotron.headerimage .btn-primary {
        display: none; } }
    @media (min-width: 768px) {
      .jumbotron.headerimage .btn-primary {
        display: inline-block; } }
    @media (min-width: 992px) {
      .jumbotron.headerimage .btn-primary {
        display: inline-block; } }
    @media (min-width: 1200px) {
      .jumbotron.headerimage .btn-primary {
        width: 300px;
        display: inline-block; } }
  .jumbotron.headerimage .btn-primary:hover {
    background-color: #ff9600;
    border-color: #ff9600; }
  .jumbotron.headerimage .scrollDown {
    width: auto;
    position: absolute;
    bottom: 30px;
    cursor: pointer;
    left: 50%;
    animation: scrollDown 1s linear infinite; }
    @media (min-width: 0px) {
      .jumbotron.headerimage .scrollDown {
        display: none; } }
    @media (min-width: 576px) {
      .jumbotron.headerimage .scrollDown {
        display: none; } }
    @media (min-width: 768px) {
      .jumbotron.headerimage .scrollDown {
        display: block;
        bottom: 80px; } }
    @media (min-width: 992px) {
      .jumbotron.headerimage .scrollDown {
        display: block;
        bottom: 230px; } }
    @media (min-width: 1200px) {
      .jumbotron.headerimage .scrollDown {
        display: block;
        bottom: 30px; } }
    .jumbotron.headerimage .scrollDown img {
      transform: translate(-50%, 0); }

#teaser {
  padding-bottom: 6.25rem;
  padding-top: 5rem;
  position: relative;
  z-index: 5; }
  @media (min-width: 1200px) and (max-width: 1640px) {
    #teaser {
      margin-top: 0 !important; } }
  @media (min-width: 1200px) {
    #teaser {
      margin-top: -700px;
      margin-bottom: 60px;
      padding-bottom: 0; } }
  #teaser .teaser {
    color: #7f7f7f;
    font-family: "Roboto", sans-serif;
    text-align: center; }
    @media (min-width: 0px) {
      #teaser .teaser {
        margin-bottom: 1.875rem; } }
    @media (min-width: 1200px) and (max-width: 1640px) {
      #teaser .teaser {
        color: #7f7f7f !important; } }
    @media (min-width: 1200px) {
      #teaser .teaser {
        color: #fff; } }
    #teaser .teaser .btn-secondary {
      background: #23488a;
      border-color: #23488a;
      color: #fff; }
      @media (min-width: 1200px) and (max-width: 1640px) {
        #teaser .teaser .btn-secondary {
          background: #23488a !important;
          border-color: #23488a !important;
          color: #fff !important; } }
      @media (min-width: 1200px) {
        #teaser .teaser .btn-secondary {
          background: #fff;
          border-color: #fff;
          color: #23488a; } }
    #teaser .teaser img {
      width: 90px;
      height: 90px; }
    #teaser .teaser svg path {
      fill: #fff; }
    #teaser .teaser i {
      font-size: 5.9375rem;
      color: #23488a;
      margin-bottom: 1.25rem; }
      @media (min-width: 1200px) and (max-width: 1640px) {
        #teaser .teaser i {
          color: #23488a !important; } }
      @media (min-width: 1200px) {
        #teaser .teaser i {
          color: #fff; } }
    #teaser .teaser h2 {
      color: #333333;
      margin: 0 0 .3rem 0; }
      @media (min-width: 0px) {
        #teaser .teaser h2 {
          font-size: 1.5rem; } }
      @media (min-width: 576px) {
        #teaser .teaser h2 {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        #teaser .teaser h2 {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        #teaser .teaser h2 {
          font-size: 2rem; } }
      @media (min-width: 1200px) and (max-width: 1640px) {
        #teaser .teaser h2 {
          color: #333333 !important; } }
      @media (min-width: 1200px) {
        #teaser .teaser h2 {
          color: #fff;
          font-size: 2.1875rem; } }
    #teaser .teaser p:after {
      content: "";
      display: table;
      clear: both; }
    #teaser .teaser .btn-secondary {
      cursor: pointer;
      margin-top: 10px;
      font-family: "Dosis", sans-serif;
      font-weight: 600;
      padding: .75rem 1.5rem; }
      #teaser .teaser .btn-secondary:hover .animate-letter {
        animation: animateLetter 1s linear infinite; }

.claim {
  z-index: -3;
  position: relative; }
  @media (min-width: 0px) {
    .claim {
      padding: 100px 0 100px;
      background: #dedede; } }
  @media (min-width: 576px) {
    .claim {
      padding: 100px 0 100px;
      background: #dedede; } }
  @media (min-width: 768px) {
    .claim {
      padding: 100px 0 100px; } }
  @media (min-width: 992px) {
    .claim {
      padding: 140px 0 100px; } }
  @media (min-width: 1200px) {
    .claim {
      padding: 180px 0 100px;
      background: url("../../../../../../fileadmin/bilder/claim.png") no-repeat right center #dedede; } }

.ce-gallery {
  margin: 0 !important; }

.categoriewrapper {
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden; }
  .categoriewrapper .col-md-6 {
    padding: 0; }
  .categoriewrapper .categorieimage {
    -webkit-mask-image: none; }
    .categoriewrapper .categorieimage .animateImage {
      border-radius: 0; }
    @media (min-width: 0px) {
      .categoriewrapper .categorieimage img {
        width: 100%;
        height: auto;
        max-height: 100%; } }
    @media (min-width: 576px) {
      .categoriewrapper .categorieimage img {
        width: 100%;
        height: auto;
        max-height: 100%; } }
    @media (min-width: 768px) {
      .categoriewrapper .categorieimage img {
        width: auto;
        height: 100%;
        max-height: 300px; } }
    @media (min-width: 992px) {
      .categoriewrapper .categorieimage img {
        width: 100%;
        height: auto;
        max-height: 100%; } }
    @media (min-width: 1200px) {
      .categoriewrapper .categorieimage img {
        width: 100%;
        height: auto;
        max-height: 100%; } }
  .categoriewrapper .categorietext {
    text-align: center;
    padding: 0 1.875rem; }
    @media (min-width: 0px) {
      .categoriewrapper .categorietext {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 576px) {
      .categoriewrapper .categorietext {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 768px) {
      .categoriewrapper .categorietext {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .categoriewrapper .categorietext {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 1200px) {
      .categoriewrapper .categorietext {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .categoriewrapper .categorietext .categorie {
      text-transform: uppercase;
      color: #ffae00;
      font-family: #23488a; }
    .categoriewrapper .categorietext h3 {
      margin-bottom: .5rem;
      margin-top: 0.3rem; }
      @media (min-width: 0px) {
        .categoriewrapper .categorietext h3 {
          font-size: 1.125rem; } }
      @media (min-width: 576px) {
        .categoriewrapper .categorietext h3 {
          font-size: 1.125rem; } }
      @media (min-width: 768px) {
        .categoriewrapper .categorietext h3 {
          font-size: 1.125rem; } }
      @media (min-width: 992px) {
        .categoriewrapper .categorietext h3 {
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .categoriewrapper .categorietext h3 {
          font-size: 1.8rem; } }
    .categoriewrapper .categorietext button {
      margin-top: 1.25rem; }

.iconwrapper {
  text-align: center;
  padding: 5rem 1.875rem;
  border-right: 1px solid #d8d8d8;
  transition: all 200ms ease-in-out 0s; }
  @media (min-width: 0px) {
    .iconwrapper {
      padding: 1.875rem;
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 576px) {
    .iconwrapper {
      padding: 5rem 1.875rem;
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 768px) {
    .iconwrapper {
      padding: 5rem 1.875rem;
      border-bottom: 1px solid #d8d8d8; }
      .iconwrapper:last-child {
        border-right: none; } }
  @media (min-width: 992px) {
    .iconwrapper {
      padding: 5rem 1.875rem;
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 1200px) {
    .iconwrapper {
      padding: 5rem 1.875rem;
      border-bottom: none; } }
  .iconwrapper:hover {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e8e8e8',GradientType=0 ); }
  .iconwrapper i {
    font-size: 5rem;
    color: #23488a;
    margin-bottom: 1.25rem; }
  .iconwrapper img {
    margin-bottom: 1.25rem; }
  @media (min-width: 0px) {
    .iconwrapper:last-child {
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 576px) {
    .iconwrapper:last-child {
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 768px) {
    .iconwrapper:last-child {
      border-bottom: none; } }
  @media (min-width: 992px) {
    .iconwrapper:last-child {
      border-bottom: none; } }
  @media (min-width: 1200px) {
    .iconwrapper:last-child {
      border-bottom: none; } }
  @media (min-width: 0px) {
    .iconwrapper:nth-child(3) {
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 576px) {
    .iconwrapper:nth-child(3) {
      border-bottom: 1px solid #d8d8d8; } }
  @media (min-width: 768px) {
    .iconwrapper:nth-child(3) {
      border-bottom: none; } }
  @media (min-width: 992px) {
    .iconwrapper:nth-child(3) {
      border-bottom: none; } }
  @media (min-width: 1200px) {
    .iconwrapper:nth-child(3) {
      border-bottom: none; } }
  .iconwrapper h3 {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem; }

.card {
  border-radius: 0.3rem; }
  .card .card-img-top {
    max-height: 3rem;
    height: 100%;
    width: auto;
    text-align: center;
    margin: 1.25rem auto 0;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px); }
  .card .card-footer {
    background: transparent;
    border: none;
    padding-bottom: 1.25rem; }
  .card .card-block {
    padding: 0 15px; }

@media (min-width: 992px) {
  .news-single div {
    height: 100%; } }

.list-news-page:nth-child(odd) {
  background: #fff; }

.list-news-page:nth-child(even) {
  background: #f1f1f1; }

.newswrapper img {
  width: 100%;
  height: auto; }
.newswrapper .singlenewspage .animateImage img {
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .newswrapper .singlenewspage .animateImage img {
      height: 100%;
      width: auto; } }
.newswrapper .newsoverlay {
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  background: transparent;
  padding: 0;
  position: relative; }
  @media (min-width: 992px) {
    .newswrapper .newsoverlay {
      color: rgba(255, 255, 255, 0.7);
      width: 50%;
      background: rgba(0, 1, 32, 0.75);
      padding: 1.5rem;
      position: absolute;
      top: 0;
      left: 15px;
      bottom: 0;
      border-top-left-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem; } }
  .newswrapper .newsoverlay h2 {
    margin-top: 1rem;
    color: #23488a; }
    @media (min-width: 1200px) {
      .newswrapper .newsoverlay h2 {
        color: #fff; } }
  .newswrapper .newsoverlay a {
    color: #23488a;
    font-family: "Dosis", sans-serif;
    font-size: 1.125rem; }
    @media (min-width: 1200px) {
      .newswrapper .newsoverlay a {
        color: #fff; } }
  .newswrapper .newsoverlay ul.navigationarrows {
    margin: 1rem 0 0 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 0px) {
      .newswrapper .newsoverlay ul.navigationarrows {
        margin-bottom: 1.875rem; } }
    .newswrapper .newsoverlay ul.navigationarrows li {
      display: inline-block;
      margin-right: 0.9375rem; }
      .newswrapper .newsoverlay ul.navigationarrows li a {
        background: #000120;
        border-radius: 0.3rem;
        display: block;
        width: 45px;
        line-height: 45px;
        text-align: center;
        color: #fff; }
        .newswrapper .newsoverlay ul.navigationarrows li a:hover {
          background: #ffae00; }
.newswrapper .newsitem {
  margin-bottom: 1.875rem; }
  .newswrapper .newsitem:last-child {
    margin-bottom: 0; }
  .newswrapper .newsitem:hover .newsimage {
    padding: 0; }
    .newswrapper .newsitem:hover .newsimage img {
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
  .newswrapper .newsitem .newsimage {
    border-radius: 0.3rem;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
    .newswrapper .newsitem .newsimage img {
      -webkit-transition: all 5s;
      transition: all 5s; }
  .newswrapper .newsitem .newslink {
    display: block;
    margin-top: .5rem; }
    .newswrapper .newsitem .newslink:after {
      content: "";
      display: table;
      clear: both; }

.singlenewspage {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .singlenewspage {
      margin-bottom: 0; } }

@media (min-width: 576px) {
  .gallerie .onethird {
    width: 100%; }
  .gallerie .twothird {
    width: 100%; }
  .gallerie .fullwidth {
    width: 100%; }
  .gallerie .onehalf {
    width: 100%; } }
@media (min-width: 768px) {
  .gallerie .onethird {
    width: 30%; }
  .gallerie .twothird {
    width: 70%; }
  .gallerie .fullwidth {
    width: 100%; }
  .gallerie .onehalf {
    width: 50%; } }
@media (min-width: 992px) {
  .gallerie .onethird {
    width: 30%; }
  .gallerie .twothird {
    width: 70%; }
  .gallerie .fullwidth {
    width: 100%; }
  .gallerie .onehalf {
    width: 50%; } }
@media (min-width: 1200px) {
  .gallerie .onethird {
    width: 30%; }
  .gallerie .twothird {
    width: 70%; }
  .gallerie .fullwidth {
    width: 100%; }
  .gallerie .onehalf {
    width: 50%; } }
.gallerie figure {
  height: auto;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin: 0; }
  .gallerie figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 1; }
  .gallerie figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .gallerie figure figcaption::before,
  .gallerie figure figcaption::after {
    pointer-events: none; }
  .gallerie figure figcaption,
  .gallerie figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gallerie figure figcaption > a {
    z-index: 1000;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .gallerie figure h2 {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
    .gallerie figure h2:hover {
      opacity: 1; }
    .gallerie figure h2.gallerieimg3 {
      color: #23488a;
      opacity: 1 !important; }
  .gallerie figure .caption-content {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .gallerie figure.gallerieimg {
    background: #23488a; }
    .gallerie figure.gallerieimg img {
      opacity: 1;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .gallerie figure.gallerieimg:hover img {
      opacity: 0.5; }
    .gallerie figure.gallerieimg:hover figcaption::before,
    .gallerie figure.gallerieimg:hover figcaption::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .gallerie figure.gallerieimg:hover h2,
    .gallerie figure.gallerieimg:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .gallerie figure.gallerieimg figcaption:before, .gallerie figure.gallerieimg figcaption:after {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .gallerie figure.gallerieimg figcaption:before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    .gallerie figure.gallerieimg figcaption:after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0); }
    .gallerie figure.gallerieimg h2 {
      padding-top: 0;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0); }
    .gallerie figure.gallerieimg p {
      padding: 20px 2.5em;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
  .gallerie figure.gallerieimg2 {
    background: #23488a; }
    .gallerie figure.gallerieimg2 img {
      opacity: 1; }
    .gallerie figure.gallerieimg2 figcaption:after,
    .gallerie figure.gallerieimg2 img,
    .gallerie figure.gallerieimg2 p {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .gallerie figure.gallerieimg2 figcaption::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 120%;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      content: '';
      opacity: 0;
      -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
      transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
      -webkit-transform-origin: 55% 50%;
      transform-origin: 55% 50%; }
    .gallerie figure.gallerieimg2 h2,
    .gallerie figure.gallerieimg2 p {
      opacity: 0;
      -webkit-transform: scale3d(0.8, 0.8, 1);
      transform: scale3d(0.8, 0.8, 1);
      transition: opacity 0.35s; }
      .gallerie figure.gallerieimg2 h2:hover,
      .gallerie figure.gallerieimg2 p:hover {
        opacity: 1; }
    .gallerie figure.gallerieimg2 h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    .gallerie figure.gallerieimg2 p {
      padding: 0.5em 2em;
      text-transform: none;
      font-size: 0.85em;
      opacity: 0; }
    .gallerie figure.gallerieimg2:hover img {
      opacity: 0.7;
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1); }
    .gallerie figure.gallerieimg2:hover figcaption::after {
      opacity: 1;
      -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
      transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }
    .gallerie figure.gallerieimg2:hover h2,
    .gallerie figure.gallerieimg2:hover p {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
  .gallerie figure.gallerieimg3 .caption-content {
    width: 100%; }
  .gallerie figure.gallerieimg3 figcaption {
    top: auto;
    bottom: 0;
    padding: 30px;
    height: 100px;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .gallerie figure.gallerieimg3 h2 {
    float: left; }
  .gallerie figure.gallerieimg3 .icon-links {
    overflow: hidden;
    margin: 14px 0 0 0; }
  .gallerie figure.gallerieimg3 .icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
    margin-left: 30px; }
  .gallerie figure.gallerieimg3:hover .icon-links a:hover,
  .gallerie figure.gallerieimg3:hover .icon-links a:focus {
    color: #252d31; }
  .gallerie figure.gallerieimg3:hover .description {
    opacity: 1; }
  .gallerie figure.gallerieimg3:hover figcaption, .gallerie figure.gallerieimg3:hover h2, .gallerie figure.gallerieimg3:hover .icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .gallerie figure.gallerieimg3:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  .gallerie figure.gallerieimg3:hover .icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .gallerie figure.gallerieimg3:hover .icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .gallerie figure.gallerieimg3:hover .icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .gallerie figure.gallerieimg3 .description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */ }
  .gallerie figure.gallerieimg3 h2,
  .gallerie figure.gallerieimg3 .icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
  .gallerie figure.gallerieimg3 .icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .gallerie figure.gallerieimg3 h2 {
    display: inline-block;
    color: #23488a;
    opacity: 1 !important; }
  .gallerie figure.gallerieimg5 {
    background: #23488a; }
    .gallerie figure.gallerieimg5 img {
      opacity: 0.95;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1); }
    .gallerie figure.gallerieimg5 figcaption::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      content: '';
      -webkit-transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0); }
    .gallerie figure.gallerieimg5 p {
      text-align: left;
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .gallerie figure.gallerieimg5 h2 {
      opacity: 0;
      text-align: left;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .gallerie figure.gallerieimg5:hover h2 {
      opacity: 1; }
    .gallerie figure.gallerieimg5:hover img {
      opacity: 0.6;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .gallerie figure.gallerieimg5:hover figcaption::before {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0); }
    .gallerie figure.gallerieimg5:hover p {
      opacity: 1;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }

.jumbotron {
  padding: 2rem 0; }

.panel {
  border-bottom: 1px solid #dedede; }
  .panel i.fa {
    padding: 0 5px 0 0; }

.tab-content {
  padding: 15px; }

.panel-body {
  padding: 15px 20px; }

.back-to-top {
  background: #23488a;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 6px 10.5px;
  opacity: 0.7;
  border-radius: 5px;
  color: #fff;
  z-index: 10; }
  .back-to-top:hover {
    background: #23488a;
    opacity: 1;
    color: white; }
  @media (min-width: 768px) {
    .back-to-top {
      padding: 10px 14.5px; } }

.nav-tabs {
  border-bottom: 1px solid #dedede; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white;
  background-color: #23488a;
  border-color: #23488a #23488a #dedede; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #23488a #23488a #dedede; }

.nav-tabs .nav-link {
  border: 1px solid #dedede;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

blockquote {
  overflow: auto;
  margin: 5px 0 20px 0;
  border: 1px solid #dedede;
  border-left: 3px solid #23488a;
  font-size: 1em;
  font-style: italic;
  text-indent: 15px;
  background-image: url(../img/quotes-right.png);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 10px 20px; }

.parallax {
  overflow: hidden;
  background: transparent fixed;
  background-size: cover;
  border-radius: 0; }
  .parallax.contrast .parallaxcontent h2 {
    color: #ffae00;
    line-height: 1; }
  .parallax.contrast .parallaxcontent h4 {
    color: #fff; }
    .parallax.contrast .parallaxcontent h4 .t3mpo {
      color: #ffae00; }
  .parallax.contrast .parallaxcontent .card {
    margin: 10px 0; }
    @media (min-width: 768px) {
      .parallax.contrast .parallaxcontent .card {
        margin: 0; } }
  @media (min-width: 0px) {
    .parallax.contrast .parallaxcontent .parallaxitem {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 576px) {
    .parallax.contrast .parallaxcontent .parallaxitem {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .parallax.contrast .parallaxcontent .parallaxitem {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 992px) {
    .parallax.contrast .parallaxcontent .parallaxitem {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .parallax.contrast .parallaxcontent .parallaxitem {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 0px) {
    .parallax.contrast .parallaxcontent .parallaxitem.first-child {
      padding-top: 0; }
    .parallax.contrast .parallaxcontent .parallaxitem.last-child {
      padding-bottom: 0; } }

#footer-contact {
  padding-top: 6.25rem;
  padding-bottom: 11.125rem; }
  #footer-contact .btn-primary {
    width: 100%; }
  #footer-contact .form-group {
    margin-bottom: 1.875rem; }
  #footer-contact .contactmap {
    overflow: hidden;
    border-radius: 0.3rem; }
  #footer-contact .form-control {
    border: 1px solid #23488a;
    border-radius: 0.3rem;
    color: #7f7f7f; }

#canvas {
  position: relative; }

canvas {
  position: absolute;
  width: 100%; }

canvas#footerCanvas-r {
  z-index: 10;
  bottom: 0;
  height: 30px; }
  @media (min-width: 768px) {
    canvas#footerCanvas-r {
      height: 70px; } }

canvas#footerCanvas {
  z-index: 11;
  bottom: 0; }
  @media (min-width: 0px) {
    canvas#footerCanvas {
      height: 60px; } }
  @media (min-width: 768px) {
    canvas#footerCanvas {
      height: 140px; } }
  @media (min-width: 1200px) {
    canvas#footerCanvas {
      width: 1250px;
      height: 140px; } }

#footer {
  position: relative;
  background: #000120;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000120 0%, #000930 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000120 0%, #000930 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000120 0%, #000930 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000120', endColorstr='#000930',GradientType=1 );
  /* IE6-9 */
  padding-top: 3.125rem;
  color: #fff; }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #ffae00; }
  #footer a {
    color: #ffae00; }
  #footer .meta-navi {
    margin-top: 5rem;
    padding: 3.125rem 0.9375rem;
    text-align: center;
    font-family: "Dosis", sans-serif;
    font-size: 1.125rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    #footer .meta-navi li::before {
      content: "|";
      padding: .5rem 1rem; }
    #footer .meta-navi li:first-child::before {
      content: "";
      padding: 0; }
  #footer .logo {
    display: block;
    margin-bottom: .9rem;
    font-family: "Quicksand", sans-serif;
    font-size: 2.1875rem;
    font-weight: 500; }
  #footer .newsfooter {
    font-size: 0.75rem;
    margin-bottom: 0.9375rem; }
    #footer .newsfooter h4 {
      margin-top: 0;
      font-size: 1.25rem; }
  #footer .socialmedia {
    text-align: center; }
    #footer .socialmedia h4 {
      text-align: left;
      margin-top: 1rem; }
    #footer .socialmedia .form-control {
      padding: 0.9375rem;
      border: none;
      border-top-left-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem; }
    #footer .socialmedia .input-group-addon {
      background: #ffae00;
      color: #fff;
      border-radius: 0 0.3rem 0.3rem 0; }
    #footer .socialmedia .footericon {
      color: #fff;
      font-family: "Dosis", sans-serif;
      font-size: 0.875rem;
      text-align: center; }
      #footer .socialmedia .footericon:hover {
        color: #ffae00; }
      #footer .socialmedia .footericon i {
        font-size: 2.8125rem;
        margin-bottom: .5rem; }
        #footer .socialmedia .footericon i:after {
          content: "";
          display: table;
          clear: both; }
        #footer .socialmedia .footericon i:last-child {
          margin-right: 0; }
  #footer .footeritem {
    margin-bottom: 1.875rem; }
    #footer .footeritem:last-child {
      margin-bottom: 0; }
  #footer .copyright {
    padding: 3.125rem 0.9375rem;
    text-align: center;
    font-family: "Dosis", sans-serif;
    font-size: 1.125rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

.footericon {
  color: #fff;
  width: 33.33%;
  font-family: "Dosis", sans-serif;
  font-size: 0.875rem;
  text-align: center; }
  .footericon:hover {
    color: #ffae00; }
  .footericon i {
    font-size: 2.8125rem;
    margin-bottom: .5rem; }
    .footericon i:after {
      content: "";
      display: table;
      clear: both; }
    .footericon i:last-child {
      margin-right: 0; }

@keyframes imageAnimate {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@keyframes navigationClose {
  50% {
    transform: rotate(90deg);
    content: "\f0c9"; }
  100% {
    transform: rotate(180deg);
    content: "\f0c9"; } }
@keyframes navigationOpen {
  50% {
    transform: rotate(-45deg);
    content: "\f00d"; }
  100% {
    transform: rotate(-90deg);
    content: "\f00d"; } }
@keyframes scrollDown {
  0% {
    transform: translateY(0); }
  75% {
    transform: translateY(15px); }
  100% {
    transform: translateY(0); } }
@keyframes animateLetter {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(5px); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes draw {
  100% {
    stroke-width: 1px;
    stroke-dasharray: 0px, 999999px; } }
@-moz-keyframes draw {
  100% {
    stroke-width: 1px;
    stroke-dasharray: 0px, 999999px; } }
@-o-keyframes draw {
  100% {
    stroke-width: 1px;
    stroke-dasharray: 0px, 999999px; } }
@-ms-keyframes draw {
  100% {
    stroke-width: 1px;
    stroke-dasharray: 0px, 999999px; } }
@keyframes draw {
  100% {
    stroke-width: 1px;
    stroke-dasharray: 0px, 999999px; } }
.subsite #maincontent {
  padding-top: 58px; }
  @media (min-width: 992px) {
    .subsite #maincontent {
      padding-top: 98px; } }
  @media (min-width: 1200px) {
    .subsite #maincontent {
      padding-top: 166px; } }
.subsite .navbar-brand {
  z-index: 999; }
.subsite .navbar {
  background: #000930;
  background: -moz-linear-gradient(left, #000930 0%, #000120 100%);
  background: -webkit-linear-gradient(left, #000930 0%, #000120 100%);
  background: linear-gradient(to right, #000930 0%, #000120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000930', endColorstr='#000120',GradientType=1 ); }
.subsite .header-fixed.navbar {
  background: #ffffff; }
.subsite .imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none; }
  @media (min-width: 768px) {
    .subsite .imgoverlay {
      display: block; } }
.subsite .breadcrumb {
  padding: 15px 0;
  margin: 0;
  background: #dedede;
  border-radius: 0; }
  @media (min-width: 992px) {
    .subsite .breadcrumb {
      padding: 50px 0; } }
  .subsite .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .subsite .breadcrumb ul li {
      display: inline-block;
      color: #333;
      font-size: 16px; }
      .subsite .breadcrumb ul li:after {
        content: "\00BB";
        margin: 0 20px;
        color: #7f7f7f; }
      .subsite .breadcrumb ul li:last-child:after {
        content: "";
        display: none; }

ul#submenu {
  margin-top: 22px;
  margin-bottom: 30px; }

.list-group-item.active {
  z-index: 2;
  background-color: #23488a;
  border-color: #23488a; }
  .list-group-item.active a {
    color: #ffffff; 
	}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dedede; }
  .list-group-item a {
    color: #23488a; }

.powermail_form   { 
	 max-width: inherit;
	 width: 100%;
	
}
	
/*# sourceMappingURL=style.css.map */
