

	
	/* ACHTUNG - Background farbe evtl. ins Template! */
 	.page-static .static-info {
  	  background: #4ab6d5;
  	  background: rgba(66, 66, 77, .7);
	}
 	.page-static .static-info-bottom {
  	  background: #4ab6d5;
  	  background: rgba(66, 66, 77, .7);
	  padding: 20px 30px;
		color:#fff;
		text-align:center;
	}	
.page-static .static-info-bottom a {
color: #fff;
text-decoration: underline;
}
.page-static .static-info-bottom a:hover, .page-static .static-info-bottom .logo[href]:hover {
opacity: .7;
}
	
		#page-static-bg {
			height: 100%;
			left: 0;
			overflow: hidden;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 20;
		}
		#page-static-bg img {
			width: 100%}
		#page-static-bg .overlay {
			background: rgba(0, 0, 0, .5);
			bottom: 0;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}
		
		.page-static .static-info ul a
		{
			color:#fff;
			text-decoration:underline;
		}
		.page-static .static-container {
			border-radius: 2px;
			display: block;
			margin: 20px 14px;
			position: relative;
			z-index: 999;
		}
		.page-static .static-info {
			display: block;
			overflow: hidden;
			padding: 40px 20px;
		}
		.page-static .static-info .logo {
			width:100%;
		}		
		.page-static .static-info .logo img {
			margin-top: -5px; 
			width: 160px;
			float:left;
		}
		.page-static .static-info .head {
			color: #fff;
			font-size: 22px;
			font-weight: 700;
			opacity: 1;
		}
		.page-static .static-info ul a:hover,
		.page-static .static-info .logo[href]:hover {
			opacity: .7;
		}
		.page-static .static-info .slogan {
			color: #fff;
			font-size: 16px;
			font-weight: 300;
			margin-top: 22px;
		}
		.page-static .static-info ul {
			
		}
		.page-static .static-info-small {
			display: block;
		}
		.page-static .static-info-big {
			display: none;
		}	
		.page-static .head-small {
			color: #fff;
			font-size: 22px;
			font-weight: 700;
			opacity: 1;
			position: absolute;
			top: 8px;
			right: 20px;
		}
		.page-static .static-wrapper,
		.page-static .static-form {
			background: #fff;
			display: block;
			padding: 30px;
			position: relative;
		}
		.page-static .password-reset-form {
			background: #fff;
			bottom: 0;
			display: none;
			left: 0;
			padding: 30px;
			position: absolute;
			right: 0;
			top: 0;
			z-index: 1020;
		}
		.page-static .password-reset-form .header {
			background: #f4f4f4;
			border-bottom: 1px solid #ddd;
			margin: -30px -30px 15px -30px;
			  padding: 15px;
		}
		.page-static .password-reset-form .header .static-text {
			margin: 0;
		}
		.page-static .password-reset-form .header .static-text span {
			background: #f4f4f4;
		}
		.page-static .password-reset-form .header .static-text:before {
			display: none;
		}
		.page-static .password-reset-form .header .close {
			margin-top: 2px;
		}
		.page-static .password-reset-form .form-group.w-icon .static-form-icon {
			z-index: 1025;
		}
		.page-static .form-actions {
			margin-top: 15px;
			text-align: center;
		}
		.page-static .form-actions .static-btn {
			border: none;
			border-radius: 999999px;
			font-size: 13px;
			font-weight: 600;
			line-height: 19px;
			outline: 0!important;
			padding: 10px 0;
			text-align: center;
			width: 100%;
			-webkit-transition: all .3s;
			transition: all .3s;
		}
		.page-static .form-actions .static-btn:hover {
			background: #444!important;
		}
		.page-static .form-actions a.forgot-password {
			border-bottom: 1px dashed #bbb;
			color: #999;
			display: inline-block;
			font-size: 11px;
			padding-top:20px;
			padding-bottom: 1px;
		}
		.page-static .form-actions a.forgot-password:hover {
			color: #555;
			text-decoration: none;
		}
		.page-static .form-group {
			margin: 0;
			position: relative;
		}
		.page-static .form-group+.form-group {
			margin: 10px 0 0;
		}
		.page-static .form-group.w-icon .static-form-icon {
			border-right: 1px solid #d6d6d6;
			bottom: 9px;
			color: #d6d6d6;
			display: block;
			font-size: 14px;
			left: 0;
			line-height: 27px;
			position: absolute;
			text-align: center;
			top: 9px;
			width: 40px;
			z-index: 1002;
			-webkit-transition: all .3s;
			transition: all .3s;
		}
		.page-static .form-group.w-icon input[type=password], .page-static .form-group.w-icon input[type=text] {
			font-size: 15px;
			padding-left: 56px;
		}
		.page-static .form-group.w-icon input[type=password]:focus+.static-form-icon, .page-static .form-group.w-icon input[type=text]:focus+.static-form-icon {
			color: #888;
		}
		
		.page-static .static-text-additional {
			color: #777777;
			display: block;
			font-size: 15px;
			font-style: italic;
			margin-bottom: 25px;
			position: relative;
			text-align: center;
		}
		
		.page-static .static-text {
			color: #777;
			display: block;
			font-size: 15px;
			font-style: italic;
			margin-bottom: 25px;
			position: relative;
			text-align: center;
		}
		.page-static .static-text span {
			background: #fff;
			display: inline-block;
			padding: 0 20px;
			position: relative;
		}
		.page-static .static-text:before {
			background: #e4e4e4;
			content: "";
			display: block;
			height: 1px;
			left: 0;
			position: absolute;
			right: 0;
			top: 50%}
		.page-static .static-with {
			background: #f4f4f4;
			border-top: 1px solid #ddd;
			margin: 30px -30px -30px -30px;
			padding: 20px 30px;
		}
		.page-static .static-with-btn {
			border-radius: 2px;
			color: #fff;
			display: block;
			font-weight: 300;
			padding: 10px 0;
			text-align: center;
			-webkit-transition: all .3s;
			transition: all .3s;
		}
		.page-static .static-with-btn span {
			font-weight: 600;
		}
		.page-static .static-with-btn+.static-with-btn {
			margin-top: 10px;
		}
		.page-static .static-with-btn:hover {
			background: #444!important;
		}
		.page-static .not-a-member {
			color: #fff;
			display: block;
			font-size: 14px;
			margin: -20px 0 0 0;
			padding: 20px 0;
			position: relative;
			text-align: center;
			z-index: 122;
			padding-left:10px;
			padding-right:10px;
		}
		.page-static .not-a-member a {
			color: #fff;
			text-decoration: underline;
			transition: all .3s;
		}
		.page-static .not-a-member a:hover {
			opacity: .6;
		}
		@media (min-width:480px) {
			.page-static .form-actions {
			margin-top: 30px;
			}
			.page-static .form-actions .static-btn {
				padding-left: 40px;
				padding-right: 40px;
				width: auto;
			}
		
		}
		@media (min-width:768px) {
		.page-static .static-info-small {
			display: none;
		}
		.page-static .static-info-big {
			display: block;
		}		
		.page-static .static-container {
			display: table;
			margin: 80px auto;
			width: 768px;
			table-layout: fixed;
		}
		.page-static .static-info {
			display: table-cell;
			padding: 40px 20px;
			text-align: left;
			vertical-align: top;
			width: 40%;
			overflow: visible;
		}
		.page-static .static-info ul {
			color: #fff;
			
			font-size: 13px;
			font-weight: 300;
			margin: 15px 0 0;
			padding: 0;
			padding-bottom: 20px;
		}
		.page-static .static-info ul li {
			list-style: none;
			margin: 0;
			padding: 7px 0;
		}
		.page-static .static-info ul .static-icon {
			display: block;
			float: left;
			font-size: 14px;
			line-height: 18px;
			margin-right: 6px;
			text-align: center;
			width: 24px;
		}
		.page-static .static-wrapper {
			display: table-cell;
			vertical-align: top;
			width: 60%}
		.page-static .not-a-member {
			margin: -80px 0 0;
			padding-left:10px;
			padding-right:10px;
		}	
		.page-static .front-copy
		{
			position: absolute;
			bottom: 20px;
			color:#fff;
		}	
	
		
		}
		
	
