.content{
    border: 0;
    padding-top:0px!important;
    background-image: url("../img/bg_white_opc_80.png");
    
}

/*SITE-CONTENT*/

.box-solid{
    box-shadow: none !IMPORTANT;
}

.box-body{
    /*border: 0px !IMPORTANT;*/
    background-color: transparent !important;
}

.box-footer{
    background-color: rgb(236, 240, 245);
}

body{
	background-color: #FFEEBC;	
}

.content-wrapper{
	background-color: #FFEEBC;
}

.dreieck {
    background-image: url("../img/gf_triangle_w.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 35px;
}

.headline2 {
    font-size: 22px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}

.headline1 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.headerlinesin {
    border-top: 2px solid rgb(0, 86, 151);
    margin: 10px auto 30px;
    width: 11%;
}

.content-newsleft li{
    font-size: 14px;
    list-style: none;
    margin-bottom:20px;
    cursor: pointer;
    text-align: left;
}

.content-newsleft li:hover{
    font-weight: bold;
}

.content-newsleft ul{
    padding:0px;
}

.clear{
	clear: both;
}

.infotext {
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    text-align: center;
    width: 80%;
}


.searchwrap {
    margin: auto;
    width: 45%;
}

.navbar-nav {

}

/*CUSTOMER PROFILE*/
#box-body-form, #box-footer-form{
    background-color: #ffffff;
}

.customerContactGroup{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    /*border: 3px black solid;*/
}

#customerInfoHeadline{
    font-size: 18px;
    font-weight: bold;
}

#centerImageGroup, #centerPasswordGroup{
    text-align: center;
}

#headlineImage, #headlinePassword{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.profile-customer-img{
    /*cursor: pointer;*/
    border-radius: 50%;
    width: 81px;
    height: 81px;
}

#label-customer-password-info{
    font-size: 12px;
    font-style: italic;
    padding-bottom: 5px;
}
/*CARD-CONTENT*/
.card-wrapper{
    /*border: 3px black solid;*/
    margin: auto;
    text-align: center;
    max-width: 100%;
    height: auto;
    width: 344px;
}

.card-content{
    position: relative;
    width: 100%;
}

.card-customer-img{
    position: absolute;
    top: 70px;
    left: 230px;
   
}

.card-customer-img img{
    border-radius: 50%;
    width: 81px;
    height: 81px;
}

.card-number{
    text-align: center;
    font-size: 25px;
}

.card-number span{
    font-weight: bold;
    font-size: 25px;
}

.card-customer-name{
    position: absolute;
    top: 135px;
    left: 25px;
    text-align: left;
	color: #fff;
}

.card-customer-name span{
    font-weight: bold;
    font-size: 13px;
}

.card-letter-points{ 
    position: absolute;
    width: 50px;
    height: 20px;
    top: 163px;
    left: 226px;
    text-align: right;
	color: #fff;
}

