* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p strong {
  font-weight: 500;
}

.branding .same-logo a img,
.branding .same-logo img {
  height: 50px;
  width: auto;
}

.mobile-header-bar .mobile-branding img{
	max-height: 50px;
	width: auto;
}

/** BREADCRUMBS **/

.breadcrumbs {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #818181;
}

.breadcrumbs li.current span,
.faq-pink .elementor-accordion a.elementor-accordion-title,
.faq-pink .elementor-accordion .elementor-accordion-icon,
.faq-pink .elementor-accordion .elementor-accordion-icon i::before {
  color: #a7003f !important;
}
.breadcrumb-last-dark-b li.current span,
.faq-dark-b .elementor-accordion a.elementor-accordion-title,
.faq-dark-b .elementor-accordion .elementor-accordion-icon,
.faq-dark-b .elementor-accordion .elementor-accordion-icon i::before,
.link-dark-b a{
  color: #13325f !important;
}
.breadcrumb-last-light-b li.current span,
.faq-light-b .elementor-accordion a.elementor-accordion-title,
.faq-light-b .elementor-accordion .elementor-accordion-icon,
.faq-light-b .elementor-accordion .elementor-accordion-icon i::before,
.link-light-b a{
  color: #2e86c0 !important;
}
.breadcrumb-last-green li.current span,
.faq-green .elementor-accordion a.elementor-accordion-title,
.faq-green .elementor-accordion .elementor-accordion-icon,
.faq-green .elementor-accordion .elementor-accordion-icon i::before,
.link-green a{
  color: #007758 !important;
}

.faq-el .elementor-accordion a.elementor-accordion-title{
	color: #303030 !important;
}

/** FONTS **/

@font-face {
  font-family: "Arkibal Display";
  src: url("../fonts/Arkibal\ Display\ Bold.ttf");
  font-weight: 600;
}

h1 {
  word-wrap: break-word;
  hyphens: auto;
}

h1,
h2,
h3 {
  font-family: "Arkibal Display", sans-serif !important;
  font-weight: 600;
}

h4,
h5,
h6 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
}

p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

h2 {
  font-size: 36px;
  line-height: 45px !important;
}

h2 strong {
  color: #a7003f;
}

/** BUTTONS **/

.elementor-widget-button a.elementor-button {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border-radius: 30px;
  padding: 12px 30px;
  transition: 0.3s;
}

.elementor-widget-button a.elementor-button:hover {
  opacity: 0.85;
}

/** MAIN NAVIGATION **/

#primary-menu > li:last-of-type a {
  background: #a7003f;
  border-radius: 30px;
  padding: 7px 30px;
}

#primary-menu > li:last-of-type a .menu-text {
  color: #fff;
}

.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text {
  padding-right: 15px;
  cursor: default;
}

.mobile-main-nav .sub-nav > .menu-item > a i{
	display: none;
}

.main-nav .sub-nav > .menu-item > a i {
    font-size: 10px;
}

/** FEATURES **/

.features-wrapper h2 {
  height: 123px;
}

.features-wrapper .elementor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-item {
  flex-basis: calc(33% - 30px);
  margin-bottom: 40px;
}

.features-item p {
  hyphens: auto;
}

.features-item .elementor-icon {
  border-radius: 30px;
  height: 60px;
  width: 60px;
  background-color: #a7003f;
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.features-item .elementor-icon i {
  color: #fff;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 60px;
}

/** ACCORDION **/

.elementor-accordion .elementor-accordion-item {
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  border: none;
}

.elementor-accordion .elementor-tab-title,
.elementor-element .course-accordion-fake {
  padding: 24px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #f8f8f8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
}

.elementor-element .course-accordion-fake {
  padding-right: 50px;
  border-radius: 20px;
  margin-bottom: 10px !important;
  flex-direction: row;
  cursor: default;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.elementor-element .course-accordion-fake h3 {
  color: #818181;
  line-height: 30px;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
  font-family: "Arkibal Display", sans-serif !important;
}

.elementor-accordion .elementor-tab-content {
  padding-top: 0;
  background-color: #f8f8f8;
  font-family: "Raleway", sans-serif;
  padding-bottom: 40px;
  border: 0;
}

.accordion-course-content.elementor-widget-accordion
  .elementor-tab-title
  .elementor-accordion-title {
  color: #303030;
}

.accordion-course-content
  .elementor-accordion
  .elementor-tab-title
  span.elementor-accordion-icon {
  text-align: right;
  float: none;
}

.accordion-course-content p:first-of-type {
  display: none;
}

.accordion-course-content.certificate p:first-of-type {
	display: flex;
	margin-bottom: 0;
}

.accordion-course-content.certificate p img {
	border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    width: 200px;
    height: auto;
    margin-bottom: 0;
}

.accordion-course-content .elementor-tab-content {
  display: flex;
}

/** POSTS LIST **/

.jet-smart-listing__post-wrapper {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__post-content {
  padding: 30px 30px 90px 10px;
  position: relative;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__post-title {
  font-size: 23px;
  font-weight: 600;
  font-family: "Arkibal Display", sans-serif;
  color: #a7003f;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__more-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: inline-block;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__more-wrap
  a {
  background: #a7003f;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border-radius: 30px;
  padding: 12px 30px;
  transition: 0.3s;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__more-wrap
  a:hover {
  opacity: 0.85;
  background-color: #a7003f;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__post-excerpt {
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #303030;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__meta {
  position: absolute;
  left: 10px;
  bottom: 30px;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.elementor-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__meta
  a {
  color: #818181;
}

.jet-smart-listing__post-thumbnail a {
  height: 100%;
  width: 100%;
}

.jet-smart-listing__post-thumbnail img {
  height: 100%;
  max-width: none;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

/** REFERENCES **/

.referenzenslider .elementor-carousel-image{
	background-size: contain !important;
}

/** COURSE TILE **/

.course-tile {
  width: 25%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
  overflow: hidden;
}

.course-tile-header {
  height: 200px;
  border-radius: 5px 0 0 5px;
}

.course-tile-header .elementor-widget-heading {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.course-tile-header .elementor-widget-heading h3 {
  hyphens: auto;
  word-wrap: break-word;
  width: calc(100% - 40px);
  display: inline-block;
}

.course-tile .course-tile-text{
  padding: 20px 20px 0 20px;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  color: #303030;
}

.course-tile .course-tile-list a .elementor-icon-list-text{
	font-weight: 500;
	font-family: "Raleway", sans-serif;
  	font-size: 17px;
}


.course-tile .course-tile-list.datenschutz .elementor-icon-list-text{
	color: #a7003f !important;
}

.course-tile .course-tile-list.it .elementor-icon-list-text{
	color: #2e86c0 !important;
}

.course-tile .course-tile-list.hr .elementor-icon-list-text{
	color: #13325f !important;
}

.course-tile .course-tile-list.entgelt .elementor-icon-list-text{
	color: #007758 !important;
}


.course-tile .course-tile-list{
	padding: 15px 20px 80px 20px;
	z-index: 20;
}

.course-tile .course-tile-list a,
.course-tile .course-tile-list .elementor-icon-list-icon{
	display: flex;
	align-items: center;
	
}

.course-tile:first-child {
  margin-left: 0;
}

.course-tile:last-child {
  margin-right: 0;
}

.course-tile-button a.elementor-button {
  display: block;
  border-radius: 0;
  height: 200px;
  width: 100%;
  font-family: "Arkibal Display", sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: flex-end;
	background-color: transparent !important;
}

.course-tile-button a.elementor-button:hover {
  opacity: 1;
}

.course-tile .elementor-button-text{
	text-align: left;
	hyphens: auto;
}

.tile-icon{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: right;
}

.tile-icon img{
	width: 60px;
	height: auto;
}

.tile-icon.l img{
	width: 70px;
}

/** AUTOREN **/

.about-authors .elementor-column {
  width: auto;
}

.about-authors .elementor-column .img-author img{
  max-width: none;
	width: 150px; height: auto;
  border-radius: 5px;
  overflow: hidden;
}

/** CONTACT FORM **/

#form-send,
#testzugang-form #form-send{
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border-radius: 30px;
  padding: 12px 30px;
  transition: 0.3s;
  background: #a7003f;
  flex-basis: auto;
  margin-top: 60px;
	color: #fff;
    line-height: 100%;
}

.contact-form-custom .elementor-form input {
  margin-bottom: 5px;
}

.contact-form-custom .elementor-field-type-acceptance {
  padding-top: 15px;
}

.contact-form-custom .elementor-form input,
.contact-form-custom .elementor-form select {
  height: 50px;
  background: #f8f8f8;
  border-radius: 5px;
  border: none;
}

.contact-form-custom .elementor-form label {
  font-family: "Raleway", sans-serif;
  margin-bottom: 3px;
}

.contact-form-custom .elementor-form input[type="checkbox"] {
  height: auto;
  margin-right: 5px;
}

.contact-form-custom .elementor-form textarea {
  resize: none;
  border: none;
}

/** course button **/

.button-child-course a.elementor-button {
  position: relative;
  width: 100%;
  padding: 20px 50px 16px 20px;
  border-radius: 20px;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Arkibal Display", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  background-image: url("../img/arrow-right-solid.svg");
  background-size: 30px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.button-child-course:last-of-type a.elementor-button {
  margin-bottom: 0;
}

/** CONTACT FORM 7 **/

#testzugang-form .requirement-text{
	text-align: right;
	color: #303030;
	font-size: 15px;
	font-weight: 400;
}

#testzugang-form input{
	margin-bottom: 15px;
}

#testzugang-form p{
	margin-bottom: 0;
}

#testzugang-form input,
#testzugang-form select {
  height: 50px;
  background: #f8f8f8;
  border-radius: 5px;
  border: none;
	color: #303030;
	font-size: 17px;
	font-weight: 400;
}

#testzugang-form input:focus,
#testzugang-form select:focus,
#testzugang-form textarea:focus{
	-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
}

#testzugang-form  label {
  font-family: "Raleway", sans-serif;
  margin-bottom: 3px;
	color: #303030;
	font-weight: 400;
	font-size: 17px;
}

#testzugang-form  label span,
#testzugang-form .requirement-text span{
  color: red;
}
#testzugang-form .form-acceptance{
  padding-top: 15px;
	margin-bottom: 20px;
}

#testzugang-form .form-acceptance input{
	height: auto;
	margin-right: 10px;
	margin-bottom: 0;
}

#testzugang-form .form-acceptance label{
	display: flex;
	align-items: center;
}

#testzugang-form .form-acceptance label span{
	color: #303030;
}

#testzugang-form textarea {
  resize: none;
  border: none;
	background: #f8f8f8;
}

.tz-course span{
	width: 100%;
	margin: 10px 0;
}

.tz-course span input{
	margin-right: 5px;
}

@media (min-width: 1024px){
	#testzugang-form .form-fieldgroup{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	#testzugang-form .form-fieldgroup > div{
		width: calc(50% - 10px);
	}
}

/*
#form-send {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border-radius: 30px;
  padding: 12px 30px;
  transition: 0.3s;
  background: #a7003f;
  flex-basis: auto;
  margin-top: 60px;
}
.contact-form-custom .elementor-form input[type="checkbox"] {
  height: auto;
  margin-right: 5px;
}
*/
/** CALCULATOR **/

#fbuilder .fields {
  margin-bottom: 40px;
}

#fbuilder .fields.calc-step-1,
#fbuilder .fields.calc-step-2,
#fbuilder .fields.calc-step-3,
#fbuilder .fields.calc-step-4,
#fbuilder .fields.calc-step-5{
  padding-left: 90px;
  position: relative;
}

#fbuilder .fields > label {
  font-family: "Arkibal Display", sans-serif !important;
  display: inline-block;
  font-weight: 600;
  font-size: 23px;
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cff-radiobutton-field .one_column {
  display: inline-block;
  margin-right: 30px;
}

.cff-radiobutton-field {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #303030;
}

.cff-radiobutton-field input {
  margin-right: 5px;
}

/*#fbuilder .gdd-area .uh{
	font-family: "Raleway", sans-serif;
    color: #303030;
    font-size: 16px;
}

#fbuilder .gdd-area .radiobtns{
	margin-top: -65px;
    margin-bottom: 0;
}*/

#fbuilder .fields.calc-step-1::before,
#fbuilder .fields.calc-step-2::before,
#fbuilder .fields.calc-step-3::before,
#fbuilder .fields.calc-step-4::before,
#fbuilder .fields.calc-step-5::before{
  content: "1";
  background: #a7003f;
  color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  font-family: "Arkibal Display", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 63px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-dark-b #fbuilder .fields.calc-step-1::before,
.form-dark-b #fbuilder .fields.calc-step-2::before,
.form-dark-b #fbuilder .fields.calc-step-3::before,
.form-dark-b #fbuilder .fields.calc-step-4::before,
.form-dark-b #fbuilder .fields.calc-step-5::before{
  background: #13325f;
}

.form-light-b #fbuilder .fields.calc-step-1::before,
.form-light-b #fbuilder .fields.calc-step-2::before,
.form-light-b #fbuilder .fields.calc-step-3::before,
.form-light-b #fbuilder .fields.calc-step-4::before,
.form-light-b #fbuilder .fields.calc-step-5::before{
  background: #2e86c0;
}

.form-green #fbuilder .fields.calc-step-1::before,
.form-green #fbuilder .fields.calc-step-2::before,
.form-green #fbuilder .fields.calc-step-3::before,
.form-green #fbuilder .fields.calc-step-4::before,
.form-green #fbuilder .fields.calc-step-5::before{
  background: #007758;
}

#fbuilder .fields.employees.input-disabled::before {
  background: #e8e8e8;
}

#fbuilder .fields.calc-step-2::before {
  content: "2";
}

#fbuilder .fields.calc-step-3::before {
  content: "3";
}

#fbuilder .fields.calc-step-4::before {
  content: "4";
}

#fbuilder .fields.calc-step-5::before {
  content: "5";
}

#fbuilder .fields.selector select{
	height: 50px;
	color: #303030;
	border-radius: 5px;
	font-size: 20px;
}

#fbuilder .fields.employees.input-disabled {
  opacity: 0.6;
}

#fbuilder .fields.employees.input-disabled input {
  color: #818181;
}


#fbuilder .fields.employees input {
  background: #f8f8f8;
  height: 50px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #303030;
  margin-bottom: 0;
}

#fbuilder .fields.employees input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}

#fbuilder .fields.cff-calculated-field input {
  padding: 0;
  width: 100%;
  border: 0;
  background: transparent;
  font-family: "Raleway", sans-serif;
  color: #303030;
  font-size: 20px;
  cursor: default;
  margin-bottom: 0;
}

#fbuilder .form-mindestmenge{
	margin-top: -40px;
}

#fbuilder .fields.explain-text{
	margin-bottom: 0;
}

#fbuilder .explain-text p {
  font-family: "Raleway", sans-serif;
  color: #303030;
  font-size: 20px;
  padding: 0;
}

.form-pink .elementor-widget-button a.elementor-button {
  background-color: #a7003f;
}
.form-dark-b .elementor-widget-button a.elementor-button {
  background-color: #13325f;
}
.form-light-b .elementor-widget-button a.elementor-button {
  background-color: #2e86c0;
}
.form-green .elementor-widget-button a.elementor-button {
  background-color: #007758;
}

.elementor-widget-button.cta-secondary a.elementor-button {
  background-color: #fff;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
}

.form-dark-b .elementor-widget-button.cta-secondary a.elementor-button,
.form-dark-b #fbuilder .fields.cff-calculated-field input {
  color: #13325f;
}
.form-light-b .elementor-widget-button.cta-secondary a.elementor-button,
.form-light-b #fbuilder .fields.cff-calculated-field input {
  color: #2e86c0;
}
.form-green .elementor-widget-button.cta-secondary a.elementor-button,
.form-green #fbuilder .fields.cff-calculated-field input {
  color: #007758;
}
.form-pink .elementor-widget-button.cta-secondary a.elementor-button,
.form-pink #fbuilder .fields.cff-calculated-field input {
  color: #a7003f;
}

/** HOWTO BOXES **/

.howto-box ul {
  list-style-type: none;
  margin: 0;
}

.howto-box li {
  color: #303030;
  position: relative;
  padding: 0 0 10px 40px;
}

.howto-box li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #303030;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  width: 20px;
  height: 20px;
  display: inline-block;
}

/** FOOTER **/

#footer a {
  color: rgba(255, 255, 255, 0.6);
}

#footer a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 1);
}

/** COOKIE BANNER **/

.cc-animate.cc-revoke.cc-bottom{
	transform: translateY(0) !important;
	border: 1px solid #e8e8e8;
}

.cc-banner{
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}

/** CALCULATOR NEW **/

#fbuilder .fields {
  margin-bottom: 40px;
}

#fbuilder .fields.calc-step-1,
#fbuilder .fields.calc-step-2,
#fbuilder .fields.calc-step-3,
#fbuilder .fields.calc-step-4{
  padding-left: 90px;
  position: relative;
}

#fbuilder .fields > label {
  font-family: "Arkibal Display", sans-serif !important;
  display: inline-block;
  font-weight: 600;
  font-size: 23px;
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#fbuilder .gdd-area .comment_area,
#fbuilder .gdd-area .cff-radiobutton-field{
	margin-bottom: 0;
} 

#fbuilder .gdd-area .cff-radiobutton-field > label{
	display: none;
}

.cff-radiobutton-field .one_column {
  display: inline-block;
  margin-right: 30px;
}

.cff-radiobutton-field {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #303030;
}

.cff-radiobutton-field input {
  margin-right: 5px;
}

#fbuilder .fields.calc-step-1::before,
#fbuilder .fields.calc-step-2::before,
#fbuilder .fields.calc-step-3::before,
#fbuilder .fields.calc-step-4::before{
  content: "1";
  background: #a7003f;
  color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  font-family: "Arkibal Display", sans-serif;
  font-weight: 600;
  font-size: 23;
  line-height: 63px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-dark-b #fbuilder .fields.calc-step-1::before,
.form-dark-b #fbuilder .fields.calc-step-2::before,
.form-dark-b #fbuilder .fields.calc-step-3::before,
.form-dark-b #fbuilder .fields.calc-step-4::before{
  background: #13325f;
}

.form-light-b #fbuilder .fields.calc-step-1::before,
.form-light-b #fbuilder .fields.calc-step-2::before,
.form-light-b #fbuilder .fields.calc-step-3::before,
.form-light-b #fbuilder .fields.calc-step-4::before{
  background: #2e86c0;
}

.form-green #fbuilder .fields.calc-step-1::before,
.form-green #fbuilder .fields.calc-step-2::before,
.form-green #fbuilder .fields.calc-step-3::before,
.form-green #fbuilder .fields.calc-step-4::before {
  background: #007758;
}

#fbuilder .fields.calc-step-2.input-disabled::before {
  background: #e8e8e8;
}

#fbuilder .fields.calc-step-2::before {
  content: "2";
}

#fbuilder .fields.calc-step-3::before {
  content: "3";
}

#fbuilder .fields.calc-step-4::before {
  content: "4";
}

#fbuilder .fields.calc-step-4.no-mb{
	margin-bottom: 0;
}

#fbuilder .fields.calc-step-2.input-disabled {
  opacity: 0.6;
}

#fbuilder .fields.calc-step-2 input {
  background: #f8f8f8;
  height: 50px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #818181;
  margin-bottom: 0;
}

#fbuilder .fields.calc-step-2 input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}

#fbuilder .fields.cff-calculated-field {
  margin: 0;
}

#fbuilder .fields.cff-calculated-field input {
  padding: 0;
  width: 100%;
  border: 0;
  background: transparent;
  font-family: "Raleway", sans-serif;
  color: #303030;
  font-size: 20px;
  cursor: default;
  margin-bottom: 0;
}

#fbuilder .explain-text p {
  font-family: "Raleway", sans-serif;
  color: #303030;
  font-size: 20px;
  padding: 0;
}

#fbuilder .course-selection-field{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}

#fbuilder .course-selection-field .dfield{
	display: inline-block;
}

#fbuilder .fields.price-header{
	margin-bottom: 0;
}

#fbuilder .fields.price-field{
	margin-bottom: 40px;
}

#fbuilder .price-field label{
	display: none;
}

#fbuilder .course-selection-field .dfield input{
	font-weight: 400;
	color: #303030;
	padding-bottom: 6px;
	width: 100px !important;
	margin-right: 15px;
}

