/*@font-face {
	font-family: "Eurostile LT Std";
    src: url("/fonts/EurostileLTStd.eot") format("opentype");
    src: url("/fonts/EurostileLTStd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 
    url("/fonts/EurostileLTStd.woff2") format("woff2"), /* chrome firefox 
    url("/fonts/EurostileLTStd.woff") format("woff"), /* chrome firefox 
    url("/fonts/EurostileLTStd.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+
    url("/fonts/EurostileLTStd.svg#Eurostile LT Std") format("svg"); /* iOS 4.1- 
}*/

@font-face {
    font-family: "Eurostile LT Std";
    src: url("/fonts/EurostileLTStd.otf") format("opentype");
}
@font-face {
    font-family: "Eurostile LT Std";
    src: url("/fonts/EurostileLTStd-Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "Eurostile LT Std";
    src: url("/fonts/EurostileLTStd-Oblique.otf") format("opentype");
    font-style: italic;
}
@font-face {
    font-family: "Eurostile LT Std";
    src: url("/fonts/EurostileLTStd-Demi.otf") format("opentype");
    font-weight: 600;
}

h3 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.karriere {
	position: relative;
}

.karriere__icon {
	position: absolute;
	right: 0;
	width: 75px;
	top: 0;
}

.content {
	position: relative;
}

.content .content-icon {
	position: absolute;
	width: 50px;
	top: -20px;
}

.helper--center {
	text-align: center;
}

ul.disc-layout {
	padding-left: 15px;
	list-style: disc;
}

.contact-list {
	display: flex;
	align-items: stretch;
}

.contact-list img {
	width: 50px;
	margin-right: 12px;
}

.contact-list img.contact-list__avatar {
	width: 150px;
	height: auto;
	align-self: flex-start;
	margin-bottom: 12px;
}

.contact-list__name {
	padding: 7px 0;
}

ul.disc-layout li {
	margin: 5px 0;
	font-size: 18px;
}

ul.disc-layout li:first-child {
	margin-top: 0;
}

ul.disc-layout li:last-child {
	margin-bottom: 0;
}

.slideobject img {
	display: block;
	margin: auto;
}

.subnav {
	display: none;
	position: absolute;
    background: #fafafa;
	padding: 0 10px 0 0;
	width: 100%;
}

.subnav li a span {
	text-align: left;
	flex: 1;
	font-size: 17px;
}

.subnav li {
	border-top: 2px solid #fafafa;
}

.subnav li:hover {
	border-top: 2px solid #163d92;
}

.content-image {
	max-width: 100%;
}

ul.nav li:hover .subnav {
	display: block;
}

.content-brand-signature {
	position: absolute;
	left: 60px;
}

.subnav li:hover a {
	border-top: 0 !important;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
body {
    font-family: "Eurostile LT Std"; /*"Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";*/
	background-color: #fafafa;
	border-top: 5px solid #163d92;
	border-bottom: 5px solid #163d92;
}

table {
	font-size: 18px;
}

table.table--w-auto {
	width: auto
}

table.table--m-auto {
	margin: 0 auto;
}

div.language {
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 1;
	width: 20px;
	height: 20px;
	padding: 0;
}

div.language.navbar-toggle {
	right: 50px;
	top: 3px;
	background-color: transparent;
}

div.container {
	max-width: 980px;
	text-align: justify;
}

div.content-background {
    padding: 40px 0;
    background: #cce4f0;
}

h1,
h2 {
    color: #000;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 0.5em 0;
}

a {
	text-decoration: none !important;
	color: #163d92;
	cursor: pointer;
}
a.underline:hover, a.underline:focus {
	text-decoration: underline !important;
}

h2 {
    font-size: 18px;
    line-height: 24px;
}

h2 span {
    line-height: 1em;
    font-size: 12px;
}

.padding-0 {
    padding: 0 !important;
}
.footer .padding-text {
	padding: 0 !important;
	padding-top: 5px !important;
}

.contacts h2 {
    line-height: 1.1;
    margin-bottom: 2em;
}

.contacts img {
    max-width: 120% !important;
    margin-left: -15px;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
}

p.no-padding {
	margin-bottom: 6px;
}

.store-icons-wrapper {
	margin-bottom: 16px;
}

strong {
	font-size: 18px;
	line-height: 22px;
}

.app-store {
	margin-right: 16px;
}

.play-store {
	margin-left: -14px;
}

div.row {
    margin: 0 0 50px 0;
}

div.masthead {
    padding: 0 0 30px 0;
	/*background: url('/img/flame_header.png');
	background-repeat: no-repeat;
	background-position: right top;*/
}

div.overNav {
    position: relative;
    height: 150px;
}

div.logo {
    position: absolute;
    top: 40px;
}

div.sparschwein {
    position: absolute;
    left: 300px;
}

ul.nav-partner {
    margin-top: 41px;
}

ul.nav-partner li {
    color: #fff;
    padding: 5px 0 0 0;
	margin-top: 40px !important;
}

ul.nav-partner li i {
    font-size: 18px;
}

ul.nav-partner li a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*background: #3b4b62;*/
    padding: 0 5px;
    line-height: 34px;
    display: block;
    color: #fff;
    text-decoration: none;
    /*border: 1px solid #384659;*/
	color: #2e3286;
	text-align: center;
}

.navbar {
    margin: 0;
    border: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-toggle {
    border: 0;
    background: #3b4b62;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default {
    background: transparent;
}

div.collapse.navbar-collapse {
	border-top: 1px solid black;
}

ul.nav {
	width: 900px;
	text-align: center;
	margin: 0px auto;
    /*background: url('../img/background/nav.png') repeat-x bottom left;*/
}

ul.nav.nav-justified li > a  {
	border-top: 2px solid transparent;
}
ul.nav.nav-justified li.active  > a{
	border-top: 2px solid #163d92;
}
ul.nav.nav-justified li:hover  > a {
	border-top: 2px solid #163d92;
}
ul.nav li a {
    outline: none;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    height: 50px;
    padding: 0;
    margin-bottom: 6px;
	background: transparent;
	display: flex;
	align-items: flex-end;
}

ul.nav li a img {
	position: relative;
	top: -5px;
}

.nav-icon {
	margin-right: 7px;
}

.nav-icon, .subnav-icon {
	width: 35px;
}

.subnav-icon {
	top: -6px !important;
}

.footer .container {
	border-top: 1px solid black;
	color: #000;
}
ul.nav.nav-footer {
	width: 100%;
}

.footer-wrapper {
	margin-bottom: 10px;
}

ul.nav-footer li a {
    height: 30px;
	font-size: 14px;
	display: block;
	padding-top: 5px;
}

ul.nav li:first-child a {
    /*border-left: none;*/
}

ul.nav li a:hover,
ul.nav li a:active,
ul.nav li a:focus,
ul.nav li.active a,
ul.nav-partner a:hover,
ul.nav-partner a:active,
ul.nav-partner a:focus,
ul.nav-partner li.active a{
    /*background: url('../img/background/nav-active.png' ) repeat-x;*/
}

.footer {
    margin-top: 40px;
    padding: 20px 0 40px 0;
    color: #fff;
}

.footer p {
    font-size: 12px;
}

.footer a {
    color: #fff;
}

ul.list {
    list-style-type: disc;
    padding-left: 20px;
}

.btn-info {
    background: #fff;
    border-color: #ccc;
    color: #999;
}

.btn-info:hover,
.btn-info.active {
    background: #ddd;
    border-color: #aaa;
    color: #666;
}

.logout-button {
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center; 
	background: #3a4b61;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.logout-button:hover {
	text-decoration: none;
	color: #fff;
	background: #516680;
}



.visible-xs-inline {
    display: none !important;
}

@media (max-width: 767px) {

	.navbar-collapse {
		max-height: inherit;
	}

	.subnav { 
		display: none;
		position: relative;
		padding: 0;
		background: transparent;
	}

	.subnav li:hover {
		border-top: 2px solid transparent;
	}

	.accordion-headline:after {
		content: '';
		background-image: url('/img/plus1.png');
		background-size: 35px 35px;
		transition: 0.5s all ease-in;
		display: inline-block;
		width: 35px;
		height: 35px;
		margin-left: auto;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}

	.accordion-headline.open:after {
		content: '';
		background-image: url('/img/minus1.png');
		transform: translate(0, -50%) rotate(180deg);
	}

	.accordion-headline.open + .accordion-content.subnav {
		display: flex;
		flex-direction: column;
	}

	.accordion-headline.open + .accordion-content.subnav a {
		border-bottom: 1px solid #163d92;
		display: block;
		text-align: left;
		padding-left: 35px;
	}
	.accordion-headline.open + .accordion-content.subnav .nav-icon {
		margin-right: 0;
		margin-left: 7px;
	}

	.content-icon {
		display: none;
	}

	ul.nav li:hover .subnav {
		display: none;
	}

    ul.nav {
		margin-top: 10px;
        background: #fafafa;
        background-image: none;
		width: 100%;
    }
	ul.nav.nav-justified li > a  {
		padding-top: 10px;
		border-top: 0;
	}

	ul.nav.nav-justified li:hover > a {
		border-top: 0;
	}
	
	ul.nav.nav-justified li a > img  {
		position: relative;
		top: -3px;
		vertical-align: middle;
	}
	ul.nav.nav-justified li  {
		display: block;
	}

    .navbar-collapse {
        border: none;
        margin-top: 20px;
    }

    .navbar {
        margin: 20px 0;
    }

    ul.nav li a {
        height: 45px;
		border-bottom: 1px solid #163d92;
		margin-bottom: 0;
	}
	
    ul.nav > li:first-child > a {
		border-top: 1px solid #163d92;
	}
	
	ul.nav > li.active > a {
		background-color: #fff;
	}
	
	#wolke {
		height: 30px !important;
		top: -5px !important;
	}
	#sieben-plus {
		height: 30px !important;
		top: -5px !important;
		position: absolute;
		left:calc(100%/2 + 24px);
	}
	
	.imp-uid {
		padding-left: 0px;
		margin-left: 0px;
		margin-top: 20px;
	}
	
	.faq-question {
		width: 95%;
	}
	
	.m-full {
		width: 100% !important;
	}
	.m-70-px {
		width: 70px !important;
	}
	.m-top-2 {
		top: -2px !important;
	}
	.m-48-percent {
		width: 48% !important;
	}
	.m-no-padding-left {
		padding-left: 0px !important;
	}
	.m-padding-left-15 {
		padding-left: 15px !important;
	}
	.m-no-padding-top {
		padding-top: 0px !important;
	}
	.m-no-border-left {
		border-left: 0px !important;
	}
	.m-padding-left-10 {
		padding-left: 10px !important;
	}
	.m-font-10 {
		font-size: 10px;
	}
	.m-text-left {
		text-align: left !important;
	}
	.m-right-0 {
		right: 0px !important;
		position: relative !important;
	}
	
	
	.spoilerprocess {
		font-size: 10px !important;
	}
	.spoilerprocess > .left {
		top: 12px !important;
		left: 10px !important;
	}
	.spoilerprocess > .right {
		top: 12px !important;
		right: 35px !important;
	}
	.spoilerprocess .right.break {
		top: 4px !important;
	}
	.spoilerprocess .text {
		font-size: 9px !important;
	}
	.spoilerprocess .text > .left {
		padding-left: 0px !important;
		word-break: keep-all ;
	}
	.spoilerprocess .text > .right {
		word-break: keep-all ;
		padding-right: 26px !important;
	}
	.spoilerprocess .text {
		margin-top: 6px !important;
	}
	.spoilerprocess .lasttext {
		font-size: 9px !important;
	}
	.spoilerprocess .caret.big {
		top: 13px !important;
	}
	.spoilerprocess .caret-right {
		top: 2px !important;
	}
	.spoilerprocess .caret.freeposition {
		top: 0px !important;
	}
	
	.hidden-xs2 {
		display: none !important;
    }
	
	#loggedin_view {
		width: 100% !important;
	}
	#loggedin_view > #welcome_title {
		font-size: 12pt !important;
	}
	#loggedin_view #w7login {
		height: 30px !important;
		top: -14px !important;
		left: -4px !important;
	}
	#loggedin_view #w7sieben {
		top: 15px !important;
	}
	.subnav-item {
		width: auto !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 10px !important;
	}
	#voucherModal .modal-title {
		font-size: 14px !important;
	}
	#voucherModal .close {
		margin-top: -9px !important;
		margin-right: -9px !important;
	}
	
	.h1willkommen {
		font-weight: 300 !important;
		font-size: 16px !important;
	}
	.h1willkommen > img {
		position: relative;
		top: -4px !important;
		height: 32px !important;
	}
	
	.new-thumbnail {
		height: 165px !important;
	}
	.new-thumbnail .new-thumbnail-img > img {
		vertical-align: middle;
		max-width: 90px !important;
	}
	.new-thumbnail .new-thumbnail-img {
		height: 100px !important;
	}
	
	.visible-xs-inline {
		display: inline-block !important;
	}
}

