/*
 Theme Name: Fröschl
 Author: niko@web-crossing.com
 Author URI: web-crossing.com
 Version: 1.0.0.3
 */
body {
    margin: 0;
    background-image: url(inc/img/bg-beton.jpg);
    background-repeat: repeat;
    overflow-x: hidden;
}
.overlay {
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .7);
}
body.overlay-active {
    z-index: 1;
    overflow-y: hidden;
    position: relative;
}
body.overlay-active .overlay {
    display: block;
}
.popup-wrap {
    display: none;
    position: absolute;
    z-index: 1001;
    top: calc(calc(100vh - 240px) / 2);
    left: calc(calc(100vw - 610px) / 2);
    margin: 0 auto;
    padding: 24px 30px 30px;
    background-image: url(inc/img/bg-beton.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .4s ease;
    width: 600px;
}
.popup-wrap.shown {
    display: inline-block;
}
.popup-wrap .pop-inner {
    position: relative;
    padding-top: 10px;
    display: block;
}
.popup-wrap .pop-inner img {
    padding-bottom: 20px;
}
.popup-wrap .pop-inner p {
    display: block;
}
.popup-wrap .pop-inner h3 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
}
.popup-wrap .pop-inner strong {
    padding-top: 20px;
}
.popup-wrap .close-pop {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.popup-wrap .close-pop:before,
.popup-wrap .close-pop:after {
    content: '';
    display: block;
    position: absolute;
    background: #000000;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
}
.popup-wrap .close-pop:before {
    transform: rotate(45deg);
}
.popup-wrap .close-pop:after {
    transform: rotate(-45deg);
}

body * {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-family: 'Muli', sans-serif;
}
body script, body style,
body .element script {
    display: none;
}
body .block  *,
body .block,
body ul {
    display: block;
}

body .block  * span,
body .block  * a,
body .block  * b,
body .block  * em,
body .block  * sub,
body .block * strong{
    display: inline;
}
table {   display: table; }
tbody { display: table-row-group;}
thead { display: table-header-group;}
tr {   display: table-row; }
td, th {display: table-cell;}
.col-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body .post-content-wrapper .content.block * img {
    height: auto;
    width: auto;
    margin: 10px 0;
}
body .post-content-wrapper .content.block * img.aligncenter {
    text-align: center;
    margin: 10px auto;
}
h1, h2, h3, h4 {
    color: #1d1d1d;
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: left;
    font-family: 'Muli', sans-serif;
}
.content h1 {
    margin: 89px 0 39px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #1d1d1d;
}
h2,
.picbox h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase
}
.picbox h3 {
    margin: 0;
}
h2.subline {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #1d1d1d;
    margin: 8px 0 40px;
    text-transform: none;
    display: block;
}
h2.subline:empty {
    display: none;
}
h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33;
    text-align: left;
    color: #1d1d1d;
    margin: 30px 0 15px;
}
ul {
    margin: 7px 0;
    padding: 0 0 0 16px;
}
ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    position: relative;
}
ul li:before {
    background: #0097d5;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: " ";
    position: absolute;
    left: -16px;
    top: 10px;
}
p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0;
}
a {
    text-decoration: none;
    color: #0097d5;
}
button,
span.btn {
    background-color: #ffd42b;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #0097d5;
    border: none;
    padding: 11px 14px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
body .block * span.btn {
    display: inline-block;
}
button:empty,
span.btn:empty {
    display: none;
}
button.thin,
span.btn.thin {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.14;
    text-align: left;
    color: #0097d5;
    padding: 4px 8px;
    height: 24px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
#resetfilter{
    position: absolute;
    top: 16px;
    right: 16px;
    color: #ffd42b;
    background: none;
    text-transform: none;
    font-weight: 700;
}
button a,
span.btn a {
    color: #0097d5!important;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: inherit!important;
}

.material-icons,
button.mover:before,
button.mover:after,
.slick-prev:before,
.slick-next:before,
.lehrebreaker-wrapper .smallbox+.smallbox:before,
ul.selectbox:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.material-icons.bgcolered {
    background: #c8148a;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    height: 20px;
    width: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.content-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
}

.inner-content,
.content {
    width: 100%;
}
.page-template-page-lehre .meta-footer,
.page-template-page-initiativbewerbung .meta-footer,
.page-template-page-praktikum .meta-footer,
.page-template-page-kontakt .meta-footer{
    margin-top: 0;
}
body .block .picbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 95px 0 47px;
    position: relative;
}
.picbox .headerwrapper {
    max-width: 352px;
    height: auto;
    width: calc(100% - 32px);
    margin-left: 32px;
    position: relative;
}
.picbox .imgwrapper,
.picbox .videowrapper{
    width: 735px;
    height: 440px;
    position: relative;
}
.picbox .textwrapper {
    padding: 30px 32px 33px;
    background: rgba(255,255,255,0.9);
    width: 480px;
    margin: 39px 0 0 -160px;
    position: relative;
}
.picbox .textwrapper:empty {
    display: none;
}
.picbox.layout-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.picbox.layout-1 .headerwrapper {
    margin-left: 0;
}
.picbox.layout-1 .textwrapper {
    margin: 39px -160px 0 0;
}
.videowrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.videowrapper span.videoplay {
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    background: #ffd42b;
    border-radius: 50%;
    cursor: pointer;
	display:none;
}
.videowrapper span.videoplay i {
    font-size: 37px;
    position: relative;
    color: #0097d5;
    top: 22px;
    left: 31px;
}
body .block .picbox.layout-2 {
    max-width: 928px;
    width: 100%;
    margin: 64px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;

}
body .block .picbox.layout-2 .imgwrapper {
    width: 352px;
    height: auto;
}
body .block .picbox.layout-2 .imgwrapper img {
    width: 100%;
    height: auto;
}
body .block .picbox.layout-2 .headerwrapper {
    display: none;
}
body .block .picbox.layout-2 .textwrapper {
    padding: 0;
    background: 0;
    width: 100%;
    margin: 56px 32px;
}
body .block .picbox.layout-2 .cite-wrapper {
    margin: 0;
    padding: 0;
}
body .block .picbox.layout-2 .outer-text-wrapper {
    width: 100%;
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.meta-footer {
    background: #fff;
    padding: 40px 0;
    margin: 71px 0 0;
}
.meta-footer .content-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.meta-footer .content-wrapper > div{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.meta-footer p.contact {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #1d1d1d;
    text-transform: uppercase;
    margin: 0 23px 0 0;
}
.meta-footer .contact-wrapper {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    text-align: left;
    color: #0097d5;
}
.meta-footer .contact-wrapper  a {
    text-decoration: none;
}
.meta-footer .contact-wrapper  a.mail {
    color: #0097d5;
    margin-right: 30px;
}
.meta-footer .contact-wrapper a.phone {
    color: #1d1d1d
}
footer {
    background: url(inc/img/bg-beton_c.jpg);
    width: 100%;
    padding: 0 0 62px;
}
footer .breadcrumb-wrapper {
    padding: 12px 0 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 0 59px;
}
footer .breadcrumb-wrapper span,
footer .breadcrumb-wrapper a {
    font-size: 14px;
    line-height: 0.93;
    text-align: left;
    color: #ffffff;
}
footer ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}
footer .footer-wrapper .menu-wrapper ul li {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
footer .menu-wrapper,
footer .menu-footer-menue-container {
    width: 100%;
}
footer .footer-wrapper .menu-wrapper ul li:before {
    display: none;
}
footer .footer-wrapper .menu-wrapper ul li a {
    font-size: 14px;
    font-weight: 800;
    line-height: 0.86;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
footer .footer-wrapper .menu-wrapper ul.sub-menu {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
}
footer .footer-wrapper .menu-wrapper ul.sub-menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #ffd42b;
    text-transform: none;
}
footer .bottom-footer-wrapper {
    margin: 100px 0 0;
    font-size: 14px;
    line-height: 0.93;
    text-align: left;
    color: #ffffff;
}
footer .bottom-footer-wrapper .content-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .bottom-footer-wrapper li {
    margin: 0 4px;
}
footer .bottom-footer-wrapper li:before {
    display: none;
}
footer .bottom-footer-wrapper a {
    font-size: 14px;
    line-height: 0.93;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}
footer .social-wrapper {
    margin: -5px 0 0 64px;
}
footer .bottom-footer-wrapper .social-wrapper  a {
    font-size: 25px;
}
.post-content-wrapper {
    margin: 40px auto 64px;
    width: 100%;
    max-width: 736px;
}
.post-content-wrapper .inner-content{
    padding: 9px 32px 56px;
    background: rgba(255,255,255,0.9);
    width: calc(100% - 64px);
}
.post-content-wrapper img {
    width: calc(100% + 64px);
    margin-left: -32px;
    height: auto;

}
div.cite-wrapper:before {
    position: absolute;
    content: "“";
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #0097d5;
    top: -40px;
}
div.cite-wrapper {
    margin: 60px 0 60px;
    position: relative;
}
div.cite-wrapper p.cite {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    text-align: left;
    color: #1d1d1d;
    position: relative;
    margin: 0;
    padding: 0;
}
div.cite-wrapper p.author {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    margin: 6px 0 0;
    padding: 0;
}

header.post-header,
header.page-neues {
    height: 211px;
    width: 100%;
    position: relative;
    padding: 32px 0 37px;
    overflow: hidden;
    margin-top: 103px;
}
header.page-neues {
    height: 280px;
    padding: 104px 0 104px;
    margin: 103px 0 32px;
}
header.post-header .coloroverlay,
header.post-header .bgoverlay,
header.page-neues .coloroverlay,
header.page-neues .bgoverlay,
header.page-header.page-header-58 .coloroverlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
header.post-header .coloroverlay,
header.page-neues .coloroverlay,
header.page-header.page-header-58 .coloroverlay{
    background-color: rgba(0,151,213,0.7);
}
header.post-header .bgoverlay,
header.page-neues .bgoverlay{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-position: center center;
    background-size: cover;
}
header.post-header .content-wrapper,
header.page-neues .content-wrapper{
    position: relative;
    z-index: 2;
}
header.post-header .img-wrapper {
    margin: 0 32px 0 0;
    width: 100%;
    max-width: 352px;
}
header.post-header .heading-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header.post-header h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
    max-width: 614px;
    display: block;
}
header.post-header p,
header.post-header a {
    text-decoration: none;
    font-size: 16px!important;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}

header.page-neues .content-wrapper .inner-wrapper {
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 25px 40px 24px 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: calc(100% - 539px);
}
header.page-neues .content-wrapper .inner-wrapper * {
}
header.page-neues .img-wrapper {
    width: 100%;
    max-width: 467px;
}
header.page-neues .img-wrapper img {
    width: 100%;
    height: auto;
}
header.page-neues h3 {
    line-height: 1;
    padding: 0;
    margin: 0;
    display: block;
}
header.page-neues h3 a {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    text-align: left;
    color: #1d1d1d;
    text-decoration: none;
    display: inline;
}
header.page-neues p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    display: block;
}
header.page-neues span a {
    text-decoration: none;
    color: #1d1d1d;
}
header.page-neues .meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* page header */
header.page-header {
    width: 100%;
    max-width: 1920px;
    height: 33.89vw;
    background: #fff;
    max-height: 650.67px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 47px;
    overflow: hidden;
    margin-top: 104px;
}
.uppermover-outer-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 103px;
}
.uppermover-wrapper {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
header.page-header.page-header-size-1 {
    height: 19.44vw;
    max-height: 560px;
}
header.page-header.dummy-header {
    background: none;
    height: 2vw;
}
header.page-header .bgoverlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    height: 33.89vw;
    max-height: 650.67px;
    top: 0px;
}
header.page-header .mobile-bg.bgoverlay {
    display: none;
}
header.page-header .bgoverlay:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: url(inc/img/bg-beton.jpg);
    background-repeat: repeat;
    height: 20px;
    display: none;
}
header.page-header.page-header-58 .bgoverlay:after,
header.page-header.page-header-151 .bgoverlay:after{
    display: block;
}
header.page-header .content-wrapper {
    position: relative;
    height: 100%;
}
header.page-header h1,
header.page-header p{
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    line-height: 0.88;
    letter-spacing: -0.9px;
    display: block;
    text-shadow: 0 0 10px #4F4F4F;
}
header.page-header p span {
    text-shadow: none;
}
header.page-header.page-header-31 p,
.page-template-page-standorte header.page-header p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 0;
}
header.page-header .heading-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header.page-header h1 span {
    width: 100%;
    display: inline;
}
header button {
    margin-top: 18px;
}
/* sharing wrapper */
body .block .sharing-wrapper,
.sharing-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.sharing-wrapper a,
.sharing-wrapper a:visited {
    text-decoration: none;
    margin: 0 10px 0 0;
    font-size: 16px;
    background: #0097d5;
    color: #fff;
    padding: 3px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.sharing-wrapper span {
    font-size: 14px;
    font-weight: bold;
    line-height: 0.93;
    text-align: left;
    color: #0097d5;
}

header.post-reference {
    padding: 104px 0;
    background-size: cover;
    background-position: center center;
    margin-top: 103px;
}
header.post-reference .info-wrapper {
    height: 280px;
}
header.post-reference .info-wrapper .text-wrapper  {
    background: rgba(255,255,255,0.9);
    padding: 42px 64px 42px 32px;
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header.post-reference .info-wrapper .text-wrapper h1{
    margin: 0 0 28px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #1d1d1d;
}
header.post-reference .info-wrapper .text-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
}
header.post-reference .info-wrapper .meta-wrapper {
    background-color: #ffd42b;
    padding: 0 48px;
    width: 100%;
    max-width: 256px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header.post-reference .info-wrapper .meta-wrapper * {
    width: 100%;
}
header.post-reference .info-wrapper .meta-wrapper ul {
    padding: 0;
    margin: 0;
}
header.post-reference .info-wrapper .meta-wrapper ul li:before {
    display: none;
}
header.post-reference .info-wrapper .meta-wrapper ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
header.post-reference .info-wrapper .meta-wrapper ul li span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    color: #0097d5;
    width: 100%;
    border-bottom: solid 1px #e7ba0c;
    display: inline-block;
    padding: 10px 0 4px;
}
header.post-reference .info-wrapper .meta-wrapper ul li p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #1d1d1d;
    margin: 0;
    padding: 2px 0 10px;
}
.reference-navigation {
    margin: 42px 0 32px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.reference-navigation span.btn {
    margin: 0 4px;
    display: block;
}
.menubar-wrapper {
    width: 100%;
    background: #fff;
    height: 103px;
    position: fixed;
    top: 0px;
    z-index: 40;
    margin: 0 auto;
}
.menubar-wrapper ul {
    margin: 0;
    padding: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menubar-wrapper .menu-wrapper ul li {
    margin: 0;
    padding: 11px 13px 9px;
    position: relative;
}


.menubar-wrapper .menu-wrapper ul li:before{
    display: none;
}

.menubar-wrapper .menu-wrapper ul li.current-menu-item a,
.menubar-wrapper .menu-wrapper ul li.current-menu-ancestor a{
    color: #e7ba0c;
}
.menubar-wrapper .menu-wrapper ul > li:hover {
    background-color: #0097d5;
}.menubar-wrapper .menu-wrapper ul > li:hover > a {
     color: #fff!important;
 }
.menubar-wrapper .menu-wrapper ul > li:hover > ul {
    display: block;
}
.menubar-wrapper .menu-wrapper ul li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.11;
    text-align: left;
    text-decoration: none;
    color: #1d1d1d;
    font-weight: 700;
}
.menubar-wrapper .menu-wrapper ul li i {
    display: none;
}
.menubar-wrapper .menu-wrapper ul li i.fa-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 200;
    position: relative;
}
.menubar-wrapper .menu-wrapper ul li > ul {
    display: none;
    position: absolute;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 39px;
    left: 0;
    width: auto;
}
.menubar-wrapper .menu-wrapper ul li > ul li {
    background-color: #ffd42b;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 2px 0 0;
    padding: 0;
    white-space: nowrap;
    float: left;
    clear: left;
}
.menubar-wrapper .menu-wrapper ul li > ul li a,
.menubar-wrapper .menu-wrapper ul li.current-menu-ancestor > ul li a,
.menubar-wrapper .menu-wrapper ul li.current-menu-item > ul li a{
    color: #0097d5;
    padding: 11px 13px 9px;
}
.menubar-wrapper .search-wrapper {
    display: none;
}
.menubar-wrapper .menu-main-menu-meta-container ul {
    padding: 0 0 0 22px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menubar-wrapper .menu-main-menu-meta-container ul li {
    margin: 0 12px 0 0;
    padding: 0;
    position: initial;
}
.menubar-wrapper .menu-main-menu-meta-container ul li.search-menu {
    position: relative;;
}
.menubar-wrapper .menu-main-menu-meta-container ul li:hover {
    background: none;
    cursor: pointer;
    color: #0097d5!important;
}
.menubar-wrapper .menu-main-menu-meta-container ul li a {
    font-size: 14px;
    line-height: 0.93;
    text-align: left;
    color: #1d1d1d;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.menubar-wrapper .menu-main-menu-meta-container ul li:hover a {
    color: #0097d5!important;
}
.menubar-wrapper .menu-main-menu-meta-container {
    height: 100%;
    position: relative;
}
.menubar-wrapper .menu-main-menue-container{
    border-right: solid 1px #eeeeee;
    height: 103px;
    position: relative;
    align-items: center;
}
.menubar-wrapper .content-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.menubar-wrapper .content-wrapper #homelogo {
    display: none;
    position: absolute;
    left: -25px;
    z-index: 30;
    top: 28px;
}
.page-template-page-home header.page-header {
    max-height: 750px;
    height: 750px;
}
.page-template-page-home header.page-header .bgoverlay {
    max-height: 750px;
    height: 750px;
}
/*.page-template-page-home .menubar-wrapper .content-wrapper #homelogo {
    display: block;
}*/
/*.page-template-page-home .menubar-wrapper .content-wrapper .classiclogo,
.page-template-page-home .menubar-wrapper .menu-main-menue-container {
    display: none;
}*/
/*.page-template-page-home .menubar-wrapper {
    background: transparent;
    position: relative;
}
.page-template-page-home header {
    margin-top: 0;
}*/
.activeback.page-template-page-home .menubar-wrapper {
    position: fixed;
    background: #fff;
}
.activeback.page-template-page-home .menubar-wrapper .content-wrapper .classiclogo, .activeback.page-template-page-home .menubar-wrapper .menu-main-menue-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.classiclogo img {
    width: 160px;
    height: 36px;
}
.activeback.page-template-page-home .menubar-wrapper .content-wrapper #homelogo {
    display: none;
}
.menubar-wrapper .content-wrapper > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-list {
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    max-width: 1120px;
}
.news-inner-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-list .news-entry {
    margin: 16px 0;
    max-width: 100%;
    width: 100%;
}
.news-list .inner-wrapper {
    background-color: rgba(255,255,255,0.9);
    padding: 25px 32px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: calc(100% - 416px);
}
.news-list .inner-wrapper h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #1d1d1d;
    margin: 0 0 5px;
    padding: 0;
}
.news-list .inner-wrapper h3 a {
    color: #1d1d1d;
    text-decoration: none;
}
.news-list .inner-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    padding: 0 0;
    margin: 0 0 25px;
    max-height: 48px;
    overflow: hidden;
    position: relative;
    display: block;
}

