@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(source-sance-pro-normal.woff) format('woff');
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: white;
}

/*
.row {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
}*/

#recaptcha {
	display: none;
}

/* Top Bar */

#responsive-menu {
	/*z-index: 1000;*/
}

.top-bar-section .dropdown {
	z-index: 97; /* the z-index of the modal background is 98) */
}

.is-drilldown{
	overflow:visible !important;
	background-color: #e6e6e6;
	
	}

.nowrap {white-space: nowrap;}


.top-bar-left a {
	color: #403fb3;
}
.top-bar-right a {
	color: #403fb3;
}
.button {
	color: white !important;
}

.searchfield {
	position: relative;
	right: 3%;
}


input[type=search] {
   -webkit-appearance: none;
}

.top-bar input {
    max-width: 300px;
}

.top-bar button {
	height: 39px;
	margin-top: -1px;
}

.header-subtitle {
	float: left !important;
	
}


/* Navigationbar */

.dropdown.menu a:hover {
    background: #258dad;
	color: white;
	
	/*border: 0px solid transparent;*/
	border-radius: 3px;
}

.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:after{
	
   border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a {
	color: white;
   background: #2ba6cb;
   border-radius: 3px;
}

/* Grid */

.optionshight {	
	height: 3.5em;
	
}

.coloredrow {
	background-color: #f1f1f1;
}


/* Footer */

.callout.secondary {
    background-color: #e6e6e6;
}


/* Styles for signup panels */

.box {
 position: relative;
 
}

.labelrow {
   position: absolute;
   top: 6%; /* 6*/
   left:52%; /* 57*/
   float: left;
   display: block;
}

.mtglh2 {
		padding-top: 1.5em;
	}


@media screen and (max-width: 39.9375em) {
	.labelrow {
	   position: relative;
	   clear: both;
	   top: 0%; /* 6*/
  	   left:0%; /* 57*/
	}
	.drilldown .searchinputfield {
		width: 100% !important;
	}
	
	
	.top-bar input {
		max-width: 344px;
		
	}
	.searchfield {
		position: relative;
		right: 0%;
		width: auto !important;
		/*width: 100% !important;*/
	}
	.searchfield .button{
		width: 100% !important;
		/*width: auto% !important;*/
	}
	
	.drilldown .button {
 		width: 100% !important;
	}
	
	.tdbluebox { max-width: 39.9375em  !important;}
	
	.mtglh2 {
		padding-top: 5px;
	}
	
	.ui-widget-content {
		left: inherit !important;
		right: 8px !important;
	}
}

@media screen and (max-width: 40em) and (orientation:landscape) {
   .labelrow {
	   position: relative;
	   clear: both;
	   top: 0%; /* 6*/
  	   left:0%; /* 57*/
	}

}

@media screen and (min-width: 48em) and (max-width: 63.9375em) and (orientation:portrait) {
   .labelrow {
	    left:46%; /* 57*/
	}	
	
	.top-bar input {
    max-width: 200px;
}
   	
}
@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
		width: 50%;
	}
}

@media screen and (min-width: 48em) and (max-width: 72em){
	
	.searchinputfield {
		width: 15em !important;
	}
}

@media screen and (max-width: 36em) {
   
	
	.grid-item--width2 { width: 100% !important; }
	.grid-item--width3 { width: 100% !important; }
	
	.toplist {	font-size: 0.825em; margin-left: 0.7em; }
	
	h1 {
		padding-top: 0.5rem !important;
	}
	.header-subtitle {
		padding-left: 1.3rem !important;
	}
	
	
	
}

@media screen and (min-width: 36.001em) and (max-width: 48em) {

	.grid-item--width2 { width: 42% !important; }
	.grid-item--width3 { width: 100% !important; }
	
	h1 {
		padding-top: 0.5rem !important;
		font-size: 2rem !important;
	}
	
	.searchinputfield {
		width: 25em !important;
	}
}

@media screen and (min-width: 72em) {
	.searchinputfield {
		width: 25em !important;
		
	}
	
	h1 {
			font-size: 3.2rem !important;
			padding-top: 1.2rem !important;
			
		}
		
	.title-bar {display: none; }
}

#myModal {
	border-radius: 5px;
}



.auth-plain {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.left-solid {
	margin-top: 0px;
	margin-bottom: 0px;
}
.signup-panel {
	border-radius: 5px;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
}
.signup-panel a {
	color: #fff;
}
.signup-panel i {
	font-size: 30px;
	line-height: 50px;
	color: #999;
}
.signup-panel form input, .signup-panel form span {
	height: 50px;
}
.signup-panel .welcome {
	font-size: 26px;
	text-align: center;
	margin-left: 0;
}
.signup-panel p {
	font-size: 13px;
	font-weight: 200;
	text-align: center;
}

.signup-panel .left {
	text-align: left;
}

.signup-panel .button {
	/*margin-left: 35%;*/
}
.newusers {
	background: #fff;
}

.callout_hight {
	height: 250px;
}

.toplist {	padding: 0px;}

/*mansory */

.grid-sizer,
.grid-item { width: 155px; }
/* 2 columns wide */
.grid-item--width2 { width: 32%; }
.grid-item--width3 { width: 65%; }

.grid-item {
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #eeeeee;
}
.subheader {
  font-size: 0.75em;
  color: black;
}
.title, .title a {
  font-size: 0.85em;
  color: black;
}

#loader
{
   margin: 10px;
  padding: 8px;
  text-align: center;
  display: none;
}


/* test content mitglied */

.mitglied {
	width: 100%;
	min-height: 300px;
	height: auto;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	padding: 5px 5px 5px 5px;
}

/* Suchfunktion */

#livesearch {
	width: 265px;
	max-height: 497px;
	position: relative;
	background-color: white;
	overflow-y: auto;
	padding-left: 3px;
	color: balck;
}
#livesearch a:link, #livesearch a:visited {
	color: black;
}

#search_btn {
    background: url(../images/img.lupe.png) no-repeat scroll 0% 0% transparent;
	background-size: 16px 16px;
	background-position: -1px 2px;
	background-color: white;
	height: 18px;
	width: 18px;
	border: 0px none;
	text-indent: -9999em;
	display: block;
	float: right;
	border-radius: 0px;
	font-size: 0px;
	line-height: 0;
	border-right: 1px solid #A5ACB2;
	border-top: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	border-left: 0px;
	position: relative;
	left: -4px;
}

.searchf {
	position: absolute;
	top: 180px;
	left: 50%;
	width: 274px;
	margin-left: 160px;
	
}

.searchf input  {
	height: 16px;
	width: 248px;
	font-size: 10px;
	padding-left: 2px;
	border-left: 1px solid #A5ACB2;
	border-top: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	border-right: 0px;
}


  .ui-autocomplete-category {
    font-weight: bold;
    padding: 0 .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.1em;
	color: #006;
	font-size: 1em;
  }
  
  .ui-widget {
    font-size: 0.675em !important;
	width: 267px;
	max-height: 497px;
	
	overflow-y: auto;
	overflow-x: hidden;
  }
  
 /* To Top Bt */
 
 .mhsp-stt-floater {
    display: none;
    position: fixed;
    border-radius: 3px;
    overflow: hidden;
    background-color: #cdd1db;
    opacity: .6;
    cursor: pointer;
    transition: all 250ms;
    z-index: 4999;
}

/* Drilldown 6.4.2 */

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }
  
.drilldown .button {
  padding: 0.7rem 1rem;
  background: #2ba6cb !important; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }
