 html {
    font-size: 12px;
    line-height: 1.6;
}

*, *::before, *::after {
    box-sizing: border-box;
}


.hideOnMobile {
 display: none;
}
.showOnMobile {
 display: block;
}
@media (min-width: 768px) {
    html {
        font-size: 13px;
    }
 .hero-and-info {margin-top:130px !important;}
 .content {margin-top:130px !important;}
 .showOnMobile {
 display: none;
}
}
@media (min-width: 960px) {
    html {
        font-size: 14px;
    }
 .hero-and-info {margin-top:150px !important;}
 .content {margin-top:150px !important;}
}
@media (min-width: 1109px) {
    html {
        font-size: 16px;
    }
 
.hero-and-info {margin-top:150px !important;}
 .content {margin-top:134px !important;}
}

body {
    background: #e5e5e5;
    margin: 0;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    /* should be roboto? */
}
.surname { opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1; }
#url { opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1; }

ul.info__courses-list {
 list-style-type: square;
 color: #f7a100;
}
ul {
 list-style-type: square;
}
p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}
/*h1 {
  background: #56a328;
 color: #fff;
 font-size: 2rem;
 font-weight: 700;
 margin-bottom: 2rem;
 margin-top: 2rem; 
 padding: 0 .5rem 0 .5rem;
}*/
h1 {
 background: #56a328;
 color: #fff;
 padding:.5rem;
 margin-top: 1rem;
 margin-bottom: 3rem;
 font-size: 1.5rem;
 font-weight: 700;
}

h2 {
 background: #56a328;
 color: #fff;
 padding:.5rem;
 margin-top: 1rem;
 margin-bottom: 3rem;
 font-size: 1.5rem;
 font-weight: 700;
}
body.default h2 {
 background: #006fb5;
 color: #fff;
 padding:.5rem;
 margin-bottom: 1rem;
 font-size: 1.125rem;
 font-weight: 700;
}


h2.consulting__headline {
 background: none;
 color: #fff;
 padding:0;margin-top:0;margin-bottom: 2rem;
 font-size: 1.5rem;
}
h3 {
 background: #006fb5;
 color: #fff;
 padding:.5rem;
 margin-bottom: 1rem;
 font-size: 1.125rem;
 font-weight: 700;
}
h4 {
 padding-left:.5rem;
}
.cookie-modal h4 {
 padding-left: 0rem;
}
.default div.page h3 {
 background: none;
 color: #212529;
 margin-top: .25rem;
 margin-bottom: .5rem;
 font-size: 1.125rem;
 font-weight: 700;
}

h4 {
 font-size: 1rem;
 font-weight: 700;
}

h5 {
	font-size: 1.125rem;
 font-weight: 700;
	margin-bottom: 0.8rem;
}
.default div.page p {
 font-size: 1.125rem;
 margin-bottom: .75rem;
 padding: 0 .5rem 0 .5rem;
}

.default div.page ul {
 font-size: 1.125rem;
 margin-left: 2rem;
  margin-bottom: 2.5rem;
}
.default div.page ol {
 font-size: 1.125rem;
 margin-left: 0rem;
 margin-top: 1.5rem;
 margin-bottom: 2.5rem;
}
.default div.page li {
 /*color: #212529;*/
 margin-bottom: 0.7rem;
}
ol > li::marker {
  font-weight: bold;
}

.awards__content h3 {
 background: none;
 color: #000;
 text-align: left;
 padding: 0;
 font-size: 1.125rem;
}
.info__video h3 {
 background: none;
 color: #000;
}

.content {
 margin-top: 118px;
 padding-top: 1rem;
 padding-bottom: 4rem;
}

.u-content {
    max-width: 1109px;
    margin: 0 auto;
}