.news-list .meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
}
.news-list .meta span a{
    text-decoration: none;
    color: #1d1d1d;
}
.error-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.job-wrapper {
    position: relative;
    margin-top: 55px;
    max-width: 100%;
}
.job-wrapper .sidebar {
    width: 100%;
    max-width: 352px;
}
.job-wrapper .job {
    display: none;
    width: 100%;
}
.job-wrapper .job.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.job-wrapper .job .text-wrapper {
    max-width: 544px;
    width: 100%;
}
.job-wrapper .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.job-wrapper .job .img-wrapper {
    width: auto;
    display: block;
    width: 100%;
    max-width: 267px;
}
.job-wrapper .job .img-wrapper img {
    max-width: 100%;
}
.karriere-header {
    margin: 0 0 120px;
}
ul.job-list li:before {
    display: none;
}
ul.job-list,
ul.job-list li,
ul.job-list ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.job-list > li > span{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    padding-bottom: 5px;
}
ul.job-list ul.jobs li {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #1d1d1d;
    cursor: pointer;
    margin-bottom: 10px;
}
ul.job-list ul.jobs li.active {
    color: #0097d5;
}
ul.job-list ul.jobs {
    margin: 0 0 27px;
}

.pickbox h3 {
    margin-top: 0;
}

/* reference header */
.page-header-55 {
    position: relative;
}
.magic-slider-content  {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    display: none;
}
.magic-slider-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.page-header-58 .magic-slider-content .inner-wrapper {
    height: auto;
}
.magic-slider-content h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #ffffff;
    word-break: break-word;
    display: block;
}
.magic-slider-content .text {
    display: block;
}
.magic-slider-content a {
    color: #fff;
}
.magic-slider-content .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 27px 24px 23px;
    -webkit-box-pack:  justify;
    -ms-flex-pack:  justify;
    justify-content:  space-between;
    height: calc(100% - 48px);
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}
.page-header-58 .magic-slider-content .inner-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 32px 8px 0 32px;
}
.page-header-58 .magic-slider-content .control-wrapper {
    margin: 0 32px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.magic-slider-content .control-wrapper {
    margin: 0 auto;
    justify-content: center;
}
.magic-slider-content button.movingbutton,
.magic-slider-content button.movingbutton:empty{
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: move;
    background-image: url(inc/img/reglerx2.png);
    background-size: cover;
    background-position: center center;
    background-color: transparent;
}
.magic-slider-content button {
    margin: 0!important;
    height: 100%;
}
.magic-slider-content .control-wrapper i {
    font-size: 25px;
    line-height: 0.96;
    text-align: left;
    color: #ffd42b;
    top: 0px;
    cursor: pointer;
}
.magic-slider-content ul {
    margin: 0;
    padding: 0;
}
.magic-slider-content ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
}
.magic-slider-content ul li:before {
    display: none;
}
.reference-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reference-list .ref {
    max-width: calc(33.33% - 32px);
    width: calc(33.33% - 32px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 16px 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reference-list .ref h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #1d1d1d;
    margin: 0 0 16px;
    text-transform: uppercase;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    width: 100%;
    display: block;
    letter-spacing: -1px;
}
.reference-list .ref .inner-wrapper {
    position: relative;
    min-height: 208px;
    max-height: 210px;
}
.reference-list .ref span.btn {
    position: absolute;
    top: 16px;
    right: 16px;
}
.inner-reference-wrapper {
    margin: 0 -16px;
    width: calc(100% + 32px);
}
.reference-list img {
    width: 100%;
    height: 100%;
}
header.page-header .content-wrapper.mover-content-wrapper {
    position: static;
}
header.page-header .mover-wrapper {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
header.page-header .mover {
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    min-width: 310px;
    border-radius: 0 0 10px 10px;
    border: 0 solid transparent;
    z-index: 18;
}
.uppermover {
    background: #0097d5;
    position: absolute ;
    min-width: 310px;
    width: 25%;
    height: 104px;
    left: 0;
    top: 0;
    overflow: hidden;
}
.obgoverlay {
    width: 100vw;
    height: 100%;
    left: 0px;
    position: absolute;
    background-size: cover;
    max-width: 1920px;
}
.page-header.slider-wrapper {
    display: block;
    background: none;
}
.page-header.slider-wrapper * {
    height: 100%;
}
.page-header.slider-wrapper .slide:not(.slick-center) {
    width: 15.55575%;
    max-width: 298.67px;
    height: calc(100%  - 16px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.page-header.slider-wrapper .slide:not(.slick-center) .slider-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
}
.page-header.slider-wrapper .slide:not(.slick-center) .slider-content span.title,
.page-header.slider-wrapper .slide:not(.slick-center) .slider-content div.inner-content {
    display: none;
}
.page-header.slider-wrapper .slide:not(.slick-center) .pic-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.page-header.slider-wrapper .slide:not(.slick-center) .pic-wrapper:after {
    position: absolute;
    height: 100%;
    width:100%;
    background-color: rgba(0, 151, 213, 0.8);
    content: " ";
}
.page-header.slider-wrapper .slide:not(.slick-center) .pic-wrapper img {
    position: absolute;
    top: 0;
    left: -50vw;
    height: 100%;
}
.page-header.slider-wrapper .slide:not(.slick-center) span.year {
    height: auto;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
}

.page-header.slider-wrapper .slide.slick-center {
    width: 37.777%;
    max-width: 725.333px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    z-index: 120;
}

.page-header.slider-wrapper .slide.slick-center .pic-wrapper {
    width: 100%;
    height: 60%;
    display: inline;
    position: relative;
    max-height: 333.653px;
    min-height: 260px;
}

.page-header.slider-wrapper .slide:not(.slick-center) .pic-wrapper,
.page-header.slider-wrapper .slide.slick-center .pic-vertical-wrapper {
    display: none;
}
.page-header.slider-wrapper .slide .pic-wrapper,
.page-header.slider-wrapper .slide .pic-vertical-wrapper {
    background-size: cover;
    background-position: center center;
}
.page-header.slider-wrapper .slide.slick-center .pic-wrapper img {
    width: 100%;
    height: auto;
}
.page-header.slider-wrapper .slide.slick-center .slider-content {
    background: #fff;
    height: calc(64% - 47px);
    height: 40%;
    padding: 47px 32px 0;
    position: relative;
    display: inline;
}
.page-header.slider-wrapper .slide.slick-center .slider-content:after {
    position: absolute;
    height: 16px;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    content: " ";
}
.page-header.slider-wrapper .slide.slick-center .slider-content span.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #1d1d1d;
}
.page-header.slider-wrapper .slide.slick-center .slider-content span.year {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #1d1d1d;
    display: inline;
    padding: 8px 19px 0 17px;
    position: absolute;
    left: 32px;
    top: -32px;
    background: #fff;
    border: none;
    height: auto
}
.page-header.slider-wrapper .slide.slick-center .slider-content * {
    height: auto;
}
.page-header.slider-wrapper .slide.slick-center .slider-content div.inner-content {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
}

.cat-filter {
    cursor: pointer;
}
.cat-filter.active,
.cat-filter:hover {
    color: #e7ba0c;
}
button.more-btn {
    width: 61.5px;
    height: 40px;
    border: none;
    margin: 0 auto;
    background: none;
    padding: 0;
}
button.more-btn img {
    width: 100%;
    height: 100%;
}

.praktikum-wrapper form,
.initbewerbung-wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1120px;
    z-index: 22;
}
.praktikum-wrapper form section,
.initbewerbung-wrapper form section {
    width: 100%;
    max-width: 1120px;
    z-index: 2;
}
.praktikum-wrapper form section .header,
.initbewerbung-wrapper form section .header {
    width: 46.428571428571428571428571428571%;
    max-width: 520px;
    display: block;
    padding: 62px 0 0 0;
}
.praktikum-wrapper form section .header h3,
.initbewerbung-wrapper form section .header h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.43;
    color: #ffd42b;
    width: 100%;
    margin: 0;
    font-weight: bold;
    position: relative;
}
.praktikum-wrapper form section .header h3:after,
.initbewerbung-wrapper form section .header h3:after{
    content: " ";
    height: 2px;
    background: #ffd42b;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -13px;
}
.praktikum-wrapper .init-content,
.initbewerbung-wrapper .init-content {
    position: relative;
}
.praktikum-wrapper form section .formular,
.initbewerbung-wrapper form section .formular {
    background-color: #f4f2f0;
    width: 53.571428571428571428571428571429%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 62px 0 0 55px;
    position: relative;
}
.praktikum-wrapper form section .formular.formular-bereich .col-wrapper,
.initbewerbung-wrapper form section .formular.formular-bereich .col-wrapper {
    width: 100%;
}
.praktikum-wrapper form section .formular .col-wrapper,
.initbewerbung-wrapper form section .formular .col-wrapper {
    width: 100%;
}
.praktikum-wrapper form section .formular .small,
.initbewerbung-wrapper form section .formular .small {
    max-width: 160px;
}
.praktikum-wrapper form section .formular .offset,
.initbewerbung-wrapper form section .formular .offset {
    margin-left: 32px;
}
.praktikum-wrapper form section .formular .wpcf7-checkbox,
.initbewerbung-wrapper form section .formular .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.praktikum-wrapper form section .formular .wpcf7-checkbox span.wpcf7-list-item,
.initbewerbung-wrapper form section .formular .wpcf7-checkbox span.wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
}
span.wpcf7-list-item {
    margin: 0;
}
.initbewerbung-wrapper form section .formular .wpcf7-checkbox span.wpcf7-list-item.last {
    margin-top: 32px;
}
.initbewerbung-wrapper form section .formular .wpcf7-checkbox span.wpcf7-list-item.last span.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    max-width: 217px;
    display: block;
}
.praktikum-wrapper form section .formular-bereich.formular .col-wrapper,
.initbewerbung-wrapper form section .formular-bereich.formular .col-wrapper {
    width: 50%;
}
input,
textarea {
    padding: 8px 18px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.32);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.32);
    border: none;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    width: calc(100% - 36px);
    max-width: 100%;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0px;
}
input[type='submit'] {
    height: 56px;
    background-color: #ffd42b;
    padding: 19px 22px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    color: #0097d5;
    width: auto;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.praktikum-wrapper form section .formular .row,
.initbewerbung-wrapper form section .formular .row {
    margin-bottom: 28px;
}
.praktikum-wrapper form section .formular .row.info,
.initbewerbung-wrapper form section .formular .row.info,
.praktikum-wrapper form section .formular .row.info p,
.initbewerbung-wrapper form section .formular .row.info p {
    display:block;
}
.praktikum-wrapper form section .formular p,
.initbewerbung-wrapper form section .formular p {
    margin: 0;
}

.praktikum-wrapper form section:last-of-type .formular,
.initbewerbung-wrapper form section:last-of-type .formular {
    padding-bottom: 96px;
}
.praktikum-wrapper form section .formular p.title,
.initbewerbung-wrapper form section .formular p.title {
    font-size: 14px;
    font-weight: bold;
    line-height: 0.93;
    text-align: left;
    color: #1d1d1d;
    margin: 0 0 7px;
}
.praktikum-wrapper form section .formular.formular-bereich p.title,
.initbewerbung-wrapper form section .formular.formular-bereich p.title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
    margin-bottom: 19px;
}
.praktikum-wrapper form section .formular p.hint,
.initbewerbung-wrapper form section .formular p.hint {
    font-size: 14px;
    line-height: 0.93;
    text-align: left;
    color: #1d1d1d;
}
.praktikum-wrapper form section .formular p.bigtitle,
.initbewerbung-wrapper form section .formular p.bigtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #1d1d1d;
    margin-bottom: 12px;
}
.praktikum-wrapper form section .formular p.text,
.initbewerbung-wrapper form section .formular p.text {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
}
.outer-contact-wrapper {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    margin-top: 32px;
}
div.wpcf7 {
    width: 100%;
}
.praktikum-wrapper .inner-content,
.initbewerbung-wrapper .inner-content {
    position: relative;
    z-index: 4;
}
.praktikum-wrapper .bgoverlay,
.initbewerbung-wrapper .bgoverlay {
    position: absolute;
    width: 100%;
    height: 100%;

    background-size: cover;
}
.praktikum-wrapper .inner-content:before,
.initbewerbung-wrapper .inner-content:before {
    width: calc(100% + 10000px);
    background: rgba(0, 151, 213, 0.8);
    position: absolute;
    left: -10000px;
    height: 100%;
    content: " ";
    z-index: 2;
    width: 20000px;
}
.praktikum-wrapper .inner-content:after,
.initbewerbung-wrapper .inner-content:after {
    content: " ";
    background-color: #f4f2f0;
    position: absolute;
    content: " ";
    height: 100%;
    width: 2000px;
    left: calc(100% - 500px);
    z-index: 20;
}
.wpcf7-form-control-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
span.wpcf7-list-item-label {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #1d1d1d;
    margin-left: 16px;
}
.wpcf7-radio span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wpcf7-radio span.wpcf7-list-item-label {
    margin: 0 67px 0 15px;
}
div.wpcf7-response-output {
    display: flex;
    width: auto;
    z-index: 300;
    border: snow;
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 570px;
    padding: 0;
    margin: 0;
    border: none!important;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
}
header .standort-content.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .standort-content {
    padding: 0 32px 0;
    background: #fff;
    display: none;
    max-width: 288px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 64px;
}
header .standort-content .block {
    max-width: 100%;
}
header .content-wrapper .map-block.active {
    width: 55%;
    z-index: 2;
    display: block;
}
header .content-wrapper .map-block {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: none;
}
header ul.standort-list:before {
    height: 100%;
    width: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0, 151, 213, 0.7);
    content: " ";
    position: absolute;
    top: 0;
    left: -500px;
    width: 1000px;
}
header ul.standort-list {
    margin: 0;
    padding: 64px 0 0;
    position: relative;
    max-width: 355px;
    width: 33%;
}
header ul.standort-list li {
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}
header ul.standort-list li:before {
    display: none;
}
header ul.standort-list li.active,
header ul.standort-list li:hover {
    color: #ffd42b;
}
header .standort-content-wrapper {
    position: relative;
    z-index: 3;
}
header.page-header.page-header-33 .heading-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
header.page-header.page-header-33 .content-wrapper {
    position: static;
}
header #map {
    position: absolute;
    right: 0;
    background: #ffd42b;
    width: 100%;
    height: 100%;
}
.smallbox-wrapper,
.lehrebox-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 64px -16px 41px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lehrebox-wrapper {
    margin-top: 0;
}
.smallbox-wrapper .smallbox,
.lehrebox-wrapper .smallbox {
    max-width: 352px;
    width: calc(33.3% - 32px);
    position: relative;
    margin: 0 16px;
    overflow: hidden;
}
.lehrebox-wrapper .smallbox {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smallbox-wrapper .smallbox .imgwrapper img,
.lehrebox-wrapper .smallbox .imgwrapper img{
    width: 100%;
}
.lehrebox-wrapper .smallbox h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    text-align: left;
    color: #1d1d1d;
}
.smallbox-wrapper .smallbox h4{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #1d1d1d;
}
.smallbox-wrapper .smallbox .imgwrapper {
    position: relative;
    margin: 72px 0 0;
}
.lehrebox-wrapper .smallbox .outer-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    width: calc(100% - 56px);
    padding: 25px 16px 24px;
    margin: -72px 0 0;
    position: relative;
}
.smallbox-wrapper .smallbox .outer-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: -50px;
    right: 0px;
    max-width: calc(100% - 28px);
}
.smallbox-wrapper .smallbox .outer-text-wrapper .textwrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 16px 14px;
    width: 300px;
    max-width: 100%;
}
.smallbox-wrapper .smallbox .outer-text-wrapper .buttonwrapper {
    margin: 16px 16px 0 0;
}
.lehrebreaker-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 39px 0 0;
}
.lehrebreaker-wrapper .smallbox {
    background: #0097d5;
    position: relative;
    padding: 46px 8px 43px 40px;
    width: calc(25% - 72px);
    z-index: 3;
}
.lehrebreaker-wrapper .smallbox p {
    font-size: 24px;
    line-height: 1.33;
    text-align: left;
    color: #ffffff;
}
.lehrebreaker-wrapper .smallbox+.smallbox{
    margin-left: 32px;
}
.lehrebreaker-wrapper .smallbox+.smallbox:before{
    position: absolute;
    content: "\E5C8";
    width: 48px;
    height: 48px;
    background: #ffd42b;
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
    color: #0097d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -32px;
    top: 72px;
}
.lehrerbrearker-header {
    margin: 88px 0 0;
}
.lehrebreaker-wrapper .textwrapper {
    margin: 24px 0 0;
}
.lehreparallax-wrapper {
    width: 100%;
    height: 32.29vw;
    left: 0px;
    position: relative;
    margin-top: -80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lehreparallax-wrapper .bgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
}
.lehreparallax-wrapper .content {
    position: relative;
    text-align: center;
    color: #fff;
}
.lehreparallax-wrapper .content p {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}
.lehreparallax-wrapper .content * {
    text-align: center;
}
.lehreparallax-wrapper .content button,
.lehreparallax-wrapper .content span.btn {
    display: inline;
    text-align: center;
}
.breaker-wrapper {
    background: #0097d5;
    width: 100%;
    margin: 57px 0 0px;
}
.breaker-wrapper .breaker {
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breaker-wrapper .breaker .text-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 68px 0 36px;
}
.breaker-wrapper .breaker span {

    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}