#fbuilder .course-selection-field label{
	margin-bottom: 0;
    font-family: "Raleway", sans-serif !important;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    color: #303030;
}

#fbuilder .per-course-container .comment_area{
	margin-bottom: 20px;
}

#fbuilder .uh{
	font-size: 20px !important;
	font-weight: 400;
	color: #303030;
}

#fbuilder .mwst-label{
	text-align: right;
	margin-top: -30px;
	margin-bottom: 0;
}

#fbuilder .mwst-label label{
	text-transform: none;
	font-size: 16px;
}

@media screen and (max-width: 540px){
	#fbuilder .course-selection-field{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	#fbuilder .course-selection-field .dfield input{
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/** BESTELLFORMULAR **/


.bestellung-formular .wpforms-field-address .wpforms-field-row:nth-of-type(3){
	margin-right: 2%;
}

.bestellung-formular .wpforms-field-address .wpforms-field-row:nth-of-type(3),
.bestellung-formular .wpforms-field-address .wpforms-field-row:nth-of-type(4){
	display: inline-block;
	width: 29%;
	margin-bottom: 0;
}

.bestellung-formular .wpforms-field-address .wpforms-field-row:nth-of-type(3) .wpforms-one-half,
.bestellung-formular .wpforms-field-address .wpforms-field-row:nth-of-type(4) .wpforms-one-half{
	width: 100%;
}

.bestellung-formular .wpforms-field-address .wpforms-field-row:nth-of-type(3) .wpforms-one-half:nth-of-type(2){
	display: none;
}

.bestellung-formular .course-item.wpforms-field{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	padding-left: 10px;
	position: relative;
	padding: 15px 0 !important;
}

.bestellung-formular .course-item label.wpforms-field-label{
	margin-bottom: 0px !important;
	font-weight: 400 !important;
	color: #303030 !important;
	padding-left: 10px !important;
	border-left: 5px solid #A7003E !important;
	font-size: 17px !important;
}

.bestellung-formular .course-item label.wpforms-error{
	position: absolute;
	right: 0;
	bottom: -15px;
}

.bestellung-formular .wpforms-field-address .wpforms-field-row div input,
.bestellung-formular .wpforms-field-name .wpforms-field-row div input,
.bestellung-formular .wpforms-field.wpforms-field-company input.wpforms-field-required,
.bestellung-formular .wpforms-field-email.wpforms-field input.wpforms-field-required{
	font-size: 17px !important;
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	height: 50px;
	color: #303030;
	margin-bottom: 5px !important;
}

.bestellung-formular .wpforms-field-address label.wpforms-field-label,
.bestellung-formular .wpforms-field-name label.wpforms-field-label,
.bestellung-formular .wpforms-field.wpforms-field-company label.wpforms-field-label,
.bestellung-formular .wpforms-field-email.wpforms-field label.wpforms-field-label{
	color: #303030;
	font-weight: 500;
	font-size: 17px;
}

.bestellung-formular .course-item.dark-b label.wpforms-field-label{
	border-left-color: #13325F !important;
}

.bestellung-formular .wpforms-field-sublabel{
	color: #303030 !important;
	margin-top: 0 !important;
}


.bestellung-formular .course-item.light-b label.wpforms-field-label{
	border-left-color: #2E86C0 !important;
}


.bestellung-formular .course-item.green label.wpforms-field-label{
	border-left-color: #007758 !important;
}

.bestellung-formular .course-item.wpforms-field input.wpforms-field-small{
	width: 80px;
	text-align: right;
	font-size: 17px !important;
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	height: 50px;
	color: #303030;
}

.bestellung-formular .course-item.wpforms-field input.wpforms-field-small:focus{
	border: 1px solid #A7003E;
}

.bestellung-formular .course-item.wpforms-field input.wpforms-field-small::placeholder{
	color: #303030;
}

.bestellung-formular .course-input-disabled.wpforms-field{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 600px;
	width: 100%;
	padding: 0 15px 0 0 !important;
}

.bestellung-formular .course-input-disabled.wpforms-field.course-counter{
	margin-top: 15px;
	padding-top: 15px !important;
	border-top: 1px solid #f8f8f8;
}

.bestellung-formular .course-input-disabled label.wpforms-field-label{
	margin-bottom: 0px !important;
	font-weight: 500 !important;
	color: #303030 !important;
}

.bestellung-formular .course-input-disabled.wpforms-field input.wpforms-field-small{
	width: 120px;
	text-align: right;
	font-weight: 500;
	font-size: 20px !important;
	background-color: #ffffff;
	border: none;
	height: 50px;
	color: #303030;
	margin-bottom: 0;
	margin-left: 15px;
}

.bestellung-formular .course-input-disabled.wpforms-field input.wpforms-field-small:focus{
	border: none !important;
}

.bestellung-formular .course-input-disabled.wpforms-field input.wpforms-field-small::placeholder{
	color: #303030;
	cursor: default;
}

.bestellung-formular .wpforms-field.course-select-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 600px;
	width: 100%;
}

