
/* Flackern der Topbar verhindern */
.top-bar {
  display: none;
	}
.top-bar ul {
  	border: none;
    }
.title-bar {
  	padding: 10px;
  	background: #164194;
  	color: #fff; 
  	display: block;
    position:fixed;
    width:100%;
	height:42px;
    z-index:50000;
	font-size:1.4em;
	font-weight:500;
    top:0;
  	}    
.title-bar .menu-icon {
  	margin-top:-3px;
}

@media screen and (min-width: 40em) {
   .top-bar {
    display: block;
    position:fixed;
    top:0;
  }

   .title-bar {
    display: none;
    top:0;
  }
}


.obenkreis {
	width:32px;
	height:32px;
  	background-color: rgba(22,65,148,0.8);		/* Hintergrundfarbe (Kreis) */
  	animation: anitop 1s;
	margin-bottom:40px;
}
@keyframes anitop {
  0%{opacity:0}
	100%{opacity:1}
  }
.obenpfeil-1, .obenpfeil-2 {
  border: solid #fff;						/* Farbe Pfeile */
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	position:absolute;
   left:50%;
   margin-left:-6px;
	transition: all 0.2s ease;
	}
.obenpfeil-1 {
	top:12px;
	}
.obenkreis:hover .obenpfeil-2 {
	top:8px;
	}
#back-top2 {
    position: fixed;
    bottom: 5%;
    right:5%;
    z-index: 1000;
	}
#back-top2  span{
	display: block;
	}
@media (max-width: 1680px) {
	#back-top2 {
	bottom: 5px;
	right:5px;
}}



.callout {
	border:12px solid #fff;
	background-color:#eceded !important;
	}
.button, .btn-primary {
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #29338c;
	font-weight:500;
	font-size:1.0em;
	text-transform:uppercase;
	background:#fff;
	padding:10px 30px;
	margin-top:20px;
	}
.button:hover, .button.active, .btn-primary:hover {
	background:	#164194;
	color:#fff;
	}
      
.button2 {
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-weight: 400;
	background:#164194;
	color:#fff;
	font-weight:500;
	font-size:1.0em;
	text-transform:uppercase;
	padding:10px 30px;
	margin:20px 10px;
	}
.button2:hover {
	color: #29338c;
	background:	#eceded;
	}  