@media (max-width:450px) {
 	.page-static .very-small {
  	  background: red;
	}
	.page-static .static-info .logo img {
	margin-top: -5px;
	width: 160px;
	 float: none;
	}	
.page-static .static-info {
display: block;
overflow: hidden;
padding: 40px 20px;
text-align: center;
}	
	.page-static .head-small {
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		opacity: 1;
		 position: relative; 
		 text-align:center;
		top: auto;
		right: auto;
		}
		.bottom-small-line-2 {
		font-size:10px;
		}
}

.btn-transp {
	padding-left:0;
	margin-left:0;
    background: rgba(0,0,0,0) !important;
	border:none;
	color: #fff;
    text-decoration: underline;
	font-size: 13px;
    font-weight: 300;
}
.btn-transp.active, .btn-transp:active, .btn.transp,  .open .btn-transp.dropdown-toggle,
.btn-transp.hover, .btn-transp:hover, .btn.transp,  .open .btn-transp.dropdown-toggle {
    background: rgba(0,0,0,0) !important;
    border:none !important;
   color: #fff;
	opacity: .7;
	text-decoration: underline;
     -webkit-box-shadow: none;
     box-shadow:none;
	
}
.btn-group .btn-transp:hover, 
.btn-group.open .btn-transp.dropdown-toggle,
 .input-group-btn .btn-transp:hover,
  .input-group-btn.open .btn-transp.dropdown-toggle {
    background: rgba(0,0,0,0) !important;
    border:none !important;
   color: #fff;

	text-decoration: underline;
     -webkit-box-shadow: none;
     box-shadow:none;
}
body > div.static-container > div.static-info-bottom.static-info-small > div.bottom-small-line > div > ul,
body > div.static-container > div.static-info > div.static-info-big > ul > li > div > ul
{
 background: rgba(0,0,0,0.8) !important;
}
body > div.static-container > div.static-info-bottom.static-info-small > div.bottom-small-line > div > ul > li > a,
body > div.static-container > div.static-info > div.static-info-big > ul > li > div > ul > li > a
{
	text-decoration: none !important;
}
.underline
{ text-decoration:underline;
}
.growl-warning-link, .growl-warning-link:visited{
	text-decoration:underline  !important;
	color: #fff;
}

.growl-warning-link:hover,.growl-warning-link:active{
	text-decoration:underline  !important;
	color: #eee;
}

.info-warning-link, .info-warning-link:visited{
	text-decoration:underline  !important;
	    color: #7C530D !important;
}

.info-warning-link:hover,.info-warning-link:active
{
	text-decoration:underline  !important;
	    color: #492000 !important;
}

.info-info-link, .info-info-link:visited{
	text-decoration:underline  !important;
	    color: #07547A !important;
}
,
.info-info-link:hover,.info-info-link:active
{
	text-decoration:underline  !important;
	    color: #002147 !important;
}

.alert-danger-link, .alert-danger-link:visited
{
	color:#b94a48  !important;
	text-decoration:underline  !important;
}
.alert-danger-link:hover,.alert-danger-link:active
{
	color:#861715  !important;
	text-decoration:underline  !important;
}


.icon-transp
{
	opacity:0.5;
}
