@font-face {
  font-family: Frutiger;
  src: url(../fonts/FrutigerLTStd-Light.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Frutiger;
  src: url(../fonts/FrutigerLTStd-Roman.otf);
  font-weight: bold;
  font-style: normal;
}

/*A=======================================globle classes css=============================*/

html,
body {
  font-family: 'Frutiger', sans-serif;
  font-size: 16pt;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}
.content-container a {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

body {
  display: grid;
  grid-template-areas:
    "header"
    "main-menu"
    "content"
    "footer";
  grid-template-rows: 200px 55px 1fr 260px;
  height: 100vh;
  margin: 0;
}

    body.print {
        grid-template-rows: none;
    }
/*
.main-baner, .default-carousel-section .carousel-sample {
    height:auto !important;
}
*/

#header {
  grid-area: header;
}

#main-menu {
  grid-area: main-menu;
  z-index: 5;
}

#main-content {
  grid-area: content;
}

#footer {
  grid-area: footer;
  background: linear-gradient(90deg, rgb(233, 99, 51), rgb(113,157,198));
  display: grid;
  align-items: center;
}

.container,
.text-baner-content {
  min-width: 1100px;
  width:90%;
  padding-left:50px;
  padding-right:50px;
  text-align: center;
}

/*====================Logo====================*/

#header {
  padding-left: 36px;
  padding-right: 36px;
  z-index: 10;
}

.container-logo {
  height: 113px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid #000;
}


.left-logo,
.left-header-block {
  justify-self: start;
}

.left-logo img {
  width: 160px;
}

.right-logo,
.right-header-block {
  justify-self: end;
}

.right-logo img {
  width: 220px;
}

/*====================search and right menu====================*/

.container-right_menu {
  height: 88px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.search{
  display: flex;
}

.search input {
  width: 400px;
  height: 39px;
  padding-right: 30px;
  outline: none;
  border: 1px solid #000;
}

    .search img {
        width: 20px;
        margin-left: -25px;
        cursor: pointer;
    }

span>a:hover {
  text-decoration: underline;
}

span.menu_seminare {
  padding-left: 30px;
  position: relative;
  top: 10px;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-top: 12px;
}

ul.menu>li {
  display: inline-block;
  padding-right: 35px;
  position: relative;
}


ul.menu>li:last-child {
  padding-right: 0;
}

.menu_login::before {
  content: '';
  display: inline-block;
  height: 28px;
  width: 30px;
  background-image: url(../img/ico_login.svg);
  position: relative;
  top: 5px;
  right: 9px;
}

.menu_logout::before {
  content: '';
  display: inline-block;
  height: 28px;
  width: 30px;
  background-image: url(../img/ico_logout.svg);
  position: relative;
  top: 5px;
  right: 9px;
}

.menu_bag::before {
  content: '';
  display: inline-block;
  height: 28px;
  width: 30px;
  background-image: url(../img/ico_bag.svg);
  position: relative;
  top: 5px;
  right: 9px;
}

.is-submenu {}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.is-submenu::after {
  content: '';
  display: block;
  height: 15px;
}

.menu .submenu {
  display: none;
  background: rgb(113,157,198);
  min-width: max-content;
  z-index: 999;
}

ul.menu li:hover .submenu,
li.submenu2-container:hover .submenu2-collaps {
    display: block;
}

ul.submenu {
  list-style-type: none;
  padding: 20px;

}

.submenu>li {
  padding-bottom: 10px;
}

.submenu>li:last-child {
  padding-bottom: 0;
}

.submenu>li>a {
  color: #fff;
  font-size: 16pt;
}

.submenu>li>a::before {
  content: '\00BB';
  padding-right: 10px;
}

.hide-point > a::before {
  display: none;
}

.submenu2,
.submenu2-collaps {
    background: #fff;
    font-size: 14pt;
}

ul.submenu2,
ul.submenu2-collaps {
    list-style-type: none;
    padding: 20px;
    margin-left: -20px;
    padding-left: 40px;
    margin-right: -20px;
    padding-right: 40px;
}

ul.submenu2-collaps {
    display: none;
    position: absolute;
    left: 100px;
    width: 100%;
}

.submenu2 > li > a::before,
.submenu2-collaps  > li > a::before{
    content: '\00BB';
    padding-right: 10px;
}

.submenu2 > li,
.submenu2-collaps  > li{
    padding-bottom: 10px;
}

    .submenu2 > li:last-child,
    .submenu2-collaps  > li:last-child{
        padding-bottom: 0;
    }

/*====================main left menu====================*/

.container-main-menu {
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  align-items: center;
  height: 55px;
  background: linear-gradient(90deg, rgb(233, 99, 51,.6), rgb(113,157,198,.6));
}


ul.main-menu-items {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-top: 15px;
}

ul.main-menu-items>li {
  display: inline-block;
  padding-right: 35px;
  position: relative;
}

ul.main-menu-items>li>a {
  color: #fff;
}

.submenu3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.main-menu-items .submenu3 {
  display: none;
  background: #fff;
  min-width: max-content;
}

ul.main-menu-items li:hover .submenu3 {
  display: block;
}

ul.submenu3 {
  list-style-type: none;
  padding: 20px;

}

.submenu3>li {
  padding-bottom: 10px;
}

.submenu3>li:last-child {
  padding-bottom: 0;
}

.submenu3>li>a {
  color: #000;
  font-size: 16pt;
}

.submenu3>li>a::before {
  content: '\00BB';
  padding-right: 10px;
}

/*====================main content====================*/
.main-baner {
  width: 100%;
  height: 805px;
  margin-top:-255px;
  position: relative;
}

.baner-img-workshop{
  background: url(../img/workshop.jpg) no-repeat center top; 
  background-size: cover;
}

.img-baner{
  width: 100%;
  height: 500px;
  margin-top:-255px;
  position: relative;
}

.baner-img-1{
  background: url(../img/baner-300.jpg) no-repeat center top;
  background-size: cover;
}


.baner-img-2{
  background: url(../img/workshop.jpg) no-repeat center top; 
  background-size: cover;
}

.baner-img-3{
  background: url(../img/download.jpg) no-repeat center top; 
  background-size: cover;
}

.baner-img-4{
  background: url(../img/pen.jpg) no-repeat center top; 
  background-size: cover;
}

.baner-img-5{
  background: url(../img/calendar.jpg) no-repeat center top; 
  background-size: cover;
}

.baner-img-6{
  background: url(../img/table.jpg) no-repeat center top; 
  background-size: cover;
}
.baner-img-7{
  background: url(../img/pazzle.jpg) no-repeat center top; 
  background-size: cover;
}
.baner-img-8{
  background: url(../img/office.jpg) no-repeat center top; 
  background-size: cover;
}
.baner-img-9{
  background: url(../img/office2.jpg) no-repeat center top; 
  background-size: cover;
}
.baner-img-10{
  background: url(../img/brush.jpg) no-repeat center top; 
  background-size: cover;
}
.baner-img-11{
  background: url(../img/people0.jpg) no-repeat center top; 
  background-size: cover;
}
.baner-img-12{
  background: url(../img/people.jpg) no-repeat center top; 
  background-size: cover;
}

.baner-img-13{
  background: url(../img/bag.jpg) no-repeat center top; 
  background-size: cover;
}
.main-baner::after, .img-baner::after {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-color: rgb(255,255,255,.8);
    position: absolute;
}
/*
.main-baner::after:not(.default-carousel-section){
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-color: rgb(255,255,255,.8);
    position: absolute;
}
    */
    .default-carousel-section::after{
        display:none;
    }
        .e-carousel-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-color: rgb(255,255,255,.8);
    position: absolute;
}

.text-baner {
    width: 100%;
    height: 210px;
    background-color: rgba(237,104,57, 0.2);
    align-items: center;
}
.text-baner.seminar {
    height: auto;
}

.bg-light{
  background-color: rgba(218, 218, 218, 0.2);
}

.bg-fon1{
  background: url(../img/bg1.jpg) no-repeat center center; 
}
.bg-fon2{
  background: url(../img/bg2.jpg) no-repeat center center; 
}

.content-container,
.text-baner,
.content-container-clear{
  display: grid;
  /*justify-content: center;*/
  justify-items: center;
}

.text-baner-content {
  color: #000;
  position: relative;
}

.text-baner-content h1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-baner-ico {
  position: absolute;
  right: 0;
  width: 90px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 45px;
}

.print-ico {
  background-color: #70a0c8;
}

.print-ico img {
  width: 100%;
}

/*====================text block====================*/
h1 {
  font-size: 26pt;
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 20pt;
  font-weight: bold;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 15px;
}


.gridCenter{
  display: grid;
  justify-items: center;
}

.js-start{
  justify-self: start;
}

.js-end{
  justify-self: end;
}
.js-center{
  justify-self: center;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
  width: 100%;
}

.mt-30 {
  margin-top: 30px;
}


.mt-70 {
  margin-top: 70px;
}


.mb-35 {
  margin-bottom: 35px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pt-30{
  padding-top: 30px;
}

.pt-50{
  padding-top: 50px;
}

.pt-70{
  padding-top: 70px;
}

.pt-120{
  padding-top: 120px;
}

.pt-140{
  padding-top: 140px;
}

.pb-35{
  padding-bottom: 35px;
}

.pb-60{
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-200 {
  padding-bottom: 200px;
}
.ml-35{
  margin-left: 35px;
}

.w100{
  width: 100%;
}
.w30 {
    width: 30%;
}

.w-310{
  width: 310px;
}

.bg-color-blue{
  background-color: rgb(113,157,198) !important;
}

.text-block {
  font-size: 17pt;
  width: 100%;
}


.info-block-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}

.list-ico {}

ul.list1 {
  list-style: none;
  line-height: 1.5;
  margin-top: 0;
}

.list1 span {
  font-weight: bold;
  margin-left: -24px;
}

.list1>li::before {
  content: '\00BB';
  padding-right: 10px;
  margin-left: -24px;
}

/*====================person block====================*/
.person-block-1-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
    break-inside: avoid;
}

