body{
/*background-color: #FFFFFF;
	padding-top: 90px;
	padding-bottom: 100px;*/
	padding-top: 50px;
	padding-bottom: 0;
	box-sizing: border-box;
	min-height: 100vh;
	position: relative;

}

body#admin{
	background-color: #D0D0D0;
}

body.hasBackground{
	/*background: url("../images/bodybgr.jpg") top left no-repeat #fff;
    background-size: cover;
    background-attachment: fixed;*/
    background: url(../images/bodybgr.jpg) bottom center no-repeat #031a1e;
    background-size: cover;
	justify-content: center;
    align-items: center;
    display: flex;
}

#mobileWarning{
	display: none;
}

@media only screen and (max-width: 1024px) {
	#mobileWarning{
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		display: flex;
		color: #FFFFFF;
		background: #ee0000;
		justify-content: center;
		align-items: center;
		z-index: 10000;
		font-size: 3rem;
		text-align: center;
		padding: 8rem;
	}
}

[data-aos="tapeleft"] {
  transform: translateX(0);
  transition-property: transform;

}
[data-aos="tapeleft"].aos-animate {
	transform: translateX(-120%);
}



[data-aos="envelopedown"] {
  transform: translateY(0);
  transition-property: transform;

}
[data-aos="envelopedown"].aos-animate {
	transform: translateY(40%);
}

[data-aos="envelopeup"] {
  transform: translateY(0);
  transition-property: transform;

}
[data-aos="envelopeup"].aos-animate {
	transform: translateY(-65%);
}

[data-aos="curtainup"] {
  transform: translateY(0);
  transition-property: transform;

}
[data-aos="curtainup"].aos-animate {
	transform: translateY(-110%);
}


section{
	position: relative;
	height: 800px;
	overflow: hidden;
	background-color: #FFF;
	width: 100%;
	padding: 60px 0;
}

section .footer-annotation{
	position: absolute;
	width: 100%;
	bottom: 50px;
}

section.grey{
	background-color: #EEE;
		text-align: center;
}

section.white{
	background-color: #FFF;
		text-align: center;
}

section.desk{
	position: relative;
	z-index:0;
	padding:0;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: url('../images/presentation/body-background.jpg') top center no-repeat;
	background-size: cover;

	/*text-align: center;
	min-height: 800px;
	height: 88vh;
	background: rgb(255,255,255);
	background: linear-gradient(12deg, rgba(255,255,255,1) 50%, rgba(255,0,0,1) 50%);*/
}

section#firstSection{
	height: 1024px;
}

section#thirdSection{
	height: 1024px;
}


section.business{
	text-align: center;
	background: url('../images/presentation/curtain.jpg') bottom center no-repeat;
	background-size: cover;
	color: #FFF;
}

section ul.text-list{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: left;
}

section ul.text-list li{
	padding-bottom: 20px;
}

#contactBox{
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 100px;
	width: 320px;
	border: 1px solid #E1E1E1;
	padding:25px;
	background: white;

}

#presentation-overview{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	min-height: 900px;
}


#presentation-overview div.frame{
	z-index: 20;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/presentation/sign.png') center center no-repeat;
	background-size: contain;
	user-select: none;
	pointer-events: none;
	
}

#presentation-overview img.frame {
	display: initial;
	width: auto;
	height: 100%;
	pointer-events: unset;
}

#presentation-overview div.slideshow{
	color: white;
	width: 750px;
	height: 39vh;
	display: block;
	position: absolute;
	z-index: -1;
	background-color: #002b34;
	/* transform: rotateX(4deg) translateZ(0); */
	/* transform-origin: 50% 100%; */
	min-height: 440px;
}


#presentation-overview div.slideshow.allow_scroll {
	overflow-y: scroll;
}

#presentation-overview div#intro{
	background: url(../images/presentation/background_galaxy.jpg) center center repeat-x #002b34;
    background-size: contain;
    height: 100%;
    opacity: 1;
    position: absolute;
    z-index: 10;
    width: 100%;
	animation-name: hidegametitle;     
	animation-delay: 5s;
    animation-duration: 5s;
	animation-fill-mode: forwards;
	
}

#presentation-overview  #game-title{
	background: url('../images/presentation/game_title.png') center center no-repeat;
	background-size: contain;
	width:100%;
	height: 100%;
	margin: 0 auto;
    transform: translateZ(0) scale(0);
	animation-name: skale;     
	animation-delay: 1s;
    animation-duration: 2.5s;
	animation-fill-mode: forwards;
}

@keyframes skale {
    from {  transform: scale(0)    }
    to   {  transform: scale(1) }
}

@keyframes hidegametitle {
    from {opacity:1;}
    to   {opacity:0;}
}

#presentation-overview div.slideshow div.inner{
    position: relative;
    width: 100%;
	height: 100%;
}

#presentation-overview div.slideshow div.inner h1{
    text-transform: uppercase;
	font-weight: 700;
    font-size: 2.4rem;
	margin-top:0;
    margin-bottom: 1.5em;
}

#presentation-overview div.slideshow div.inner p{
	font-size: 1.6rem;
	padding-bottom: 1em;
	line-height: 1.5em;
}

#presentation-overview div.slideshow div.inner p b{
	text-decoration: underline;
}


#presentation-overview div.slideshow div.slide{
    position: relative;
	height: 100%;
    width: 100%;
	padding: 40px 80px;
	text-align: center;
	background-color: #002b34;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


#ob_vcard {
    width: 182px;
    height: 242px;
    background: url(../images/presentation/dsv_gruppe_logo.jpg) 20px 15px no-repeat #FFF;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    padding: 25px 20px;
    transform: rotate(
5deg
);
    text-align: left;
    left: 50%;
    position: absolute;
    margin-left: 700px;
    bottom: 50%;
    z-index: 90;
}

#ob_vcard h1 {
    clear: both;
    font-size: 22px;
		margin-top: 50px;
		font-weight: 500;
		color: #EE0000;
}

#ob_vcard h2 {
    font-size: 14px;
    font-weight: normal;
}

#ob_vcard a {
    margin: 15px 0;
    text-decoration: none;
    display: block;
    background: url('../images/presentation/link_red.png') center right no-repeat;
}

#ob_ipad {
	position: absolute;
	    z-index: 1;
	    left: 50%;
	    width: 600px;
	    height: 423px;
	    margin-left: 120px;
	    background: url(../images/presentation/ipad.png) center center no-repeat;
	    bottom: -190px;
	    transform: rotate(8deg);
	    background-size: contain;
}

#presentation-stoerer {
	z-index: 60;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 300px;
	width: 100%;
	background: url(../images/presentation/stoerer.png) left bottom no-repeat;
	background-size: contain;
	display: flex;
	justify-content: end;
	align-items: end;
}

#presentation-stoerer span{
	display: flex;
	color: #FFFFFF;
	border-radius: 5px;
	max-width: 360px;
	margin: 15px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	text-align: right;
}

@media only screen and (min-width: 1680px) {
	#presentation-stoerer {
		height: 400px;
	}
}



#presentation-tape-cover,
#presentation-tape{
	z-index: 20;
	position: absolute;
	left:50%;
	top:70px;
	margin-left: -640px;
}

#presentation-tape p{
    font-size: 12px;
    display: block;
    text-align: left;
    padding: 216px 75px 0 120px;
    line-height: 15px;
    font-weight: bold;
}


#presentation-tape-cover{
	height: 620px;
	width: 343px;
	background: url('../images/presentation/vhs_cover.png') center center no-repeat;
	box-shadow: 0px 1px 14px rgba(0,0,0,0.3);
}

#presentation-tape{
	height: 615px;
	width: 347px;
	background: url('../images/presentation/tape.png') center center no-repeat;
}

#presentation-mailing-envelope,
#presentation-mailing{
	position: absolute;
	left:50%;
	top:40%;
}

#presentation-mailing-envelope span,
#presentation-mailing span,
#presentation-mailing p{
	display: block;
	text-align: left;
	padding-left: 40px;
}

#presentation-mailing span{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 1.2em;
}

#presentation-mailing-envelope span{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	padding: 200px 0 0 100px;
}

#presentation-mailing{
	padding-top: 140px;
	height: 385px;
	width:	770px;
	margin-left: -385px;
	background: url('../images/presentation/mailing.png') center center no-repeat;
	box-shadow: 0px 1px 14px rgba(0,0,0,0.3);
}

#presentation-mailing-envelope{
	height: 396px;
	width: 800px;
	margin-left: -400px;
	background: url('../images/presentation/mailing_envelope.png') center center no-repeat;
}


#presentation-social-instagram,
#presentation-social-facebook,
#presentation-social-emailing,
#presentation-social-obb,
presentation-social-game{
	position: absolute;
	bottom: 120px;

}

#presentation-social-facebook,
#presentation-social-instagram{
	z-index: 1;
	height: 500px;
	width: 280px;
}


#presentation-social-instagram{
	left:50%;
	margin-left: -645px;
	background: url('../images/presentation/social_media_story.png') bottom center no-repeat;
}

#presentation-social-facebook{
	left:50%;
	margin-left:385px;
	background: url('../images/presentation/social_media_facebook.png') bottom center no-repeat;
}
#presentation-social-obb{
	z-index: 2;
	left: 50%;
	height: 525px;
	width: 800px;
	margin-left: -400px;
	background: url('../images/presentation/social_media_online_banking.png') bottom center no-repeat;
}

#presentation-social-emailing{
	z-index: 3;
	width: 422px;
	height: 404px;
	left: 50%;
	margin-left: -340px;
	background: url('../images/presentation/emailing.png') bottom center no-repeat;
	bottom:40px;
}


#presentation-social-game{
	width: 320px;
	position: absolute;
	height: 298px;
	left: 50%;
	margin-left: -20px;
	background: url('../images/presentation/browser_game.png') bottom center no-repeat;
	bottom: 100px;
	z-index: 1;
}


#carousel-modal.in{
    flex-direction: column;
    justify-content: center;
    display: flex !important;
}
	
#carousel-modal .modal-dialog{
	width: 1024px;
	text-align: center;
}

#content-carousel{
	margin: 50px auto;
	max-width: 1000px;
    /*min-width: 720px;*/
}

#content-carousel-frame{
    position: absolute;
    z-index: 20;
    height: 865px;
    width: 400px;
    background: url(../images/presentation/carousel_background.png) bottom center no-repeat;
    top: -211px;
    left: -52px;
    background-size: contain;
}

/*#content-carousel .carousel-inner{
	padding: 77px 54px 0;
}*/

#content-carousel .carousel-inner .item img{
	height: auto;
}

#content-carousel .carousel-inner .carousel-caption {
    bottom: -160px;
		color: black;
		text-shadow: none;
		font-size: 1.4em;
		left:0;
		right:0;
}

#presentation-crm,
#presentation-report,
#presentation-crm-email{
	position: absolute;
	left:50%;
	top:25%;
}


#presentation-crm{
	height: 561px;
	width:	800px;
	margin-left: -650px;
	background: url('../images/presentation/crm.png') center center no-repeat;
}

#presentation-crm-email{
	height: 495px;
	width:	360px;
	margin-left: 100px;
	background: url('../images/presentation/crm_email.png') center center no-repeat;
}

#presentation-report{
	height: 566px;
	width: 940px;
	margin-left: -450px;
	bottom:0;
	top:auto;
	background: url('../images/presentation/report.png') center center no-repeat;
}

.carousel-captions{
	list-style-type: none;
	padding: 0;
	margin:0;
	position: absolute;
	bottom: -130px;
	font-weight: 400;
	font-size: 1.4em;
	width: 100%;
}

.carousel-captions>li{
	display: none;
}

.carousel-captions>li.active{
	display: block;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
	bottom: -60px;
	top: auto;
}



@media only screen and (min-width: 768px) {
	.carousel-control.left {
		left: -120px;
		top: 50%;
		bottom: auto;
	}

	.carousel-control.right {
		right: -120px;
		top: 50%;
		bottom: auto;
	}
}






.carousel-control {
    position: absolute;
    top: 50%;
    width: 15%;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background: none;
	opacity: 1;
}

.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li,
.carousel-indicators li.active{
	border: 1px solid #FFFF;
	width: 15px;
	height: 15px;
}

.carousel-indicators .active {
    background-color: #FFF;
}


.ieOnly{
	display:none;
}

h4{
	margin-bottom: 20px;
}

.spacer-20{
	height: 20px;
}

.spacer-40{
	height: 40px;
}

.spacer-80{
	height: 80px;
}

.navbar-brand{
    padding: 25px 15px;
}
.navbar-brand h2{
	font-size: 26px;
	margin: 5px 0;
}

.navbar-fixed-top{
	min-height: 90px;
}

.tab-content>.tab-pane {
    background-color: white;
    border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 20px;
}

.orderAcceptChecklist{
    list-style-type: none;
    list-style-position: inside;
    margin: 20px 0;
    padding:0;
}