.bestellung-formular .wpforms-field-description {
	font-size: 17px !important;
	color: #303030;
}

.bestellung-formular .wpforms-field.course-select-header h3,
.bestellung-formular .wpforms-field.course-select-header div.wpforms-field-description{
	color: #818181;
	font-size: 14px !important;
	margin-bottom: 0;
	font-weight: 400;
	font-family: "Raleway", sans-serif !important;
}

.bestellung-formular .wpforms-page-indicator-page.active .wpforms-page-indicator-page-title{
	color: #A7003E;
}

.bestellung-formular .wpforms-field.course-divider-headline{
	margin-bottom: 20px;
}

.bestellung-formular .wpforms-field .wpforms-page-button.wpforms-page-next,
.bestellung-formular .wpforms-submit-container button.wpforms-submit{
	background-color: #a7003f !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
	color: #fff !important;
	font-size: 17px !important;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #a7003f !important;
	transition: .2s;
	margin: 10px 0 20px 0;
}

.bestellung-formular .wpforms-field .wpforms-page-button.wpforms-page-prev{
	padding: 12px 0 !important;
	font-size: 17px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid transparent;
	color: #a7003f;	
	margin-right: 30px;
	background: transparent !important;
	transition: .2s;
}

.bestellung-formular .wpforms-field .wpforms-page-button.wpforms-page-prev:hover{
	color: #303030;	
	border: 1px solid transparent;
}

.bestellung-formular .wpforms-field .wpforms-page-button.wpforms-page-next:hover,
.bestellung-formular .wpforms-field .wpforms-page-button.wpforms-page-next:focus,
.bestellung-formular .wpforms-submit-container button.wpforms-submit:hover,
.bestellung-formular .wpforms-submit-container button.wpforms-submit:focus{
	background-color: #fff !important;
	color: #a7003f !important;
	border: 1px solid #a7003f !important;
}

.bestellung-formular .wpforms-pagebreak-left{
	margin: 30px 0 !important;
}

.bestellung-formular .wpforms-field.course-price-additional{
	max-width: 600px;
	width: 100%;
	color: #303030;
	text-align: right;
	padding-top: 0;
}

.bestellung-formular .wpforms-field.course-price-additional .wpforms-field-description{
	font-size: 12px !important;
	margin-right: 25px;
}

.bestellung-formular .wpforms-field-radio.payment,
.bestellung-formular .wpforms-field-radio.privacy{
	border: 1px solid #f8f8f8;
	padding: 20px !important;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
}

.bestellung-formular .wpforms-field-radio.privacy .wpforms-field-description{
	order: 2;
}

.bestellung-formular .wpforms-field-radio.privacy ul{
	order: 3;
}

.bestellung-formular .wpforms-field-radio.payment label.wpforms-field-label,
.bestellung-formular .wpforms-field-radio.privacy label.wpforms-field-label,
.bestellung-formular .wpforms-field-radio.payment label.wpforms-field-label-inline,
.bestellung-formular .wpforms-field-radio.privacy label.wpforms-field-label-inline{
	color: #303030;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 10px;
}

.bestellung-formular .wpforms-field-radio.payment label.wpforms-field-label,
.bestellung-formular .wpforms-field-radio.privacy label.wpforms-field-label{
	font-weight: 500
}