.card-letter-points span{
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.card-points{
    position: absolute;
    width: 50px;
    height: 20px;
    top: 163px;
    left: 173px;
}

.card-points span{
    float: right;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

/*TRANSACTION-CONTENT*/
.transaction-wrapper{
    /*border: 3px black solid;*/
    width: 60%;
    height: auto;
    text-align: center;
    margin: auto;
}

.transaction-header{
    margin-top: 15px;
    margin-left: 10px;
    text-align: left;
    text-transform: uppercase;
    color: rgb(90, 90, 90);
    font-weight: bold;
    font-size: 18px;
}

.transaction-space{
    height: 5px;
}

.transactions{
    border: 3px white solid;
    background-color: white;
    height: 50px;
    border-radius: 10px;
}

.transaction-points-wrapper{
    position: relative;
    top: -6px;
    left: 5px;
    width: 100%;
}

.transaction-points{
    float: right;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 30%;
}

.transaction-points span{
    font-size: 40px;
    font-weight: bold;
}

.transaction-points-letter{
    font-size: 40px;
    font-weight: normal !IMPORTANT;
}

.transaction-information-wrapper{
    position: relative;
}

.transaction-information-branch{
    position: absolute;
    left: 240px;
    top: 5px;
}

.transaction-information-branch span{
    font-weight: bold;
    font-size: 16px;
}

.transaction-information-date{
    position: absolute;
    left: 240px;
    top: 25px;
}

.transaction-information-date span{
    font-size: 13px;
}







input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}






/* PREMIUM-PAGE */
.headerfolgewrap{
	margin-top: 50px;
	background-color: transparent;
}

.headerfolgeleft{
	margin-left: auto;
	margin-right: auto;
}

.headerfolgeleft h2 {
    font-size: 44px;
    margin-bottom: 0px;
}

.headerlinebottom{
    background-image: url("../img/gf_dot_line_w.png");
    height: 3px;
    width: 100%;

}

.card-pointswrap {
    margin-top: 45px;
    color: #fff;
    margin-bottom: 30px;
}

.premiumwrap {

}

.premium-wrapper{
    /*border: 1px black solid;*/
    margin: auto;
    text-align: center;
    max-width: 100%;
    height: 650px;
    width: 700px;
    min-height: 100px; 
}

.premium-header{
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(90, 90, 90);
    font-weight: bold;
    font-size: 18px;
}

.premium-wrapper-content{
    background-color: white;
    border: 2px solid rgb(150, 193, 31);
    border-radius: 5px;
    float: left;
    height: 260px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30%;
}

.paging-wrapper{
    width: 100%;
    height: 45px;
    margin-top: 580px;
}

.paging-wrapper .pull-right {
    clear: left;
}

.premium-name {
	background-color: rgb(150, 193, 31);
    color: #fff;
    padding: 5px 0;
	font-size: 16px;
}

.image-wrapper{
    /*border: 1px solid black;*/
    width: 130px;
    height: 130px;
    margin-left: 50px;
    margin-top: 5px;
    
}

.image-wrapper img{
    width: 130px;
    height: 130px;
}

.premium-text-wrapper{
    /*border: 1px solid red;*/
    height: 60px;
    padding-left: 10px;
    padding-top: 25px;
    text-align: left;
    width: 100%;
}

.premium-name{
    width: 100%;
}
.premium-points b {
	color: rgb(150, 193, 31);
}

.premium-points{
    
}

/* PREMIUM-DETAIL-PAGE*/

.premium-detail-wrapper{
    /*border: 1px black solid;*/
    margin: auto;
    text-align: center;
    max-width: 100%;
    min-height: 500px;
    width: 700px;
    min-height: 100px; 
	border: 2px solid rgb(150, 193, 31);
    border-radius: 5px;
	padding-bottom: 60px;
	background-color: #fff;
}

.premium-detail-header{
    /*margin-top: 10px;*/
    /*margin-left: 10px;*/
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 25px;
	background-color: rgb(150, 193, 31);
    color: #fff;
}

.premium-detail-image-wrapper{
    /*border: 1px solid black;*/

    text-align: center;
}

.premium-detail-image-wrapper img{

}

.permium-detail-description-wrapper{
    margin-top: 10px;
    /*border: 1px solid black;*/
	padding-left: 30px;
	padding-right: 30px;

}

.permium-detail-description-header{
    text-align: left;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(150, 193, 31);
    text-transform: uppercase;
}

.permium-detail-description-text p{
    margin-left: 5px;
    text-align: left;
    line-height: 1.5;
}

.permium-detail-points{
    margin-left: 5px;
    margin-top: 25px;
    /*border: 1px solid black;*/
    text-align: left;
}

.permium-detail-order-wrapper{
    margin-left: 5px;
    margin-top: 30px; 
}

.permium-detail-description-wrapper > a {
    float: right;
}



/* Modal */

.modal-header {
	border: 2px solid rgb(150, 193, 31);
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	background-color: rgb(150, 193, 31);
}

.modal-body, .modal-footer  {
	background-color: #fff;
}

.modal-content {
    background-color: transparent !important;
}




/* Completed */
.box-header-complete {
	border: 2px solid rgb(150, 193, 31);
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	background-color: rgb(150, 193, 31);
}

.box-header-complete h2 {
	padding-left:20px;
	}
	
.box-body-complate {
	border: 2px solid rgb(150, 193, 31);
	min-height: 230px;
	padding-left:20px;
	padding-top: 30px;
}

.download-button {
	color: #fff;
    float: left;
    margin-left: 40px;
    margin-top: 101px;
    width: 110px;
}

.download-button a {
	color:#fff;
	padding: 10px 15px;
	background-color: rgb(150, 193, 31);
}

.download-button a:hover {
	background: rgb(135, 173, 28);
    color: #f6f6f6;
}


.box-body-complate-image {
	background: rgba(0, 0, 0, 0) url("../img/Geschenkgutschein.png") no-repeat scroll 0 0;
    float: left;
    height: 120px;
    margin-top: 20px;
    width: 200px;
}




/* TRANSACTION PAGE */
.transactions-wrapper{
    /*border: 1px black solid;*/
    margin: auto;
    text-align: center;
    max-width: 100%;
    height: auto;
    width: 700px;
    min-height: 100px;   
}

.transactions-information-wrapper{
    /*border: 3px black solid;*/
    width: 70%;
    height: auto;
    text-align: center;
    margin: auto;
}

.transactions-header{
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(90, 90, 90);
    font-weight: bold;
    font-size: 18px;
}

.transactions-space{
    height: 5px;
}

.single-transaction{
    border: 3px white solid;
    background-color: white;
    width: 100%;
    height: 50px;
    border-radius: 10px;
}

.single-transaction-logo-wrapper{
    position: relative;
    border: 1px solid black;
    height: 34px;
    width: 34px;
    margin-left: 8px;
    margin-top: 6px;
}

.single-transaction-logo{
    width: 34px;
    height: 34px;
}

.single-transaction-information-wrapper{
    position: relative;
}

.single-transaction-information-branch{
    position: absolute;
    left: 150px;
    top: 5px;
}

.single-transaction-information-branch span{
    font-weight: bold;
    font-size: 16px;
}

.single-transaction-points{
    position: relative;
    top: -6px;
    left: 5px;
    width: 100%;
}



/* VOUCHER PAGE*/ 
.coupon-card-number{
    position: absolute;
    top: 109px;
    left : 25px;
    text-align: left;
    width: 250px;
}

.input-coupon-card-code{
    background-color: rgba(255, 255, 255, 0.4) !IMPORTANT; 
    border: 0 !IMPORTANT;
    font-size: 20px !IMPORTANT;
    font-weight: bold;
    
}

.coupon-information-wrapper{
    /*border: 1px solid black;*/
    text-align: center;
    width: 100%;
    /*width: 80%;*/
    /*height: 150px;*/
}

.coupon-information-content{
    margin: auto;
    /*border: 1px solid black;*/
    width: 50%;    
}

.coupon-information-header{
    color: rgb(90, 90, 90);
    font-weight: bold;
    font-size: 18px;
}

.coupon-information-card-code{
    /*border: 1px solid black;*/
    margin-left: 5px;
    width: 100%;
    text-align: left;    
}
.coupon-information-card-code span{
    font-weight: bold;
}


.coupon-information-card-valid-until{
    margin-left: 5px;
    width: 100%;
    text-align: left;    
}

.coupon-information-card-deposit{
    margin-left: 5px;
    width: 100%;
    text-align: left;    
}
.coupon-information-card-deposit span{
    font-weight: bold;
}

.debitcard-information-wrapper{
    /*border: 1px solid black;*/
    text-align: center;
    width: 100%;
    /*width: 80%;*/
    height: 150px;
}

.debitcard-transfer-content{
    margin: auto;
    /*border: 1px solid black;*/
    width: 50%;  
}

.debitcard-transfer-header{
    color: rgb(90, 90, 90);
    font-weight: bold;
    font-size: 18px;
}

.debitcard-transfer-wrapper{
    /*border: 1px solid black;*/
    text-align: left;
    margin-left: 5px;
}

.input-debitcard-transfer-card-code{
    width: 200px !IMPORTANT;
}







/* PARTNER PAGE */
.partner-wrapper{

}

.partnerwrap {

}

.partner-wrapper-alphabet{
    /*border: 1px solid black;*/
    margin: auto;
    text-align: center;
    max-width: 100%;
    /*height: auto;*/
    width: 800px;
}

.partner-branch-wrapper{
    /*border: 1px solid black;*/
    width: 100%;
    min-height: 100px;
}

.partner-branch-new-line{
    margin-bottom: 3px;
}

.partner-branch-letter{
    /*border: 1px solid black;*/
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
    color: white;
    
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    
    background-color: rgb(150, 193, 31);
    float: left;
    
    /*float: left;*/
}

.merchant-wrapper{
    /*border: 1px solid red;*/
    /*margin: auto;*/
    margin-left: 80px;
    padding-top: -55px;
    /*margin-top: -55px;*/
    margin-right: 5px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%;
    /*height: auto;*/
    /*width: 500px;*/
	border-bottom: 1px solid rgb(150, 193, 31);
}

.merchant-information-wrapper{
    /*border: 1px solid black;*/
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
    text-align: left;
}

.branch-information-wrapper{
    /*border: 1px solid black;*/
    text-align: left;
    
    margin-left: 5px;
    /*margin-top: -55px;*/
    margin-right: 5px;
    
    
}

.branch-image-wrapper{
    /*border: 1px solid black;*/
    width: 50px;
    height: 50px;
    
    margin: 5px 5px;
}

.branch-image{
    width: 50px;
    height: 50px;
}

.branch-information-name{
    /*border: 1px solid black;*/
    
    margin-left: 60px;
    margin-top: -55px;
}

.branch-information-address{
    /*border: 1px solid black;*/
    
    margin-left: 60px;
    
}

.branch-information-owner{
    /*border: 1px solid black;*/
    margin-left: 60px;
}


.button-back-mid {
    font-size: 12px;
    height: 25px;
    line-height: 1px;
    margin: auto;
    width: 15%;
}


/*CSS Buchungen*/

.transaction th {
	background-color: rgb(150, 193, 31);
	border: 0 none !important;
	color: #fff;
    text-align: center;
}

.transaction th:first-child {
	border-top-left-radius: 8px;
	}
	
.transaction th:last-child {
	border-top-right-radius: 8px;
	}
	
.transaction tbody {
    background-color: #fff;
}

.transaction {
    border: medium none !important;
    margin-top: 20px;
}

/* HOME PAGE */
.headerleft{
	margin-top: 80px;
	float: left;
	width: 50%;
}

.headerright{
	margin-top: 80px;
	width: 50%;
	float:right;
}

.profile-img-card{
    width: 50%;
}

.register-logo img, .login-logo img{
    width: 80%;
}

.navbar-brand img{
    width: 19%;
}

#transactionCancelTable_wrapper, #otherActivePOSSystems {
  background-color: #ffffff;
  padding: 5px;
  opacity: 0.8;
}

.skin-green .main-header .navbar{
    background-color: #000;
}

.skin-green .main-header .navbar .nav > .active > a{
    color: #fff;
}

.skin-green .main-header .navbar .nav > li > a{
    color: gold;
}