
#scheme {width: 540px;border: 1px solid black;padding: 10px;}
#scheme-top{border-bottom: 1px solid black;}



.control-label {width: 157px !important;}
.ui-autocomplete {
    max-height: 250px !important;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
#errorbox { display: none; }


/** Style EDIT **/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
	padding: 0px;
	margin: 0px;
	}

body {
    /*background: #f2f2f2 url("../img/bg_texture.png") no-repeat fixed left bottom;*/
    height: 100%;
    padding-top: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
}

.nomobile{display: block; visibility: visible;}
.noscreen{display: none; visibility: hidden;}
.notablet{display: block; visibility: visible;}
.tablet{display: none; visibility: hidden;}
	

* html body,
* html body input[type="submit"]{
   font-family: Arial, Helvetica, sans-serif !important;
}

h1{font-size: 1.8em; line-height: 1em; margin-bottom: 0.3em !important; color: #4d4d4d;}
.greybox > h3{font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 1em; margin-bottom: 1em; color: #000000; font-weight: bold;}
p {
    font-size: 1em;
    margin: 0 0 1em;
}

.data-toggle{cursor: pointer;}
label, input, button, select, textarea {
    font-size: 1em !important;
    font-weight: normal;
    line-height: 1.5em;
	font-style: normal !important;
	}
	
label span.error {
    color: #b94a48 !important;
}	
select.error, input.error {
    color: #b94a48 !important;
	border: 1px solid #b94a48;
}
select option{
 font-style: normal !important;
}
.page-header{border-bottom: 0px;}



.navbar-fixed-top{
	position: relative;
	}

.navbar-inner {
    border-bottom: 10px solid #1967af !important; /* GRÜN*/
	-o-box-shadow: 0px -2px 0px #ffffff inset !important;
	-ms-box-shadow: 0px -2px 0px #ffffff inset !important;
	-moz-box-shadow: 0px -2px 0px #ffffff inset !important;
	-webkit-box-shadow: 0px -2px 0px #ffffff inset !important;
    box-shadow: 0px -2px 0px #ffffff inset !important;
	background: #ffffff !important;
}

.navbar-inner .container {
    vertical-align: middle;
    vertical-align: middle;
    min-height: 100px;
}

.navbar-inner .container h1{
	display: none;
	}
	
.navbar .brand {
    top: 0px;
}

.navbar-inner .container {
    background-image: url('../img/dg-logo.png');
    background-repeat: no-repeat;
    background-position: right;
	background-size: 172px auto;
}

#content {
	padding: 1em 0px;
}


div#footer {
    width: 100%;
    text-align: center;
    position: relative;
	padding: 0px 0px 1.5em 0px;
    bottom: 0px;
}

body > .container h1 {
	color: #4d4d4d; /*ORANGE*/
    line-height: 1em;	
	font-weight: normal;
	}


div.greybox{
	position: relative;
	background: #f4f4f4;
	-o-box-shadow: 10px 30px 15px -20px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 10px 30px 15px -20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 30px 15px -20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 10px 30px 15px -20px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 30px 15px -20px rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 40px 3% 45px;
    width: 94%;
	margin-bottom: 30px;
}



.span9{
	width: 93%;
	}

h1 {
	font-weight: normal;
}

/* Home */
.list-of-buttons {
	display: flex;
	justify-content: center;
	width: calc(100% - 20px);
}

.list-of-buttons > div {
	width: 100%;
	margin: 0 10px 20px 10px;
	max-width: 350px;
}

.list-of-buttons p {
	margin: 0;
}

.list-of-buttons a {
    color: #ffffff;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
    height: 100%;
	background: #1967af;
	border-radius: 4px;
	height: 100%;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transition: background 0.5s;
}

.list-of-buttons a:hover {
	background: #2b5f8f;
}

#site-3 div.greybox {
	padding-bottom: 20px;
}


/* Formulare */
label {
    width: 100% !important;
    text-align: left !important;
    display: inline-block;
}	
	

.form-horizontal .controls {
    margin-left: 0px;
}

.form-horizontal .controls input {
    width: 90%;
    padding: 8px 10px 10px;
 	border: 1px solid #cccccc !important;
    border-radius: 4px !important;
}

.form-horizontal .controls select {
    border: 1px solid #b5b5b5 !important;;
    border-radius: 4px;
    height: 37px;
    padding: 8px 10px 10px;
    width: 94%;
}



.form-horizontal .controls input:focus,
.form-horizontal .controls select:focus {
	border-color: rgba(82, 168, 236, 0.8);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	}

.form-horizontal .controls select option {
    padding: 5px 10px 7px;
}

label input[type="radio"] {
    position: relative;
    top: -4px;
    margin-right: 3px !important;
}


div.control-group {
    width: 50%;
}