input#form-send:disabled{
	background: #dddddd;
}

/** RESPONSIVE **/

@media (max-width: 1024px) and (min-width: 768px) {
}

@media (max-width: 1200px) and (min-width: 768px) {
  .courses-wrapper .elementor-row {
    flex-wrap: wrap;
  }
  .course-tile {
    width: calc(50% - 10px) !important;
    margin: 0;
    margin-bottom: 20px;
  }

  .course-tile:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
  /* h1 {
    font-size: ;
    line-height: ;
  } */

  h2 {
    font-size: 28px;
    line-height: 34px !important;
  }

  h3,
  .button-child-course a.elementor-button {
    font-size: 19px;
    line-height: 25px;
  }

  /* h4 {
    font-size: ;
    line-height: ;
  } */

  .button-child-course a.elementor-button {
    background-size: 20px;
  }

  .elementor-widget-button a.elementor-button {
    font-size: 15px;
  }

  /** COURSE TILE **/

  .course-tile {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .course-tile:last-child {
    margin-bottom: 0;
  }

  .course-tile-button a.elementor-button {
    height: 180px;
    font-size: 19px;
    line-height: 23px;
    padding: 10px 20px;
  }

  .course-tile-header .elementor-widget-heading {
    bottom: 10px;
    left: 20px;
  }

  /** FEATURES **/

  .features-item {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .features-wrapper h2 {
    height: auto;
  }

  .features-item .elementor-icon {
    border-radius: 20px;
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
  }

  .features-item .elementor-icon i {
    font-size: 20px;
    line-height: 40px;
  }

  /** ACCORDION **/

  .elementor-accordion .elementor-tab-title {
    padding: 15px;
    font-size: 19px;
    line-height: 25px;
  }

  .elementor-widget-accordion .elementor-accordion .elementor-accordion-title,
  .elementor-element .course-accordion-fake h3 {
    font-size: 19px !important;
    line-height: 25px;
  }

  .elementor-element .course-accordion-fake {
    padding-right: 40px;
    background-size: 15px;
    background-position: right 15px center;
  }

  .elementor-element .elementor-accordion .elementor-tab-content {
    font-size: 15px;
    line-height: 25px;
  }

  .elementor-accordion-item {
    border-radius: 10px;
  }

  /** NEWS **/

  .jet-smart-listing__post {
    flex-direction: column;
  }

  .elementor-widget-jet-blog-smart-listing
    .jet-smart-listing__post
    .jet-smart-listing__post-content {
    margin-left: 0;
    padding: 15px 15px 20px 15px;
  }

  .jet-smart-listing__post-thumbnail {
    width: 100%;
    max-width: 100%;
    height: 180px !important;
    flex: 0 0 180px !important;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }
  .jet-smart-listing__post-thumbnail img {
    transform: translateY(-50%) translateX(0);
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
  }

  .elementor-widget-jet-blog-smart-listing
    .jet-smart-listing__post
    .jet-smart-listing__post-title {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .elementor-widget-jet-blog-smart-listing
    .jet-smart-listing__post
    .jet-smart-listing__post-excerpt {
    font-size: 15px;
    line-height: 25px;
  }

  .elementor-widget-jet-blog-smart-listing
    .jet-smart-listing__post
    .jet-smart-listing__meta {
    position: static;
    font-size: 15px;
    margin-top: 5px;
    display: block;
  }

  .elementor-widget-jet-blog-smart-listing
    .jet-smart-listing__post
    .jet-smart-listing__more-wrap {
    position: static;
    margin-top: 10px;
  }

  .elementor-widget-jet-blog-smart-listing
    .jet-smart-listing__post
    .jet-smart-listing__more-wrap
    a {
    font-size: 15px;
  }
	
	.accordion-course-content.certificate p:first-of-type {
		flex-direction: column;
	}
	
	.accordion-course-content.certificate p img {
		margin: 0 auto 20px auto;
	}
	
	#fbuilder .fields.calc-step-1,
	#fbuilder .fields.calc-step-2,
	#fbuilder .fields.calc-step-3,
	#fbuilder .fields.calc-step-4 {
		padding-left: 0;
		padding-top: 75px;
		position: relative;
	}
}
