
/*  */
/* 
*/
.footer-meta-navigation {
    padding: 1.25rem 0;
    margin-top: 7.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1;
    background: #404040;
}

/*--------------------------------------------------------------
RedDot Anpassungen - Danke H2T!
--------------------------------------------------------------
section.content-wrap p, section.content-wrap ul > li {
    font-size: 1.2rem !important;
    font-weight: 300 !important;
    line-height: 1.55556rem;
}
.stage .content-wrap .bigger {
    padding-left: 40% !important;
    font-size: 4rem !important;
    margin-bottom: 9% !important;
}

.info-container {
    border: none !important;
}
small {
    color: gray;
}
*/
.page-footer {
    font-weight: 300 !important;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

footer .container-2-cols-2-thirds-1-third .column {
    width: calc(66.66667% - 0.83333rem);
}
/* Footer anpassungen Danke H2T Team! */
footer .content-wrap
{
    display: block !important;
    width: 100%;
    max-width: 1230px;
    padding: 0 1.66667rem;
    margin: auto;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
}
footer .content-wrap .column
{
    display: block !important;
}
footer .meta-footer-logo-text {
    margin-bottom: 3.33333rem;
    font-size: 1.22222rem;
    line-height: 2rem;
}
footer .content-wrap > * + * {
    margin-top: 1.66667rem;
}
footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
footer .container-2-cols-2-thirds-1-third .column {
    width: calc(66.66667% - 0.83333rem);
}
footer .meta-footer-contact-entities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
footer .meta-footer-contact-entity:nth-of-type(1), footer .meta-footer-contact-entity:nth-of-type(2) {
    margin-top: 0;
}
footer .meta-footer-contact-entity:nth-of-type(2n-1) {
    margin-left: 0;
}
footer .meta-footer-contact-entity {
    width: calc(50% - 0.83333rem);
    margin-top: 1.66667rem;
    margin-left: 0.83333rem;
}
footer .meta-footer-contact-entity h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.55556rem;
}
footer .meta-footer-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 3.05556rem;
    border-top: 1px solid #aaaaaa;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .meta-footer-slogan a {
    display: inline-block;
    padding-top: 2rem;
    color: #ababab;
    font-size: 1.94444rem;
    font-weight: 700;
    line-height: 1.94444rem;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
footer .meta-footer-slogan p {
    padding-top: 2rem;
    margin-right: 30px;
    font-size: 1.22222rem;
    line-height: 1.22222rem;
}
footer .meta-footer-contact-entity .phone, footer .meta-footer-contact-entity .email {
    position: relative;
    margin-left: 1.66667rem;
}
footer .meta-footer-contact-entity a {
    color: #333333;
    text-decoration: none;
}
footer .meta-footer-contact-entity .phone::before {
    content: url("https://www.kit-ausbildung.de/typo3conf/ext/dp_contentelements/Resources/Public/img/phone-grey.svg");
    top: 0;
    width: 0.94444rem;
    height: 1.11111rem;
}
footer .meta-footer-contact-entity .email::before {
    content: url("https://www.kit-ausbildung.de/typo3conf/ext/dp_contentelements/Resources/Public/img/mail-grey.svg");
    top: -2px;
    width: 1.11111rem;
    height: 0.77778rem;
}
footer .meta-footer-contact-entity .phone::before, footer .meta-footer-contact-entity .email::before {
    position: absolute;
    left: -1.66667rem;
    display: block;
}
footer .meta-footer-contact-entity-body-image {
    float: left;
    margin-right: 25px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*  */