.breaker-wrapper .breaker h4 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    margin: 10px 0 16px;
    text-transform: uppercase;
}
.breaker-wrapper .breaker span.btn {
    padding: 11px 14px;
    font-size: 18px;
}
.breaker-wrapper .breaker+.breaker {
    border-left: 2px solid #fff;
}

.news-wrapper {
    background-image: url(inc/img/bg-beton.jpg);
    background-repeat: repeat;
    padding: 112px 0 136px;
    margin-bottom: -71px;
}
.news-wrapper .header-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 48px 0;
}
.news-wrapper .header-wrapper h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #1d1d1d;
    text-transform: uppercase;
}
.news-wrapper .header-wrapper span.btn {
    margin: 0 0 0 23px;
}
.news-wrapper .contact {
    max-width: 358px;
    width: 100%;
}
.news-wrapper .text-wrapper .inner-text-wrapper h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #0097d5;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: block;
}
.news-wrapper .text-wrapper .inner-text-wrapper h5 a {
    display: inline;
}
.news-wrapper .text-wrapper .inner-text-wrapper h5 span {
    color: #e7ba0c;
    display: inline;
}
.news-wrapper .text-wrapper .inner-text-wrapper {
    margin: 0 32px 0 32px;
    max-width: 448px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
}
.news-wrapper p {
    margin: 0;
    display: block
}
.news-wrapper .content-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mobilemap * {
    max-width: none!important;
}
#searchform.active {
    display: block!important;
    position: absolute;
    position: absolute;
    left: -276px;
    width: 270px;
    top: -11px;
    z-index: 100;
}
#searchform.active input {
    width: 100%;
    max-width: 100%;
}
.hide-desktop {
    display: none!important;
}
.hide-mobile {

}
#disable_header {
    width: 0;
}
.more-content button.more-button {
    border: none;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.14;
    text-align: left;
    color: #0097d5;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    text-transform: none;
    background-color:  transparent;
    z-index: 20;
    position: relative;
    height: auto;
}
.more-content button.more-button i {
    color: #0097d5;
    height: auto;
}
.more-content {
    height: 20px;
    color: transparent;
    padding: 10px 0 5px;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0;
}
.more-content * {
    height: 0;
    color: transparent;
}
.more-content.active,
.more-content.active *{
    height: auto;
    color: #1d1d1d;
}
.page-template-page-home .meta-footer {
    display: none;
}
#mobilechecker {
    width: 0px;
    height: 0px;
    position: absolute
}
.custom-upload {
    position: relative;
}