/* Buttons */
.form-horizontal .controls input[type="submit"] {
    border: medium none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.btn-primary {
    background-color: #1966af;
    border: 0px !important;
    border-radius: 4px;
    float: left;
    font-family: Arial, Helvetica,sans-serif;
	font-size: 1em;
    width: auto !important;
    color: #ffffff;
    text-shadow: none;
	background-image: none;

	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.btn-primary:hover {
	background-color:  #165999;  	/*ORANGE*/
	-o-filter: saturate(80%) opacity(95%);
	-ms-filter: saturate(80%) opacity(95%);
	-moz-filter: saturate(80%) opacity(95%);
	-webkit-filter: saturate(80%) opacity(95%);
	filter: saturate(80%) opacity(95%);
	}


.btn.btn-primary small {
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.65em;
    line-height: 1em;
    margin-left: 20px;
    text-align: left;
    text-transform: none;
    width: 215px !important;
}


a.btn, 
button.btn {
    border: medium none;
    font-size: 1.1em !important;
    padding: 0.3em 50px 0.5em;
	background-image: none;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
}

button.btn {
    background-color: #1966af;
    border: 0px !important;
    border-radius: 4px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    font-size: 1.1em;
    padding: 0.3em 50px 0.5em !important;
    width: auto !important;
    color: #ffffff !important;
    text-shadow: none;
	background-image: none;


	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;

	margin-right: 10px;
}

button.btn:hover {
	background-color:  #165999;  	/*ORANGE*/
	-o-filter: saturate(80%) opacity(95%);
	-ms-filter: saturate(80%) opacity(95%);
	-moz-filter: saturate(80%) opacity(95%);
	-webkit-filter: saturate(80%) opacity(95%);
	filter: saturate(80%) opacity(95%);
	}

a.btn {
    border: medium none;
    font-size: 1.1em;
    /*padding: 13px 50px 16px;*/
	background-image: none;	
	background-color: #1967af;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	text-shadow: none;
	color: #ffffff !important;
   
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

a.btn:hover {
	background-color:  #165999;  	/*ORANGE*/
	-o-filter: saturate(80%) opacity(95%);
	-ms-filter: saturate(80%) opacity(95%);
	-moz-filter: saturate(80%) opacity(95%);
	-webkit-filter: saturate(80%) opacity(95%);
	filter: saturate(80%) opacity(95%);
}

.btn{line-height: 2em !important; padding: 0px;}

a.btn-danger {
    border: medium none;
    font-size: 1.1em;
	background-image: none;	

	border-radius: 4px;
	float: left;
	margin-right: 10px;
	background-color: #ed1c24;
	
 	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;	

    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
}

a.btn-danger:hover {
	background-color: #1967af;		/*ORANGE*/
}


.form-actions {
    background-color: none;
    border-top: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
	position: relative;
}

.form-horizontal .form-actions {
    padding-left: 0px;
	display: inline-block;	
}

button.btn-primary {
    float: none;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
	font-size: 1.1em !important;
	margin-bottom: 0.5em;

}

form input,
form select,
form textarea{
	font-size: 0.9em !important;}


/****************
* Form Step 1
****************/
#form-step-1 .control-group{float: left;}

hr.clearer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none !important;
    box-shadow: none;
    display: inline-block;
    float: none;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}


.dollar input#price {
    float: left;
    margin-right: 6%;
    text-indent: 3px;
    width: 90%;
	position: absolute;
}

.form-horizontal .controls input {
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    padding: 8px 10px 10px;
}

.dollar {
    display: inline-block;
    float: none;
    height: 40px !important;
    position: relative !important;
    top: 0 !important;
    width: 100%;
}

.dollar span {
    background: #dddddd none repeat scroll 0 0;
    color: #555555;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    height: 32px;
    padding: 0.5em 0 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
    width: 40px;
    z-index: 1;
    border-radius: 0 4px 4px 0;
    right: 29px;	
}

/* Inhalte */
.well {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    margin-bottom: 0px;
    min-height: none;
    padding: 0px;
}


.alert-info {
    background-color: transparent;
    border-color: none;
    color: #888888;
}
.alert {
    background-color: transparent;
    border: 0px;
    border-radius: none;
    color: #888888;
    margin-bottom: 20px;
    padding: 0;
    text-shadow: none;
}

.alert-warn {
	color: #ed1c24;
}

ul.list-of-buttons {
    display: inline-block;
    list-style: inside none none;
    margin: 0;
    width: 100%;
}


ul.list-of-buttons li {
	background-color: #1967af;
    float: left;
    border-radius: 4px;
    height: 74px !important;
    vertical-align: middle;
    position: relative;
    display: table;	

 	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

ul.list-of-buttons li:hover {
 	background-color:  #165999;  	/*ORANGE*/
	-o-filter: saturate(80%) opacity(95%);
	-ms-filter: saturate(80%) opacity(95%);
	-moz-filter: saturate(80%) opacity(95%);
	-webkit-filter: saturate(80%) opacity(95%);
	filter: saturate(80%) opacity(95%);
}

ul.list-of-buttons li:last-child {
    margin-right: 0% !important;
}



ul.list-of-buttons li.num-1 {margin: 0px auto !important; width: 35%; float: none;}
ul.list-of-buttons li.num-2 {margin-right: 2%; width: 48%;}
ul.list-of-buttons li.num-3 {margin-right: 2%; width: 32%;}
ul.list-of-buttons li.num-4 {margin-right: 1%; width: 24%;}
ul.list-of-buttons li.num-5 {margin-right: 2%; width: 18%;}


ul.list-of-buttons li:hover {
 	background-color:  #165999;  	/*ORANGE*/
	-o-filter: saturate(80%) opacity(95%);
	-ms-filter: saturate(80%) opacity(95%);
	-moz-filter: saturate(80%) opacity(95%);
	-webkit-filter: saturate(80%) opacity(95%);
	filter: saturate(80%) opacity(95%);
}
ul.list-of-buttons li a {
    color: #ffffff;
    font-size: 1.3em;
    padding: 0.5em 2% 0.8em;
    text-align: center;
    text-decoration: none;
    width: 96%;
    height: 100%;
    vertical-align: middle;
	display: table-cell;	
}


/* COVERAGE SCHEMES */

#coverage-schemes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#coverage-schemes #scheme.num-1 {
	width: 100%;
}

#coverage-schemes #scheme.num-2 {
	width: calc(100%/2 - 15px);
}

#coverage-schemes #scheme.num-2 #scheme-main div:last-of-type {
	
}

/*div#coverage-schemes {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}*/

#scheme {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    float: left;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}

#scheme-top {
    background: #009fe4 none repeat scroll 0 0;
    border: 1px solid #009fe4;
    border-radius: 0px;
    color: #ffffff;
    padding: 1px 20px 20px;
	text-align: center;
}


#scheme-top h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#scheme-top h4 {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 1em;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0.2em;
}

#scheme-main {
    border-top: 0px;
    border-radius: 0px;
    padding: 5%;
  	display: inline-block;
    width: 90%;	
}


#scheme-main > span {
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 90% !important;
}

#scheme label input[type="radio"] {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    border: medium none !important;
    -o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
    left: -15px;
}
#scheme label {
    color: transparent;
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
	z-index: 900;
	
}

#scheme.activescheme {
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
#scheme.activescheme #scheme-top {
    background: #1967af none repeat scroll 0 0;  /*ORANGE*/
	border-color: #1967af;						/*ORANGE*/
}