.orderAcceptChecklist li{
    color: #EE0000;
    font-size: 1.4em;
    font-weight: bold;
		margin-bottom: 15px;
}

.orderAcceptChecklist li i.fa{
    margin-right: 10px;
    font-size: 20px;
}

.orderAcceptChecklist li.done{
    color: #349234;
}

#sparkasse-header{
	color: #FFF;
	padding: 60px 0;
	background: url("../images/bodybgrSmallDark.jpg") top left no-repeat #FFF;
	background-size: cover;
}

.navbar-fixed-top .navbar-nav>li>a,
.navbar-fixed-top .navbar-nav>li>span {
    padding-top: 35px;
    padding-bottom: 35px;
}

.captcha{
	padding: 15px;
	margin: 20px 0;
	text-align: center;
	width: 100%;
	background: #eee;
	color: #000;
	border-radius: 3px;
}

.captcha .btn{
	margin: 10px 0 0 0;
}

span.state,span.state-inline{
   width:100%;
   text-align: center;
   display: block;
   color: #FFF;
   padding: 4px;
   border-radius: 4px;

	display: inline-block;
    padding: 2px;
}

span.state-success{background-color: #5cb85c;}
span.state-warning{background-color: #f0ad4e;}
span.state-danger{background-color: #d9534f;}
span.state-info{background-color: #2492f3;}
span.state-od{background-color: #000; font-style: italic;}
span.state-offline{background-color: #838383;}

ul.legende li span.state{
	width: 200px;
	padding: 2px;
	float:left;
	margin-right: 20px;
}


.btn-big{
    background: #EE0000;
    text-align: center;
    width: 160px;
    height: 160px;
    display: inline-block;
    border-radius: 15px;
    transition: opacity 1s;
		position: relative;
}

.btn-big.deactivated{
	background: #FFFFFF;
	border: 2px solid #EE0000;
}

.btn-big.success::before{
	content: '✔';
	color: #c1c1c1;
	font-size: 30px;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.btn-big.success{
    border: 2px solid  #c1c1c1;
		background: #FFFFFF;
}

.btn-big .status-icon{
    color: #FFF;
    position: absolute;
    top: 185px;
    margin-left: 60px;
}

a.btn-big:hover{opacity: 0.5;}

.btn-big span{
    width: 100%;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-big.deactivated span{
	color: #EE0000;
}

.btn-big.success span{
	color: #c1c1c1;
}

span.arrow{
	display: block;
	margin: 50px auto 0;
	font-size: 40px;
	font-weight: bold;
	color: #EE0000;
}

.btn-left-text{
    text-align: left;
}

.btn-left-text .fa{
    margin: 0 5px 0 10px;
}

.fa-black{color: #000000;}
.fa-red{color: #EE0000;}


input.text-bold, span.text-bold{
    font-weight: 600 !important;
}

input.text-red{
    color: #EE0000 !important;
}

#registration .captcha{
    margin:0;
}

.no-padding{
    padding: 0 !important;
}

.no-margin{
    margin: 0 !important;
}


.alert-info {
    /*background-color: #F5F7D2;
    border-color: #C5C79D;
    color: #C63030;*/
	background-color: #DBDBDB;
    border-color: #ABABAB;
    color: #5A5A5A;
}

.text-danger{
	color: #FF0904;
}

.table{
	font-size: 12px;
}

.table-no-border th, .table-no-border td {
     border-top: none !important;
 }

table.order-table tr td,
table.order-table tr th{
	padding: 5px 15px;
}

table.order-table tr td{
	padding-bottom: 20px;
}

.table{
	font-size: 12px;
    margin-bottom: 0;
}

.table thead tr th{
    vertical-align: top;
    background: #ddd;
    border: 1px solid #FFF;
    cursor: pointer;
}

.table-no-border th, .table-no-border td {
     border-top: none !important;
 }

table.dataTable thead th{
    position: relative;
    overflow: hidden;
    padding-right: 20px;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 8px;
    font-size: 14px;
    padding-top: 0.12em;
    font-family: "FontAwesome";
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #EE0000;

}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

.red-headline{
	color: #EE0000;
}

#configurator .input-group, #text-configurator .input-group{
	margin-bottom: 0.4em;
	font-family: Monospace;
}

.input-group-addon.warning{
	color: red;
}


.panel-title{
	font-size: 18px;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    text-decoration: none;
}

ul.inline-list{
	padding: 0px 0 0px 15px;
	margin:0;
}

ul.inline-list li{
	padding: 5px 0;
}

.panel-title a span.fa {
    float: right;
}

.panel-title a span.fa:before {
    content: "\f0d8";
}

.panel-title a.collapsed span.fa:before {
    content: "\f0d7";
}

.panel.error .panel-heading{
	border: 1px solid red;
	background-color: #FDC3C3;
}

.text-config{
	font-size: 14px;
	padding: 15px;
	border: 1px solid #999;
	background: #DDD;
	border-radius: 4px;
}

.text-config span{
	/*font-style: italic;*/
	font-weight: bold;
}

div.disabled label, div.disabled .text-config{
	color: #969696;
}

hr {
    border-top: 1px dashed #B3B3B3;
    margin-top: 14px;
    margin-bottom: 14px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 6px;
    font-weight: normal;
    cursor: pointer;
    font-weight: bold;
}


textarea#imprint-editor, textarea#incentivText{
	height: 120px;
	resize:none;
	/*border-style: dashed;*/
}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.1em;
    color: white;
    background-color: red;
    padding: 4px 12px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.inputfile + label span{
    font-size: 1em !important;
    margin-left:20px;
    overflow:hidden;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

label{
	 font-size: 14px;
}

.form-horizontal .control-label {
    text-align: left;
}

.template-preview i{
	position: absolute;
	right: 25px;
	top: 10px;
	font-size: 40px;
	color: #eee;
}

.template-preview:hover i{
	color: #555;
}

.panel-default>.panel-heading.error{
	border: 1px solid red;
}


.well {
    background-color: white;
    padding: 20px;
}


.incentivImageNote{
    width:100%;
    padding:0;
    margin: 10px 0 0 0;
    list-style-type: none;
}

.notify-ul{
    list-style-type: none;
    margin: 10px 0;
    padding:0;
}

.notify-ul li{
    float: left;
    width: 33.3%;
    text-align: center;
    border: 1px solid #eee;
    background: #d2d2d2;
	color: #8a8a8a;
    padding: 4px;
    font-weight: bold;
}

.notify-ul li.active{
	color: #000;
	background: #5bc72b;
}

.incentivImageNote li{
    float:left;
    font-size: 10px;
    width: 32%;
    margin: 0.5%;
}

.nav-tabs>li.has-error>a::after{
    font-family: "FontAwesome";
    content: "\f12a";
    color: red;
    font-size: 14px;
    position: absolute;
    right: 6px;
    top: 2px;
}

.nav-tabs>li.ap-tab{
    width: 50%;
    text-align: center;
}

.nav-tabs>li.order-tab{
    width: 16.666666%;
   text-align: center;
}

.tab-content>.tab-pane {
    background-color: white;
    border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 20px;
}

.red-headline{
	color: #EE0000;
}

#configurator .input-group,
#text-configurator .input-group{
	margin-bottom: 0.4em;
	font-family: Monospace;
    width: 100%;
}

.input-group-addon.warning{
	color: red;
}


.panel-title{
	font-size: 18px;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    text-decoration: none;
}


ul.legende{
	font-size: 10px;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding:0;
}

ul.legende li{
	padding: 8px 0;

}

ul.legende-frontend li{
	width: 50%;
	float:left;
	padding: 4px 0;
}

.panel-title a span.fa {
    float: right;
}

.panel-title a span.fa:before {
    content: "\f0d8";
}

.panel-title a.collapsed span.fa:before {
    content: "\f0d7";
}

.panel.error .panel-heading{
	border: 1px solid red;
	background-color: #FDC3C3;
}

.text-config{
	font-size: 14px;
	padding: 15px;
	border: 1px solid #999;
	background: #DDD;
	border-radius: 4px;
}

.text-config span{
	/*font-style: italic;*/
	font-weight: bold;
}

div.disabled label, div.disabled .text-config{
	color: #969696;
}

hr {
    border-top: 1px dashed #B3B3B3;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    cursor: pointer;

    font-weight: bold;
}

textarea, input[type='text']{
	background: #FFF;
}

textarea{
	height: 320px;
	resize:none;
	/*border-style: dashed;*/
}

.control-label{
	font-size: 1em;
    text-align: left !important;
}

.panel-default>.panel-heading.error{
	border: 1px solid red;
}

.card {
    background-color: #3a3a3a;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 20px 40px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.card-inverse{
    background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	color: #000;
}

.card-container.card {
    max-width: 440px;
	padding: 20px 25px 30px;
}

.border-left-red{
    border-left: 1px solid red;
}

#configurator, #text-configurator, body > .container {
	
  padding-top: 50px;
      padding-bottom: 120px;
	font-size: 0.8em;
}


#configurator .form-group,
#text-configurator .form-group{
	margin-bottom: 10px;
}

#configurator span,
#configurator p,
#configurator ul.text-list li{
    font-size: 1.2em;
}

#configurator button span{
    font-size: 1em;
    font-family: Arial;
    text-transform:uppercase;
}
#configurator ul li{
    margin-bottom: 1em;
}

#configurator ul.nav-tabs li{
    margin-bottom: -1px;
}

#configurator .radio label,
#configurator .checkbox label,
ul.template-preview li span{
    font-weight: bold;
    font-size: 1.2em;
}

#configurator form h3{
    font-size: 1.4em;
    padding: 10px;
    background: red;
    color: #FFF;
}