.padding-left-30 {
	padding-left: 30px;
}

.m-half {
	width: 49.4%;
}
.m-half2 {
	width: 49%;
}
@media (max-width: 860px) {
	
	.m-half1 {
		display: inline-block !important;
	}
	.m-half2 {
		display: inline-block !important;
	}
	
    .flexslider {min-height: 0px !important;}
	.tel-no-link {
		display: none;
	}
	
	.m-margin-top  {
		margin-top: 20px !important;
	}
	
	.back-to-top {
		display: none !important;
	}
}
@media (min-width: 861px) {
	.tel-link-hide {
		display: none;
	}
}

@media (min-width: 768px) {
	.nav-justified > li {
		width: 10% !important;
	}
}

.btn-primary,
.btn-default {
    background: #fafafa;
    border: 1px solid #163d92;
    color: #000;
	border-radius: 0px;
}

.btn-primary:hover,
.btn-default:hover {
    background: #163d92;
    color: #fafafa !important;
}

.btn-info {
	border: 1px solid #163d92;
	border-radius: 0px;
	background: #fafafa;
	color: #000;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	border: 1px solid #163d92;
	border-radius: 0px;
	background: #163d92;
	color: #fafafa;
}
.btn-info > .caret {
    border-top-color: #fff !important;
}
.btn-info > .caret.up {
    border-bottom-color: #163d92 !important;
}
.btn-info:hover > .caret.up {
    border-bottom-color: #fff !important;
}