#scheme-main > div > ul {
    list-style: outside none none;
	margin: 0;
    padding: 0;
}

#scheme-main > div > ul > span{
	text-align: left;
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 1.2em;
	}

#scheme ul#list-excludes li img {
    width: 18px;
    top: -2px;
}
#scheme ul#list-cov li img {
    width: 35px;
    top: -2px;
}
#scheme ul li img {
    position: relative;
    margin-right: 0.3em;
}


#scheme-main > div > ul#list-cov{
	width: 45%;
	float: left;
	margin-right: 5%
	}

#scheme-main > div > ul#list-excludes,
#scheme-main > div > ul#deductible {
	width: 45%;
	float: right;
	}


#list-cov > li::before {
    content: "\f05d";
    color: limegreen;
    font-family: FontAwesome;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    left: -25px;
    position: absolute;
    text-decoration: inherit;
    top: 1px;
}

#scheme-main > div > ul#list-cov > li {
    line-height: 1em;
    margin-bottom: 1em;
    margin-left: 25px;
    position: relative;
}


ul#list-excludes > li::before {
    content: "\f192";
    color: #000000;
    font-family: FontAwesome;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    left: -25px;
    position: absolute;
    text-decoration: inherit;
    top: 1px;
}



#scheme-main > div > ul#list-excludes > li {
    line-height: 1em;
    margin-bottom: 2em !important;
    position: relative;
	top: 9px;
    margin-left: 25px;
}

#scheme-main > div > ul#deductible{
	line-height: 1em;
    margin-bottom: 2em !important;
    position: relative;
	top: 9px;
    margin-left: 25px;
	}

#scheme-main > div {
    display: inline-block;
    float: none;
    left: 0;
    position: relative;
    width: 90%;
    z-index: 1000;
}

/*
#scheme-main > ul > li:before {
    content:  "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: -25px;
	top: 2px;
    color: lightgreen;	
}
*/



div#coverage-schemes #scheme:nth-last-child(2) {
    margin-right: 0 !important;
}
/* <br />s ausblenden*/
div#coverage-schemes > br:nth-child(2n) {
    display: none !important;
    visibility: hidden;
}



div#coverage-schemes #scheme.num-1 {
    border-radius: 4px !important;
    display: block;
    float: none;
    left: 0;
    margin-bottom: 28px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    position: relative !important;
    right: 0;
    width: 70%;
}


/*
div#coverage-schemes #scheme.num-1 {margin: 0px 0px !important; width: 35%; float: none;}
div#coverage-schemes #scheme.num-2 {margin-right: 2%; width: 48%;}
div#coverage-schemes #scheme.num-3 {margin-right: 2%; width: 32%;}
div#coverage-schemes #scheme.num-4 {margin-right: 2%; width: 23%;}
div#coverage-schemes #scheme.num-5 {margin-right: 2%; width: 18%;}*/


/* STEP 4 NC */

#form-step-4 input,
#form-csa input {
    display: inline-block;
    float: left;
    height: auto;
    padding: 5px 10px 8px;
    position: relative;
    width: auto;
	margin: 0px 15px 0px 0px;
}


#form-csa select {
    display: inline-block;
    float: left;
    height: 32px;;
    margin: 0 15px 0 0;
    padding: 1px 10px 3px;
    position: relative;
    width: 77%;
}

#form-csa textarea{
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    width: 89%;
}

#form-csa  div.checkbox {
    padding: 0px;
}
#form-csa  div.checkbox label input {
    top: 4px;
}


#form-step-4 .control-group,
#form-csa .control-group{
	width: 100%;}

#form-step-4 .controls,
#form-csa .controls {
    margin-left: 180px;
}


#form-step-4 label.checkbox,
#form-csa label.checkbox {
    margin-right: 19px;
    padding: 7px 0 0;
    width: auto !important;
}

#form-step-4 input[type="text"],
#form-step-4 input[type="tel"],
#form-csa input[type="text"],
#form-csa input[type="tel"],
#form-step-4 input[type="email"],
#form-csa input[type="email"] {
	margin-right: 3%;
	width: 35%;
}
#form-step-4 input[type="radio"],
#form-csa input[type="radio"] {
    top: 3px;
}

#form-csa input[type="password"] {
    width: 35%;
}


#form-step-4 select#salutation {
    height: 37px;
    margin-right: 3%;
    width: 22%;
    font-size: 0.9em !important;
}

#form-step-4 input#first_name {
    margin-right: 3%;
    width: 22%;
}

#form-step-4 input#last_name {
    width: 22%;
}

#form-step-4 input#address,
#form-step-4 input#address2  {
    width: 75% !important;
}

#form-step-4 select#state {
    font-size: 0.9em !important;
    height: 35px;
    margin-left: 0;
    margin-right: 3%;
    width: 22%;
}

#form-step-4 input#zipcode {
    width: 10% !important;
}


#form-step-4.form-horizontal .control-label{width: 200px !important}

/* Checkboxinfo */
p.labelinfo {
    margin-bottom: 2em !important;
    margin-left: 23px;
}
input#chk_offer {
    top: 4px;
}

