:root {
      --primary: #5f9ecb; /*#7fafd1;*/
      --gruen: #3e883e;
      --blau: #b2d7e8;
      --secondary: #95560b;
      --schwarz: #000000;
    }
    
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant_Garamond/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}



.cookiebar {
  z-index: 101 !important;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: var(--primary);
  
  /*background: #1681b9;*/
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.70);
}
@media screen and (min-width: 992px) {
  #header {
  	background-color: var(--primary);
  }
}
#header .inside,
#header .inside .row {
  height: 100%;
}
#header .logo_container {
  max-width: 1140px;
  margin: 0px;
  padding: 10px;
  margin: 0px auto;
  max-height: 90px;
  text-align: right;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media screen and (min-width: 611px) {
  #header .logo_container {
    max-height: 150px;
  }
}
#header .logo_container .logo {
  height: auto !important;
  max-height: 100%;
  width: auto;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#header .logo_container .wappen {
  height: auto !important;
  max-height: 100%;
  width: auto;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu_icon_container {
  height: 40px;
}
.menu_icon_container div {
  float: right;
}
.menu_icon_container #menu_text {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: var(--schwarz);
  font-weight: 500;
  padding-right: 10px;
  cursor: pointer;
}
.menu_icon_container #menu_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("/files/images/menu_icon.svg") no-repeat center center;
  background-size: 18px 18px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu_icon_container #menu_icon.close_menu {
  background: url("/files/images/close_icon.svg") no-repeat center center;
}

.close_icon_container {
  background: #ffffff;
  height: 40px;
}
.close_icon_container div {
  float: right;
}
.close_icon_container #close_text {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #1681b9;
  font-weight: 500;
  padding-right: 10px;
  cursor: pointer;
}
.close_icon_container #close_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("/files/images/close_icon_brown.svg") no-repeat center center;
  background-size: 18px 18px;
  cursor: pointer;
}

.mod_navigation {
  overflow: visible;
  position: relative;
  z-index: 99;
  background: var(--primary);
  
  
}
@media screen and (max-width: 991px) {
  .mod_navigation {
    position: fixed;
    top: 0px;
    overflow: scroll;
    max-width: 290px;
    height: 100vh;
    right: -290px;
    padding: 0px;
    display: block !important;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.75);
  }
  .mod_navigation ul.level_1 {
    margin: 5px 10px;
  }
}

ul.level_1 li > strong.trail,
ul.level_1 li > strong.active {
  font-size: 14px;
  font-weight: 500;
  color: var(--schwarz);
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  ul.level_1 li > strong.trail,
  ul.level_1 li > strong.active {
    display: inline-block;
    text-align: center;
    padding: 9.5px 10px;
  }
}
@media screen and (max-width: 991px) {
  ul.level_1 li > strong.trail,
  ul.level_1 li > strong.active {
    display: block;
    text-align: right;
    padding: 10px;
  }
}

ul.level_1 {
  margin: 0;
  padding: 0;
  color: var(--schwarz);
  list-style-type: none;
  text-align: center;
  max-width: 1140px;
  margin: 0px auto;
}
@media screen and (min-width: 992px) {
  ul.level_1 li:hover ul.level_2 {
    display: block;
    opacity: 1;
    height: auto;
  }
}
ul.level_1 li {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  ul.level_1 li {
    display: block;
  }
  ul.level_1 li.trail ul.level_2 {
    display: block;
    opacity: 1;
    height: auto;
  }
}
ul.level_1 li a,
ul.level_1 li .submenu_main_item {
  font-size: 14px;
  font-weight: 400;
  color: var(--schwarz);
  list-style-type: none;
  text-decoration: none;
  cursor: pointer !important;
}
@media screen and (min-width: 992px) {
  ul.level_1 li a,
  ul.level_1 li .submenu_main_item {
    display: inline-block;
    text-align: center;
    padding: 9.5px 10px;
  }
}
@media screen and (max-width: 991px) {
  ul.level_1 li a,
  ul.level_1 li .submenu_main_item {
    display: block;
    text-align: right;
    padding: 10px;
  }
}
ul.level_1 li strong,
ul.level_1 li a:hover,
ul.level_1 li .submenu_main_item:hover {
  background: rgba(255, 255, 255, 0.3);
}

