

select::-ms-expand {
	display: none;
}

select.calc, span.calc, span.calc:hover, span.calc:focus {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width:100%;
	border: #999 solid 1px;
	font-style: normal;
	color: #000;
	padding: 1px 40px 1px 2px;
        padding-right:40px;
        background:#fff;
        height: 40px;
        font-size:18px;
        line-height:40px;
        background-image:url(../bg/toggle_arrow_down_grey.png);
        background-position: right;
        background-repeat: no-repeat;
        border-radius: 0;
        font-family:inherit;
}

span.calc, span.calc:hover, span.calc:focus {
    padding-left:4px;
}

select.calc option {
	height:40px;
	background:#fff;
	padding: 1px 3px 1px 3px;
	border:none;
	line-height:40px;
}

select.small-select {
	width:10%;
}

input.calc.colors {
	float:left;
	width:24.1%;
	display:none;
        padding-left: 5px;
        border-radius: 0;
}

#calc-pricing-container .calc {
	width: 100%;
	text-align: right;
}

select.calcdisabled {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
	width: 100%;
	border: 1px solid #999;
	color: #707173;
	padding: 1px;
	background: #fff;
	color: #888;
	font-style: italic;
        height:40px;
        font-size:18px;
        background-image:url(../bg/toggle_arrow_down_disabled_grey.png);
        background-position: right;
        background-repeat: no-repeat;
        border-radius: 0;
}

select.calc:default {
	background: #FFF;
	color: #000;
	font-style: normal;
}

/*---- DIVS ----*/

.third-row > span {
	float: left;
	width: 100%;
	text-align: right;
        display:inline-block;
        padding-right:5px;
}

#calc-info-image {
	width: 100px;
	height: 100px;
	margin-top: 3px;
	border: 1px solid #9c9d9d;
	position: absolute;
	right: 8px;
}

#calculator-form {
	/*background: #f0f0f0;*/
	width: 100%;
	height: auto;
	/*border: 1px solid #d9d9d9;*/
	padding: 0;
	position: relative;
	vertical-align: default;
}

.title-caption {
	padding: 5px;
        padding-left:10px;
	float: left;
	font-size:20px;
}

.third-row {
	float: left;
	text-align: right;
	/*width: 33%;*/
        width: 100%;
        height:40px;
        line-height:40px;
        font-size:18px;
        margin-right:0.5%;
}

.third-row-last {
	float: left;
	text-align: right;
	width: 33%;
        height:40px;
        line-height:40px;
        font-size:18px;
}

.input-field > .well {
    padding:0 5px 0 0;
}

.calc_infobox_top {
	width: 301px;
	height: 68px;
	padding-left: 25px;
	background: url('../../../../../../out/primus/src/bg/speech_bubble_top.png');
}

.calc_infobox_bottom {
	width: 326px;
	height: 32px;
	background: url('../../../../../../out/primus/src/bg/speech_bubble_bottom.png') 12px 0 no-repeat;
}

.calc_infobox_inner {
	width: 291px;
	padding: 10px;
	padding-left: 25px;
	background: url('../../../../../../out/primus/src/bg/speech_bubble_bg.png') 12px 0 repeat-y;
}

#calc_infobox {
	display: none;
	position: fixed;
	width: 315px;
	z-index: 2340902;
	color: #000;
}

#calc_infobox_title {
	width: 94%;
	margin: 2%;
	height: 24px;
	border-bottom: 1px solid #000;
	padding-top: 30px;
}

#calc_infobox_title span {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-left: 6px;
}

#calc_infobox_content {
	margin: 2%;
}

#infobox-close-button {
	display: block;
	width: 100%;
	text-align: center;
}

.input-label {
	width: 30%;
	clear: both;
	float: left;
	height: 40px;
	margin-top: 5px;
        font-size:18px;
        text-align:left;
        padding-right:2%;
        display:table;
        line-height:40px;
}