.person-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  break-inside: avoid;
}

.photo {
  border-radius: 50%;
  border: 1px solid rgb(218,218,218);
  overflow: hidden;
  width: 200px;
  height: 200px;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.photo-name {
  font-weight: bold;
  padding-bottom: 15px;
}

.photo-firm {
  padding-bottom: 15px;
}

.small-logo {
  width: 60px;
}

.person-text p {
    break-inside: avoid;
    /* padding-bottom: 30px;*/
}

.bld {
  font-weight: bold;
}

.divider-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.person-btn {
  text-align: right;
}

.btn-favorite {
  display: inline-block;
  padding: 12px 30px;
  background-color: rgb(113,157,198);
  color: #fff;
  font-size: 13pt;
  font-weight: bold;
}

.btn-favorite::before {
  content: url(../img/ico_star_w.svg);
  display: inline-block;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  margin-right: 20px;
}

.btn-bag {
  display: inline-block;
  padding: 12px 30px;
  background-color: rgb(237, 104, 57);
  color: #fff;
  font-size: 13pt;
  font-weight: bold;
  margin-left: 35px;
}

.btn-bag::before {
  content: url(../img/ico_bag_w.svg);
  display: inline-block;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  margin-right: 20px;
}

.btn-graph {
  display: inline-block;
  padding: 12px 20px;
  background-color: rgb(113,157,198);
  color: #fff;
  font-size: 13pt;
  font-weight: bold;
}

.btn-graph::before {
  content: url(../img/ico_graph_plus_white.svg);
  display: inline-block;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  margin-right: 20px;
}

.btn-bag-time {
  display: inline-block;
  padding: 12px 20px;
  background-color: rgb(113,157,198,.5);
  color: #000;
  font-size: 13pt;
  font-weight: bold;
}

.btn-bag-time::before {
  content: url(../img/ico_bag_time.svg);
  display: inline-block;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  margin-right: 20px;
}

.btn-bag-plus {
  display: inline-block;
  padding: 12px 20px;
  background-color: rgb(233, 99, 51);
  color: #fff;
  font-size: 13pt;
  font-weight: bold;
}

.btn-bag-plus::before {
  content: url(../img/ico_bag_plus.svg);
  display: inline-block;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  margin-right: 20px;
}

.bag-info-btn{
  display: flex;
  justify-content: space-between;
}

.text-recomend,
.text-addInfo {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 200px;
}

.text-recomend-title {
  font-size: 19pt;
  padding-bottom: 35px;
}

.text-recomend-info {
  padding-top: 16px;
}

.block-title {
  display: grid;
  align-items: center;
  min-height: 115px;
  font-size: 26pt;
  font-weight: normal;
}
/*==========================Support=======================*/
.table3 {
  background: url(../img/block_ico5.svg) no-repeat center center;
}
.table4 {
  background: url(../img/block_ico6.svg) no-repeat center center;
}
.table5 {
  background: url(../img/block_ico7.svg) no-repeat center center;
}
.support-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.support-wrap-3{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.support{
  
}

.person{
  font-weight: bold;
  padding-bottom: 30px;
}

.support-contact{
}
/*====================icons text block====================*/
.info-block1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.ico-block-image {
    /*min-height: 145px;*/
    min-height: 165px;
    display: grid;
    justify-items: center;
    align-items: center;
}
.ico-block-image.active{
    border: 4px solid #000;
}

.ico-block-image img {
        /*  width: 40%;*/
        width: 35%
}

.ico-image4 img {
  /*  width: 70%;*/
    width: 72%
}

.ico-block-title {
  font-size: 17pt;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 10px;
}

.ico-block-text {
  font-size: 14pt;
  padding-bottom: 10px;
}

.ico-image1 {
  background-color: rgba(237,104,57, 0.2);
}

.ico-image2 {
  background-color: rgba(113,157,198, 0.2);
}

.ico-image3 {
  background-color: rgba(237,104,57, 0.5);
}

.ico-image4 {
  background-color: rgba(113,157,198, 0.5);
}

/*====================table block====================*/

.table-title {
  display: grid;
  align-items: center;
  min-height: 175px;
  font-size: 26pt;
  font-weight: normal;
}

.table1 {
  background: url(../img/block_ico1_light.svg) no-repeat center center;
}

.table2 {
  background: url(../img/block_ico3.svg) no-repeat center center;
}

.table-opacity {
  min-height: 175px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}

.table-title p {
  z-index: 10;
}

ul.table-cell-filtr {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  align-items: end;
  grid-gap: 4px;
  width: 100%;
  padding-bottom: 75px;
  margin: 0;
}

.grid-width-132 {
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}

.grid-width-190 {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.grid-width-12p {
  grid-template-columns: repeat(7, 1fr) 150px !important;
}

.grid-width-14p {
  grid-template-columns: repeat(auto-fill, minmax(13%, 1fr)) !important;
}
.grid-width-16p {
  grid-template-columns: repeat(auto-fill, minmax(16%, 1fr)) !important;
}

.grid-width-20p {
  grid-template-columns: repeat(auto-fill, minmax(19%, 1fr)) !important;
}

.grid-width-25p {
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr)) !important;
}

.grid5-no-icons{
  grid-template-columns: repeat(5, 1fr) !important;
}
.grid3{
  grid-template-columns: repeat(3, 1fr) 50px !important;
}
.grid4{
  grid-template-columns: repeat(4, 1fr) 50px !important;
}
.grid5{
  grid-template-columns: repeat(5, 1fr) 50px 50px !important;
}
.grid6{
  grid-template-columns: repeat(6, 1fr)!important;
}
.grid7{
  grid-template-columns: repeat(7, 1fr)!important;
}
.grid8{
  grid-template-columns: repeat(8, 1fr)!important;
}
.grid9{
  grid-template-columns: repeat(9, 1fr)!important;
}
.grid10{
  grid-template-columns: repeat(10, 1fr)!important;
}
.grid11{
  grid-template-columns: repeat(11, 1fr)!important;
}
.no-bottom-line{
  border-bottom: 0 !important;
  justify-self: end;
}

ul.table-cell-filtr>li {
  display: inline-block;
  text-align: left;
}

.table-cell-filtr label {
  font-size: 11pt;
  display: flex;
  padding-bottom: 10px;
}

.table-cell-filtr .label_10 {
  font-size: 10pt;
}
.table-cell-filtr select {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  font-size: 13pt;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5px;
  width: 100%;
}

.filrt1-color select {
  background-color: rgba(113,157,198, 0.5);
}

.filrt2-color select {
  background-color: rgba(237,104,57, 0.5);
}

.filtr1-line {
  border-bottom: 2px solid rgba(113,157,198) !important;
}

.filtr2-line {
  border-bottom: 2px solid rgba(237,104,57) !important;
}

.tab1_btn {
  border: 0;
  background-color: rgba(113,157,198, 1);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
}

.tab2_btn {
  border: 0;
  background-color: rgba(237,104,57, 1);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
}

.filtr img {
  width: 39px;
  height: auto;
  vertical-align: bottom;
  margin-right: 5px;
}

.table-cell {
    font-size: 13pt;
    display: grid;
    grid-template-columns: repeat(8, 1fr) 50px 50px;
    text-align: left;
    padding-left: 4px;
}

.table-cell2 {
  font-size: 13pt;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 50px 50px;
  text-align: left;
  padding-left: 4px;
}

.table-cell4 {
  font-size: 13pt;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 50px 50px;
  text-align: left;
  padding-left: 4px;
}

.table-cell6-no-icons {
    font-size: 13pt;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: left;
    padding-left: 4px;
}

.table-cell7 {
    font-size: 13pt;
    display: grid;
    grid-template-columns: repeat(7, 1fr) 50px 50px;
    text-align: left;
    padding-left: 4px;
}

.table-cell7-no-icons {
    font-size: 13pt;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: left;
    padding-left: 4px;
}

.table-cell > div,
.table-cell2 > div {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.table-cell-title {
  font-weight: bold;
  align-self: end;
}

.indicator-block {
  background-color: #3d3d3b;
  padding: 5px;
  text-align: center;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2px;
  width: fit-content;
  border-radius: 15px;
}

.indicator-block span {
  display: inline-block;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  margin: 1px;
}

.red {
  background-color: red;
}

.yellow {
  background-color: yellow;
}

.green {
  background-color: green;
}

.off {
  background-color: #ccc;
}

.basket {
  background-color: #808080;
}
.basket:hover{
    background-color: #909090;
}
.active {
  background-color: rgb(113,157,198,.2);
}

.active-orange {
  background-color: rgb(233, 99, 51,.2);
}

.status,
.basket,
.star, .star2 {
  display: grid;
  justify-items: center;
  align-items: center;
  padding-right: 0 !important;
}

.basket{
  border-bottom: 1px solid #fff !important;
}
.basket img,
.star img {
  width: 24px;
  height: 24px;
}

.star2 img {
  width: 30px;
  height: 30px;
}

.btn-addInfo-wrap {
  position: relative;
  background: linear-gradient(90deg, rgb(233, 99, 51), rgb(113,157,198));
  padding: 3px;
  width: 55%;
}

.btn-addInfo {
  background: #fff;
  padding: 20px;
}

.text-addInfo {
  display: grid;
  justify-items: center;
}

.tab_addInfo{
  font-weight: bold;
  color: rgb(113,157,198);
}
/*====================form1 block===============*/
.form-wrap-center{
  display: grid;
  justify-items: center;
}

ul.form1-fields {
  list-style: none;
  text-align: left;
  width: 840px;
  font-size: 13pt;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
ul.form1-fields > li{
  padding-top: 10px;
}

.form1-fields label{
  display: block;
  padding-bottom:8px;
}

.form1-fields input{
  background-color: rgba(237,104,57, 0.2);
  width: 100%;
  height: 45px;
  border: 0;
  font-size: 16pt;
  box-sizing: border-box;
}

.form1-fields textarea{
  background-color: rgba(237,104,57, 0.2);
  width: 100%;
  height: 140px; 
  border: 0;
  font-size: 16pt;
  box-sizing: border-box;
}

.form-sub-info{
  width: 840px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 13pt;
  font-weight: bold;

}
.form-sub-info-left-text{
  text-align: left;
  font-style: italic;
}
.form-sub-info-right-text{
  text-align: right;
}
.style-c{
  display: block !important;
  text-align: left;
}
.checkbox.style-b {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-b input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-b input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-b input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-b:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-b:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-b .checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 2px solid rgba(237,104,57, 1);
  transition: background-color 0.25s ease;
}

.checkbox.style-c .checkbox__checkmark {
  border: 2px solid rgb(113,157,198) ; 
}
.checkbox.style-b .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 6px;
  border: solid rgba(237,104,57, 1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-c .checkbox__checkmark:after{
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 6px;
  border: solid rgb(113,157,198);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-b .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 13pt;
  font-weight: bold;
}

.bg-big1{
  background: url(../img/ico_big_info.svg) no-repeat center right;
  background-color: rgba(218, 218, 218, 0.2);
  background-size: 400px 530px;
  background-position-x: 90%;
}

.bg-big2{
  background: url(../img/ico_big_info2.svg) no-repeat center right;
  background-color: rgba(218, 218, 218, 0.2);
  background-size: 400px 530px;
  background-position-x: 90%;
}
.bg-big3{
  background: url(../img/ico_big_info3.svg) no-repeat center right;
  background-color: rgba(218, 218, 218, 0.2);
  background-size: 400px 530px;
  background-position-x: 90%;
}
/*=====================form2 block===============*/
.form2-fields{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 130px;
  grid-row-gap: 20px;
  text-align: left;
  width: 840px;
}
.form3-fields{
  display: grid;
  grid-template-columns: 1fr 566px;
  grid-row-gap: 20px;
  text-align: left;
  width: 840px;
}
.form2-fields .field_Label, .form3-fields .field_Label{
  font-weight: bold;
}
.form2-fields .form_field, .form3-fields .form_field{
  justify-self: flex-end;
  width: 100%;
}

.form_field input{
  /*border: 1px solid rgba(237,104,57, 0.5);*/
  width: 100%;
  height: 30px;
  font-size: 16pt;
  background-color: rgba(237,104,57, 0.2);
  border:0;
}

select.select-tab2{
  background-color:rgba(237,104,57,.5);
  border: 0;
  width: 100%;
  height: 30px;
  font-size: 16pt;
}

select.select-tab3{
  background-color: rgba(113,157,198, 0.5);
    border: 0;
    font-size: 13pt;
    width: 100%;
    height: 100%;
}

select:hover {
  color: #000;
  background-color:rgba(237,104,57);
}

select:focus>option {
  background: #fcddcb;
}

select.select-blue:hover {
  color: #000;
  background-color:rgba(113,157,198)
}

select.select-blue:focus>option {
  background: #dde6ef;
}

/*===================== search file block========*/
.file-search-block{
  width:840px;
  text-align: left;
}
.form_field_black{
  display: flex;
}
.form_field_black input{
  width: 460px;
  height: 38px;
  margin-right:15px;
}

.tab3_btn{
  border: 0;
  background-color: rgb(113,157,198);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
}
.tab3_btn::before{
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_download_white.svg) no-repeat center center;
  position: relative;
  top: 6px;
  margin-top: -3px;
  margin-right: 15px;
  margin-left: 5px;
}
.tab4_btn{
  border: 0;
  background-color: rgb(113,157,198);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
}

.tab5_btn{
  border: 0;
  background-color: rgb(113,157,198);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
}
.tab5_btn::before{
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_save_a.svg) no-repeat center center;
  position: relative;
  top: 4px;
  margin-top: -3px;
  margin-right: 15px;
  margin-left: 5px;
}

.tab6_btn{
  border: 0;
  background-color: rgb(237,104,57);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: 17px;
}
.tab6_btn::before{
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_save.svg) no-repeat center center;
  position: relative;
  top: 4px;
  margin-top: -3px;
  margin-right: 15px;
  margin-left: 5px;
}
.tab7_btn{
  border: 1px solid rgb(237,104,57);;
  background-color: #fff;
  font-size: 13pt;
  padding: 8px 15px;
  color: rgb(237,104,57);
  vertical-align: bottom;
  margin-left: auto;
  width: 100%;
}

.three_buttons{
  display: grid;
  grid-gap: 17px;
  justify-self: flex-end;
}

.tab8_btn {
  border: 0;
  background-color: rgb(237,104,57);
  font-size: 13pt;
  padding: 9px 10px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
}
.tab8_btn::before{
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_table_delete_white.svg) no-repeat center center;
  position: relative;
  top: 4px;
  margin-top: -3px;
  margin-right: 10px;
  margin-left: 0;
}

