
/* GENERAL HTML */

	* {
		color: #464a56;
		font-size: 15px;
		line-height: 1.6;
	}

	body {
		font-family: "Open Sans",sans-serif;
	}

	.esraRechnerAllType {
		overflow: visible;
	}

.infoLink {
	padding-top: 20px;
	float: right;
}

.infoLinks .infoLink {
	padding-top: 5px;
}

.icon-info:before {
	content: "\e915"
}
.icon2-euro:before {
	content: "\e93c"
}
.icon2-money:before {
	content: "\e964"
}
.icon2-download:before {
	content: "\e9c7"
}
.icon2-arrow-down:before {
	content: "\ea36"
}

.icon-info, .icon2-money, .icon2-download {
	display: inline-block;
	color: #be0021 !important;
	font-size: 20px;
	height: 22px;
	width: 22px;
	font-weight: 700 !important;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #be0021;
}

.icon2-money, .icon2-download {
	font-size: 12px;
	padding: 4px 0 0 4px;
}

.infoLink .icon-info, .infoLink .icon2-money, .infoLink .icon2-download {
	margin-left: 5px;
}
.infoLinks {
    margin-top: 40px;
	float: none;
    width: 320px;
}
@media (min-width: 500px) {
    .infoLinks {
        margin-top: 0px;
		float: right;
    }
}
@media (max-width: 500px) {
    .infoLink {
		float: left;
    }
	.infoLink .icon-info, .infoLink .icon2-money, .infoLink .icon2-download {
    margin-left: 0px;
}
}

/* PAGE PARTS */

	#content {
		background: #f7f8f9;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#footer {
		color: #fff;
		background: #2a2c33;
		text-align:center;
		padding: 40px 0;
	}
	#footer p {
		text-transform: uppercase;
		font-size: 13px;
		font-family: Montserrat,sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 10px 0;
		color: #fff;
	}
	#footer a:hover {
		color: #ddd !important;
	}
	#footer a {
		font-size: 13px;
		color: #fff;
		text-decoration:none;
	}
	#footer p:last-child {
		margin: 0;
	}
	#footer * {
		color: #fff;
	}
	#footer ul {
		list-style: none;
		margin:0 0 20px 0;
		padding: 0;
	}
	#footer li {
		text-transform: uppercase;
		font-size: 13px;
		font-family: Montserrat,sans-serif;
		font-weight: 500;
		line-height: 1.4;
		padding: 0 12px;
		margin:0;
	}
	#footer li:first-child {
		padding: 0 12px 0 0;
	}

@media (min-width: 1230px) {
  #footer li, #footer p {
    float: left;
  }
  .esraRechnerAllType .col-md-12 {
	padding-left: 15px;		
	padding-right: 15px;
  }
  #footer #footerContentRight p {
    float: right;
    margin: 0 0 0 20px;
  }
}

	#menu {
		position: relative;
		background: url(i/struktur-footer.png);
		height: 42px;
		border-bottom: 2px solid #fff;
	}

	#TextblockBottom {
		margin: 15px 0 0 0;
	}

	#MainContent {
		margin: 0 auto 0 auto;
		width: 742px;
		padding: 18px 13px 4px 13px;
		font-size: 12px;
		line-height: 150%;
	}
	#MainContent h1 {
		margin: 0 0 19px 0;
		font-weight: bold;
		font-size: 22px;
		line-height: 120%;
		color: #be0021;
	}
	#MainContent h2 {
		color: #be0021;
		font-size: 16px;
		line-height: 120%;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	#MainContent input.submitButton{
		float: right;
		width: 120px;
		margin: 0;
	}
	#MainContent table th {
		border:0;
		min-height: 43px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: right;
		color: #353433;
	}
	#MainContent td {
		min-height: 14px;
		padding-top: 4px;
		padding-bottom: 4px;
		border-top: 1px solid #9E9B98;
	}
	#MainContent a{
		color: #1079A5;
		text-decoration: none;
	}
	#MainContent a:hover{
		color: #1079A5;
		text-decoration: none;
	}

	@media screen and (max-width: 767px) {
		#header{
			width: 460px;
		}
		#headerTeaser{
			display: none;
		}

		#MainContent {
			padding: 13px 10px 9px 10px;
			width: 440px;
		}
		#MainContent h1{
			margin: 0 0 12px 0;
			font-size: 19px;
			line-height: 19px;
		}
		#MainContent h2 {
			font-size: 14px;
			line-height: 14px;
			margin: 20px 0 0 0;
		}
	}
	@media (max-width:768px) {
		#columnRight {
			padding:0;
		}
	}

/* VARIOUS IDs */

	#extraSize{
		width: 1px;
		background: #f7f8f9;
	}
	#columnRightContentOptions {
		margin: 0 0 25px 0;
	}