ul.level_2 {
  height: 0px;
  display: none;
  margin: 0;
  padding-left: 0;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  z-index: 4;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid #707070;
}
@media screen and (min-width: 992px) {
  ul.level_2 {
    position: absolute;
    border-top: 0px solid transparent;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  ul.level_2.show_submenu {
    display: block;
    opacity: 1;
    height: auto;
  }
}
ul.level_2 li {
  float: none;
  display: block;
  margin-left: 0px !important;
  color: #000 !important;
}
ul.level_2 li .submenu_main_item {
  color: black;
  background: #888;
  padding: 10px 10px 1px;
}
ul.level_2 li .submenu_main_item:hover {
  color: black;
  background: #888;
  cursor: initial;
}
ul.level_2 a,
ul.level_2 strong {
  display: block !important;
  margin: 0;
  padding: 7px 12px !important;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.95) !important;
  box-sizing: border-box;
  transition: all 200ms;
}
@media screen and (min-width: 992px) {
  ul.level_2 a,
  ul.level_2 strong {
    text-align: left !important;
  }
}
ul.level_2 strong {
  font-weight: 600 !important;
}
ul.level_2 a:hover,
ul.level_2 strong {
  background-color: #ffffff;
  background-image: none;
  color: #000000;
  box-sizing: border-box;
}
ul.level_2 a:hover {
  background-color: #eeeeee !important;
}

ul.level_3 {
  padding: 0px;
  margin: 0px;
}
ul.level_3 li a,
ul.level_3 li strong {
  padding-left: 30px !important;
}

.custom {
  overflow: visible;
}

#mainimage {
  margin-top: 130px;
  transition: 0.2s;
}
@media screen and (min-width: 611px) {
  #mainimage {
    margin-top: 190px;
  }
}

#main {

  float: none;
  /*min-height: 250px;*/
}

body.startseite #container{
	min-height: 0px !important;
}
#container{
	min-height: calc(100vh - 151px - 130px);
}
@media screen and (min-width: 611px) {
  #container{
	min-height: calc(100vh - 151px - 190px);
}
}
.startbild_container {
  position: relative;
}
.startbild_container figure {
  position: relative;
  opacity: 0;
}
.startbild_container figure:not(:first-child) {
  top: 0;
  position: absolute;
}
.startbild_container figure.active {
  z-index: 3;
}
.startbild_container .image_container {
  margin: 0px;
}
.startbild_container .linie_klein {
  position: absolute;
  bottom: 0vw;
  width: 100vw;
  height: 3vw;
  background: url("/files/images/linie_klein.png") top no-repeat;
  background-size: 100% 100%;
}

.linie {
  z-index: 6;
  position: absolute;
  bottom: -3.2vw;
  width: 100%;
  height: 4vw;
  background: url("/files/images/linie.svg") top no-repeat;
  background-size: 100% 100%;
}

.mod_breadcrumb {
  font-size: 16px;
  color: #464647 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.mod_breadcrumb .onecolumn.container-fluid {
  max-width: 1110px;
  margin: 0px auto;
  padding-left: 0px;
  padding-right: 0px;
}
.mod_breadcrumb a[href] {
  color: #464647 !important;
  text-decoration: none !important;
}
.mod_breadcrumb a[href]:hover {
  text-decoration: none !important;
}
.mod_breadcrumb .col-12 {
  padding-top: 50px;
}