.custom-upload input[type=file] {
    outline: none;
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    height: 100%;
}

.custom-upload .fake-file {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    background-color: #ffd42b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.14;
    text-align: left;
    color: #0097d5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-upload .fake-file input {
    height: 24px;
    width: 353px;
}
.custom-upload .fake-file > span {
    height: 100%;
    width: 173px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 173px;
    text-transform: uppercase;
}
.custom-upload .wpcf7-form-control-wrap > label {
    display: none;
}
.pin {
    width: 45px;
    height: 41px;
    position: absolute;
    left: 0;
}
.mainmenu-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.mainmenu-bottom-wrapper .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.mainmenu-bottom-wrapper .menu a {
    color: #1d1d1d;
}
.mainmenu-bottom-wrapper .menu li {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    line-height: 0.8;
    text-align: left;
    color: #1d1d1d;
    margin: 0 16px;
}
.mainmenu-bottom-wrapper .menu li.active,
.mainmenu-bottom-wrapper .menu li.active a{
    color: #ffd42b;
}
.mainmenu-bottom-wrapper .menu ul.sub-menu {
    position: absolute;
    left: 0;
    display: none;
}
.mainmenu-bottom-wrapper .menu li:before {
    display: none;
}
.pin img  {
    width: 45px;
    height: 41px;
}
.download-wrapper .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin: 0 0 8px 0;
    padding: 18px 32px 22px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download-wrapper .entry span.title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #1d1d1d;
    max-width: 800px;
}
.download-wrapper .entry span.link a i {
    margin: 2px 0 0 6px;
}
.more-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loading-spinner,
.loading-spinner img{
    width: 153px;
    height: 122px;
}
.loading-spinner {
    display: none;
}
.loading-spinner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col-wrapper-2.col-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.col-wrapper-2 > div {
    width: 50%;
}
.col-wrapper > div img {
    max-width: 100%;
    height: auto;
}

