#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
#container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "main right";
}

html {
  height: 100%;
}

body {
  background-color: #f2f1ec;
  height: 100%;
  margin: auto;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,  sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.terror {
  color: red;	
  font-weight: bold;
  font-size: 200%;
  _display: none;
}

h1
 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.3rem;
  margin-bottom: 0.4em;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 0.4em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #257fa6;
}

a:hover {
  opacity: 0.3;
}

figure a:hover {
  opacity: 0.8;
}

svg a:link,
svg a:visited {
  cursor: pointer;
}

svg a:hover,
svg a:active {
  opacity: 0.8;
  outline: none;
}

.svg_link_image {
  margin: 1em auto 2em auto;
}

#menuToggle input {
  display: none;
}

#wrapper {
  background-color: #ffffff;
  min-height: 100%;
  max-width: 70rem;
  margin: auto;
  display: flex;
  flex-direction: column;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header_top {
  height: 50px;
  display: flex;
  align-items: center;
}

.header_top>a {
  display: inline-flex;
}

#header {
  font-size: 1rem;
  z-index: 10;
}

.sticky_header {
  height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 70rem;
  font-size: 0.9rem;
}

.sticky_header #header_logo {
  width: 80px;
}

.sticky_content {
  padding-top: 40px;
}

.sticky_top_link {
  visibility: hidden;
}

.header_top {
  background-color: #257fa6;
  display: flex;
}

.header_links {
  margin-left: auto;
  padding-right: 1.5em;
}

.header_links a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
  padding: 0 0.5em;
}

.header_links li {
  display: inline;
  list-style-type: none;
}

#header_logo {
  margin-left: 15px;
  width: 100px;
  fill: #ffffff;
}

.logo_block {
  display: inline;
}

.header_print {
  display: none;
  margin-left: auto;
  font-size: 1.5rem;
  padding-right: 1em;
}

.header_search {
  display: inline;
  margin-left: auto;
  padding-right: 1em;
}

.header_search_form {
  background: #fff;
  float: right;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 15px 5px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 0.75em;
}

/* Style the input fields */
.header_search_form input {
  vertical-align: middle;
  padding: 5px 0 5px 0;
  background-color: #fff;
  border: none;
}

/* Style the submit button */
.header_search_form button {
  padding: 5px 5px 0 5px;
  background-color: white;
  border: none;
  border-radius: 0.75em;
  color: gray;
}

.header_search_form svg {
  fill: #257fa6;
}

.header_search_form button:focus,
.header_search_form button:hover {
  background-color: lightgray;
}

#footer {
  margin-top: auto;
}

#footer .inside {
  margin-top: 2em;
  padding-bottom: 0.5em;
  background-color: #222222;
  color: #dddddd;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 700px) {
  #footer .inside {
    flex-direction: column;
  }
}

#footer h3 {
  color: #555555;
  margin: 0.5em 0 0.5em 0;
}

.footer_column {
  margin: 0.5em 1em 0.5em 1em;
  color: #dddddd;
  line-height: 1.5em;
}

#footer a {
  color: #dddddd;
  text-decoration: none;
}

#footer ul {
  padding-left: 1rem;
  margin: 0;
}

#left {
  grid-area: left;
  margin: 0 1rem 0 10px;
}

#main {
  grid-area: main; 
  margin: 0 1rem 0 1rem;
  max-width: 100%;
}

#right {
  grid-area: right;
  margin: 0 10px 0 1rem;
}

#right h2,
#left h2 {
  margin: 1.8rem 0 0.25rem 0;
  font-size: x-large;
}

/***
   Navigation
 ****/
.mod_navigation h2 {
  font-weight: 400;
  border-bottom: 1px solid #555555;
  padding-bottom: 0.2em;
}

.mod_navigation ul {
  margin: 0;
  padding-left: 1em;
  font-size: 95%;
  list-style-image: url("/files/ansys/list_deco.gif");
}

