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;
}