.input-label span {
	padding-left: 0px;
		height:100%;
		display:table-cell;
		vertical-align:middle;
}

.input-field {
	width: 63.5%;
	float: right;
	height: auto;
	margin-top: 5px;
		margin-right:1%;
		font-size:18px;
		line-height:20px;
}

.input-field span {
	height:auto;
	vertical-align:middle;
	/*padding:1.6% 0 1.6% 0;*/
}

.input-field span.extras {
	width:62%;
	display:block;
	float:left;
}

.input-field span.sizes {
	/*width:62%;*/
	display:block;
        margin-bottom:5px;
}

span.extras, span.sizes {
    padding-top:8px;
}

.container_sizecount {
    /*width:50%;
    float:left;*/
    display:inline-block;
}

[id^=col_cont_] {
    width:50%;
    float:left;
}

.no-select {
	height:40px;
	line-height:40px;
	font-size:18px;
	padding-left:4px;
	display:block;
	float:left;
	background: #fff;
        border: #999 solid 1px;
	width: 100%;
	font-style: italic;
        border-radius:0;
        color:#888;
}

.smaller-input-field {
	width: 55%;
	float: left;
	height: 40px;
	margin-top: 5px;
}

#calculator input {
	background-color: #fff;
	border: #999 solid 1px;
	box-shadow: none;
	height: 40px;
	float:left;
}

input.extrascount {
	width:10%;
	margin-right:1%;
	padding-right:5px;
	text-align:right;
	float:left;
        border-radius: 0;
}

input.sizecount {
	width:18%;
	margin-right:1%;
	padding-right:5px;
	text-align:right;
	float:left;
        border-radius: 0;
        margin-bottom: 5px;
        text-align:center;
}

input.small {
	width:10%;
	margin-right:1%;
	margin-left:1%;
	padding-right:4px;
	text-align:right;
	float:left;
}

input.wunschformat {
	width:33%;
	float:left;
	padding-right:5px;
	text-align:right;
        border-radius: 0;
}

#openFormat {
    padding:3px;
    float:left;
}

.berechnen {
    margin-left:10px;
    float:right;
    margin-top:3px;
}

input.nummerierung {
	width:15%;
	/*margin-right:1%;*/
	margin-left:1%;
	padding-right:5px;
	text-align:right;
	float:right !important;
}

input.calc_eingabe_8 {
    width:50% !important;
    margin-right:0;
    margin-left:1%;
    padding-left:5px;
    text-align:left;
    float:right !important;
}

.inline-right {
	float:right !important;
        padding: 1.6% 0 1.6% 0;
}

span.wunschformat {
	float:left;
	width:auto !important;
        padding-top:8px;
        margin: 0 5px;
}


.infobox-button-container {
	float: right;
	width:5.5%;
}

.infobox-button {
	font-size: 18px;
	line-height: 40px;
	/*background-color: #000;*/
	color: #FFF;
	font-weight: bold;
	width: 100%;
	height: 40px;
	float: right;
	border: 0px solid #333;
	text-decoration: none;
        margin-top:5px;
        cursor:help;
        /*border-radius:50%;*/
}

.infobox-button:hover {
	text-decoration: none;
	/*background-color: #ed1c24;*/
        color:#fff;
}

.infobox-button:visited {
	text-decoration: none;
	color:#fff;
}

.divider-box {
	margin-bottom:15px;
        /*border:#e0e0e0 solid 1px;*/
        border-radius: 0;
        /*box-shadow: 2px 2px 5px #ddd;*/
        background: none;
}

.title-box {
	font-size: 12pt;
	font-weight: bold;
	height: 38px;
	width: 100%;
        color:#ed1c24;
        /*background-color:#e6e7e8;*/
}

.no-pointer {
	cursor: default;
}

.content-box {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
        padding-top:0px;
        padding-left:10px;        
}