div.checkhead > input {
    float: left;
    display: inline-block;
}
div.checkhead > label {
    float: left;
    left: 23px;
    position: absolute;
    top: -2px;
    display: inline-block;
    font-weight: bold;
	cursor: pointer;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

div.checkhead > label:hover, 
div.checkhead > label:focus{
	color: #1967af;
	}

div.checkhead {
    position: relative;
    display: block;
    width: 90%;
	height: 30px;
}



/* STEP 5*/

.wrap-mask {
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
}

.input-mask {
    display: block;
    float: left;
    width: 66%;
}


.summary-row {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
    display: inline-block;
    float: right;
    padding: 10px 0 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
}
.summary-row .summary-point > *{
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 0.5em;
    font-size: 0.9em;
    line-height: 1.2em;	
}

.summary-row .summary-point {
	 border-bottom: 1px solid #cccccc;
	 -o-box-shadow: 0 1px 0 #ffffff;
	 -ms-box-shadow: 0 1px 0 #ffffff;
	 -moz-box-shadow: 0 1px 0 #ffffff;
	 -webkit-box-shadow: 0 1px 0 #ffffff;
	 box-shadow: 0 1px 0 #ffffff;
	}
.summary-row .summary-point:last-child {
 border-bottom: none;
 -o-box-shadow: none;
 -ms-box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.summary-row .summary-point > h4{
	color: #00a9ec;
	font-size: 1em;}

.summary-point span {
    color: #888888;
    min-width: 130px;
}


.coverage > span {
    display: block !important;
}

div.coverage span.highlight {
    color: #00a9ec;
    font-size: 1.3em;
    margin: 10px 0;
}

div.coverage span.highlight small {
    color: #333333;
    display: block;
    font-size: 0.7em;
}


/* Payment Tabnavi */

#tab-navi {
    display: inline-block;
    width: 100%;
}

#tab-navi > div.tab {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555555;
    float: left;
    height: 30px;
    margin-right: 2%;
    padding: 1em 0 1.2em;
	overflow: hidden;
    position: relative;
    text-align: center;
	width: 48%;
}

#tab-navi > div:last-child{margin-right:0px;}

#tab-navi > div.tab.pruef-active{
	background-color: #00a9ec;
	color: #ffffff;
	border-color: #00a9ec; 
	}

div.box-paymentform {
    display: inline-block;
    float: left;
    width: 100%;
}

#formCreditCard{display: none;}

#tab-navi .tab input {
    -o-background: transparent;
	-ms-background: transparent;
	-moz-background: transparent;
	-webkit-background: transparent;
	background: transparent;
    border: 0 none;
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0px;
    padding: 0px;
	display: none;
}

#tab-navi .tab > label {
    cursor: pointer;
    display: block;
    font-size: 1.2em !important;
    height: 100% !important;
    left: 0;
    padding-top: 15px;
    position: absolute;
    text-align: center !important;
    top: 0 !important;
    width: 100%;	
}

#payment-form .form-group.has-error input{border-color: #ff0000;}
#payment-form .form-group.has-error label{color: #ff0000;}



h4.validation.text-danger:before{
	content:"\f00d  "; 
	color: #ed1c24; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}
h4.validation.text-danger:after{content:"Validation failed!"; color: #ed1c24;}

h4.validation.text-success:before{
	content:"\f00c  "; 
	color: green; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}
	
h4.validation.text-success:after{content:"Validation passed!"; color: green;}

/*PAYMENT-Content*/
form#payment-form {
    position: absolute;
    top: 125px;
    width: 60%;	
}


.box-paymentform > h3 {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 1em;
}

#payment-placeholder-box {
    float: left;
    min-height: 400px;
    width: 65%;
}

form.choose-payment {
    min-height: 600px;
    position: relative;
}


button.btn-payment-submit {
    float: right !important;
    font-size: 1em;
    height: 37px !important;
    margin-right: 0 !important;
    padding: 0px 1em 3px 1em !important;
    margin: 0px !important;
    line-height: 0px !important;
    border-radius: 5px;

    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;	
}

form#payment-form .form-group {
    display: inline-block;
    width: 100%;
    float: none;
}
form#payment-form .form-group label {
    float: left;
    width: 35% !important;
}

form#payment-form .form-group input {
    float: right;
    width: 60%;
}




/* Errorhandling */
#errorboxerror {
    color: #b94a48 !important;
    border: 1px solid rgba(255,0,0,0.2);
    border-radius: 4px;
    background: rgba(255,0,0,0.1);
    padding: 10px 20px 29px;
}


.control-group.error .checkbox, 
.control-group.error .radio, 
.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: transparent;
    -o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    color: #b94a48;
}


/* Summary Print */
div.summary-print table,
div.summary-print table tr,
div.summary-print table tr th,  
div.summary-print table tr td {
    border: 0px;
	background: none;
}


div.summary-print table tr td,
div.summary-print table tr th {
    border-bottom: 1px solid #b5b5b5 !important;
    border-radius: 0 !important;
    padding: 10px;
    -o-box-shadow: 0px 1px 0px #ffffff inset;
	-ms-box-shadow: 0px 1px 0px #ffffff inset;
	-moz-box-shadow: 0px 1px 0px #ffffff inset;
	-webkit-box-shadow: 0px 1px 0px #ffffff inset;
	box-shadow: 0px 1px 0px #ffffff inset;
}

div.summary-print table thead tr th {
 	border-top: 1px solid #b5b5b5 !important;
    -o-box-shadow: 0px 1px 0px #ffffff inset;
	-ms-box-shadow: 0px 1px 0px #ffffff inset;
	-moz-box-shadow: 0px 1px 0px #ffffff inset;
	-webkit-box-shadow: 0px 1px 0px #ffffff inset;
	box-shadow: 0px 1px 0px #ffffff inset;
}


/* EDIT USER AGENT */

.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child, .table-bordered, .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child, .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child, .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
	border-radius: 0 !important;
}

table#tbl_employee th, table#tbl_employee td {
	line-height: 1;
	vertical-align: middle;
}

table#tbl_employee {
    border: 0px;
    -o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

table#tbl_employee thead tr th {
    background: #009fe4;
    color: #ffffff;
    text-decoration: none !important;
    padding: 15px;
	border: 0px;
    border-right: 1px solid #ffffff !important;
	font-weight: bold !important;
}

table#tbl_employee thead tr th:last-child {
	border-right: none;
}

table#tbl_employee tbody td {
	border: 1px solid #ddd;
	border-top: none;
	border-right: none;
	padding: 10px;
}

table#tbl_employee tbody td:last-child {
	border-right: 1px solid #ddd;
}

table#tbl_employee tbody tr:hover td, 
table#tbl_employee tbody tr:nth-child(2n+1):hover td {
    background: #ddd;
}

table#tbl_employee a.btn.btn-mini, table#tbl_employee button.btn.btn-mini {
	padding: 0 !important;
}

table .btn {
	line-height: 1 !important;
}