.col-wrapper.col-wrapper-3 > div {
    width: 33.33%;
}
.jobs-wrapper .entry .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jobs-wrapper .entry.active .header {
    padding: 0 0 28px;
    border-bottom: 1px solid #e6e6e6;

}
.jobs-wrapper .entry .header h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #1d1d1d;
    margin: 0;
    padding: 0;
}
.jobs-wrapper .entry .header .toggle {
    display: none;
    cursor: pointer;
}
.jobs-wrapper .entry .header .closeit i {
    font-size: 30px;
    line-height: 1.07;
    text-align: left;
    color: #ebbf14;
}
.jobs-wrapper .entry {
    background: rgba(255, 255, 255, 0.9);
    margin: 0 0 8px 0;
    padding: 27px 24px 29px 32px;
}
.jobs-wrapper .entry .content {
    padding: 0 0 13px 0;
}
.jobs-wrapper .entry:not(.active) .content {
    display: none;
}
.jobs-wrapper .entry .content,
.jobs-wrapper .entry .content p,
.jobs-wrapper .entry .content li {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
}
.jobs-wrapper .entry .content {
    margin-top: 12px;
}
.jobs-wrapper .entry .toggle.openit {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    color: #ebbf14;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jobs-wrapper .entry .col-wrapper {
    margin-bottom: 24px;
}
.jobs-wrapper .entry:not(.active) .toggle.openit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jobs-wrapper .entry.active .toggle.closeit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jobs-wrapper .entry .content .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 0 0;
}
.jobs-wrapper .entry .content .button-wrapper span.btn {
    margin: 0 0 24px 24px;
}
.page-template-page-reference .maintitle-wrapper,
.page-template-page-karriere .maintitle-wrapper{
    top: -20px;
    z-index: 15;
    position: relative;
}
.maintitle-wrapper {
    margin: -47px 0 12px;
    background: rgba(255, 255, 255, 0.4);
    padding: 32px 0 32px;
}
.page-template-page-meta .maintitle-wrapper {
    margin-top: -87px;
}
.maintitle-wrapper h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #1d1d1d;
}