.btn-info.active {
	border: 1px solid #163d92;
	background: #163d92;
	color: #fff;
	box-shadow: none;
}

.dropdown-menu li a {
	border-right: 0px !important;
}
.dropdown-menu li {
	border-bottom: 1px solid #4d5c6f;
}

.content-background {
	-moz-box-shadow:    inset  0  10px 17px 0px #bdc9ce, inset  0 -10px 17px 0px #bdc9ce;
	-webkit-box-shadow: inset  0  10px 17px 0px #bdc9ce, inset  0 -10px 17px 0px #bdc9ce;
	box-shadow:        inset  0  10px 17px 0px #bdc9ce, inset  0 -10px 17px 0px #bdc9ce;
}


.spoiler {
	width: 100%;
	position: relative;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}
.spoiler:hover {
	cursor: pointer;
}
.spoiler .text {
	margin-top: 25px;
	display: none;
}
.spoilerprocess {
	font-size: 16px;
}
.spoilerprocess > .left {
	position: absolute;
	left: 20px;
	display: inline-block;
	text-transform: uppercase;
}
.spoilerprocess > .middle {
	text-align: center;
	width: 100%;
	display: inline-block;
}
.spoilerprocess > .right {
	position: absolute;
	right: 50px;
	top: 10px;
	display: inline-block;
	text-transform: uppercase;
	text-align: right;
}
.spoilerprocess .text {
	margin-top: 2px;
	display: none;
	font-weight: 600;
}
.spoilerprocess .text > .left {
	padding-left: 10px;
	float: left;
	max-width: 49%;
}
.spoilerprocess .text > .right {
	float: right;
	padding-right: 40px;
	max-width: 49%;
	text-align: right;
}
.spoilerprocess .text:after {
    content: '';
    display: block;
	clear: both;
}
.spoilerprocess .blue {
	color: #163d92;
}

