body {
  font-family: 'Roboto', sans-serif;
}
h1,
h4,
h2.title,
h2.subtitle,
h3.subtitle {
    color: #2b4373;
}
h2,
h3 {
    color: #ffa725;
}
a {
  color: #2b4373;
}
.mt45 {
    margin-top: 45px;
}
.tabs h2 {
    color: #2b4373;
    font-size: 18px;
}
.fw-normal {
  font-weight: normal !important;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
    .col-md-4.sidebar {
        width: 32%;
    }
    .col-md-8.content {
        width: 68%;
    }
}

@media (max-width: 991px) {
    .location-menu {
        display: none;
    }
}
.location-menu {
  background: #e6e6e6;
  min-height: 52px;
  text-align: center;
  border-radius: 0;
  font-size: 15px;
}
.location-menu .navbar-nav {
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  float: none;
}
.location-menu .navbar-nav > li {
  color: #ababab;
  padding: 15px;
}
.navbar-default .lang-menu {
  margin-right: 20px;
  margin-top: 20px;
}
.navbar-default .lang-menu .dropdown-toggle {
  padding: 30px 15px 10px;
}
.navbar-default .lang-menu .dropdown-toggle,
.navbar-default .lang-menu li > a {
  color: #2b4373;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
    .navbar-default .lang-menu {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-default .lang-menu .dropdown-toggle {
      padding: 10px 15px 10px;
    }
}
.navbar-default .phone-menu {
  margin-right: 30px;
  margin-top: 50px;
}
.navbar-default .phone-menu a {
  color: #2b4373;
  font-weight: bold;
}
.navbar-default .phone-menu a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.search-menu {
  margin-top: 40px;
}
.search-menu input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 3px;
  border-bottom: 1px solid #2b4373;
}
.search-menu input::-moz-placeholder {
  color: #2b4373;
}
.search-menu button {
  color: #2b4373;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  font-size: 18px;
}
@media (max-width: 767px) {
    .search-menu .form-group {
        display: inline-block;
        width: 88%;
    }
}
.main-menu {
  border-radius: 0;
  font-size: 16px;
}
.main-menu .navbar-collapse {
    background-color: #2b4373;
}
@media (min-width: 768px) {
    .main-menu {
        background-color: #2b4373;
    }
}
@media (max-width: 767px) {
    .logo {
        margin-top: 15px;
        margin-left: 15px;
    }
    .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.main-menu .navbar-nav {
  text-transform: uppercase;
}
.main-menu .navbar-nav > li > a,
.main-menu .navbar-nav > li > a:focus,
.main-menu .navbar-nav > li.active > a {
  color: #ffffff;
  font-weight: 400;
  padding: 10px 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-menu {
        font-size: 12px;
    }
    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > a:focus,
    .main-menu .navbar-nav > li.active > a {
      padding: 14px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1080px) {
    .main-menu {
        font-size: 13px;
    }
    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > a:focus,
    .main-menu .navbar-nav > li.active > a {
      padding: 30px 9px;
    }
}
@media (min-width: 1081px) and (max-width: 1110px) {
    .main-menu {
        font-size: 14px;
    }
    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > a:focus,
    .main-menu .navbar-nav > li.active > a {
      padding: 30px 10px;
    }
}
@media (min-width: 1111px) and (max-width: 1220px) {
    .main-menu {
        font-size: 15px;
    }
    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > a:focus,
    .main-menu .navbar-nav > li.active > a {
      padding: 30px 10px;
    }
}
@media (min-width: 1221px) {
    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > a:focus,
    .main-menu .navbar-nav > li.active > a {
        padding: 30px 9px;
    }
}
.main-menu .navbar-nav > li.active,
.main-menu .navbar-nav > li.active:hover,
.main-menu .navbar-nav > li.current-menu-item,
.main-menu .navbar-nav > li:hover {
  background-color: #1b305b;
}
.main-menu .navbar-nav > li.active > a,
.main-menu .navbar-nav > li.active:hover > a,
.main-menu .navbar-nav > li.current-menu-item > a,
.main-menu .navbar-nav > li:hover > a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .content {
    margin-top: 43px;
  }
}
.content .carousel-indicators {
  bottom: 0;
}
.content .carousel-indicators li {
  background-color: #2b4373;
  border: 0;
}
.content .carousel-indicators li.active {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 1px;
}
.content .carousel-caption {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2b4373;
  text-align: left;
  text-shadow: none;
}
@media (max-width: 499px) {
    .content .carousel-caption {
        position: initial;
    }
}
.content .carousel-caption > h2 {
  font-family: 'Roboto Slab', serif;
  margin-top: 10px;
  font-weight: bold;
}
.content .carousel-inner > .item {
  height: 350px;
}
.content .slider-line {
  margin-top: 12px;
  border-bottom: 1px solid #bababa;
}
.content .pending-seminars h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
}
.content .pending-seminars .list {
  padding: 8px;
  background: #e6e6e6;
}
.content .pending-seminars .list > .item {
  border-radius: 0 5px 5px 0;
  background-color: #ffffff;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
}
.content .pending-seminars .list > .item:hover {
  opacity: 0.9;
  background-color: #f6f6f6;
}
.content .pending-seminars .list > .item:not(:last-child) {
  margin-bottom: 8px;
}
.content .pending-seminars .list > .item > .date {
  float: left;
  width: 15%;
  height: 46px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-right: 1px solid #e8e8e8;
  font-size: 17px;
  color: #2b4373;
  display: inline-block;
}
.content .pending-seminars .list > .item > .name {
  float: left;
  width: 56%;
  height: 46px;
  padding: 12px 8px 12px 14px;
  font-size: 17px;
  color: #0b1431;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: solid 8px rgba(0, 0, 0, 0);
}
.content .pending-seminars .list > .item > .price {
  float: left;
  width: 12%;
  height: 46px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 1px solid #e8e8e8;
  font-size: 15px;
  display: inline-block;
}
.content .pending-seminars .list > .item > .register {
  float: left;
  width: 17%;
  height: 46px;
  padding: 15px 2px;
  font-size: 14px;
  display: inline-block;
  background-color: #ffb62f;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
    .content .pending-seminars .list > .item > .register {
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1043px) {
    .content .pending-seminars .list > .item > .register {
        font-size: 12px;
    }
}
@media (min-width: 1044px) and (max-width: 1179px) {
    .content .pending-seminars .list > .item > .register {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {
    .content .pending-seminars .list > .item > .name {
        font-size: 16px;
        width: 50%;
    }
    .content .pending-seminars .list > .item > .price {
        width: 18%;
        padding: 6px 4px 6px 4px;
    }
    .content .pending-seminars .list > .item > .date,
    .content .pending-seminars .list > .item > .price {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .right-colum {
        margin-top: 40px;
    }
}
.right-colum > h3 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 60px;
  margin-top: 0;
  margin-bottom: 15px;
}
.right-colum > .contact-box {
  background-color: #ececec;
  color: #333333;
  text-decoration: none;
  padding: 15px 25px;
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 17px;
  display: block;
}
.right-colum > .contact-box:hover {
  opacity: 0.8;
}
.right-colum > .email-box {
  background: url('img/email-sm.png') left 24px center no-repeat #ececec;
  padding-left: 60px;
}
.right-colum > .phone-box {
  background: url('img/phone-sm.png') left 24px center no-repeat #ececec;
  padding-left: 60px;
}
.right-colum > .pdf-box {
  background: url('img/pdf-sm.png') left 24px center no-repeat #ececec;
  padding-left: 60px;
}
.right-colum > .download-box {
  text-align: center;
  background: url('img/download.png?v=101') bottom center no-repeat #ececec;
  min-height: 373px;
}
.offer-section .box {
  height: 226px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 28px;
  color: #2b4373;
  text-align: center;
  padding-top: 80px;
  line-height: 36px;
  display: block;
  margin-bottom: 30px;
}
.offer-section .box:hover,
.offer-section .box:focus {
  text-decoration: none;
  color: #ffffff;
}
.offer-section .box.box-1 {
  background: url('img/offer/seminare.jpg?v=101') no-repeat center center;
}
.offer-section .box.box-1:hover {
  background: -webkit-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/seminare.jpg?v=101') no-repeat center center;
  background: -o-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/seminare.jpg?v=101') no-repeat center center;
  background: linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/seminare.jpg?v=101') no-repeat center center;
}
.offer-section .box.box-2 {
  background: url('img/offer/master_und_diplome.jpg?v=101') no-repeat center center;
}
.offer-section .box.box-2:hover {
  background: -webkit-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/master_und_diplome.jpg?v=101') no-repeat center center;
  background: -o-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/master_und_diplome.jpg?v=101') no-repeat center center;
  background: linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/master_und_diplome.jpg?v=101') no-repeat center center;
}
.offer-section .box.box-3 {
  background: url('img/offer/inhouse.jpg?v=101') no-repeat center center;
}
.offer-section .box.box-3:hover {
  background: -webkit-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/inhouse.jpg?v=101') no-repeat center center;
  background: -o-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/inhouse.jpg?v=101') no-repeat center center;
  background: linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/inhouse.jpg?v=101') no-repeat center center;
}
.offer-section .box.box-4 {
  background: url('img/offer/consulting.jpg?v=101') no-repeat center center;
}
.offer-section .box.box-4:hover {
  background: -webkit-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/consulting.jpg?v=101') no-repeat center center;
  background: -o-linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/consulting.jpg?v=101') no-repeat center center;
  background: linear-gradient(rgba(43, 67, 115, 0.7), rgba(43, 67, 115, 0.7)), url('img/offer/consulting.jpg?v=101') no-repeat center center;
}
.line-header {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 60px;
  margin-bottom: 30px;
}
.line-header > h2 {
  font-weight: 100;
  font-size: 36px;
  color: #aaaaaa;
  background-color: #ffffff;
  z-index: 5;
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
    .line-header > h2 {
      padding: 0 30px;
    }
}
.line-header:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  border-bottom: 1px solid #aaaaaa;
  left: 0;
  right: 0;
}
.right-colum > .line-header {
  margin-top: inherit;
}
.right-colum > .line-header > h2 {
    font-size: 27px;
}
@media (min-width: 992px) {
    .right-colum > .line-header > h2 {
        width: 65%;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .right-colum > .line-header > h2 {
        font-size: 19px;
    }
}

.training-section .box {
  margin-top: 20px;
}
.training-section .box > .subbox:first-of-type {
  height: 157px;
}
.training-section .box > .subbox {
  border: 1px solid #b4b4b4;
  border-top: 0;
  padding: 25px 30px;
}
.training-section .box a:hover {
  text-decoration: none;
}
.training-section .box > .subbox h3,
.training-section .box > .subbox > h4 {
  /*text-transform: uppercase;*/
}
.training-section .box > .subbox h3 {
  margin-top: 0;
}
.training-section .box > .subbox > h4 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 5px;
}
.training-section .box > .subbox > p {
  font-size: 16px;
  margin: 0;
}
.contact-section .box {
  font-weight: 500;
  font-size: 18px;
  color: inherit;
  /*text-transform: uppercase;*/
  text-align: center;
  display: block;
  padding-top: 90px;
  margin-top: 40px;
  position: relative;
}
.contact-section .box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.contact-section .box:hover::after {
  background: rgba(255, 182, 47, 0.1);
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.contact-section .box:hover {
  text-decoration: none;
  opacity: 0.9;
}
.contact-section .box.box-1 {
  background: url('img/download-md.png') top center no-repeat;
}
.contact-section .box.box-2 {
  background: url('img/order-md.png') top center no-repeat;
}
.contact-section .box.box-3 {
  background: url('img/email-md.png') top center no-repeat;
}
.contact-section .box.box-4 {
  background: url('img/phone-md.png') top center no-repeat;
}
footer {
  margin-top: 60px;
  padding-bottom: 40px;
  background-color: #2b4373;
  color: #ffffff;
  font-size: 15px;
}
footer > p {
  padding: 25px;
  margin: 0;
  text-align: center;
}
footer a {
  color: #ffa725;
}
footer a:hover {
  color: #ffa725;
  text-decoration: none;
  opacity: 0.8;
}
footer .nav {
  text-align: center;
}
footer .nav > li {
  display: inline-block;
  text-transform: uppercase;
}
footer .nav > li > a {
  color: #ffffff;
}
footer .nav > li > a:focus,
footer .nav > li > a:hover {
  background-color: inherit;
}
.search h2 > a {
  color: #ffa725;
}


/*  sidebar */
.sidebar .page_item:not(.current_page_item):not(.current_page_parent) > ul.children {
    display: none;
}

.sidebar .navbar-collapse2 {
    padding-left: 0;
    padding-right: 0;
}
.sidebar ul {
    padding: 0;
    list-style: none;
}

.sidebar ul > li > a {
    color: #2b4373;
    padding: 9px 0;
    display: block;
    font-size: 16px;
    padding-left: 15px;
    border-bottom: 1px solid #bababa;
}

.sidebar ul li ul {
    display: none;
}
.sidebar ul li.active ul {
    display: block;
}
.sidebar li.active > a,
.sidebar li > a:hover,
.sidebar li > a:focus {
    font-weight: 500;
    text-decoration: none;
}

.sidebar .navbar-collapse2 > ul {
    border: 1px solid #bababa;
    border-bottom: 0;
}
.sidebar li.current_page_item > a,
.sidebar li > a:hover,
.sidebar li > a:focus {
    font-weight: 500;
    text-decoration: none;
}

.sidebar ul ul > li {
    background-color: #ebebeb;
    position: relative;
}
.sidebar ul ul > li > a {
    padding-left: 38px;
}
.sidebar ul ul > li:before {
    content: " ";
    border-style: solid;
    margin-left: 16px;
    margin-top: 14px;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #2b4373;
    display: inline-block;
    position: absolute;
}
@media (max-width: 991px) {
    .sidebar-menu .navbar-toggle2 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
.sidebar-menu .navbar-toggle2 {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

/* Seminar icons */
.content .link-icons > div {
    margin-top: 15px;
    margin-bottom: 10px;
}
.content .link-icons > div > a {
    display: block;
    padding: 42px 15px 15px 15px;
    height: 96px;
    min-height: 64px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    color: #333333;
}
.content .link-icons > div > a:hover,
.content .link-icons > div > a:focus {
    text-decoration: none;
    opacity: 0.8;
}
.content .link-icons .link-download {
    background: url('img/pdf-sm.png') center top 17px no-repeat #ebebeb;
}
.content .link-icons .link-contact {
    background: url('img/email-sm.png') center top 17px no-repeat #ebebeb;
}
.content .link-icons .link-administration {
    background: url('img/mark-sm.png') center top 17px no-repeat #ebebeb;
}
.content .link-icons .link-advice {
    background: url('img/phone-sm.png') center top 17px no-repeat #ebebeb;
}

.navbar-toggle2 {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (max-width: 991px) {
.navbar-toggle2 {
    display: block;
}
.navbar-collapse2 {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse2.collapse {
    display: none!important;
}
.navbar-collapse2.collapse.in{
    display:block !important;
}
}
@media (min-width: 992px) {
.navbar-toggle2 {
    display: none;
}
.navbar-collapse2.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}


/*content*/
@media (min-width: 992px) {
    .page-background >.container {
        position: relative;
        height: 100%;
    }
    .page-background > .container > .row {
        position: absolute;
        bottom: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .page-background {
        height: 180px;
    }
}
@media (min-width: 1024px) and (max-width: 1124px) {
    .page-background {
        height: 200px;
    }
}
@media (min-width: 1124px) and (max-width: 1224px) {
    .page-background {
        height: 225px;
    }
}
@media (min-width: 1124px) and (max-width: 1224px) {
    .page-background {
        height: 235px;
    }
}
@media (min-width: 1224px) {
    .page-background {
        height: 250px;
    }
}
@media (min-width: 992px) {
    .page-background {
        background: url('img/page-background.jpg?v=101') no-repeat center top;
        background-size: contain;
    }
}
.page-background .row h1 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 5px;
}
.page-background .row {
    background-color: #f49915;
}



.content ul {
    padding-left: 27px;
    list-style-image: url('img/li-dot.png?v=1');
}
.content ul > li {
    padding-left: 8px;
    padding-bottom: 2px;
}
h2.title {
    font-size: 21px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
    position: relative;
}
h2.title:after {
    border-top: 3px solid #f49915;
    content: " ";
    display: block;
    width: 135px;
    bottom: -1px;
    position: absolute;
}
h2.subtitle {
    margin-top: 0;
}
.content h4 {
    margin-top: 25px;
}
h4, .h4 {
  font-size: 17px;
}

@media (min-width: 992px) {
  .register-btn-column {
    padding-left: 0;
    padding-right: 0;
  }
}
a.seminar-registration-btn {
    background: url('img/button-arrow.png') #f49915 no-repeat center right 20px;
    height: 52px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    text-align: left;
    padding: 14px 0px 14px 15px;
    border-radius: 5px;
/*    -webkit-box-shadow: 6px 6px 8px 0px #cccccc;
    -moz-box-shadow: 6px 6px 8px 0px #cccccc;
    box-shadow: 6px 6px 8px 0px #cccccc;*/
}
.width93p {
  width: 93%;
}
a.seminar-registration-btn:hover {
    opacity: 0.9;
}
/*@media (min-width: 992px) and (max-width: 1290px) {
    a.seminar-registration-btn {
        padding: 18px 0px 18px 15px;
    }
}*/
@media (min-width: 992px) and (max-width: 1190px) {
    a.seminar-registration-btn {
        background: #f49915;
    }
}
/*@media (min-width: 992px) {
  a.seminar-registration-btn.width93p {
    width: 93%;
  }
}
@media (max-width: 991px) {
  a.seminar-registration-btn {
    width: 100% !important;
  }
}*/

@media (min-width: 992px) {
  .comments {
      margin-top: 50px;
  }
}
.comments .align-left {
    margin-bottom: 3px;
}
.comments .align-right {
    margin-bottom: 25px;
    color: #2b4373;
    font-style: italic;
}

/*  seminars */
.seminar {
  margin-bottom: 30px;
}
.seminar h3, .tabs h3 {
  font-size: 18px;
}
.seminar h3 > a {
  color: #ffa725;
}
.seminar .detail {
  position: relative;
}
.seminar .detail .location {
  white-space: nowrap;
}
.seminar label {
    margin-bottom: 5px;
    font-weight: bold;
}
.seminar .label {
  font-weight: bold;
  vertical-align: top;
  width: 82px;
  position: relative;
  display: inline-block;
  padding: 2px;
}
.seminar .value {
  margin-left: 7px;
  display: inline-block;
}
@media (min-width: 360px) {
  #tab-seminars .seminar .value {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  #tab-seminars .seminar .value {
    width: 470px;
  }
}

/*seminar column*/
.seminar-column .seminar h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.seminar-column .seminar .label {
  display: none;
}
.seminar-column .seminar .value {
  margin-left: 0;
  font-size: 13px;
}
.seminar-column {
  border: 1px solid #d6d6d6;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.seminar-column .hidden-xs {
  border: none !important;
  margin-top: 20px;
}
.mini {
  display: block;
  font-size: 13px;
  color: #b9b9b9;
  font-style: italic;
}

/* downloads */
.downloads .item {
    /*border: 1px solid #9a9a9a;*/
    margin-bottom: 15px;
    padding: 30px;
}
.downloads .image {
    min-height: 202px;
    float: left;
    margin-bottom: 20px;
}
.downloads .description {
    float: left;
}
@media (min-width: 480px) {
    .downloads .description {
        width: 53%;
        margin-left: 30px;
    }
}

/* contact form */
.form-line {
    padding-bottom: 5px;
}
.form-line:after {
    content: '';
    display: block;
    clear: both;
}
.form-line .descr {
    width: 150px;
    float: left;
    color: #666666;
    font-size: 13px;
}
.form-line .field {
    width: 244px;
    float: left;
}
.form-line .field input,
.form-line .field textarea,
.form-line .field select {
    width: 100%;
    border: 1px solid #cccccc;
    color: #666666;
}
#checkbox-rules-box {
  height: 60px;
  position: relative;
}
#checkbox-rules-box .wpcf7-not-valid-tip {
    position: absolute;
    width: 300px;
    top: 35px;
}
#checkbox-rules-box-en .wpcf7-not-valid-tip {
    position: absolute;
    width: 300px;
    top: 20px;
}
@media (max-width: 630px) {
  #checkbox-rules-box {
    height: 115px;
  }
  #checkbox-rules-box .wpcf7-not-valid-tip {
    top: 95px;
  }
}
span.wpcf7-list-item {
  display: block !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000 !important;
    border-radius: 6px !important;
    padding: 15px 30px !important;
    font-size: 18px !important;
    background-color: rgba(255,0,0,0.1) !important;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #f49915 !important;
  border-radius: 6px !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  background-color: rgba(244,153,21,0.1) !important;
}

.field-readonly {
  border: 0 !important;
  width: 100%;
  display: none !important;
}
input.referer-page { display:none; }

.bbs-input {
    cursor: default;
    border: none;
}

/* Cookiebot - remove branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none;
}

body #CybotCookiebotDialog {

    @media screen and (min-width: 601px) {
        max-width: 700px;
    }

    .CybotCookiebotDialogContentWrapper {

        #CybotCookiebotDialogHeader {

            #CybotCookiebotDialogHeaderLogosWrapper {
                justify-content: end;

                #CybotCookiebotDialogPoweredbyLink {
                    justify-content: end;
                }
            }
        }

        #CybotCookiebotDialogNav {
            display: none;
        }

        #CybotCookiebotDialogFooter {

            #CybotCookiebotDialogBodyButtons {

                #CybotCookiebotDialogBodyButtonsWrapper {
                    justify-content: center;
                    flex-wrap: wrap;
                    gap: 20px;

                    .CybotCookiebotDialogBodyButton {

                        @media screen and (min-width: 601px) {
                            width: 240px;
                        }
                    }
                }
            }
        }
    }
}