.btn-mini,
a.btn-mini,
button.btn-mini {
    background: transparent !important;
    border-radius: 0 !important;
    -o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
    padding: 4px !important;
    width: auto !important;
}
button.btn.btn-mini,
a.btn.btn-mini {padding: 4px !important;}

.btn-mini > i{
    color: #00a9ec;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.btn-mini:hover > i.fa-pencil-square-o{color: #1967af;}
.btn-mini:hover > i.fa-trash-o{color: #ed1c24;}

.btn-mini > i {font-size: 18px;}



/* Logout */
#logout-window {
    width: 100%;
    border-top: 1px dotted #b5b5b5;
    margin: 0px;
    padding: 0px 0px 40px;
	-o-box-shadow: 0px -1px 0px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px -1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px -1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px -1px 0px rgba(255,255,255,0.5);
    box-shadow: 0px -1px 0px rgba(255,255,255,0.5);
    margin-top: 40px;
    border-bottom: 1px dotted #b5b5b5;
    height: 25px;
	display: inline-block;
	position: relative;
}

#logout-window span{
	float:left;
	margin-right: 5px;
	padding-right: 5px;
	}




#logout-window span:first-child{
	color: #1967af;				/*ORANGE*/
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	font-weight: bold;
	}


#logout-window strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}


#logout-window .control-group {
    float: right;
    position: absolute;
    right: 0px;
    margin: 0px;
    text-align: right;
}

#btn_logoff {
    background: #1967af !important;  /*GRÜN*/
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
	box-shadow: none !important;
    border: 0px;
    padding: 5px 23px 6px;
    width: auto;
    position: relative;
    top: -2px;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.05em;

	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	
}	
#btn_logoff:hover{
    background: #00a9ec !important; /*ORANGE*/
}	


.icon-info-sign {
    background-position: -120px -96px;
    cursor: pointer;
	position:relative;
	z-index:200000;
}

.control-label{position: relative;}
.infobox {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    bottom: 10px;
    left: 65px;
    padding: 20px;
    position: absolute;
    width: 200px;
    z-index: 10000;
	display: none;
}


.greybox span {
    display: inline-block;
}

/* UPLOADS */
table.tx-filelist-pi1-table {
    width: 100%;
}
table.tx-filelist-pi1-table tr th:last-child {
    border-radius: 0px 4px 0px 0px;
}
table.tx-filelist-pi1-table tr th:first-child {
    border-radius: 4px 0px 0px 0px;
}
table.tx-filelist-pi1-table tr th {
    background: #009fe4 none repeat scroll 0 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 10px 14px;
}

table.tx-filelist-pi1-table tr td {
    padding: 5px 10px 7px;
}
table.tx-filelist-pi1-table tbody tr:nth-child(2n-1) td {
    background: #ffffff none repeat scroll 0 0;
}
table.tx-filelist-pi1-table tr td:last-child {
}
table.tx-filelist-pi1-table tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}
table.tx-filelist-pi1-table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px !important;
}
table.tx-filelist-pi1-table tbody tr:nth-child(2n) td {
    background: #eeeeee none repeat scroll 0 0;
}

.tx-filelist table th, .tx-filelist table td {
	vertical-align: middle;
	line-height: 1;
}

.tx-filelist table thead {
	background: #009fe4;
	color: #fff;
}

.tx-filelist table thead tr th {
	border-right: 1px solid #fff;
	padding: 15px;
}
.tx-filelist table thead tr th:last-child {
	border-right: none;
}

.tx-filelist table tbody {
	border: 1px solid #ddd;
	border-top: none;
}

.tx-filelist table td {
	border-right: 1px solid #ddd;
	padding: 10px;
}
.tx-filelist table td:last-child {
	border-right: none;
}

.tx-filelist table tbody tr:nth-child(2n+1) td {
	background-color: #f9f9f9;
}

.tx-filelist table tbody tr:hover td,
.tx-filelist table tbody tr:nth-child(2n+1):hover td{
	background: #ddd;
}

#site-35 .tx-filelist button.btn.btn-mini.btn-danger.delete-button {
	color: #4d4d4d !important;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
}

#site-35 .tx-filelist button.btn.btn-mini.btn-danger.delete-button::after {
	margin-left: 5px;
	color: #009fe4;
}

#site-35 .tx-filelist button.btn.btn-mini.btn-danger.delete-button:hover,
#site-35 .tx-filelist button.btn.btn-mini.btn-danger.delete-button:hover::after{
	color: #ed1c24 !important;
}

.tx-filelist table a {
	word-break: break-all;
}

#site-35 .form-actions {
	background: none;
	margin: 0;
}

#site-35 .form-actions .btn.btn-primary {
	margin: 0;
}

#site-35 #upload {
	display: flex;
	flex-wrap: wrap;
}

#site-35 #upload  .control-group.upload {
	width: calc(100% - 256px);
	padding-right: 40px;
	margin: 0;
}

div.upload {
    left: 0;
    position: relative;
    width: 100%;
}

.upload div div {
    padding: 0;
    position: relative;
	width: calc(100% - 157px);
}
.upload div div a.btn_upload {
    border-radius: 4px !important;
    color: #ffffff;
    font-size: 1em !important;
    margin: 0;
    padding: 6px 7px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 24px;
	z-index:100000;
}

.btn.btn-mini.btn-danger.delete-button {
    font-size: 0;
    min-width: auto;
    width: auto;
    margin: -4px 0 0 10px;
    margin: -0.25rem 0 0 0.625rem;
    line-height: 1;
    display: inline-block;
}

.delete-button::after {
    content: "\f1f8";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-size: 0.875rem;
}

div.upload div input {
    width: 100%;
    float: left;
}

div.upload div div input {
    width: 100% !important;
    position: relative;
    padding: 7px 0px 11px 0px !important;
	text-indent: 10px;
}

.input-append{
	font-size: 1em !important;
	}
	

.icon-upload {
    background-position: -227px -39px;
    background-size: 3362% auto;
    height: 21px;
    overflow: visible;
    width: 22px;
}	