@media only screen and (min-width: 600px) {
  .mod_navigation ul {
    font-size: 100%;
  }
}

.mod_navigation a {
  text-decoration: none;
  color: inherit;
  font-weight: 300;
}

.mod_navigation strong {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

.mod_navigation ul:not(.level_1) {
  display: none;
}

.mod_navigation .trail>ul,
.mod_navigation .active>ul {
  display: block;
}

/***
   Handbuchnavigation oben
 ****/
.mod_quicknav .formbody {
  margin: 2rem 0 2rem -1rem;
  display: inline-flex;
}

.mod_quicknav button {
  height: 100%;
}

/* https://www.clickstorm.de/blog/dropdown-css3/ */
.mod_quicknav select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;

  width: 100%;
  height: 3rem;
  /* padding-left: 10px; */
  background: #d5ecf5;
  color: #257fa6;
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 1.3rem;
  /*
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
  */
  outline: none;
  cursor: pointer;
}

.mod_quicknav select option {
  color: #257fa6;
}

.mod_quicknav select::-ms-expand {
  display: none;
}

.mod_quicknav select:focus::-ms-value {
  background-color: transparent;
}


/* Kein Pfeil in der DropDown-Box 
.mod_quicknav .widget-select {
      position: relative;
}
    
.mod_quicknav .widget-select::before {
      content: "\1F893";
      font-size: 3rem;
      position: absolute;
      right: 1rem;
      top: 0.4rem;
      color: #257fa6;
}
/* */

/***
   Handbuchnavigation unten
.****/
.pagination,
.mod_booknav {
  font-weight: 300;
  text-align: center;
  margin: auto;
}

.mod_booknav li {
  display: inline-block;
  white-space: nowrap;
  padding: 1em 2em 0 2em;
}

.pagination li {
  display: inline-block;
  white-space: nowrap;
  padding: 0 0.7em 0 0.7em;
}

.pagination p {
  white-space: nowrap;
  padding: 2em 0 0 0;
  word-spacing: 0.15em;
}

.mod_booknav .next a:after {
  content: '\00a0\00a0\25BA';
  opacity: 0.4;
}

.mod_booknav .previous a:before {
  content: '\25C4\00a0\00a0';
  opacity: 0.4;
}

/***
   Breadcrumb
 ****/
.mod_breadcrumb_home {
  margin: 0 3px 0 0;
}

.mod_breadcrumb {
  white-space: nowrap;
  background-color: #d5ecf5;
  font-weight: 300;
  font-size: 90%;
  padding: 3px 0;
}

.mod_breadcrumb ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.mod_breadcrumb li {
  display: inline-block;
  color: #257fa6;
}

.mod_breadcrumb_arrow {
  margin: 0 0.1em;
}

/***
   Inner Page navigation
****/

.page_nav a {
  color: inherit;
  border: #cad4ff 1px solid;
  color: #257fa6;
  font-size: 0.75rem;
  padding: 0.25em 1em;
  opacity: 0.6;
}

.page_nav ul {
  display: flex;
  justify-content: space-evenly;  
  margin: 0;  
}

.page_nav li {
  display: inline;
}

.page_nav a:hover {
  opacity: 1;
  color: white;
  border: #257fa6 1px solid;
  background-color: #257fa6;
}

.page_anchor {
  display: block;
  height: 40px; /*same height as header*/
  margin-top: -40px; /*same height as header*/
  visibility: hidden;
}
/*Floating Back-To-Top Button*/
#top_link_button {
        position: sticky;
        top: 96%;
        left: 95%;
        text-align: center;
        max-width: 1.6rem;
        font-size: 1rem;
        color: #222222;
        background-color: #7fbcd6;
        padding: 0 7px 5px 7px;
        border-radius: 2px;
        opacity: 0.4;
}

/*On Hover Color Change*/
#top_link_button:hover {
      opacity: 0.9;
}
 
/***
   Tabellen
 ****/