/* picbox neu mit kleineren rand */
body .block .picbox {
    justify-content: space-between;
    margin: 64px 0 24px;
}
body .block .picbox.layout-3 {
    margin: 24px 0 44px;
}

.picbox .outer-text-wrapper,
.picbox .imgwrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.picbox .imgwrapper {
    width: 66%;
    display: block;
    z-index: 0;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    position: relative;
}
.picbox.layout-3 .imgwrapper {
    width:100%;
}
.picbox.layout-3 .imgwrapper .imgoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: 0;
    padding: 30px;
    box-sizing: border-box;
    max-width: 600px;
    width: 100%;
    text-align:center;
}
.picbox.layout-3 .imgwrapper .imgoverlay h3 {
    text-align:center;
    font-size: 28px;
    font-weight: bold;
    color: #1d1d1d;
    text-transform:none;
}
.picbox.layout-3 .imgwrapper .imgoverlay a {
    background-color:#ffd42b;
    font-size: 18px;
    line-height: 1.11;
    text-decoration: none;
    color: #0097d5;
    font-weight: 800;
    padding: 11px 13px 11px;
    display: inline-block;
    margin-top:20px;
    text-transform:uppercase;
}
.picbox .outer-text-wrapper {
    width: 34%;
    flex-direction: column;
}
.picbox .imgwrapper img {
    width: 100%;
    height: auto;
}
.picbox .inner-text-wrapper {
    display: block;
    position: relative;
}
.picbox .textwrapper {
    right: 64px;
    margin: 24px 0 0 0;
    position: relative;
    padding: 20px 24px 23px;
    max-width: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    position: relative;
}
.picbox.playing .textwrapper {
    z-index: 0;
    right: -0;
}
.picbox.playing .imgwrapper {
    z-index: 2;
}
.picbox.layout-1 .textwrapper {
    left: 0;
    right: 0;
}
#totop {
    display: none;
}
ul.selectbox.active li {
    display: -ms-flexbox;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 20;
}
ul.selectbox li:first-of-type {
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dfdfdf;
}
ul.selectbox li:first-of-type span {
    display: none;
}
ul.selectbox li {
    padding: 12px 20px 12px 40px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    background: #fff;
    line-height: 24px;
    border: 1px solid #dfdfdf;
    border-top: none;
    color: #000000;
    font-weight: 400;
}
ul.selectbox li:hover {
    background: rgba(0, 151, 213, 0.8);
    color: #fff;
}
ul.selectbox li:before {
    display: none;
}