.toggle-button-expand {
	cursor: pointer;
	width: 35px;
	height: 40px;
	float: right;
	background: rgba(0, 0, 0, 0) url("../bg/toggle_arrow_down_grey.png") no-repeat scroll left center / 2em auto;
	border: 0px solid #777;
	/*margin-right:0.35em;*/
        margin-right:20px;
}

.toggle-button-shrink {
	cursor: pointer;
	width: 35px;
	height: 40px;
	float: right;
	background: rgba(0, 0, 0, 0) url("../bg/toggle_arrow_up_grey.png") no-repeat scroll left center / 2em auto;
	border: 0px solid #777;
	/*margin-right:0.35em;*/
        margin-right:20px;
}

.grossprice-highlight {
	color: #000;
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 0pt;
}
.grossprice-highlight .input-label span {
	font-size:25px;
}

.count-highlight {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
}

.highlight-dotted {
	border-bottom: none;
	float: left;
	width: 100%;
}

.no-highlight {
	float: left;
	width: 100%;
}

.net-price-highlight {
	border-top: none;
	float: left;
	font-weight: bold;
	width: 100%;
}

.mwst-highlight {
	border-bottom: 2px solid #000;
	float: left;
	width: 100%;
}

.count-highlight .input-label {
	font-weight: bold;
}

.smaller-font-button {
	background: #ed1c24;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	border: none;
	text-align: center;
	font-size: 18px;
	/*float: right;*/
	width: 100%;
	height: 70px;
	line-height:100%;
	vertical-align: middle;
	display: table;
	padding-top:25px;
	text-decoration: none !important;
        border-radius:0;
}

.smaller-font-button:hover {
	background:#000;
	color:#fff;
}
.smaller-font-button-alt {
	background: #000 url(../bg/teilen.png) 50% 8px no-repeat;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border: none;
	text-align: center;
	font-size: 18px;
	float: left;
	width: 100%;
	height: 70px;
	position:relative;
	display: table;
	line-height: 20px;
        border-radius: 0;
}
.smaller-font-button-alt.last {
	background: #000 url(../bg/drucken.png) 50% 8px no-repeat;
	margin-left:1.2%;
}

.smaller-font-button-alt span {
	position:absolute;
	bottom:0;
	left:0px;
	width:100%;
	display:inline-block;
	height:25px;
        color:#fff;
        text-decoration:none;
}

.smaller-font-button-alt:visited {
	background-color:#000;
	color:#fff;
}

.smaller-font-button-alt:hover {
	background-color:#ed1c24;
	color:#fff;
}

#calc-pricing-container .input-label {
	margin: 1pt 0;
	height: auto;
	padding-top: 1px;
}

#calc-pricing-container .input-field {
	margin: 1pt 0;
	height: auto;
	padding-top: 1px;
}

.grossprice-highlight span {
	font-size:25px;
	height:50px;
}

.clear {
	clear: both;
}

.to-basket-buttons {
	width: 100%; 
	height: 100px;
	float: left;
	vertical-align: default;
}

#calc-pricing-container {
	padding-bottom: 0;
	margin-bottom: 0;
}


/* Tooltip */

.tooltip-inner {
	background-color: #fff !important;
	width:200px;
	color: #000 !important;
	border: 1px solid #000;
	padding: 10px;
	font-size: 1em;
	text-align:left !important;
}

.tooltip-inner h3 {
	margin-top:0px;
	color:#ed1c24;
} 

#calculator .modal-dialog {
	transform: translate(0px, 70px);
}
.calculator_mo_btn{
	display: none !important;
}
span .inline-span {
    float:right;
}


.smaller-font-button.grey {
    background-color:#767778 !important;
    display:none;
    color:#fff;
    text-decoration:none;
}

.smaller-font-button.grey:hover {
    background-color:#ed1c24 !important;
}

.smaller-font-button.grey:visited {
    background-color:#767778;
    color:#fff;
}

#pnModal {
    z-index: 2147483648 !important;
}

input.btn {
    width: 200px;
    position:absolute;
    right:15px;
}

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

input.typeahead.calc.colors {
	float:left;
	width:100%;
	display:none;
}