.ce_table {
  padding: 1em 0;
}

.ce_table table {
  margin: auto;
  border-spacing: 0;
  border-collapse: collapse;
  caption-side: bottom;
  width: 100%;
}

.ce_table th,
.ce_table td {
  border: 1px solid #e7e7e7;
  margin: 0 -1px 24px 0;
  text-align: left;
  padding: 10px;
}

.ce_table th[scope="row"] {
  text-align: center;
}

.ce_table tbody th[scope="row"],
.ce_table td.row_footer {
  text-align: center;
  font-weight: normal;
}

.ce_table caption {
  padding-top: 4px;
  font-size: smaller;
}


/***
   Bilder
 ****/

.image_container.float_left {
  float: left;
  margin-right: 1.5em;
}

.image_container.float_right {
  float: right;
  margin-left: 1.5em;
}

.image_container {
  text-align: center;
  font-size: smaller;
  padding: 0;
  margin: 1em 0;
}

@media only screen and (max-width: 530px) {
  .image_container {
     text-align: left;
  }
}


/***
   cookiebar
 ****/

.cookiebar {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: .6em 1.2em;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 1em;
  text-align: left;
  z-index: 10
}

.cookiebar * {
  box-sizing: border-box
}

.cookiebar--active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.cookiebar--position-top {
  top: 0
}

.cookiebar--position-bottom {
  bottom: 0
}

.cookiebar__message,
.cookiebar__text {
  margin-right: 1.5em
}

.cookiebar__link {
  color: #fff;
  text-decoration: underline;
  position: relative;
  top: -0.5em;
}

.cookiebar__link:hover {
  text-decoration: none
}

.cookiebar__button {
  margin: 0;
  padding: .6em 1.2em;
  border: none;
  border-radius: 0;
  background-color: #4ea55e;
  color: #fff;
  font-weight: 700;
  cursor: pointer
}

.cookiebar__button:hover {
  background-color: #3e824a
}

.cookiebar__analytics {
  margin-right: 1.5em
}

.cookiebar__analytics-label {
  cursor: pointer
}

.cookiebar__analytics-checkbox {
  margin-right: 5px
}

/***
   Header animation
 ****/
#mindfield {
  background-image: url("/files/ansys/media/mkt/images/brainstorming.jpg");
  background-size: cover;
  display: block;
}

.divider_title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.1em;
  font-size: 1.9rem;
  font-weight: 300;
  width: 50%;
  margin: 2.75em auto 2.75em auto;
}

.mt0 {
	margin-top: 0 !important;
}

.mt1 {
	margin-top: 0.5em !important;
}

.mt2 {
	margin-top: 1em !important;
}

.mt3 {
	margin-top: 1.5em !important;
}

.mt4 {
	margin-top: 2em !important;
}

.mt5 {
	margin-top: 3em !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb1 {
	margin-bottom: 0.5em !important;
}

.mb2 {
	margin-bottom: 1em !important;
}

.mb3 {
	margin-bottom: 1.5em !important;
}

.mb4 {
	margin-bottom: 2em !important;
}

.mb5 {
	margin-bottom: 3em !important;
}

.flex2,
.flex3,
.flex4 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 -1rem;
}

.flex_border>* {
  padding: 10px 10px;
  border: #c8c8c8 solid thin;
  border-radius: 5px;
}

.flex2>* {
  flex: 1 1 45%;
  margin: 0 1rem;
}

.flex3>* {
  flex: 1 1 30%;
  margin: 0 1rem;
}

.flex4>* {
  flex: 1 1 22%;
  margin: 0 1rem;
}

.mkt h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 5px;
}

.mkt h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 5px;
}

.mkt p,
.mkt li {
  font-size: 110%;
  color: #6a6a6a;
  line-height: 1.4em;
}

.mkt .hyperlink {
  text-align: center;
  margin: 1em auto 0 auto;
  width: auto;
}