.selectbox-wrapper {
    margin: 0 0 50px;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
ul.selectbox {
    background: #fff;
    padding: 0;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    margin: 0;
}
ul.selectbox li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #1d1d1d;
}
ul.selectbox:after {
    content: '\E313';
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 25;
}
ul.selectbox li.topcat {
    text-transform: uppercase;
    padding-left: 20px;
}
ul.selectbox li.subcat {
}
header .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    min-width: 352px;
    height: auto;
}
.col-wrapper div.news-entry  img {
    width: 352px;
    height: 208px;
}
header.page-header h1 span,
header.page-header p span {
    text-shadow: 0 0 10px rgba(70, 70, 70, 0.4);
}
.praktikum-wrapper form section .formular .col-wrapper.medium,
.initbewerbung-wrapper form section .formular .col-wrapper.medium {
    width: 70%;
}
.praktikum-wrapper form section .formular .col-wrapper.small,
.initbewerbung-wrapper form section .formular .col-wrapper.small {
    width: calc(30% - 32px);
}
 .embed-container {
     display: inline;
     position: relative;
     height: calc(56.25vw - 24px);
     overflow: hidden;
     max-width: 100%;
     width: 100%;
     }
 .embed-container iframe, .embed-container object, .embed-container embed {
     position: absolute; top: 0; left: 0; width: 100%; height: 100%;
 }
