/**/
   /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
*/
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
/* styles*/
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}	
html, body {	
	font-size:10px;
	height:100%;
	width:100%;
}
html {
 	overflow-y: scroll;
	}
body {
	font-size: 1.6rem;
	background-color:#ffffff;
	color:#666666;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	line-height:1.7;
	}
html {
	/*Scrollbar soll im FF immer sichtbar bleiben */
	/*CSS3-Eigenschaft für FF, proprietäre Eigenschaft für IE 6, unbekannt für Opera (in Opera funktioniert das nicht)*/ 
	overflow-y:scroll;
}

div {
	-webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
@media only screen and (max-width: 799px) {
	.noxsivm, .nosivm {
		display:none;
	}
	.sivm, .xsivm {
		display: block;
	}
}
@media only screen and (min-width: 799px){
	.sivm, .xsivm {
		display: none;
	}
}

div#content_jobview{
	position: relative;
	width: 1100px;
	margin:0 auto;
}
	div.jobHeadWrapper {
		position: relative;
		width: 100%;
		height: 26rem;
		margin: 0 auto 2rem;
		background-image: url(https://www.ivm.at/media/com_jobsite/img/jobbg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
		}
		div.jobHeadMain{
			position: absolute;
			width: 97%;
			width: calc(100% - 2rem);
			margin-left: 1rem;
			margin-top: 1rem;
			bottom: 1rem;
			}
			span.jobNr{
				display: inline-block;
				background: #ff7f00;
				color: #ffffff;
				font-weight: bold;
				padding: .5rem 1rem;
				font-size: 1.6rem;
				}
			div.outerJobTitle {
				margin:0;
				padding:0;
			}
			div.innerJobTitle {
				display: inline-block;
				background: #20b2aa;
				padding: 1rem 2rem 1rem 1rem;
				margin: 0;
			}
			h1.jobTitle {
				margin: 0;
				color: #ffffff;
				padding: 0;
				font-size: 2rem;
				font-weight:bold;
				text-transform: uppercase;
				}
				div.outerJobSubTitle {
					margin:0;
					padding:0;
				}
				div.innerJobSubTitle {
					display: inline-block;
					background: #20b2aa;
					padding: 1rem 2rem 1rem 1rem;
					margin: -1rem 0 0 0;
				}

			h2.jobSubTitle{
				margin: 0;
				color: #ffffff;
				padding: 0;
				font-size: 1.6rem;
				font-weight: normal;
			}

			@media only screen and (min-width: 800px){
				h1.jobTitle {
					font-size: 2.2rem;

				}

				h2.jobSubTitle {
					font-size: 1.9rem;

				}

			}
			@media only screen and (min-width: 1601px) {
				h1.jobTitle {
					font-size: 2.6rem;
				}

				h2.jobSubTitle {
				font-size:2.2rem;
				}

			}
			
div#job_content_left {
	width: 100%;
}

div#job_content_right {
	width: 100%;
		position:relative;
}
div.job_content_right_inner{
	background:#e4e4e4;
	border-radius:3px;

}
div.job_content_right_inner img{
	margin:1rem;
	width:96%;
	width:calc(100% - 2rem);
}
@media only screen and (min-width: 800px) {
	div#job_content_left {
		width: 70%;
		float: left;
		margin-bottom: 4rem;
	}
	div#job_content_right {
		width: 29%;
		width: calc(30% - 2rem);
		float: right;
	}
}	
div#divJobdescription {
	width: 100%;
	padding: 0 1rem;
	clear: both;
}
div#bottom {
	margin:5rem 0;
	left:0;
	width:100%;
	height:4.2rem;
	background: #ff7f00;
	border-radius:3px;
}

div.bottom-m {
	margin:0 auto;
	width:auto;
	height: 100%;
		text-align:center;
}

/*grid*/
div.gridTable.job_summary {
	width: 100%;
	margin-left: -1rem;
	background-color: #e4e4e4;
	border-radius:3px;
}

