/* ============================================ */
/*  /wartung/styles/general.css
/* ============================================ */

/* ============================================ */
/*  FONTS - START
/* ============================================ */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("./fonts/roboto/Pru33qjShpZSmG3z6VYwnT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("./fonts/roboto/7m8l7TlFO-S3VkhHuR0at9Ih4imgI8P11RFo6YPCPC0.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("./fonts/roboto/Xyjz-jNkfiYuJf8UC3Lizw.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url("./fonts/roboto/dFWsweFqlD8ExfyN7Gh_GPesZW2xOQ-xsNqO47m55DA.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url("./fonts/roboto/oOeFwZNlrTefzLYmlVV1UD8E0i7KZn-EPnyo3HZu7kw.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("./fonts/roboto/OLffGBTaF0XFOW1gnuHF0dIh4imgI8P11RFo6YPCPC0.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Medium'), local('Roboto-Medium'), url("./fonts/roboto/97uahxiqZRoncBaCEI3aWz8E0i7KZn-EPnyo3HZu7kw.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("./fonts/roboto/t6Nd4cfPRhZP44Q5QAjcC9Ih4imgI8P11RFo6YPCPC0.woff") format('woff'); 
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("./fonts/robotocondensed/b9QBgL0iMZfDSpmcXcE8nCj3Mi2hOMP9GNHlaDA9WRI.woff") format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("./fonts/robotocondensed/mg0cGfGRUERshzBlvqxeAKnqGQEx1Z0mO0vh_gmMTLI.woff") format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url("./fonts/robotocondensed/Zd2E9abXLFGSr9G3YK2MsK8NE7_Gi-Xz52ZQ_AwfA78.woff") format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("./fonts/robotocondensed/BP5K8ZAJv9qEbmuFp8RpJSbgbeQlMzXi74o-QKBHk5k.woff") format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("./fonts/robotocondensed/b9QBgL0iMZfDSpmcXcE8nJT5GEmoOtNsejy4tIPLwv0.woff") format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("./fonts/robotocondensed/mg0cGfGRUERshzBlvqxeAGkmsVQraOiS9Ruw9APgQZo.woff") format('woff');
}

/* ============================================ */
/*  FONTS - ENDE
/* ============================================ */

*{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:0px;
	margin:0px;
}

body {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #475256;
	font-size: 15px;
	line-height: 24px;
	height: 100%;
	 -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
}

.bold, strong, b {
	font-weight: 700;
}

.hidden {
    display: none !important;
}

img{
	border: none;
}

a {
	color: #008e5c;  /*sv*/
}

a:active,
a:focus,
a:hover {
  color: #008e5c; /*sv*/
}

a:hover {
	text-decoration: none;
}

hr {
	background-color: rgba(0, 100, 100, 0.2);  /*sv*/
    border: none;
    height: 1px;
    margin: 0;
}

/* ============================================ */
/* HEADER
/* ============================================ */

#header {
	width: 100%;
	min-height: 94px;
	display: block;
	background: #fff;
	position: relative;
	float: left;
    z-index: 1;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";/* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');/* For IE 5.5 - 7 */
	padding-left: 160px;
	background: #f6f8f8; /*sv*/
}

#header img{
	float:left;
}

#applikationsname {
	margin-top: 48px;
	width: 55%;
	font-size:16px;
	line-height: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	text-align: center;
	color: #475256;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: 700;
	letter-spacing: 1px;
}

.center {
	position: relative;
	margin: 0 0 0 160px;
    width: 1280px;
}



/* ============================================ */
/* BACK / UP
/* ============================================ */

.back {
	width: 100%;
	padding: 15px 0 0;
	border-top: 1px solid rgba(0, 100, 100, 0.2);
}

.back a {
	text-decoration: none;
	color: #475256;
	font-style: italic;
}

#esv-main .back a,
.blaettern_links {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.back a:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


/* ============================================ */
/*  /wartung/styles/application.css
/* ============================================ */

.bild_aligned {
	float: left;
	margin: 0 1% 0 1%;
}

.bild_notaligned {
	display: block;
	clear: both;
}

/*no to behave like a table-cell*/ 
.clear, #spacer  {
	display: none;
}

#esv-main .clear, 
#content_mitnav .clear,
#content_ohnenav .clear,
#esv-content_mitnav .clear,
#esv-content_ohnenav .clear {
	display: block;
	clear: both;
}

/* ============================================ */
/* HEADER
/* ============================================ */

img#head_svlogo {
    width: 250px;
	height: auto;
    margin: 10px 0;
}

/* ============================================ */
/* CONTAINER - earlier without esv-prefix
/* ============================================ */

#container {
	width: 100%;
	display: table;
	clear: both;
}

#content_ohnenav {
	position: relative;
	margin: 0 0 0 160px;
    width: 1280px;
}

#content_mitnav {
	max-width: 896px;
	padding-left: 3.5%;
}

/* ============================================ */
/* CONTENT
/* ============================================ */


.titel, .titel_detail {
	padding: 40px 0 20px;
    font-size: 38px;
    font-weight: 300;
    line-height: 43px;
	color: #008e5c; /*sv*/
}

/*portlet only ERMAAE zweites TARIF*/
.titel.detail, .titel_detail {
	width: 100%;
}

.sub {
	padding: 15px 0;
	width: 100%;
	float: left;
	min-height: 0;
}
.sub:empty {
	padding: 0;
}


/* ============================================ */
/* PFAD
/* ============================================ */

.pfad {
	width: 100%;
	float: left;
	padding: 8px;
	text-align: right;
	font-size: 13px;
	border-top: 1px solid rgba(0, 100, 100, 0.2);
	margin-top: 20px;
}

/* ============================================ */
/* LINKS im TEXT
/* ============================================ */

.img_icon {
	display: inline-block;
	padding-right: 5px;
}

.img_icon img,
.icon_calendar img {
	width: 24px;
	height: auto;
}

.text_link {
	display: inline-block;
}


/*FRAME RESPOND//////////////////////////////////////*/

@media (max-width: 1600px) { /* 1280 = 80%*/
	.center {
		margin: 0 auto;
		width: 80%;
	}

	#content_ohnenav {
		margin: 0 auto;
		width: 80%;
	}
	#nav {
		width: 30%;
		padding-left: 10%; 
	}
	
	#content_mitnav {
		padding-right: 10%;
		display: table-cell;
	}
	#header {
		padding: 0 10%;
	}
}

@media (max-width: 1400px) {
	.center {
		width: 86%;
	}

	#content_ohnenav {
		width: 86%;
	}
	
	#content_mitnav {
		padding-right: 7%;
	}

	#nav {
		padding-left: 7%; 
	}
	#header {
		padding: 0 7%;
	}
}


@media (max-width: 1180px) {
	
	.center {
        width: 94%;
	}

	#content_ohnenav {
        width: 94%;
	}
	#content_mitnav {
    padding-right: 3%;
	}
	#nav {
		padding-left: 3%; 
	}
	#header {
		padding: 0 3%;
	}
}

@media (max-width: 960px) {
	.center {
		width: 100%;
	}

	#content_ohnenav {
		width: 100%;
		padding: 0 1%;
	}
	
	#esv-main {
		padding-left: 0;
	}
	
	#content_mitnav, #nav {
		padding: 0 1%;
		width: 100%;
		display: block;
		float: left;
		min-height: 0px;
		margin-bottom: 30px;
	}
	#header {
		padding: 0 1%;
	}

	#applikationsname
	{
		width: 40%;
	}
	
	.titel, .titel_detail {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 750px) {
  #applikationsname
	{
		width: 30%;
	}
}