.tab9_btn {
  border: 0;
  background-color: rgb(237,104,57);
  font-size: 13pt;
  padding: 9px 10px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: 14px;
}
.tab9_btn::before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/ico_table_sertificate.svg) no-repeat center center;
  position: relative;
  top: 8px;
  left: -2px;
  margin-top: -10px;
  margin-right: 3px;
  margin-left: 0px;
}

.tab10_btn{
  border: 0;
  background-color: rgb(237,104,57);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
}
.tab10_btn::before{
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_list_small.svg) no-repeat center center;
  position: relative;
  top: 4px;
  margin-top: -3px;
  margin-right: 15px;
  margin-left: 5px;
}

.tab11_btn{
  border: 0;
  background-color: rgb(237,104,57);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: 14px;
}
.tab11_btn::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/ico_user_plus_white.svg) no-repeat center center;
  position: relative;
  top: 10px;
  margin-top: -14px;
  margin-right: 10px;
  margin-left: 0;
}

.tab12_btn{
  border: 0;
  background-color: rgb(113,157,198);
  font-size: 13pt;
  padding: 9px 15px;
  color: #fff;
  vertical-align: bottom;
  margin-left: auto;
}
.tab12_btn::before{
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_download_white.svg) no-repeat center center;
  position: relative;
  top: 4px;
  margin-top: -3px;
  margin-right: 15px;
  margin-left: 5px;
}
/*=====================accordion=================*/
.accordion{
  width:840px;
}
.accordion__item {
  margin-bottom: 7px;
  font-weight: normal;
  text-align: left;
  font-size: 15pt;
  }

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  color: #000;
  font-size: 16pt;
  font-weight: bold;
  background-color: rgb(113,157,198,.5);
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 7px;
}