#configurator form h2{
    font-size: 1.4em;
	margin-top:0;
	font-weight: bold;
}

.incentivImageNote {
    font-size: 12px;
    margin: 9px 0;
    padding: 0 0 0 16px;
}



ul.template-preview{
    list-style-type: none;
    margin:0;
    padding:0;
}

ul.template-preview li{
    float: left;
    border: 1px solid #969696;
    padding: 10px 16px 0 16px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 1em;
    color: #000;
    text-align: center;
    background: #eee;
}

ul.template-preview li span{
    width: 100%;
    clear:both;
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin: 10px 0;
}

ul.template-preview li:last-child{
    margin-right:0;
}

ul.template-preview li img{
    width: 200px;
}

ul.template-preview li.small img{
    width: 120px;
}

ul.template-preview li i{
	position: absolute;
    margin-top: 4px;
    margin-left: 150px;
	font-size: 40px;
	color: #EE0000;
}

ul.template-preview li.small i{
    margin-left: 80px;
    font-size: 30px;
}

.has-error ul.template-preview li{
    border: 1px solid #EE0000;
}

ul.template-preview li.active{
    /*border: 5px solid #dff0d8;  */
    border: 1px solid #4cae4c;
    -moz-box-shadow: inset 0 0 10px #5cb85c;
    -webkit-box-shadow: inset 0 0 10px #5cb85c;
    box-shadow: inset 0 0 15px #5cb85c;
}