div.gridTable div.gridRow{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin: 0;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
div.gridTable div.gridRow [class*=gridCol] {
	-webkit-box-flex: 1;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 1;
	-moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	margin-left: 0;
}
div.gridTable div.gridRow .gridCol-50 {
	padding: 0;
}
div.gridTable div.gridRow .gridCol-50 p{
	padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
	div.gridTable div.gridRow {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-wrap: wrap;
	}
	div.gridTable div.gridRow .gridCol-50 {
		-webkit-box-flex: 0 0 50;
		-webkit-flex: 0 0 50%;
		-moz-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}


/*clear float anywhere*/
.clear{
clear:both;
}
/*farben */
/*ivm*/
.ivmblue {
background: #002060!important;
}
.ivmorange {
	background: #ff7f00;
}
/*''''' schriften*/	
/*h1, h2 siehe oben, title und subtitle*/
h3{
	font-size: 1.9rem;
	font-weight: bold;margin:2rem 0 .5rem;
	padding:0;
	color:#555555;
}
h3#kontakt_head {
	margin:0;
	padding:1.5rem 1rem;
	background: #ff7f00;
	color:#ffffff;
	border-radius:3px 3px  0 0;
}
p {
	font-size:1.6rem;
	margin:1rem 0;
}
p#kontakt_txt {
	padding:0 1rem 0;
	margin: 1rem 0 0;
}
p#kontakt_tel {
	padding:0 1rem 0;
	margin: 0;
	tex-decoration: none;
}
p#kontakt_mail {
	padding:0 1rem 1.5rem;
	margin: 0 0 1rem;
}
strong {
	font-weight:bold;
}
@media only screen and (min-width: 1601px) {
	h3{
		font-size: 2.2rem;
	}

	p {
		font-size:1.9rem;
	}
}
/*##### links*/
a, a:visited { 
	color:#00349b;
	text-decoration:none;
	font-weight:normal;
    
}
a:hover {
color:#ff7f00;
text-decoration:underline;
	}

/*##### bilder*/
img {
	border:none;
	width:100%;
	}
/*#### inputs & Buttons */
.ivmbutton {
border: none; 
color:#fff;
font-weight:bold;
background: #20b2aa;
padding:1rem 0;
margin:0;
width: 100%;
border-radius: 3px;
text-align: center;
}
.ivmbutton:hover, .ivmbutton:active {
background:#ff7f00;
}
button.icon_ivm.icon_ivm_karriere:before {
    font-size: 4.5rem;
    vertical-align: middle;
}
a .ivmbutton {
	font-size:1.9rem;
	text-transform: uppercase;
}
@media only screen and (min-width: 2000px) {
	a .ivmbutton {
		font-size:2.5rem;
}
}

div#job_content_left div.divControls{
	margin:4rem 0 2rem;
	text-align: center;
	
}

div#job_content_right {
	
}
	
/* listen */
ul.arrow{
	list-style: outside url(images/ivm_bullet_blue.png);
	padding: 0 0 0 2rem;
	margin: 0.5rem 0;
	text-align: left;
}
	ul.arrow li {
		    font-size: 1.6rem;
			padding: 0.1rem;
	}
@media only screen and (min-width: 1601px) {
	ul.arrow li {
		font-size:1.9rem;
	}
}
ul.arrow li.sub-item {
    list-style: inside none;
    
}

ul.arrow li.sub-item:before {
    content: "- ";
}



@media only screen and (min-width: 979px) {
div#job_content_left div.divControls .ivmbutton{
	width: 60%;
	}
}

.ivmbutton{
	width: 100%!important;
}

/*icons*/
button.icon_ivm.icon_ivm_karriere:before {
    font-size: 4.5rem;
    vertical-align: middle;
}
ul.menu .icon_ivm:before {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 3rem;
    vertical-align: inherit;
    line-height: 4.4rem;
}
ul#socialMenu.menu {
  width: auto;
  height: auto;
  margin-bottom: 1.5rem;
  display: inline-block;
}
ul#socialMenu.menu .icon_ivm:before {
  font-size: 2.5rem;
}
@media only screen and (min-width: 480px) {
  ul#socialMenu.menu .icon_ivm:before {
    font-size: 3rem;
  }
}
ul#socialMenu.menu.socialMenu li {
  float: left;
}
ul#socialMenu.menu.socialMenu li:first-child {
  margin: 0;
}
ul#socialMenu.menu.socialMenu li:first-child a {
  padding-left: 0.5rem;
  
}

ul#socialMenu.menu.socialMenu li a, ul#socialMenu.menu.socialMenu li a:visited {
  padding-left: 0.5rem;
  color:#ffcc9a;
}
ul#socialMenu.menu.socialMenu li a:hover, ul#socialMenu.menu.socialMenu li a:active {
    color:white;
	text-decoration: none;
}
ul#socialMenu.menu.socialMenu li a span {
  display: none;
}
ul.menu li a, ul.menu li .topelement {
    font-size: 1.6rem;
    width: 100%;
    font-weight: normal;
    padding: 0 0.5rem 0 1rem;
    margin: 0;
    vertical-align: inherit;
}


@media screen and (max-width: 1140px) {
    #content_jobview { width: 95%!important; }
    #job_content_left, #job_content_right { display: block!important; float: none!important; width: 100%!important; }
}
    
@media screen and (max-width: 650px) {
    html { width: 95%; }
}

@media screen and (max-width: 530px) {
    html { width: 98%;}
    h1 { font-size: 1.5rem; }
}