.u-contentp {
    max-width: 1109px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.hero-and-info {
    background: #fff;
    padding-top: 1rem;
 margin-top: 118px;
}

.main {
    max-width: 1440px;
    background: #fff;
    margin: 0 auto;
}


header {
    background: #fff;
   /* position: sticky;   */
   position: fixed;
    top: 0px;
    z-index: 105;
 width: 100%;
max-width: 1440px;
}

.header__content {
 display: flex;
 justify-content: space-between;
 align-items: center;
 
}

.header__logo {
 display: flex;
 align-items: center;
}

.header__logo-image {
 width: 160px;
}

.fixed .header__logo-image {
 width: 160px;
 transition-duration: 100ms;
}

.fixed .header__hotline {
 padding: 0.3rem 1rem;
 color: #fff;
 font-size: 1.0rem;
 transition-duration: 100ms;
}

.fixed .header__hotline-number {
 font-size: 1.0rem;
 transition-duration: 100ms;
}

.fixed .header__claim img {
 width: 375px;
 transition-duration: 100ms;
}

.header__claim {
    font-size: 18px;
    display: none;
}

.header__claim img {
    width: 375px;
}

@media (min-width: 768px) {
    .header__claim {
        display: block;
    }
 h1, h2 {
  margin-top: 3rem;
 }
}

@media (min-width: 968px) {
    .header__claim img {
        width: 450px;
    }
}

.header__hotline {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
    background: #56a328;
    padding: 0.3rem 1rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: bold;
    /*box-shadow: 2px 3px 4px #333;*/
}

.header__hotline-number {
    color:white;
    font-size: 1.4rem;
    margin: -0.3rem 0;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header__hotline {
      font-size: 1.55rem;
    }
    .header__hotline-number {
        font-size: 1.6rem;
    }
}


.menu__cta_box {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

/*.menu__cta_box a:nth-child(1) {
    display: none;
}
@media (min-width: 420px) {
    .menu__cta_box a:nth-child(1) {
       display: block;
    }
}
*/

.menu__cta {
    color: #fff;
    background-color: #f7a100;
    border: 4px solid #f7a100;
    padding: 0.3rem 0.6rem;
    font-weight: bold;
    font-size: 1.1rem;
    margin-right: 1rem;
    cursor: pointer;
    text-decoration: none;
}
.menu__cta:last-child {
    margin-right: 0;
}
.menu__cta:hover {
    color: #f7a100;
    background-color: #fff;
 text-decoration: none;
}
@media (max-width: 420px) {
    .menu__cta {
font-size: 0.8rem !important;
     padding: 0.15rem 0.3rem;
    }
 .menu__cta_box {
    padding: 12px 0;
}
}

@media (min-width: 768px) {
    .header__logo-image {
        width: 200px;
    }
}

@media (min-width: 960px) {
    .header__logo-image {
        width: 260px;
    }
}

.menu {
    background: #006fb5;
    font-size: 1.1rem;
    display: block;
    justify-content: space-between;
    align-items: center;
    min-height: 54px;
    position: sticky;
    top: 64px;
    z-index: 105;
}

@media (min-width: 768px) {
    .menu {
        top: 80px;
    }
}
@media (min-width: 960px) {
    .menu {
        top: 103px;
    }
}

.menu__item {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu__item:hover {
    background: #0c80d0;
}

.menu__small {
    color: #fff;
    cursor: pointer;
    position: relative;
    min-height: 54px;
}

.menu__small .menu__cta_box {
    position: absolute;
    top: 0;
    right: 0;
}

.menu__content {
    width: 100vw;
display: flex;
        justify-content: space-between;
        align-items: center;
}

.menu__input {
    display: none;
}

.menu__list-small {
    height: 0px;
    overflow: hidden;
    transition: height 0.25s ease-out;
}
.menu__list-small .menu__item {
    height: auto;
}

.menu__input:checked ~ .menu__list-small {
    height: 175px;
}
.menu__input:checked ~ .menu__label span:nth-child(1) {
    display: none;
}
.menu__input:checked ~ .menu__label span:nth-child(2) {
    display: block;
}

.menu__label {
    padding: 14px 16px;
    cursor: pointer;
    display: flex;
    min-height: 54px;
    align-items: center;
    user-select: none;
    font-weight: bold;
}

.menu__label span {
    margin-right: 1rem;
}

.menu__label span:nth-child(2) {
    display: none;
}

.menu__list {
    list-style: none;
    display: flex;
    height: 40px;
    align-items: center;
}

.menu__link, .menu__link-small {
    padding: 8px 16px;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.menu__list-small {
    list-style: none;
}

.menu__link-small {
    padding: 4px 16px 4px 43px;
    display: block;
}

.menu__link-small:focus, .menu__link-small:hover {
    background: #0c80d0;
}
.active {
 background: #0c80d0;
}

@media (min-width: 924px) {
    .menu {
        display: flex;
    }
    .menu__small {
        display: none;
    }
    .menu__content {
        /*display: flex;
        justify-content: space-between;
        align-items: center;*/
    }
}

.slider__fixed {
    width: 32%;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 5px solid #ffffff;
}

.slider__fixed img, .slider__fixed a, .slider__content img {
    width: 100%;
    height: 100%;
}

.slider__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider {
    position: relative;
    width: 100%;
    padding-bottom: 48%;
}

.slider__slider {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .slider {
        padding-bottom: 33%;
    }

    .slider__slider {
        width: 68%;
    }

    .slider__fixed {
        display: flex;
    }
}
#breadcrumb {
 padding-left: .5rem;
 position: relative;
 top:6px;
}
.hero__headline {
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.hero__text {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.hero__cta {
    background-color: #ff7700;
    color: #fff;
    border: 4px solid #ff7700;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: none;
}
.hero__cta:hover {
    background-color: #fff;
    color: #ff7700;
    border: 4px solid #ff7700;
}

.info h2, .info p {
    margin-bottom: 1rem;
}

.info__left {
    padding: 0 2rem 0 0;
}

.info__right {
    padding: 0 2rem 4rem;
}

.info__learning, .info__video {
    margin-bottom: 3rem;
}

.info__video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.info__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info__courses-list {
    margin-left: 2rem;
}

.info__courses:first-child .info__courses-list {
    margin-bottom: 3rem;
}

.info__courses a {
    text-decoration: none;
    color: #006fb5;
}
.info__courses a:focus, .info__courses a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .info {
        display: flex;
    }

    .info__left {
        padding: 0 2rem 0 0;
        flex-basis: 50%;
    }
   .info__right {
        padding: 0 0rem 0 2rem;
        flex-basis: 50%;
    }

    .info__video {
        margin-bottom: 0;
    }
}

.awards {
    background: #fff;
}

.awards__content {
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
}

.awards__subcontent {
    display: flex;
    /*font-size: 14px;*/
    justify-content: center;
    align-items: center;
    width: 100%;
}

.awards__award {
    display: flex;
    flex-direction: column;
    align-items: left;
    box-shadow: 0 0 3px 3px #eee;
    padding: 12px 20px;
    max-width: none;
}

.awards__award:not(:last-child) {
    margin-bottom: 2rem;
}

.awards__image {
    margin-bottom: 1rem;
    flex-shrink: 0;
    flex-grow: 0;
    width: 80px;
    margin-right: 1rem;
}

.awards__award:last-child .awards__image {
    width: 100%;
}

.awards__award:nth-child(2) .awards__image {
    width: 95px;
}
.awards__award:nth-child(2) .awards__subcontent {
    flex-wrap: wrap;
}

.awards__headline {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

@media (min-width: 568px) {
    .awards__award {
        justify-content: flex-start;
        text-align: left;
        align-items: left;
    }

    .awards__image {
        margin-bottom: 0;
        margin-right: 1rem;
    }
    .awards__text {
        max-width: 400px;
        padding-right: 10px;
    }
}

@media (min-width: 980px) {
    .awards__content {
        flex-direction: row;
    }
    .awards__subcontent {
        min-height: 150px;
    }
    .awards {
        display: flex;
        align-items: center;
    }
    .awards__award {
        margin-bottom: 0;
        margin-right: 32px;
        align-items: left;
        max-width: 33%;
    }
    .awards__award:last-child {
        margin-right: 0;
    }
    .awards__award:not(:last-child) {
        margin-bottom: 0;
    }
}

.consulting {
    background: #fff;
}

.consulting__outer {
    position: relative;
    color: #fff;
    padding: 4rem 2rem;
}

.consulting__image {
    display: none;
    position: absolute;
    left: 2rem;
    top: 0;
}

.consulting__inner {
    background-color: #006fb5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 0 32px 32px;
}

.consulting__headline {
    font-size: 2rem;
    padding: 0 0 2.5rem 0;
    text-align: left;
}

.consulting__phone {
    display: flex;
    align-items: center;
    flex-shrink: 0.5;
    margin-bottom: 2rem;
    justify-content: flex-start;
}

.consulting__phone:nth-child(2) {
    margin-bottom: 0;
}

.consulting__phone-text {
    margin-right: 0;
}

.consulting__form {
    flex-basis: 50%;
    flex-shrink: 1;
    text-align: center;
}

.consulting__phone-number {
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
}

.consulting__icon {
    margin-right: 1rem;
    width: 2rem;
}

.consulting__cta {
    background: #fff;
    color: #006fb5;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
.consulting__cta:hover {
    border: 2px solid #fff;
    background: #006fb5;
    color: #fff;
}

.consulting__form-text {
    margin-bottom: 1rem;
}

.infomappe {
 position: absolute;
 right: 2rem;
 top:-40px;
 border-left: 10px solid #fff;
 display: none;
}
.form-text {
 font-size: 1rem !important;
}
.form-check-input {
 margin-left: .5rem;
 margin-right: 20px
}

@media (min-width: 568px) {
    .consulting__headline, .consulting__phone, .consulting__form {
        text-align: left;
    }

    .consulting__content {
        /*display: flex;
        align-items: center;
        justify-content: space-between;*/
    }

    .consulting__phone {
        margin-bottom: 0;
    }

    .consulting__phone-text {
        margin-right: 3rem;
    }
}

@media (min-width: 960px) {
    .consulting__outer {
        padding: 0 2rem 0 280px;
        height: 326px;
    }

    .consulting__image {
        display: block;
    }

    .consulting__inner {
        height: 100%;
    }
 .infomappe {
  display: block;
 }
}

.footer {
    background: #f6f6f6;
}

.footer h4 {
    margin-bottom: 1rem;
 padding-left: 0;
}

.footer p {
    max-width: 250px;
}

.footer__content {
    padding: 4rem 2rem;
}

.footer__status {
    background: #DFDDDD;
    font-size: 0.9rem;
    color: #333;
}

.footer__status-content {
    display: flex;
    padding: 1rem 2rem;
    justify-content: space-between;
}

.footer__copyright {
    margin-right: 3rem;
}

.footer__check {
    color: #016AB2;
    font-weight: bold;
    margin-right: 0.5rem;
}

.footer__reasons, .footer__studies, .footer__quality {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer__reasons, .footer__studies {
    margin-bottom: 3rem;
}

.footer .footer__links {
    list-style: none;
}

.footer .footer__links a, .footer .footer__quality a {
    text-decoration: underline;
    color: #000;
    position: relative;
}
.footer .footer__links a::after {
    content: '';
    width: 20px;
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    /*background: url(/assets/images/icon-arrow.svg) no-repeat center;*/
}
.footer .footer__links a:focus, .footer .footer__links a:hover,
.footer .footer__quality a:focus, .footer .footer__quality a:hover {
    text-decoration: none;
}

.footer__status .footer__links {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer__status .footer__links a {
    text-decoration: none;
    color: #333;
}
.footer__status .footer__links a:focus, .footer__status .footer__links a:hover {
    text-decoration: underline;
}

.footer__link-seperator {
    display: none;
}

@media (min-width: 568px) {
    .footer__status .footer__links {
        flex-direction: row;
    }
    
    .footer__link-seperator {
        display: inline;
    }
}

@media (min-width: 768px) {
    .footer p {
        max-width: none;
    }

    .footer__content {
        display: flex;
        justify-content: space-between;
        gap: 32px;
    }

    .footer__reasons {
        max-width: 40%;
    }

    .footer__reasons, .footer__studies {
        margin-bottom: 0;
    }
 .vcardlist {
 justify-content: space-between !important;
}
 .hideOnMobile {
 display: block;
}
}


.vcardlist {
	display: flex;
	flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 2em 2em;
 margin-bottom: 4rem;
}

.vcard {
	perspective: 1000px;
	transform-style: preserve-3d;
	margin: 0;
}

.vcard:hover .content {
	transform: rotateY(0deg);
}
.vcard:hover .image {
	transform: rotateY(180deg);
}

.vcard,
.vcard .image,
.vcard .content {
	width: 340px;
	height: 240px;
}

.vcard .sides {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.vcard .image,
.vcard .content {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

.vcard .image {
	background: #ccc no-repeat center center;
	background-size: cover;
	z-index: 2;
	transform: rotateY(0deg);
}

.vcard .image .overlay {
	padding: 0.5em 1.5em;;
	position: absolute;
	bottom: 0;
	font-size: 0.9em;
 min-width: 200px;
}
.vcard .image .overlay p {
	color: #fff;
 padding: 0 !important;
}
.vcard .content {
	background: #006fb5;
	color: #fff;
	padding: 1em;
	transform: rotateY(-180deg);
	box-sizing: border-box;
 margin-top: 0 !important; 
}

.vcard .content img {
 float: right;
 max-width: 200px;
}

.vcard .content h2,
.vcard .image .overlay h2 {
	color: #fff;
	margin: 0;
 background: none;
 padding: 0 0 1rem 0;
}
.vcard .image .overlay h2 {
 padding: 0 !important;
}

.vcard .content span {
	display: inline-block;
	width: 35px;
}

.vcard .content a {
	color: #fff;
	white-space: nowrap;text-decoration: underline;
}
.vcard .content a[href^="tel:"] {
	text-decoration: none;
}
.vcard .content p {
	font-size: 0.9rem !important;
 padding: 0 !important;
}
.toTop {
 width: 40px;height: 40px;
 line-height: 40px;
 z-index: 999;
 display: none;
 cursor: pointer;
 position: fixed;
 bottom: 9px;
 right: 50px;
 background-color: transparent;
 border: none;
 color: #fff;
 text-align: center;
 font-size: 32px;
 text-decoration: none;
}
.toTop:hover {
}
.media.green {
	background-color: rgb(86, 163, 40, 0.4);
}
.media.green p {
	padding: 0 !important;
}
.media.green img {
	width: 150px;
}
.media.green h5 {
/*border-left: 8px solid rgb(86, 163, 40);
    padding-left: 0.5rem;*/
}
.media.green a {
 color: #212529;
	text-decoration: underline;
}


.spic {
 float: left;
 font-size: 0.8rem !important;
}

.accordion .card {
 padding: 0;
 margin: 0;
}
.accordion .card .card-header {
 background-color: white;
 border: none;
 padding: 0;
 margin: 0;
}
.accordion .card .card-header h2 {
 margin: 0;
 font-size: 1.125rem;
 font-weight: 700;
}
div.card-header h2 {
 background: #006fb5;
 color: #fff;
 padding:.5rem;
 margin-bottom: 1rem;
 font-size: 1.125rem;
 font-weight: 700;
}

.accordion .card .card-header .btn {
 font-size: 1.125rem;
 font-weight: 700;
}
.accordion .card .card-body h2 {
 background: none;
 color: #212529;
 font-size: 1.125rem;
 font-weight: 700;
 margin: 0;

}
.accordion .card  p {
 font-size: 1.125rem;
 margin-bottom: .75rem;
 padding: 0 .5rem 0 .5rem;
}

.accordion .card ul {
 font-size: 1.125rem;
 margin-left: 2rem;
  margin-bottom: 2.5rem;
}
.accordion .card ol {
 font-size: 1.125rem;
 margin-left: 0rem;
 margin-top: 1.5rem;
 margin-bottom: 2.5rem;
}
.accordion .card li {
 /*color: #212529;*/
 margin-bottom: 0.7rem;
}

.accordion .btn-link {
 color: white;
}

.lehrgangsInfo {
 display: none;
}

.zusatzinfos {
 margin-bottom: 5rem;
}

textarea.lehrgangsInfo {
 resize: none;
 overflow: auto;
 min-height: 50px;
 max-height: 600px;
}