.mod-article-full {
  width: 100%;
  padding: 0px !important;
}
.mod-article-full .padding-right-col img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mod-article-full .ce_text {
  max-width: 100%;
}
.mod-article-full .ce_text.first .col-12 {
  padding-top: 50px;
}
.mod-article-full .ce_text.last .padding-left-col {
  padding-bottom: 80px;
}
.mod-article-full .ce_text.last .padding-right-col {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mod-article-full .ce_text.last .padding-left-col {
    padding-bottom: 80px;
  }
  .mod-article-full .ce_text.last .padding-right-col {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1100px) {
  .mod-article-full .ce_text.first .col-12 {
    padding-top: 50px;
  }
  .mod-article-full .ce_text.last .col-12 {
    padding-bottom: 100px;
  }
}
.mod-article-full .headline_two_colums .padding-right-col {
  padding-bottom: 0px;
}
.mod-article-full .headline_two_colums .padding-left-col {
  padding-bottom: 0px;
}
@media screen and (min-width: 1140px) {
  .mod-article-full .padding-left-col {
    padding-left: calc((100vw - 1110px) / 2);
  }
  .mod-article-full .padding-right-col {
    padding-right: calc((100vw - 1110px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .mod-article-full .headline_two_colums .bg-gray,
  .mod-article-full .mod_breadcrumb .bg-gray {
    background: none;
    padding: 0px;
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mod-article-full .ce_text .padding-left-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mod-article-full .ce_text .padding-right-col {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1139px) {
  .mod-article-full .mod_breadcrumb .padding-right-col {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .mod-article-full .mod_breadcrumb .padding-left-col {
    padding-bottom: 0px;
  }
  .mod-article-full .headline_two_colums .padding-right-col {
    padding-top: 0px;
  }
  .mod-article-full .headline_two_colums .padding-left-col {
    padding-top: 0px;
  }
}

#wrapper .mod_article.last {
  padding-bottom: 100px;
}
#wrapper .mod_article.gray {
  background: rgba(70, 70, 71, 0.1);
}

.mod_newslist .container-fluid {
  max-width: 1110px;
  margin: 0px auto;
  padding-left: 0px;
  padding-right: 0px;
}

.ce_text,
.headline_one_colum,
.ce_image {
  max-width: 1110px;
  width: 100%;
  margin: 0px auto;
}

.gray_box {
  padding: 15px;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  position: relative;
  font-size: 12px;
}
.gray_box .image_container.float_right {
  margin-left: 15px;
}
@media screen and (max-width: 575px) {
  .gray_box .image_container.float_right {
    display: block;
    float: none;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
.gray_box figure {
  margin: 0;
}
.gray_box .btn-download {
  background: #B75D01;
  color: #ffffff !important;
  padding: 8px 20px;
}
.gray_box .btn-download:hover {
  text-decoration: none;
  opacity: 0.8;
}

.bg-gray {
  background: rgba(70, 70, 71, 0.1);
}

#footer {
  margin-top: -50px;
  z-index: 99;
  position: relative;
  background: var(--secondary);
}
#footer .container-fluid {
  max-width: 1140px;
  margin: 0px auto;
}

#subfooter {
  font-size: 9px;
  padding: 10px 0px;
  font-weight: 500;
  color: #464647;
}
#subfooter .container-fluid {
  max-width: 1140px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  #subfooter {
    font-size: 10px;
  }
}
#subfooter div.level_1 {
  color: #464647;
}
#subfooter div.level_1 span {
  color: #464647;
}
#subfooter div.level_1 span.active,
#subfooter div.level_1 span a {
  text-align: center;
  list-style-type: none;
  color: #464647;
}
#subfooter div.level_1 span a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer !important;
  color: #464647;
}
#subfooter div.level_1 span a:hover {
  text-decoration: underline;
}
  .mod_company_list .padding-left-col,
  .mod_newsreader .padding-left-col,
  .mod_eventreader .padding-left-col {
    padding-bottom: 100px;
  }