ul.template-preview li a:hover i{
	color: #555;
}


#configurator .input-group-addon{
    width: 50px;
}

#textConfigNavigation{
	margin: 25px 0;
}

#previewContainer{
	height: 800px;
	overflow: scroll;
	text-align:center;
	background: #EEE;
	width: 100%;
	border: 2px solid #AAA;
}

#previewLoader{
	margin-top: 100px;
}

#previewContent{margin: 0 100px;}
#previewContent img{
	border: 1px solid #AAA;
	margin: 3em 0;
}



.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    min-height: 1em;
}

.form-control{
    font-size: 1.2em;
    color: #000;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.2em;
    font-weight: 700;
    color: white;
    background-color: red;
    padding: 8px 12px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.inputfile + label span{
    font-size: 1em !important;
    margin-left:20px;
    overflow:hidden;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.navbar-dsv{
    background: #EE0000;
    border-color: #900000;
}

.navbar-brand>img{
    float: left;
    margin-right: 20px;
}

.navbar-dsv .navbar-nav>li>a, .navbar-dsv .navbar-brand{
    color: #FFFFFF;
}

.navbar-dsv .navbar-nav>li>a:hover, .navbar-dsv .navbar-nav>li>a:focus {
    color: #EE0000;
    background-color: #FFF; /*transparent;*/
}

.nav-tabs>li>a, .nav-tabs>li>span{
	color: #333;
}

.nav>li.disabled>a,
.nav>li.disabled>span {
    color: #D3D3D3;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #F00;
}


/* Error Handling */
.has-error .help-block, .has-error .control-label, .has-error .radio,
.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline,
.has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #EE0000;
    border-width: 2px;
}

.has-error .form-control {
    border: 2px solid #EE0000;
}

.form-output{
	padding-top: 4px;
    margin-bottom: 0;
    display: inline-block;
}
