/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	font-family:"Source Sans Pro Regular",sans-serif
   }

h3 { font-size: 1.25rem; }
a { text-decoration: none; }

p#tagline::after { height: 0px; }

p.spezial { font-size: 1rem }

ul.list-style-circle { list-style-type:circle }

#header {
   background: white;
	color: #333;
	height: 80px;
   line-height: 80px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#header.reveal > .logo {
	padding:10px 0
}

#header.reveal > .logo a,
#header.reveal > .logo img {
	display: block;
	width:auto;
	height:60px;
}

#header.reveal > a {
	color: #005184;
}

#header.alt {
	height: 140px;
   top:0;
   background: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#header.alt > .logo img {
	height:5.5em;
}

@media screen and (max-width:600px) {
	#header.alt  {
      height:22vW
   }
	#header.alt > .logo img {
		width:200px;
      height: auto;
	}
}

#header > a[href="#menu"]:hover{
    color: #999999;
}

#menu .close:hover {
    color: white;
}

.banner {
	background-color: #005184;
}

.banner::after {
	background: #005184
}

.banner > article p {
	font-size: 1.5rem;
}

.banner > article a {
	padding: 15px;
}

#start {
	border: 1px solid white;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	position: absolute;
	bottom: 50px;
	z-index: 10;
	text-align: center;
	font-size: 20px;
	left: calc(50% - 50px);
}

#menu ul li ul li a{
    color: #999999;
}
#menu ul li ul li a:hover{
    color: white;
}

#menu ul ul {
	font-size:0.75em
   }
.wrapper.style2 a {
    color: #999999;
}
.wrapper.style2 a:hover {
    color: #333;
}


.wrapper.style2 header {
 	margin-bottom:50px
}

.wrapper.style3 {
	padding:10rem 0;
}

.subpage .wrapper .style3 {
  	background-position: center -120px;
   }

.wrapper.style3 h2::after {
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}


.special {
	font-weight:bold;
}

.button.special {
   background: #005184 !important
}

.card {
	text-align:center;
}

.content {
	background:white;
   padding:5rem
}

.wrapper.style2 {
	color: #333;
}

@media screen and (min-width:981px) {
.card-text {
	min-height:10rem
   }
}

.wrapper.style3::before {
	background-color: rgba(0, 0, 0, 0.5);
}

a.toggle{
  font-size: 20px;
}

footer#footer address {
	display:none;
   color:white
   }

#menu {
	-moz-transform: translateX(25rem);
	-webkit-transform: translateX(25rem);
	-ms-transform: translateX(25rem);
	transform: translateX(25rem);
	width: 25rem;
}

@media screen and (max-width: 1280px) {
.banner.full{
      min-height: 75vh;
      height: 100vh !important;
      }
}

@media screen and (max-width: 980px) {
.banner > article h2 {
			font-size: 4rem;
			margin-bottom: 0;
			color: #FFF;
			font-weight: 300;
			}
.banner.full{
      min-height: 100vh;
      height: 120vh !important;
      }
}
@media screen and (max-width: 736px) {
	#sidebar { display:none }
   footer#footer address { display:block }
}

@media screen {
	.noscreen { display:none !important }
}

#link2aktuelles:link, 
#link2aktuelles:visited
 {
   display:block;
   padding:2em;
   border:2px solid silver;
	background:#f6f6f6;
   color:black
   }
#link2aktuelles:hover {
	color:red
   }

#menu > ul.links > li > a:not(.button) {
	border: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.125);
	color: rgba(255, 255, 255, 0.5);
	display: block;
	line-height: 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1em 0;
}

.flex {
	display:flex;
	flex-wrap:wrap
}