.accordion__header::after {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  min-width: 27px;
  margin-left: auto;
  background: url(../img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
}

.accordion__item_show .accordion__header::after {
  transform: rotate(-180deg);
}

.accordion__header:hover {
/*  background-color: rgb(113,157,198,.5);*/
}

.accordion__item_hidden .accordion__header {
}

.accordion__body {
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

ul.accordion-cell{
  list-style: none;
  margin: 0;
  padding-left: 0;
  cursor: pointer;
}


ul.accordion-cell >li {
  background-color: rgb(113,157,198,.2);
  padding:8px 16px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
ul.accordion-cell >li:hover {
  background-color: rgb(113,157,198,.5);
}

.accordion-cell-title{
  margin-top: 3px;
}
.accordion-cell-ico{
  display: flex;
  margin-left: auto;
}

.accordion-cell-ico span{
  width: 20px;
  height: 29px;
  margin-left: 10px;
}

ul.accordion-cell >li::after{
  width: 27px;
  height: 27px;
  min-width: 27px;
  margin-left: 10px;
  background: url(../img/ico_download.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
}
/*====================calendar==================*/
.fc-header-toolbar {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-bottom:0 !important;
}
.fc-toolbar {
    justify-content: center !important;
}
.fc-button-primary{
  background-color: inherit !important;
  border: 0 !important;
  color: #000 !important;
}
.fc-toolbar-title{
  font-size: inherit !important;
}

h2.fc-toolbar-title{
  padding-top: 6px;
  padding-bottom: 0;
}
/*====================trainer info page=========*/
.contact-info-icons-4{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 35px;
}
.contact-info-icons-3{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 35px;
}
.contact-info-icons-2{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 35px;
}

.contact-info-icons div{
  font-size: 15pt;
}

.contact-info-block-orange{
  display: flex;
  justify-items: center;
  align-items: center;
  background-color: rgb(237, 104, 57,.5);
  height: 67px;
}

.contact-info-block-blue{
  display: flex;
  justify-items: center;
  align-items: center;
  background-color: rgb(113,157,198,.5);
  height: 67px;
}

.contact-ico-img{
  width: 45px;
  height: 45px;
  margin-left: 20px;
  margin-top: 6px;
}

.contact-info-wrap{
  display: grid;
  grid-template-columns: 320px 1fr;
  justify-items: left;
}
.contact-info-wrap-1fr {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: left;
}

    .contact-info-label {
        font-weight: bold;
        text-align: left;
    }
.contact-info-text{

}
/*==================fixtoeditor==================*/


.content-container ul {
    list-style: none;
    line-height: 1.5;
    margin-top: 0;
    /*margin-left: -15px;*/
}


    .content-container ul span {
        font-weight: bold;
        margin-left: -24px;
    }

    .content-container ul li::before {
        /*content: '\00BB';*/
        padding-right: 10px;
        margin-left: -24px;
        float: left;
    }

.inhalt ul, .custom-content ul {
    list-style: disc outside none !important;
}

ul.table-cell-filtr li::before{
    display:none !important;
}
/*====================footer====================*/
.container-footer-menu {
    padding-left: 36px;
    padding-right: 36px;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
}

ul.footer-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #fff;
  padding-top: 35px;
}

ul.footer-menu>li {
  display: inline-block;
  padding-right: 22px;
  vertical-align: middle;
  line-height: 1;
}

ul.footer-menu>li:last-child {
  display: inline-block;
  padding-right: 0;
}

ul.footer-menu>li>a {
  font-size: 11pt;
  color: #fff;
}

.form-right-btn{
  width: 840px;
  text-align: right;
}

.form-btn-orange {
  border: 0;
  background-color: rgba(237,104,57);
  font-size: 13pt;
  padding: 9px 45px;
  color: #fff;
  cursor: pointer;
}

.form-btn-grey {
  border: 0;
  background-color: grey;
  font-size: 13pt;
  padding: 9px 45px;
  color: #fff;
  cursor: pointer;
}
    .form-btn-orange.narrow {
        padding: 9px 10px;
    }

.form-btn-blue {
    border: 0;
    background-color: rgb(113,157,198);
    font-size: 13pt;
    padding: 9px 45px;
    color: #fff;
}
.form-btn-blue {
    border: 0;
    background-color: rgb(113,157,198);
    font-size: 13pt;
    padding: 9px 45px;
    color: #fff;
}

.form-btn-red {
    border: 0;
    background-color: red;
    font-size: 13pt;
    padding: 9px 45px;
    color: #fff;
}
.form-btn-blue.narrow{
    padding: 9px 10px;
}

.contact-arrow {
    width: 840px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    align-items: center;
    font-size: 14pt;
}

.contact-arrow-orange{
  border: 5px solid rgba(237,104,57);
  border-radius: 12px;
  width: 100%;
  padding: 35px 0;
  position: relative;
}

.contact-arrow-blue{
  border: 5px solid rgb(113,157,198);
  width: 100%;
  padding: 35px 0;
  position: relative;
}

.contact-arrow-orange::before, .contact-arrow-blue::before{
  content: '';
  position: absolute;
  width: 200px;
  height: 7px;
  background-color: #fff;
  top: -7px;
  left: 90px;
}

.contact-arrow-orange::after, .contact-arrow-blue::after{
  content: '';
  position: absolute;
  width: 200px;
  height: 7px;
  background-color: #fff;
  top: 138px;
  left: 90px;
}

.contact-line{
  width: 840px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-size: 14pt;
}

.contact-line-ico-phone{
    height: 50px;
    line-height: 50px;
    background: url(../img/ico_phone.svg) no-repeat center center;
    margin-left: 100px;
}

.contact-line-ico-email{
  height: 50px;
  line-height: 50px;
  background: url(../img/ico_email.svg) no-repeat center center;
}

.contact-line-ico-web{
  height: 50px;
  line-height: 50px;
  background: url(../img/ico_web.svg) no-repeat center center;
  margin-right: 100px;
}
/*==================media======================*/

@media screen and (max-width: 1280px) {

    ul.menu {
        font-size: 11pt;
    }
}

    @media screen and (max-width: 1024px) {


        ul.menu > li {
            padding-right: 25px;
            /*font-size: 13pt;*/
            font-size: 9pt;
        }

        .search input {
            width: auto;
        }

        .content-container {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    .dozentImage {
        margin: 6px 16px;
        width: 50px;
        float: left;
    }

    .button-link {
        background: none !important;
        border: none;
        text-decoration: none;
        color: #000;
        font-size: 15pt;
        font-family: 'Frutiger', sans-serif;
    }

    .pull-right {
        float: right;
    }

    .pull-left {
        float: left;
    }

    .survey-question {
        width: 100%;
    }

        .survey-question tbody tr {
            background-color: rgb(245,244,246);
        }

        .survey-question td {
            text-align: left;
            padding: 15px 0px 15px 10px;
        }

    .question-container,
    .questionCategory-container,
    .fileCategory-container,
    .file-container {
        border: 1px solid grey;
        margin: 30px;
        padding: 30px;
        box-shadow: 3px 3px 10px 1px #8888
    }

    .file-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .add-delete-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .survey-checkbox,
    .survey-delete {
        width: 5%;
    }

    .survey-question-title {
        text-align: right;
        background-color: rgba(113,157,198, 0.5);
        padding: 5px;
    }

    .question-title {
        padding: 10px 10px 10px 0px;
    }

    .align-text-center {
        text-align: center;
    }

    .h-50 {
        height: 50px;
    }

    .w-25 {
        width: 25px;
    }

    .w-50 {
        width: 50px;
    }

    .w-25p {
        width: 25%;
    }

    .w-50p {
        width: 50%;
    }

    .w-75p {
        width: 75%;
    }


    .auto-width.e-grid .e-table {
        width: auto !important;
    }

    .e-grid .e-headercelldiv {
        font-weight: bold !important;
        font-size: 9pt !important;
        text-align: left !important;
    }

    .e-headercell {
        border-bottom: 2px solid rgba(237,104,57) !important;
    }

    .blueTable .e-headercell {
        border-bottom: 2px solid rgba(113,157,198) !important;
    }



    .e-grid .e-rowcell {
        font-size: 13pt !important;
        text-align: left !important;
        white-space: break-spaces !important;
        overflow-wrap: break-word !important;
        vertical-align: top !important;
    }

  .e-grid .e-rowcell.vegeterian-cell.vegeterian-cell{
    vertical-align: middle !important;
    text-align: center !important;
  }

    .orangeTable .e-row {
        background-color: rgb(233, 99, 51,.2) !important;
    }

    .transparentTable .e-row, .transparentTable .e-columnheader {
        background-color: transparent !important;
    }

    .greyTable .e-row, .greyTable .e-columnheader {
        background-color: #f5f5f5 !important;
    }

    .blueTable .e-row {
        background-color: rgb(113,157,198,.2) !important;
    }
    .blueTable .e-row.deactivated {
        background-color: rgb(113,157,198,.1) !important;
    }

    .blueTable .e-columnheader {
        background-color: #f5f5f5;
    }

    .greyTable .e-rowcell, .blueTable .e-rowcell {
        border-bottom: 1px solid #000 !important;
    }

    .e-rowcell.basket, .e-rowcell.status,
    .e-rowcell.star, .e-rowcell.star2 {
        vertical-align: middle !important;
        text-align: center !important;
        padding: 0px !important;
    }

    .e-headercell.basket, .e-headercell.status, .e-headercell.star {
        display: table-cell !important;
    }

    .e-multiselect {
        border-top: 1px solid #000 !important;
        border-bottom: 1px solid #000 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        font-size: 13pt !important;
        padding-top: 4px !important;
        padding-bottom: 7px !important;
        padding-left: 5px !important;
        background-color: rgba(237,104,57, 0.5) !important;
    }

    .select-blue-list .e-multiselect {
        background-color: rgba(113,157,198, 0.5) !important;
    }

        .e-multiselect.blue {
            background-color: rgba(113,157,198, 0.5) !important;
        }

        .e-multiselect span {
            margin-left: 0px !important;
        }

    .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
        background: rgba(237,104,57, 0.5) !important;
    }
.select-blue-list .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .select-blue-list .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    background: rgba(113,157,198, 0.5) !important;
}

    .e-dropdownbase::placeholder {
        font-size: 11pt !important;
        color: #000 !important;
        vertical-align: central !important;
    }

    .social-media-icon {
        width: 40px;
        height: 40px;
    }

    li.social-media-icon {
        padding-right: 0px;
    }

.userCheckboxContainer{
    text-align: left;
}

.aktuelleContainer{
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}
.price-column{
    text-align: right !important;
}
.confirm-cancel-text{
    text-align: center;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-contents {
    display: contents !important;
}

.justify-items-center{
  justify-items: center;
}

.font-weight-bold{
  font-weight: bold;
}

.teilnahmebestaetigung-container{
    display:flex;
    width: 100%;
    flex-direction: column;
    gap:1rem;
    text-align:center;
    align-items: center;
}

.teilnahmebestaetigung-row-header {
    margin-top: 3rem;
    font-weight: bold;
    font-size: larger;
}
.teilnahmebestaetigung-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 0 0 0;
}

.teilnahmebestaetigung-row-wide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0;
}

.teilnahmebestaetigung-cell {
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
}

.teilnahmebestaetigung-cell-form {
    width: 25%
}
.teilnahmebestaetigung-cell-input{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.teilnahmebestaetigung-image{
    height: 150px;
}