i.icon-upload {
    position: relative;
	background: none;
	cursor: pointer;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
i.icon-upload:before {
    content: "\f01b";
    color: #555555;
    font-family: FontAwesome;
    font-size: 1.6em;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 4px;
}



/* STATISTIC */
table#reports {
    width: 100%;
	 border: 0px;
}
table#reports tr th:last-child {
    border-radius: 0px 4px 0px 0px;
}
table#reports tr th:first-child {
    border-radius: 4px 0px 0px 0px;
}
table#reports tr th {
    background: #009fe4 none repeat scroll 0 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 10px 14px;
}

table#reports tr td {
    padding: 5px 10px 7px;
}
table#reports tbody tr:nth-child(2n-1) td {
    background: #ffffff none repeat scroll 0 0;
}
table#reports tr td:last-child {
}
table#reports tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}
table#reports tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px !important;
}
table#reports tbody tr:nth-child(2n) td {
    background: #eeeeee none repeat scroll 0 0;
}


table#reports.table-bordered th, 
table#reports.table-bordered td {
    border-left: 0px solid #dddddd;
}

/* LangMenu */
div#lang-menu {
    width: 1170px;
    margin: 0px auto;
    position: relative;
}
div#lang-menu ul {
    display: inline-block;
    float: right;
    margin: 0 auto !important;
    width: auto !important;
}

div#lang-menu ul li {
    float: left;
    list-style: none;
    margin-left: 12px;
	width: 30px;
}



div#lang-menu ul {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-bottom: 1px solid #00a9ec!important;    /*GRÜN*/
    border-image: none !important;
    border-left: 1px solid #00a9ec!important;		/*GRÜN*/
    border-right: 1px solid #00a9ec!important;		/*GRÜN*/
    border-top: 0px solid #00a9ec!important;		/*GRÜN*/
    display: inline-block;
    float: right;
    margin: 0 auto !important;
    padding: 5px 15px 5px 0;
    width: auto;
    border-radius: 0px 0px 4px 4px;
    width: 1170px;
    margin: 0px auto !important;	
}


.brand img {
    max-width: 240px;
    position: relative;
    top: 16px;
}


/****/
.tx-felogin-pi1	input#submit{width: 50% !important;}
	


/******************** Responsivity *************************/



@media (max-width:1200px) {			
	div#lang-menu {
		width: 940px;
		margin: 0px auto !important;
	}

	#logout-window {
		height: auto;
	}
	
	form.form-stacked > * {
		display: block !important;
		float: left !important;
		width: 80%;	
		text-align: left !important;	
	 }	

	#logout-window .control-group {
		text-align: right !important;
	}	 

	form#payment-form {width: 55%;}	
	
	.dollar span {right: 19px;}	
					
}

@media (max-width:979px) {
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0;
	}

	.navbar-inner .container {
		margin: 0px;
		padding: 1em 2%;
		background-position: right 5% center;
		width: 96%;
		min-height: 80px;
	}		
		
	.navbar .brand {
		margin: 0;
		padding: 0;
		top: 0;
	}
	
	.navbar brand img {
		max-width: 235px;
		position: relative;
		top: 16px;
	}	

		
	div.tx-felogin-pi1 {
		width: 93%;
		}		
			
	div#lang-menu {
		margin: 0 auto;
		position: relative;
		width: 738px;
		display: table;
		top: -20px;
	}
	form#payment-form {width: 60%;}	
	#form-step-4 input#address,
	#form-step-4 input#address2 {
		width: 77% !important;
	}
	
	.dollar span {
		right: 10px;
	}
	
	.tx-filelist table tbody {
		font-size: 13px;
	}
	
	.tx-filelist table td {
		padding: 8px;
	}
			
}