iframe#whatsapp {
    border: 0;
    height: 220px;
    width: 300px;
    margin: 0 auto;
}
iframe#whatsappstart {
    border: 0;
    height: 220px;
    width: 300px;
}
.content .shariff a:hover {
	background-color: #0097d5!important;
	color: #fff!important;
}
.content .shariff ul {
	margin-left: -5px!important;
}
.praktikum-wrapper form section .formular .row.datenschutz *,
.initbewerbung-wrapper form section .formular .row.datenschutz * {
	display: inline-block;
}
.praktikum-wrapper form section .formular .row.datenschutz,
.initbewerbung-wrapper form section .formular .row.datenschutz {
	margin-top: 30px;
}
.praktikum-wrapper form section .formular .row.datenschutz .wpcf7-list-item-label,
.initbewerbung-wrapper form section .formular .row.datenschutz .wpcf7-list-item-label {
	margin-left: 30px;
	margin-top: -23px;
}
#eu-cookie-bar {
	font-size: 14px;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 40px;
}
input.standard {
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-appearance: checkbox;
}
.page-template-page-home .news.col-wrapper > div img {
    height: 160px;
}
.teaser-wrapper {
    background-color:rgba(0,151,213,0.25);
    width:100%;
    height:100px;
    margin: 64px 0 24px;
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