.back a,
.more a,
.more_short a,
.mkt .hyperlink a {
  text-transform: uppercase;
  display: block;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 1px;
}


/*************
Suchseite
*************/
.mod_search .formbody {
  display: flex;
  align-items: center;
  padding: 1em;
  border: #d4cbc5 1px solid;
  background-color: #ecf3f6;
  margin: 1.5em auto 1em auto;
}

.mod_search input {
  text-indent: 8px;
  font-size: 1.5em;
  border: #d4cbc5 1px solid;
  margin-right: 10px;
}


.mod_search .submit {
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  border: #257fa6 1px solid;
  background: linear-gradient(to bottom, #2b85ac 0%, #176586 3%, #176586 96%, #257fa6 100%);
}

.mod_search .relevance {
  margin-left: 0.8em;
  color: #555555;
  font-size: 0.5em;
}

.mod_search .highlight {
  background-color: #d5ecf5;
}

.mod_search a {
  color: #126285;
}

.mod_search fieldset {
  border: none;
}

.mod_search fieldset span {
  display: block;
}

.mod_search .url {
  color: #555555;
  font-size: 0.8em;
}


/*************
Drucken
*************/
.syndication {
  margin: 2em auto 0 2em;
  text-align: center;
}

#right .syndication {
  margin: 2em auto 0 auto;
  width: 50%;
}

.syndication a {
  font-size: 0.7rem;
  color: #222222;
}

.small_screen {
  display: none;
}


/*************
Formulare
*************/

.ce_form .formbody {
  width: 50%;
  margin: 0 auto;
  margin-top: 5%;
}

/*---*/
/* Styles für die input-Felder */
/*---*/
.widget.widget-text,
.widget.widget-textarea {
  margin: 0 auto;
}

select,
textarea,
input[type="email"],
input[type="text"] {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 0;
  font-size: 0.9rem;
  color: #555;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}

label,
select,
textarea,
input[type="email"],
input[type="text"] {
  width: 100%
}

label {
  font-size: 1rem;
  color: #2f2f2f;
}

textarea {
  height: 10em;
}

/*---
https://www.bestcssbuttongenerator.com/#/2
---*/

.ce_form button {
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
  background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
  background-color: #599bb3;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5em 1em;
  text-decoration: none;
  text-shadow: 0 1px 0 #3d768a;
}

.ce_form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
  background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3', GradientType=0);
  background-color: #408c99;
}

.ce_form button:active {
  position: relative;
  top: 1px;
}

.mod_newslist {
	display: grid;	
}

.news_list_header  {
	display: flex;
	justify-content:  space-between;
	align-items: center;
    margin-bottom: 0.2em;
}

.news_list_bottom {
	display: flex;
	justify-content:  space-between;
	align-items: center;
}

.news_short .layout_latest  {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
    background: #f8f8f8;
    padding: 2px 10px;	
}

.mod_newsreader .info,
.mod_newslist .info {
  font-size: 80%;
  color: #acadc1;
  letter-spacing: 1px;
}
	
@media only screen and (min-width: 600px) {
  .mod_newsreader .info,
  .mod_newslist .info {
    font-size: 100%;
  }
}

.news_short .featured h3::after {
    content: "Featured";
    background: #d5ecf5;
    color: #feff00;
    margin-left: 1em;
    padding: 0em 1em;
}

aside .mod_newslist h2 {
	font-size: 105%
}

aside .mod_newslist .info {
	display: none;
}

.licence_table {
  color: #6a6a6a;
}

.licence_table th,
.licence_table td {
	margin: 1em;
	text-align: center;
	padding: 1em;
    line-height: 1.75em;
}

.licence_table .col_first {
	text-align: right;
}

.licence_table th,
.licence_table .even {
	background-color: #fcfcfc;
}

.licence_table .head_0 {
    border-top: none;
    border-left: none;
	background-color: inherit;
}

.mkt .ce_text_link .image_container.float_left {
  margin: 0.5em 1em;
}