@media (max-width:770px) {	
	
	.notablet{display: none; visibility: hidden;}
	.tablet{display: block; visibility: visible;}
	
	body {
		padding: 0;
	 }	

	body > #content {
		margin: 0px auto !important;
		width: 90%;
		
	}
	#header {
		padding: auto 0px !important;
		margin: 0px;
		width: 100%;
	}


	div.tx-felogin-pi1 {
		width: 100%;
		}

	.tx-felogin-pi1 input#submit {
		float: right;
		width: 100% !important;
	}
	
	
	
	#btn_logoff {
		float: right;
	}
	
	
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0;
	}
	



	.control-group {
		width: 100% !important;
	}		

	.form-horizontal .controls input {
	 	border: 1px solid #cccccc !important;
		border-radius: 4px;
		padding: 8px 10px 10px;
		width: 100%;
		height: auto;
	}	
	
	.form-horizontal .controls input#price {
		width: 93%;
		margin-right: 0px;
		float:left;
	}
	.form-horizontal .controls span.price {
		float: right;
		position:relative;
		top: 9px;
	}	

	.form-horizontal .controls select {
		border: 1px solid #b5b5b5 !important;
		border-radius: 4px;
		height: 42px;
		padding: 8px 10px 10px;
		width: 96%;
	}	
	
	div.greybox {
		overflow: auto;
		padding: 15px 3%;
		width: 94%;
	}
	

	div#scheme.num-1,
	div#scheme.num-2,
	div#scheme.num-3,
	div#scheme.num-4,
	div#scheme.num-5 {
		width: 100% !important;
		margin: 0px 0px 20px 0px !important;
		float: none !important;
		}

	a.btn {
		float: left !important;
		margin-right: 10px;
		/*padding: 13px 15px 17px !important;*/
		}

	
	#form-step-1 input[type="text"], 
	#form-step-4 input[type="text"], 
	#form-step-1 input[type="tel"], 
	#form-step-4 input[type="tel"], 
	#form-csa input[type="text"],
	#form-csa input[type="tel"],
	#form-step-4 input[type="email"], 
	#form-csa input[type="email"]	 {
		display: block;
		float: none;
		margin-bottom: 0em;
		margin-right: 0 !important;
		width: 96% !important;
		}	

	#form-step-4 .controls-row input[type="text"], 
	#form-step-4 .controls-row input[type="tel"], 
	#form-csa .controls-row input[type="text"],
	#form-csa .controls-row input[type="tel"],
	#form-step-4 .controls-row input[type="email"], 
	#form-csa .controls-row input[type="email"]	 {
		margin-bottom: 1.5em;	
	}
	
	#form-csa textarea {
		width: 100%;
	}
		
	
	#form-step-4 label, 
	#form-csa label{
		margin-bottom: 1em !important;
	}
	#form-step-4 label:empty, 
	#form-csa label:empty,
    #form-step-4 .controls span:empty, 
	#form-csa .controls span:empty{
		display: none;
	}

	#form-step-4 .control-group, 
	#form-csa .control-group{
		margin-bottom: none;}

	ul.list-of-buttons li {
		height: 102px !important;
	}	
	
	ul.list-of-buttons li a {font-size: 1.2em;}
	
	div#lang-menu {
		margin: 0 auto;
		position: relative;
		width: 90%;
		display: table;
		top: 0px;
	}
	
	
	/*create-sales-agent-edit*/
	#form-step-4 .controls, #form-csa .controls {
		margin-left: 0;
	}

	#form-csa select {
		display: inline-block;
		float: left;
		height: 32px;
		margin: 0 15px 0 0;
		padding: 1px 10px 3px;
		position: relative;
		width: 100%;
	}

	#form-csa input[type="password"] {
		width: 100%;
	}


	/*uploads*/
	.upload div div {
		width: 100%;
	}
	
	#site-35 #upload .control-group.upload {
		padding: 0;
	}

	/*STEP 5*/
	.input-mask {
		width: 55%;
	}

	.summary-row {
		right: -17px;
	}

	#box-paymentform-in-content {
		float: left;
		width: 50%;
	}


	#tab-navi > div.tab {
		margin-bottom: 0.5em;
		width: 90% !important;
		height: 5px;
	}	
	
		
	#tab-navi .tab > label {
		padding-top: 4px !important;
	
	}

	#payment-placeholder-box {
		width: 50%;
	}
	
	form#payment-form {
		width: 45%;
	}
	
	#payment-placeholder-box {
		float: left;
		height: 445px;
	}
	
	form#payment-form .form-group label, form#payment-form .form-group input {
		float: none;
		width: 90% !important;
		display: block;
	}
	
	button.btn-payment-submit {
		float: left !important;
		}


	
	.form-horizontal .controls input[type="submit"] {
		padding: 0.5em 5% 0.5em !important;
		width: 100% !important;
	}



	#form-step-4 select#salutation,
	#form-step-4 select#state
	 {
		height: 36px;
		margin-bottom: 1em;
		width: 96%;
	}
	
	#form-step-4 input#address,
	#form-step-4 input#address2,
	#form-step-4 input#zipcode {
		width: 96% !important;
	}
	
	#payment-placeholder-box {
		float: left;
		height: 515px;
	}
	
	
	
	.input-mask {
		width: 70%;
	}
	#payment-placeholder-box {
		width: 65%;
	}
	#box-paymentform-in-content {
		float: left;
		width: 100%;
	}
		

	.dollar span {
		right: 4%;
	}

	.list-of-buttons {
		flex-wrap: wrap;
		width: 100%;
	}
	
	.list-of-buttons > div {
		width: 100%;
		margin: 0 0 10px 0;
		max-width: 100%;
	}

	#site-3 div.greybox {
		padding-bottom: 5px;
	}
	
}

@media (max-width:767px) {	
	
#content {
    padding: 1em 20px;
}
}

@media (max-width:515px) {	
	
#content {
    padding: 1em 20px;
}
	.navbar-inner .container img {
		display: none;
	}
}