/* Typeahead */

.input-field span.twitter-typeahead {
	height:auto !important;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

span.twitter-typeahead .tt-menu {
    padding-left:0px;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  /*height: 46px;*/
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  /*height: 30px;*/
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
span.twitter-typeahead {
  width: 24.1%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  /*height: 34px;*/
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

.tt-menu {
    min-height: 30px;
    max-height: 120px;  
    overflow-y: auto;
}

span.twitter-typeahead {
    margin-left: 0.8%;
}

[id$="_colors"] {
    margin-left: -0.8% !important;
}

.position_ta {
    margin-top:5px;
    float:right;
    width:60%;
    margin-left:10px;
}

.input-field.redborder select {
    border: 2px solid red;
}
.input-field.redborder input {
    border: 2px solid red;
}

.errorMessage { 
    color:#ed1c24;
    display:none;
    height:25px;
}

input.text-danger {
    border: 1px solid #a94442 !important;
}

.calchint {
    background: #fff;
    border: solid 2px #ffa53a;
    padding:5px;
    float:left;
    margin-top: 5px;
    width: 63.5%;
    -moz-border-radius: 4px;
    border-radius: 0;
}

.hintcontainer {
    display:none;
}

.hintcontainer .input-label {
    height:40px;
}

.calc_recomm_btn {
    clear:both;
    width:100%;
    text-align:center;
    display:none;
    background:#ddd;
    font-weight:bold;
    margin-top:2px;
}

#ul_media {
    margin-left:0px;
    padding-left:0px;
}

.ui-selectmenu-menu.ui-front {
    z-index:99999999999999;
}

.ui-selectmenu-button.ui-button.calc {
    width:100%;
    
}

.ui-menu-item-wrapper {
    font-family:inherit;
    background:#e6e7e8;
    font-size:10pt;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 3em;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: 0.1em;
}
.ui-selectmenu-icon.ui-icon {
    height:25px;
    width:25px;
    margin: 7px 7px;
    float:left;
}
.ui-menu.imgselect {
    max-height:200px;
    overflow-y: scroll;
}
option.iconoption {
    background-repeat: no-repeat !important;
    padding-left: 20px;
}
.iconoption .ui-icon {
    background-position: left top;
}

.third-row-before {
    visibility:hidden;
}


@media only screen and (max-width : 767px){
	.input-field{
		width: auto;
		/*margin-top: 0;*/
		/*margin-bottom: 15px;*/
                margin-right: 30px;
                float:none;
	}
	.infobox-button, .infobox-button-container{
		width: 25px;
                margin-left:5px;
	}
	.input-label{
		width: 100%;
	}
	.grossprice-highlight .input-label span {
		font-size:20px;
		height: auto;
		text-align: left;
	}
	.input-label span{
		text-align: left;
	}
	
	.title_mobile{
		/*width: 80%;*/
		padding-left : 5px ;
	}
	.calculator_print{
		padding: 0 !important;
		text-align: center !important;
	}
	.mobile_box{
		margin: 10px 0;
		overflow: unset !important;
	}
	.title-caption{
		width: 80% !important;
	}
	.input_mo_label{
		width: 66.66666667% !important;
	}
	.input_mo_field{
		width: 33.33333333% !important;
                float:right;
	}
	.span_mo{
		float: left !important;
	}
	.third-row-first{
		width: 100% !important;
	}
	.third-row-before{
		display: none !important;
		width: 100% !important;
	}
	.third-row-paper{
		width: 100% !important;
		text-align: center !important;
                /*border-radius:4px !important;*/
	}
	.paper_input_field{
		width: 100% !important;
		margin-bottom: 5px;
	}
	.paper_input_label{
		text-align: center !important;
		margin-top: 5px;
		margin-bottom: -10px;
	}
	.calculator_print_btn{
		display: none !important;
	}
	.calculator_print_basket{
		width: 100% !important;
	}
	.smaller-font-button-alt.last {
		margin-left: 0;
	}
	.calculator_mo_btn{
		display: block !important;
		width: 100% !important;
		padding-right: 0 !important;
		margin: 40px 0 20px 0!important;
	}
	.toggle-button-expand{
		float: right !important;
		margin-left: 0.5em;
		margin-right: 0;
	}
	.auflage_2_input {
		width: 100% !important;
	}
	.no-select{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.title_gesamt_konsten{
		width: 100% !important;
	}
	#product-lightbox-container{
		overflow-x : auto !important;
	}
	#cboxContent,#cboxWrapper{max-width: 600px !important; width: auto !important;}
	#cboxLoadedContent{max-width: 600px !important; width: auto !important;}
	#cboxClose{right: unset !important}
	#cboxTitle{display: none !important}
	.infobox{
		min-width: 10px !important;
	}
        .calchint {
            width: 93%;
        }
        .hintcontainer .input-label {
            display:none;
        }
        .hintcontainer {
            width:100%;
        }
        .divider-box {
            margin-bottom:15px;
            border:none;
            box-shadow: none;
            background: none;
        }
        .third-row {
            height:auto !important;
        }
        #paper_input_label {
            top:0px !important;
        }
        input.wunschformat {
            width:24%;
        }
}

@media only screen and (max-width : 320px) {
    #cboxContent,#cboxWrapper{max-width: 320px !important; width: auto !important;}
	#cboxLoadedContent{max-width: 320px !important; width: auto !important;}
	#cboxClose{right: unset !important}
	#cboxTitle{display: none !important}
}

@media only screen and (max-width : 450px) {
    #cboxContent,#cboxWrapper{max-width: 375px !important; width: auto !important;}
	#cboxLoadedContent{max-width: 375px !important; width: auto !important;}
	#cboxClose{right: unset !important}
	#cboxTitle{display: none !important}
}

#calccontainer {
    border:solid 1px #ccc;box-shadow:5px 5px 5px #ccc;
}