.mod_company_list .padding-right-col,
.mod_newsreader .padding-right-col,
.mod_eventreader .padding-right-col {
    padding-top: 67px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mod_company_list .padding-right-col,
  .mod_newsreader .padding-right-col,
  .mod_eventreader .padding-right-col {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .mod_company_list .padding-left-col,
  .mod_newsreader .padding-left-col,
  .mod_eventreader .padding-left-col {
    padding-bottom: 100px;
  }
}

.category_nav_container {
  max-width: 1110px;
  margin: 0px auto;
}

.category_link_button {
  margin-bottom: 30px;
}

.category_link_image {
  background: #eeeeee;
  height: 160px;
  background-size: cover;
  background-position: center;
}

.category_link_text {
  background: #B75D01;
  color: #ffffff !important;
  padding: 8px;
  text-align: center;
  /*height: 40px;
  line-height: 24px;*/
}

.category_link_button_small {
  margin-bottom: 15px;
}
.category_link_button_small a[href] {
  text-decoration: none !important;
}

.category_link_text_small {
  color: #B75D01 !important;
  padding: 8px;
  padding-right: 40px;
  text-align: left;
  text-decoration: none !important;
  /*height: 40px;
  line-height: 24px;*/
  background: #ffffff url("/files/images/arrow_right.svg") no-repeat center right 15px;
}
.category_link_text_small:hover {
  background: rgba(255, 255, 255, 0.5) url("/files/images/arrow_right.svg") no-repeat center right 15px;
}

.company_block {
  background: rgba(70, 70, 71, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .company_block.three_in_a_row:nth-of-type(3n+1) {
    border-right: 8px solid white;
    border-left: 0px solid white;
  }
  .company_block.three_in_a_row:nth-of-type(3n+2) {
    border-right: 4px solid white;
    border-left: 4px solid white;
  }
  .company_block.three_in_a_row:nth-of-type(3n+3) {
    border-left: 8px solid white;
    border-right: 0px solid white;
  }
}
@media screen and (min-width: 576px) {
  .company_block:nth-of-type(odd) {
    border-right: 7.5px solid white;
  }
  .company_block:nth-of-type(even) {
    border-left: 7.5px solid white;
  }
}
.company_block p {
  margin-bottom: 0px;
}
.company_block.withlink {
  padding-bottom: 45px;
}
.company_block a[href] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
  margin-top: 10px;
  background: #B75D01;
  color: #ffffff !important;
  padding: 3px 40px;
}
.company_block a[href]:hover {
  text-decoration: none;
  opacity: 0.8;
}

.layout_latest {
overflow: visible;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.layout_latest .more {
  margin-bottom: 0px;
}
.layout_latest .more a[href] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin-top: 10px;
  background: var(--primary);
  color: #ffffff !important;
  padding: 3px 40px;
}
.layout_latest .more a[href]:hover {
  text-decoration: none;
  opacity: 0.8;
}

.event_link {
  height: 100%;
  text-decoration: none !important;
}
.event_link:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

.event_container {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .event_container:nth-of-type(odd) {
    border-right: 7.5px solid white;
  }
  .event_container:nth-of-type(even) {
    border-left: 7.5px solid white;
  }
}

.event_date {
  background: rgba(95, 158, 203, 0.6);
  color: #ffffff !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .event_date {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .event_date {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .event_date p {
    display: inline-block;
  }
  .event_date .time:before {
    content: " | ";
  }
}
@media screen and (min-width: 576px) {
  .event_date .date {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.event_date p {
  margin-bottom: 0px;
}

.event_text {
  background: rgba(70, 70, 71, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}

.event.layout_teaser h5 {
  margin-bottom: 0px;
  color: var(--primary);
}
.event.layout_teaser .location {
  font-size: 14px;
  font-weight: 500;
  color: #464647;
  margin-bottom: 5px;
}
.event.layout_teaser .ce_text {
  font-size: 14px;
  color: #464647;
}
.event.layout_teaser .ce_text p {
  margin-bottom: 2px;
}
.event.layout_teaser .category_element {
  background: rgba(255, 255, 255, 0.75);
  padding: 2px 10px;
  min-width: 80px;
  text-align: center;
  color: #464647;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 8px;
  display: inline-block;
}

.mod_eventlist .container-fluid {
  max-width: 1110px;
  margin: 0px auto;
}

.brochure .container-fluid {
  max-width: 1110px;
  margin: 0px auto;
}

.event.layout_full .image_container {
  margin-bottom: 0px;
}
.event.layout_full .info {
  background: rgba(95, 158, 203, 0.6);
  padding: 5px 10px;
  font-size: 16px;
  color: white;
}
.event.layout_full .location {
  font-weight: 600;
}

.event.layout_upcoming {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.event.layout_upcoming .datetime {
  background: rgba(95, 158, 203, 0.6);
  padding: 4px 12px;
  font-size: 12px;
  color: white;
  width: 100%;
  margin-bottom: 0px;
}
.event.layout_upcoming .main_text {
  padding: 8px 12px;
  padding-right: 40px;
  background: #ffffff url("/files/images/arrow_right.svg") no-repeat center right 15px;
}
.event.layout_upcoming .main_text:hover {
  background: rgba(255, 255, 255, 0.5) url("/files/images/arrow_right.svg") no-repeat center right 15px;
}
.event.layout_upcoming h3 {
  margin-bottom: 0px;
  font-size: 18px;
}
.event.layout_upcoming .location {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
  color: #464647;
}
.event.layout_upcoming a[href] {
  text-decoration: none !important;
}
.event.layout_upcoming a[href]:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

.mod_company_list .onecolumn.container-fluid {
  max-width: 1110px;
  margin: 0px auto;
  padding-left: 0px;
  padding-right: 0px;
}

* {
  -webkit-appearance: none;
}

b, strong {
  font-weight: 600;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

h1 {
	font-family: 'Cormorant Garamond', sans-serif;
  font-size: 38px;
  color: #1681b9;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}

h2 {
	font-family: 'Cormorant Garamond', sans-serif;
  font-size: 23px;
  color: #1681b9;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
	font-family: 'Cormorant Garamond', sans-serif;
  font-size: 20px;
  color: #1681b9;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 6px;
}

h4 {
	font-family: 'Cormorant Garamond', sans-serif;
  font-size: 16px;
  color: #1681b9;
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
	font-family: 'Cormorant Garamond', sans-serif;
  font-size: 16px;
  color: #464647;
  font-weight: 500;
  margin-bottom: 15px;
}

a[href] {
  color: #1681b9;
}

#footer {
  padding-top: 25px;
  padding-bottom: 15px;
  overflow: hidden;
  color: white;
}
#footer a[href] {
  color: white;
}
#footer a[href]:hover {
  text-decoration: underline;
}
#footer a.phone {
  background: url("/files/images/phone_icon.svg") no-repeat left center;
  background-size: 11px;
  padding-left: 15px;
}
#footer a.mail {
  background: url("/files/images/mail_icon.svg") no-repeat left center;
  background-size: 11px;
  padding-left: 15px;
}
#footer a.web {
  background: url("/files/images/web_icon.svg") no-repeat left center;
  background-size: 11px;
  padding-left: 15px;
}
#footer .logo_footer {
  padding-bottom: 5px;
}
#footer .fontsize-10-bold {
  font-size: 10px;
  font-weight: 600;
  margin: 0px;
}
#footer .fontsize-14-bold {
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}
#footer .fontsize-9 {
  font-size: 10px;
  margin: 0px;
}
#footer .fontsize-8 {
  font-size: 10px;
  margin: 0px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .fontsize-8 {
    font-size: 8.5px;
  }
}
.ce_text, .layout_full, .mod_newslist{
	overflow: visible;
}
.image_container img{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}
@media screen and (min-width: 767px) {
	.image_container.float_right{
		margin-left: 25px;
	}
	.image_container.float_left{
		margin-right: 25px;
	}
}

.cookiebar__button{
	background: var(--primary);
}
.cookiebar__button:hover {
      background: rgba(95, 158, 203, 0.6);
}