.caret {
    position: absolute;
    right: 15px;
    top: 17px;
}
.caret.freeposition {
	position: relative;
	right: 0px;
	top: 0px !important;
}
.caret.up {
    border-top-width: 0;
    border-bottom: 4px solid #000000;
}
.caret.big {
	border-top: 8px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.caret.big.up {
    border-top-width: 0;
    border-bottom: 8px solid #000000;
}
.faq-question-toggle {
	display: none;
}
.faq-question-toggle.open {
	display: inline;
}
.bold {
	font-weight: bold;
}
.demi {
	font-weight: 600;
}

.caret-right {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 8px solid;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: top;
    width: 0;
	color: #163d92;
	position: relative;
    top: 5px;
}

.hoveradv {
	height: 46px;
	line-height: 34px;
}
.hoveradv > .img {
	background: url('/img/login/btn_advfriend.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 46px;
	width: 258px;
	display: inline-block;
}
.hoveradv:hover > .img {
	background: url('/img/login/btn_advfriend_white.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 46px;
	width: 258px;
	display: inline-block;
}
.hoverovw {
	height: 46px;
	line-height: 34px;
}
.hoverovw > .img {
	background: url('/img/login/btn_overview.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 46px;
	width: 263px;
	display: inline-block;
}
.hoverovw:hover > .img {
	background: url('/img/login/btn_overview_white.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 46px;
	width: 263px;
	display: inline-block;
}

.chooseVoucher:hover {
	cursor: pointer;
}
.selectVoucher:hover {
	cursor: pointer;
}

#voucherModal .modal-content {
	background-color: #d3e4ec;
	border: 9px solid #163d92;
	border-radius: 0px;
	height: 100%;
}
#voucherModal .modal-header {
	border-bottom: 1px solid #163d92;
}
#voucherModal .modal-body {
	height: calc(100% - 56px - 74px);
    overflow-y: scroll;
}
#voucherModal .modal-footer {
	border-top: 1px solid #163d92;
	position: absolute;
    bottom: 0px;
    width: 100%;
}
#voucherModal .close {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	color: #f0f0f0;
	font-size: 15pt;
	font-weight: 300;
	opacity: 1;
	text-shadow: none;
	margin-top: -20px;
	margin-right: -20px;
	background-color: #163d92 !important;
    width: 39px;
    height: 39px;
	border: 4px solid #e8f6fe;
}
#voucherModal .close:hover {
	color: #ff0b00 !important;
	background-color: #163d92 !important;
}
#voucherModal .close > span {
	vertical-align: middle;
    line-height: 35px;
}

.hoverdark:hover {
	color: white !important;
	background: #163d92 !important;
	background-color: #163d92 !important;
}
.subnav-item:hover {
	border-color: #183d8d !important;
	color: #183d8d !important;
}
.subnav-active {
	border-color: #183d8d !important;
	color: #183d8d !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}


ul.nav-partner.no-margin { margin-top: 0px !important; }
ul.nav-partner.no-margin > li { margin-top: 0px !important; }

/*vertical-align helper*/
.va-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.new-thumbnail {
	text-align: center;
	height: 240px;
}
.new-thumbnail > .new-thumbnail-img {
	height: 186px;
	background-color: #ffffff;
    border: 1px solid #163d92;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.new-thumbnail .new-thumbnail-img > img {
	vertical-align: middle;
	max-height: 98%;
	max-width: 98%;
}
.new-thumbnail > .new-thumbnail-title {
	margin-top: 10px;
}

.h1willkommen {
	font-weight: 300;
	font-size: 24px;
}
.h1willkommen > img {
	position: relative;
	top: -6px;
}

.back-to-top {
	position: fixed;
	right: 50px;
	/*bottom: 92px;*/
	bottom: 0px;
	display: none;
	
	color: #163d92 !important;
	text-align: center;
}