.mkt .ce_text_link .header.float_left {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}

.mkt .ce_text_link .image_container.float_right {
  margin: 0.5em 0;
}

.mkt .ce_text_link .header.float_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  padding: 0 1em;
  margin-bottom: 10px;
}

.mkt .ce_text_link .header.float_right figure {
  order: 1;
}

.mkt2 {
    text-align: center;
} 


.mkt2 a:hover {
   opacity: 0.7;	
}


.mkt2 h3 {
	color: black;
} 

.mkt2 p {
    color: #6a6a6a;
}


.mkt2 h3 {
    margin-top: 0.4em;
}

.mkt2 .ce_text_link {
    margin-top: 2em;
}

.mkt2 figure {
	_background-color: blue;
	margin: auto;
  
}

.mkt2 img {
  padding: 1em;
  background-color: #d5ecf5;
  border-radius: 50%;
  _border-style: solid;
  _border-width: 5px;
  _border-color: red;
}

@media only screen and (max-width: 1000px) {

  .footer_column {
    font-size: 0.7rem;
  }

  .footer_column h3 {
    font-size: 0.9rem;
  }

  .small_screen {
    display: flex;
  }

  #right .syndication {
    display: none;
  }

  .mod_breadcrumb {
    display: none;
  }

  #menuToggle {
    display: block;
    position: relative;
    top: 20px;
    left: 20px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  /*
 * Just a quick hamburger
 */
  #menuToggle>span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #ededed;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }


  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-child(3) {
    transform-origin: 0% 100%;
  }

  /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
  #menuToggle input:checked~span {
    transform: rotate(-45deg) translate(-2px, -1px);
    background: #232323;
  }

  #menuToggle input:checked~span:nth-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked~span:nth-child(2) {
    transform: rotate(45deg) translate(1px, 0px);
  }

  /*
  #menuToggle input~span {
    background-color: red;
  }

  #menuToggle input~span:nth-child(2) {
    background-color: green;
  }

  #menuToggle input~span:nth-child(3) {
    background-color: blue;
  }
  */


  /*
 * And let's slide it in from the left
 */
  #xmenuToggle input:checked~ul,
  #menuToggle input:checked~.menu_content {
    transform: none;
  }

  .menu_content {
    position: absolute;
    width: auto;
    margin: -100px 0 0 -20px;
    padding: 50px;
    padding-top: 100px;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    background: #ededed;
  }

  .menu_content h2 {
    display: none;
  }

  .menu.level_1 {
    margin: 0px 0 0 -40px;
  }

  .menu {
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

  }

  .menu li {
    padding: 10px 0;
    font-size: 22px;
  }

  nav {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  #container {
    display: grid;
    grid-template-columns: 100% 0fr;
    grid-template-areas: "main right";
  }

  #wrapper {
    margin: 0;
    max-width: 100%;
  }

  .logo_block {
    padding-left: 80px;
    margin: 0;
  }

  #header_logo {
    margin-bottom: 5px;
  }
}


#container {
  padding-top: 90px;
}

@media not print {
#header  {
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 70rem;
  padding-bottom: 30px;
}
}
@media print {
  .small_screen,
  .syndication,
  .mod_booknav,
  .mod_breadcrumb,
  .header_search,
  .cookicookiebar,
  #left,
  #right,
  #footer {
    display: none;
  }

  html,
  body {
    background-color: #ffffff;
    height: auto;
  }

  #wrapper {
    max-width: 100%;
    display: block;
  }

  #container {
    display: block;
    padding-top: 0px;
  }

  .header_print {
    display: inline;
  }

  #header_logo {
    fill: #000000;
  }

  p {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(/files/ansys/fonts/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(/files/ansys/fonts/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(/files/ansys/fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(/files/ansys/fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/files/ansys/fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/files/ansys/fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(/files/ansys/fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(/files/ansys/fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(/files/ansys/fonts/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(/files/ansys/fonts/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