@media (max-width:639px) {
	
	/*Tabellen*/
	
	table#reports > *,
	table#tbl_employee > * {display: block; width: 100%; padding: 0; margin: 0;}
	
	table#reports thead tr, table#reports tbody tr,
	table#tbl_employee tbody tr  {display: block; width: 100%;}
	
	table#reports thead tr th {display: none; visibility: hidden; display: none;}
	table#reports thead tr th:first-child {display: block; visibility:visible; width: 90%; padding: 10px 5%; border-radius: 10px 10px 0px 0px;}
	
	table#reports tbody tr td,
	table#tbl_employee tbody tr td {display: block; visibility:visible; width: 90%; padding: 0px 5%; border-radius: none; border: none;}

	table#reports tr:last-child td:last-child,
	table#tbl_employee tr:last-child td:last-child {
		border-radius: 0 0 10px 10px;
		padding-bottom: 1em;
	}

	table#reports tr td:first-child,
	table#reports tr:last-child td:first-child,
	table#tbl_employee tr td:first-child,
	table#tbl_employee tr:last-child td:first-child {
		border-radius: 0px !important;
		padding-top: 1em;
	}	
	
	table#tbl_employee tbody tr {
		border: 1px solid #ddd;
		border-bottom: none;
	}
	table#tbl_employee tbody tr:last-child {
		border-bottom: 1px solid #ddd;
	}
	
	table#tbl_employee tbody tr td {
		padding-bottom: 5px;
	}

	table#reports tbody tr td:before{font-weight: 300; color: #aaaaaa; min-width: 70px;display: inline-block; margin-right: 1em;}



	table#reports tbody tr td:nth-child(1):before {content: "Filename: "; }
	table#reports tbody tr td:nth-child(2):before {content: "From: ";}
	table#reports tbody tr td:nth-child(3):before {content: "To: ";}
	table#reports tbody tr td:nth-child(4):before {content: "Number of contracts: ";}


	table#tbl_employee.storetb tbody tr td:before,
	table#tbl_employee.salist tbody tr td:before
	{font-weight: 300; color: #aaaaaa; min-width: 100px;display: inline-block; margin-right: 1em;}
	table#tbl_employee.storetb tbody tr td:nth-child(1):before,
	table#tbl_employee.salist tbody tr td:nth-child(1):before
	{content: "FirstName: "; font-weight: 300;}
	table#tbl_employee.storetb tbody tr td:nth-child(2):before,
	table#tbl_employee.salist tbody tr td:nth-child(2):before	
	{content: "LastName: ";}
	table#tbl_employee.storetb tbody tr td:nth-child(3):before,
	table#tbl_employee.salist tbody tr td:nth-child(3):before
	{content: "Username: ";}
	table#tbl_employee.storetb tbody tr td:nth-child(4):before,
	table#tbl_employee.salist tbody tr td:nth-child(4):before	
	{content: "Market: ";}

	table#tbl_employee.storemgr tbody tr td:before {font-weight: 300; color: #aaaaaa; min-width: 107px;display: inline-block; margin-right: 1em;}
	
	table#tbl_employee.storemgr tbody tr td:nth-child(1):before {content: "Name: "; font-weight: 300;}
	table#tbl_employee.storemgr tbody tr td:nth-child(2):before {content: "Agentnumber: ";}
	table#tbl_employee.storemgr tbody tr td:nth-child(3):before {content: "Branchnumber: ";}
	
	
	table#tbl_employee thead{display: none; visibility: hidden;}
	table#tbl_employee tbody tr td:first-child {border-left: 0px solid #b5b5b5 !important;}
	table#tbl_employee tbody tr td:last-child {border-right: 0px solid #b5b5b5 !important; min-height: 25px !important; padding-top: 5px;}
	table#tbl_employee tbody tr:last-child td {border-bottom: 0px solid #b5b5b5 !important;}
	

	.form-horizontal .form-actions a.btn, 
	.form-horizontal .form-actions a.btn-danger,
	.form-horizontal .form-actions button.btn {
		padding: 0.3em 0px 0.5em !important;
		margin: 0px 0px 10px !important;
		width: 100% !important;
		float: none !important;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 0.02em;	
		}
	.form-horizontal .form-actions button.btn-primary {
		float: none !important;
		position: relative;
		width: 100% !important;
	}


	.form-horizontal .form-actions {
		display: inline-block;
		padding: 0 !important;
		width: 100% !important;
		margin: 20px 0px 0px !important;
		width: 100%;
	}
	.form-horizontal .control-label {
		float: none;
		padding-top: 0;
		text-align: left;
		width: 100%;
	}		


	.btn.btn-primary small {
		display: block;
		float: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.65em;
		line-height: 1em;
		margin-bottom: 3%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
		text-transform: none;
		width: 90% !important;
	}
	
	
	
	#scheme-main > div > ul#list-cov,
	#scheme-main > div > ul#list-excludes {
		float: none !important;
		margin-bottom: 3em !important;
		width: 100% !important;
		display: block !important;
	}

	#site-35 .internal-link.btn.btn-danger {
		margin: 0;
		width: 100%;
		width: calc(100% - 100px);
		margin-top: -20px;
	}

}

@media (max-width:515px) {
	
	body{font-size: 14px;}
	
	h1 {
		font-size: 1.5em;
	}
	
	div.greybox {margin-bottom: 1em;}
	/*#content {
		padding: 1em 0 0;
	}*/
	
	
	.noscreen{display: block; visibility: visible;}
	.nomobile{display: none; visibility: hidden;}
	
	/*Logo*/
	.navbar .brand {
		top: 0;
	}
	
	.navbar-inner .container img {
		border: 0 none;
		height: auto;
		position: relative;
		top: 0px;
		width: 100%;
	}
		
		
	#logout-window {
		border-bottom: 0px dotted #b5b5b5;
		border-top: 0px dotted #b5b5b5;
		display: inline-block;
		height: auto;
		margin: 0.5em 0 0;
		padding: 0px 0 0px;
		position: relative;
		width: 100%;
	}	
	
	
	#logout-window form {
		margin: 0;
		padding: 0;
	}
		
	#logout-window .control-group {
		float: none;
		margin: 10px 0;
		position: relative;
		right: 0;
		text-align: center;
		top: 0;
		width: 100%;
		height: auto;
	}	
		
	#logout-window span{
		float: none;
		}	
	

	#btn_logoff {
		background: #1967af none repeat scroll 0 0 !important;
		border: 0 none;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		float: none;
		font-size: 1.1em !important;
		font-weight: normal;
		letter-spacing: 0.05em;
		margin: 0.5em 0 0;
		padding: 0.5em 0 0.3em;
		position: relative;
		text-shadow: none;
		top: 0;
		width: 100%;
	}

	.well {
		margin-bottom: 0px !important;
		padding: 0 !important;
	}

	
		
	#form-csa textarea {
		width: 100%;
	}
		
	

	#form-step-4 .controls, 
	#form-csa .controls {
		margin-left: 0;
	}	

	.input-mask,
	.summary-row {
		float: none;
		width: 100%;
		margin-bottom:1em;
	}
	
	
	form#payment-form {
		left: 10%;
		width: 80%;
	}
		
	#tab-navi {width: 100%;}
	#tab-navi > div.tab {
		width: 48% !important;
		margin-right: 2%;
	}

	
	#tab-navi > div:last-child{margin-right:0px;}	
		
	form#payment-form {
		position: absolute;
		top: 70px;
	}	
	
	
	.form-horizontal .controls input[type="submit"] {font-size: 1.1em !important;}

	.input-mask, .summary-row {
		left: 0;
		position: relative;
	}
	
	#box-paymentform-in-content,
	#payment-placeholder-box{width: 100%;}
	
	#payment-placeholder-box {
		float: left;
		height: 500px;
	}

		
		
		
}

@media (max-width:420px) {


	.navbar-inner .container {
		padding: 1em 5%;
		background-position: right 5% center;
		width: 90%;
	}		
		

	ul.list-of-buttons li {
		height: auto !important;
		float: none;
		width: 100%;
	}		
	ul.list-of-buttons li.num-1,
	ul.list-of-buttons li.num-2,
	ul.list-of-buttons li.num-3,
	ul.list-of-buttons li.num-4,
	ul.list-of-buttons li.num-5 {
		margin-right: 0%; 
		margin-bottom: 15px;
		width: 100%;
		}
		
	div#footer {
			width: 90%;		
			margin: 0px 5%;
	}


		
}