#calccontainer > .row {
    /*display: table;*/
    height:100%;
    padding-bottom: 25px;
}

.information, .tobasket {
    height:100%;
}

.calc_recomm_btn a {
    text-decoration:none;
}

select.redborder {
    border:#e80000 solid 1px;
}

/*:target:before {
content:"";
display:block;
height:90px; 
margin:-90px 0 0; 
}*/

[id^=container_]::before {
    display: block;
    content: ' ';
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}

.hrtopbottom {
    border-bottom:1px solid; 
    border-top:1px solid;
    margin-top:20px;
    margin-bottom:10px;
    padding: 0 20px;
}

.hrtop {
    border-top:1px solid;
    margin-top:20px;
    padding: 20px 20px 10px 20px;
}


@media only screen and (max-width : 1023px) {
    #pricesBox_bottom {
        display:block;
    }
    #buttonBox_bottom {
        display: block;
    }
}

@media only screen and (min-width : 1024px) {
    #pricesBox_bottom {
        display:none;
    }
    #buttonBox_bottom {
        display: none;
    }
    .row.sameHeight {
        display: flex;
        flex-flow: row wrap;
    }
    .row.sameHeight::before {
        display:block !important;
    }
}

label.btn {
    white-space: normal !important;
}

.btn-group label.btn {
    height:60px;
    margin-bottom: 5px;
    text-align: left;
    padding-right: 35px;
}

.btn-group > .btn input[type="radio"] {
    clip: auto !important;
    height: auto !important;
    width: auto;
    -webkit-appearance: none;
    padding: 0.5em;
    outline: 0.1em solid #333;
    outline-offset: 0.1em;
    background: none;
    right: 10px;
}

.btn-group > .btn input[type="radio"]:checked {
  display: inline-block;
  background-color: #000 !important;
}

input[name^=radios_] {
    border: none !important;
}

input[name^=radios_]:checked {
    background-image: url(../bg/x_red.png) !important;
    background-size: 15px 15px !important;
}