/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
 *
 * Color definitions
 *
 */
.color-turquoise-dark {
    color: #47C1B5;
}
.bg-color-turquoise-dark {
    background-color: #47C1B5;
}
.color-turquoise-light {
    color: #A7F2EB;
}
.bg-color-turquoise-light {
    background-color: #A7F2EB;
}
.color-orange {
    color: #FFB400;
}
.bg-color-orange {
    background-color: #FFB400;
}
.color-grey-dark {
    color: #595959;
}
.bg-color-grey-dark {
    background-color: #595959;
}
.color-grey-light {
    color: #D5D5D5;
}
.bg-color-grey-light {
    background-color: #D5D5D5;
}

html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 64.5%;
    color: #595959;
    -webkit-font-smoothing: antialiased;
}
#body-overlay {
    opacity: 0.8;
    background-color: #FFFFFF;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 5;
}




#header-wrapper {
    margin: 0;
    padding: 1.7em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #47C1B5;
    color: white;
}
.home #header-wrapper {
    background-image: url(../img/home_bg_mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-bottom: 4px solid #FFB400;
}
.home #header-wrapper #logo-wrapper {
    margin-bottom: 7em;
    /*position: relative;*/
}
.home #header-wrapper #logo {
    /*position: absolute;*/
    /*display: inline-block;*/
}
.home #header-wrapper #logo img.default {
    display: none;
}
.home #header-wrapper #logo img {
    max-width: 143px;
    height: auto;
}
.home #partners {
    margin: 0;
    padding: 3em 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.home #partners .frame-default {
    margin: 0 0 6em;
}
.home #partners .frame-default:last-child {
    margin-bottom: 3em;
}
.home #partners .frame-default .ce-image {
    margin: 2em 0;
}
.home #partners .frame-default .ce-image img {
    max-width: 145px;
    height: auto;
}
.home #partners .frame-default:nth-child(1) .ce-image img {
    max-width: 180px;
}
.home #partners .frame-default:nth-child(2) .ce-image img {
    max-width: 145px;
}
.home #partners .frame-default:nth-child(3) .ce-image img {
    max-width: 145px;
}
.home #news {
    margin: 0;
    padding: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*text-align: center;*/
    background-color: #47C1B5;
    color: white;
    border-top: 4px solid #FFB400;
    border-bottom: 4px solid #FFB400;
}
.home #news .cols .col {
    margin-bottom: 6em;
}
.home #news .cols .col:last-child {
    margin-bottom: 0em;
}
.home #quotes {
    padding: 2em;
}
#footer {
    margin: 0;
    padding: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #595959;
    color: #D5D5D5;
}
#footer footer p {
    text-align: center;
    font-size: 1.1em;
    color: #D5D5D5;
    letter-spacing: 1px;
}
#footer footer p a {
    color: #D5D5D5;
    text-decoration: none;
}
.no-touch #footer footer p a:hover {
    color: #FFB400;
}


#topbar {
    min-height: 7em;
}
#topbar-wrapper-inner {
    padding-left: 2em;
    padding-right: 2em;
}
#topbar #logo-compressed {
    margin-top: 1.5em;
}
#topbar #logo-compressed img {
    max-width: 17.2em;
    height: auto;
}
#topbar .main-navi,
#topbar .lang-navi,
#topbar .shortcut-bewerbung,
.home #topbar {
    display: none;
}
#mobile-navi-panel {
    background-color: #595959;
    margin: 0;
    padding: 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#mobile-navi-panel nav {
    margin-bottom: 3em;
}
#toggle {
    display: inline-block;
    width: 3em;
    height: 3em;
    background-color: #FFB400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 20;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}
#toggle i {
    color: white;
    font-size: 1.8em;
    line-height: 1.75em;
    width: 100%;
    text-align: center;
}
}
.no-touch #toggle:hover {
    cursor: pointer;
    background-color: #FFB400;
}


#subnavi-content {
    display: none;
}
#subnavi-top {
    background-color: #595959;
}
#subnavi-bottom {
    background-color: #D5D5D5;
}
#subnavi-top ul,
#subnavi-bottom ul {
    margin: 0;
    padding: 0 2em;
}
#subnavi-top ul li,
#subnavi-bottom ul li {
    font-size: 1.1em;
}
#subnavi-top ul li a,
#subnavi-bottom ul li a {
    color: white;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 1em 0;
    border-bottom: 1px solid #D5D5D5;
    color: #D5D5D5;;
}
#subnavi-bottom ul li a {
    border-bottom: 1px solid #595959;
    color: #595959;
}
#subnavi-top ul li:last-child a,
#subnavi-bottom ul li:last-child a {
    border-bottom: none;
}
#subnavi-top ul li.cur a,
.no-touch #subnavi-top ul li a:hover,
#subnavi-bottom ul li.cur a,
.no-touch #subnavi-bottom ul li a:hover {
    color: #FFB400;
}


#page-content {
    padding: 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



#footer #sitemap nav {
    margin: 3em 0;
}
#mobile-navi-panel nav ul,
#footer #sitemap nav ul {
    padding: 0;
    margin: 0;
}
#mobile-navi-panel nav ul li,
#footer #sitemap nav ul li {
    font-size: 1.1em;
    font-weight: bold;
}
#mobile-navi-panel nav ul li a,
#footer #sitemap nav ul li a {
    line-height: 3.5em;
    font-size: 1em;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    letter-spacing: 1px;
} 
#mobile-navi-panel nav ul li:first-child a,
#footer #sitemap nav ul li:first-child a {
    border-top: 1px solid #D5D5D5;
}
.no-touch #mobile-navi-panel nav ul li a:hover,
.no-touch #footer #sitemap nav ul li a:hover,
#mobile-navi-panel nav ul li.cur a,
#footer #sitemap nav ul li.cur a,
#mobile-navi-panel nav ul li.act a,
#footer #sitemap nav ul li.act a {
    color: #FFB400;
}


#mobile-navi-panel .lang-navi ul {
    margin: 0 0 4em;
    padding: 0;
}
#mobile-navi-panel .lang-navi ul li {
    display: inline-block;
    font-size: 1.1em;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 2.5em;
    margin-right: 1em;
}
#mobile-navi-panel .lang-navi ul li:last-child:after {
    content: "";
}
#mobile-navi-panel .lang-navi ul li a {
    text-decoration: none;
    color: #D5D5D5;
    font-size: 1em;
    display: block;
    line-height: 2.5em;
    text-align: center;
}
.no-touch #mobile-navi-panel .lang-navi ul li a:hover {
    background-color: #FFB400;
    color: #595959;
}
.no-touch #mobile-navi-panel .lang-navi ul li:hover {
    border-color: #FFB400;
}

.lang-navi ul li.act {
    display: none;
}



h1 {
    font-weight: bold;
    font-size: 2.2em;
    line-height: 1.4em;
}
h2 {
    font-size: 2.1em;
    font-weight: bold;
}
.home h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
}
p, li {
    font-weight: normal;
    font-size: 1.4em;
}
p {
    margin: 1.5em 0;
}
a {
    text-decoration: none;
    color: #47C1B5;
}
#leadin a {
    color: white;
}
#leadin i {
    margin-right: 0.5em;
}
.no-touch body.contact #leadin p a:hover {
    /*text-decoration: none;*/
}
.no-touch a:active,
.no-touch a:hover {
    text-decoration: underline;
}



.button {
    display: block;
    padding: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #595959;
    color: #D5D5D5;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 0.79em;
    font-weight: bold;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}
.no-touch .button:active,
.no-touch .button:hover {
    text-decoration: none;
}
#header-wrapper .button {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    letter-spacing: 1px;
}
.no-touch #header-wrapper .button:hover {
    background-color: white;
    color: #595959;
}
#mobile-navi-panel .button,
#footer .button {
    background-color: #D5D5D5;
    color: #595959;
    letter-spacing: 1px;
}
.no-touch #mobile-navi-panel .button:hover,
#footer .button:hover {
    background-color: #FFB400;
    color: white;
}
#page-content .button {
    background-color: white;
    color: #595959;
    border: 2px solid #595959;
}
.no-touch #page-content .button:hover {
    border-color: #47C1B5;
    background-color: #47C1B5;
    color: white;
}



#footer .shortcut-bewerbung .button {
    font-size: 1em;
}
#footer .shortcut-bewerbung h2 {
    font-size: 1.1em;
}


#page-content .frame-default {
    margin-bottom: 4em;
}




.col {
    box-sizing: border-box;
}



#news a {
    color: #A7F2EB;
    text-decoration: none;
}
#news a:hover,
#news a:active {
    text-decoration: underline;
}
#news h3 {
    font-size: 2.5em;
    font-weight: bold;
    color: #595959;
    margin: 0 0 1em;
    padding: 0;
}
#news h3 a {
    color: #595959;
    text-decoration: none;
}
#news h3 a:hover,
#news h3 a:active {
    text-decoration: none;
    color: #A7F2EB;
}
#news .tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta-timestamp {
    color: #595959;
}
#news .tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta-timestamp:hover,
#news .tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta-timestamp:active {
    text-decoration: none;
    color: #A7F2EB;
}

#news-wrapper-inner .cols {
    margin: 3em 0;
}

.bx-wrapper {
    margin: 4em 0 5em;
}
.bx-wrapper .bx-viewport {
    background-color: transparent;
    border: none;
    box-shadow: none;
    left: auto;
}
.bx-wrapper .bx-next,
.no-touch .bx-wrapper .bx-next:hover {
    background-image: url(../img/news-arrow-right.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    right: -1px;
    background-size: cover;
}
.bx-wrapper .bx-prev,
.no-touch .bx-wrapper .bx-prev:hover {
    background-image: url(../img/news-arrow-left.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 0;
    background-size: cover;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0px;
    margin-top: -7px;
    outline: 0;
    width: 25px;
    height: 45px;
    text-indent: -9999px;
    z-index: 3;
}


.cwtw-Tweet {
    margin-left: 0;
}
.cwtw-Retweet {
    display: none;
}
.cwtw-Tweet a {
    text-decoration: underline;
}
.cwtw-Tweet .news-dot {
    position: absolute;
    top: -1.1em;
    z-index: 3;
    left: 47%;
}
.cwtw-Tweet .news-dot img {
    max-width: 22px;
    height: auto;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.tx-cw-twitter .cwtw-TweetWrap {
    margin: 0 0 2em;
}
.tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta {
    padding: 0.5em 0 1em;
}
.tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta-timestamp {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
.tx-cw-twitter .cwtw-TweetWrap p {
    padding: 0;
    font-weight: bold;
    margin: 0 0 0.5em;
}
#twitter-extlink p {
    margin: 1em 0 2em;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #A7F2EB;
    letter-spacing: 1px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #A7F2EB;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #A7F2EB;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: white;
}

/*
 *
 * TF Events [begin]
 *
 */
.tx-tf-events .event {
    position: relative;
    margin: 0 0 2.5em;
    overflow: hidden;
}
.tx-tf-events .event .more {
    position: absolute;
    right: 0.15em;
    /*top: 0.75em;*/
    top: 0;
    /*font-size: 3em;*/
    font-size: 2.2em;
    /*color: #A7F2EB;*/
    color: #FFFFFF;
}
.tx-tf-events .event.with-additional-info .title:hover,
.tx-tf-events .event .more:hover {
    /*color: #595959;*/
    color: #A7F2EB;
    cursor: pointer;
}
.tx-tf-events .event.with-additional-info .datetime:hover,
.tx-tf-events .event.with-additional-info .location:hover {
    cursor: pointer;
}
.tx-tf-events .event.with-additional-info:hover .more,
.tx-tf-events .event.with-additional-info:hover .title {
    cursor: pointer;
    color: #A7F2EB;
}
.tx-tf-events .title {
    padding: 0 2em 0 0;
    font-weight: bold;
    margin: 0 0 0.5em;
}
.tx-tf-events .datetime,
.tx-tf-events .location {
    font-size: 1.1em;
    font-weight: bold;
    color: #595959;
    margin: 0 0 0.5em;
    padding: 0 5em 0 0;
}
.tx-tf-events .datetime i,
.tx-tf-events .location i {
    padding-right: 0.25em;
}
.tx-tf-events .additional-info {
    display: none;
    overflow: hidden;
}
.tx-tf-events .description p {
    font-size: 1.4em;
    margin: 0.5em 0 0.75em;
}
.tx-tf-events .flyer,
.tx-tf-events .registration {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0.5em 3em 0.5em 0;
    float: left;
}
.tx-tf-events .flyer i,
.tx-tf-events .registration i {
    color: #A7F2EB;
    padding-right: 0.5em;
}
#events-morelink p {
    margin: 1em 0 2em;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #A7F2EB;
    letter-spacing: 1px;
}
/*
 *
 * TF Events [end]
 *
 */


/*
 *
 * Newsletter Registration [begin]
 *
 */
#newsletter-registration ::-webkit-input-placeholder { /* WebKit browsers */
    color: #A7F2EB;
}
#newsletter-registration :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A7F2EB;
    opacity: 1;
}
#newsletter-registration ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A7F2EB;
    opacity: 1;
}
#newsletter-registration :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A7F2EB;
}
#newsletter-registration .label {
    display: none;
}
#newsletter-registration .field {
    margin: 0 0 2em;
}
#newsletter-registration input {
    width: 100%;
    padding: 0.83em 1em;
    box-sizing: border-box;
    border: 2px solid #A7F2EB;
    border-radius: 5px;
    color: white;
    background: transparent;
    font-size: 1.4em;
}
#newsletter-registration input:focus {
    outline: none;
    border: 2px solid white;
}
#newsletter-registration input.submit {
    background-color: #A7F2EB;
    color: #47C1B5;
    padding: 1.05em 4em;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.1em;
}
#newsletter-registration input.submit:hover {
    background-color: white;
}
/*
 *
 * Newsletter Registration [end]
 *
 */

/*
 *
 * Contact Form [begin]
 *
 */
 .contact_form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #A7F2EB;
}
.contact_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A7F2EB;
    opacity: 1;
}
.contact_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A7F2EB;
    opacity: 1;
}
.contact_form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A7F2EB;
}
.contact_form .label {
    display: none;
}
.contact_form .field {
    margin: 0 0 2em;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    padding: 0.83em 1em;
    box-sizing: border-box;
    border: 2px solid #A7F2EB;
    border-radius: 5px;
    color: white;
    background: transparent;
    font-size: 1.4em;
}
.contact_form input:focus, .contact_form textarea:focus {
    outline: none;
    border: 2px solid white;
}
.contact_form input.submit {
    background-color: #A7F2EB;
    color: #47C1B5;
    padding: 1.05em 4em;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.1em;
}
.contact_form input.submit:hover {
    background-color: white;
}
/*
 *
 * Contact Form [end]
 *
 */




.tx-vorabcheck {
    max-width: 120em;
    margin: 3em auto;
}
.tx-vorabcheck legend {
    font-size: 1.8em;
}
.tx-vorabcheck .cols-2 .col-1 {
    float: left;
    width: 50%;
    padding-right: 4em;
}
.tx-vorabcheck .cols-2 .col-2 {
    float: right;
    width: 50%;
}
.tx-vorabcheck h2 {
    margin: 1em 0 1.5em;
    font-style: italic;
    border-bottom: 6px double black;
}
.tx-vorabcheck h2 span {
    float: right;
}
.tx-vorabcheck fieldset {
    border: 2px solid #10394F;
    margin: 2em 0;
    padding: 1em 1.5em;
    background-color: #D0DDE4;
    /*min-height: 15em;*/
}
.no-touch .tx-vorabcheck fieldset:hover {
    /*background-color: #A2BAC7;*/
}
.tx-vorabcheck fieldset legend {
    font-weight: 700;
    padding: 0.5em 1em;
    background-color: #28546C;
    color: white;
    border: 2px solid #10394F;
    border-radius: 3px;
    font-style: italic;
}
.tx-vorabcheck fieldset .wording {
    font-weight: 700;
}
.tx-vorabcheck fieldset .input-wrapper {
    display: inline-block;
    float: left;
    min-width: 7em;
    margin: 0;
}
.tx-vorabcheck #questions-wrapper fieldset label {
    padding: 1em;
    display: block;
}
.no-touch .tx-vorabcheck #questions-wrapper fieldset label:hover {
    /*background-color: #D0DDE4;*/
}
.no-touch .tx-vorabcheck #questions-wrapper fieldset label:hover,
.no-touch .tx-vorabcheck #questions-wrapper fieldset label input:hover {
    cursor: pointer;
}
.tx-vorabcheck #questions-wrapper fieldset label input {
    margin-right: 0.5em;
}
.tx-vorabcheck #personal-data input {
    border: none;
    padding: 0.25em 0.5em;
}
.tx-vorabcheck #personal-data > p:before,
.tx-vorabcheck #personal-data > p:after {
    /* Clearfixing */
    content: " "; 
    display: table;
}
.tx-vorabcheck #personal-data > p:after {
    /* Clearfixing */
    clear: both;
}
.tx-vorabcheck #personal-data label {
    float: left;
    width: 30%;
    margin-bottom: 0.5em;
}
.tx-vorabcheck #personal-data input {
    float: left;
    width: 60%;
    margin-bottom: 0.5em;
}
.tx-vorabcheck #breadcrumbs p {
    border: 2px solid #2D4E00;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    background-color: #C9EA9C;
    /*font-size: 90%;*/
    font-size: 1.6em;
}
.tx-vorabcheck #breadcrumbs .legend {
    display: block;
    font-weight: 700;
}
.tx-vorabcheck .tooltip {
    margin-left: 0.25em;
}
.tx-vorabcheck .wording i.fa {
    font-size: 1.1em;
}
.no-touch .tx-vorabcheck .wording i.fa:hover {
    cursor: help;
}
.tx-vorabcheck #controls {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
.tx-vorabcheck #controls p {
    margin: 0;
    padding: 0;
    /*width: 50%;*/
    float: left;
}
.tx-vorabcheck #personal-data p button {
    margin-left: 30%;
}
.tx-vorabcheck #personal-data p button,
.tx-vorabcheck #controls p button {
    background-color: #28546C;
    border-radius: 3px;
    color: white;
    padding: 0.5em 1em;
    border: 1px solid #10394F;
    min-width: 8em;
    margin-right: 0.5em;
}
.tx-vorabcheck #controls p button:disabled,
.no-touch .tx-vorabcheck #controls p button:disabled:hover {
    background-color: red;
    border: 1px solid red;
}
.tx-vorabcheck #controls p button:enabled:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.tx-vorabcheck #controls p button:disabled:before {
    content: "\f05e";
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.no-touch .tx-vorabcheck #controls p button:hover {
    background-color: #113A50;
}
.tx-vorabcheck #controls p button#reset:before {
    content: "\f0e7";
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.tx-vorabcheck #personal-data p button:after {
    content: "\f046";
    font-family: 'FontAwesome';
    margin-left: 0.5em;
}
.tx-vorabcheck #controls p #next {
    float: right;
}
.tx-vorabcheck #evaluation p {
    text-indent: -3.6em;
    padding: 1em 1.5em 1.5em;
    padding-left: 4em;
    border: 2px solid #10394F;
    margin: 1em 0;
    background-color: #D0DDE4;
    box-sizing: border-box;
    width: 100%;
}
.tx-vorabcheck #evaluation p:before {
    position: relative;
    top: 0.25em;
    font-size: 2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.tx-vorabcheck #evaluation p.positive:before {
    color: green;
}
.tx-vorabcheck #evaluation p.negative:before {
    color: red;
}
.tx-vorabcheck #evaluation p.question-warning {
    text-indent: 0;
    padding-left: 1.5em;
}




.tx-tf-precheck .result a {
    color: white;
    text-decoration: underline;
}
body.tf-precheck #header-wrapper {
    background-color: #FFB400;
}
body.tf-precheck #header-wrapper h1 {
    color: white;
}
.tx-tf-precheck {
    max-width: 94em;
    margin-top: 4em;
}
.tx-tf-precheck .tooltip {
    text-decoration: none;
    border-bottom: 1px dashed #595959;
    cursor: help;
}
.tx-tf-precheck .wording i.fa {
    font-size: 1.1em;
}
.no-touch .tx-tf-precheck .wording i.fa:hover {
    cursor: help;
}
.tx-tf-precheck fieldset .input-wrapper {
    display: inline-block;
    margin: 0 1em;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
}
.tx-tf-precheck fieldset .input-fields {
    text-align: center;
    margin: 3em 0 2em;
}
.tx-tf-precheck #personal-data .input-fields {
    margin: 0em 0 2em;
}
.tx-tf-precheck #questions-wrapper {
    margin-top: 6em;
}
.tx-tf-precheck #questions-wrapper .wording {
    margin: 0;
    margin-top: 3em;
}
.tx-tf-precheck #personal-data,
.tx-tf-precheck #questions-wrapper fieldset {
    margin: 5em 0 13em;
    border: 2px solid #d5d5d5;
    padding: 2em 3em;
    position: relative;
}
.tx-tf-precheck #personal-data {
    margin-bottom: 5em;
}
.tx-tf-precheck #personal-data:hover,
.tx-tf-precheck #questions-wrapper fieldset:hover {
    border: 2px solid #595959;
}
.tx-tf-precheck #personal-data legend,
.tx-tf-precheck #questions-wrapper fieldset legend {
    font-size: 2.4em;
    font-weight: normal;
    position: absolute;
    left: 45%;
    top: -0.85em;
    background: white;
    padding: 0.1em 0.5em;
    border: 2px solid #d5d5d5;
    border-radius: 5px;
}
.tx-tf-precheck #personal-data:hover legend,
.tx-tf-precheck #questions-wrapper fieldset:hover legend {
    border: 2px solid #595959;
}
.tx-tf-precheck #questions-wrapper fieldset label {
    min-width: 10em;
    padding: 1em;
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    margin-right: 1em;
    margin-top: 1em;
}
.tx-tf-precheck #questions-wrapper fieldset.question.replied,
.tx-tf-precheck #questions-wrapper fieldset.question.replied legend,
.tx-tf-precheck #questions-wrapper fieldset.question.replied label.checked,
.tx-tf-precheck #questions-wrapper fieldset label:hover {
    border: 2px solid #595959;
}
.tx-tf-precheck #questions-wrapper fieldset.question.required,
.tx-tf-precheck #questions-wrapper fieldset.question.required legend,
.tx-tf-precheck #questions-wrapper fieldset.question.required label {
    border: 2px solid #FF5500;
}
.no-touch .tx-tf-precheck #questions-wrapper fieldset label:hover,
.no-touch .tx-tf-precheck #questions-wrapper fieldset label input:hover {
    cursor: pointer;
}
.tx-tf-precheck #questions-wrapper fieldset label input {
    margin-right: 0.5em;
}
.tx-tf-precheck #personal-data > p:before,
.tx-tf-precheck #personal-data > p:after {
    /* Clearfixing */
    content: " "; 
    display: table;
}
.tx-tf-precheck #personal-data > p:after {
    /* Clearfixing */
    clear: both;
}
.tx-tf-precheck #personal-data label {
    float: left;
    width: 30%;
    margin-bottom: 0.5em;
    margin-right: 2em;
}
.tx-tf-precheck #personal-data .wording {
    margin-top: 3em;
    margin-bottom: 0;
}
.tx-tf-precheck #personal-data input {
    float: left;
    width: 44%;
    margin-right: 5%;
    margin-bottom: 0.5em;
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    border: 2px solid #D5D5D5;
    border-radius: 5px;
    color: #595959;
}
.tx-tf-precheck #personal-data input:focus,
.tx-tf-precheck #personal-data input:active {
    border: 2px solid #595959;
    outline: none;
}
.tx-tf-precheck #controls {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
.tx-tf-precheck #controls p {
    margin: 0;
    padding: 0;
    float: left;
}
.tx-tf-precheck #personal-data p button {
    margin-left: 30%;
}
.tx-tf-precheck input[type="submit"],
.tx-tf-precheck #personal-data p button,
.tx-tf-precheck #controls p button {
    background-color: #D5D5D5;
    border-radius: 5px;
    color: #595959;
    padding: 0.5em 1em;
    padding: 1.2em 2em;
    min-width: 8em;
    margin-right: 0.5em;
    border: none;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.tx-tf-precheck #submit input {
    background-color: #FFB400;
    color: white;
    padding-left: 4em;
    padding-right: 4em;
}
.no-touch .tx-tf-precheck #submit input:hover {
    background-color: #FF9D00;
}
.tx-tf-precheck #controls p button:disabled,
.no-touch .tx-tf-precheck #controls p button:disabled:hover {
    background-color: red;
}
.tx-tf-precheck #controls p button:enabled:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.tx-tf-precheck #controls p button:disabled:before {
    content: "\f05e";
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.no-touch .tx-tf-precheck input[type="submit"]:hover,
.no-touch .tx-tf-precheck #personal-data p button:hover,
.no-touch .tx-tf-precheck #controls p button:hover {
    background-color: #FFB400;
}
.tx-tf-precheck #controls p button#reset:before {
    content: "\f0e7";
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}
.tx-tf-precheck #personal-data p button:after {
    content: "\f046";
    font-family: 'FontAwesome';
    margin-left: 0.5em;
}
.tx-tf-precheck #controls p #next {
    float: right;
}
.tx-tf-precheck #submit {
    text-align: center;
}
.tx-tf-precheck .result {
    margin-bottom: 6em;
}
.tx-tf-precheck .error {
    display: none;
    margin-bottom: 12em;
}
.tx-tf-precheck .error,
.tx-tf-precheck .result .positive,
.tx-tf-precheck .result .pending,
.tx-tf-precheck .result .negative {
    background-color: #47C1B5;
    color: white;
    padding: 6em 4em 6em 13em;
    position: relative;
}
.tx-tf-precheck .error,
.tx-tf-precheck .result .negative {
    background-color: #FF5500;
}
.tx-tf-precheck .result .pending {
    background-color: #FFB400;
}
.tx-tf-precheck .error p,
.tx-tf-precheck .result .negative p,
.tx-tf-precheck .result .pending p,
.tx-tf-precheck .result .positive p {
    font-size: 1.4em;
    margin: 0;
}
.tx-tf-precheck .error .fa,
.tx-tf-precheck .result .negative .fa,
.tx-tf-precheck .result .pending .fa,
.tx-tf-precheck .result .positive .fa {
    font-size: 3.9em;
    position: absolute;
    top: 40%;
    left: 1.25em;
}
.tx-tf-precheck .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tx-tf-precheck .breadcrumbs li {
    border-bottom: 2px solid #D5D5D5;
    margin: 0;
    padding: 2.2em 0 2.2em 9em;
    position: relative;
}
.tx-tf-precheck .breadcrumbs li i {
    position: absolute;
    top: 30%;
    left: 1.25em;
    font-size: 2.67em;
}
.tx-tf-precheck .breadcrumbs li i.fa-check {
    color: #47C1B5;
}
.tx-tf-precheck .breadcrumbs li i.fa-times {
    color: #FF5500;
}


.team-container .grid-sizer {
    width: 100%;
}
.team-container .gutter-sizer {
    width: 0;
}
.team-container .tx-dce-pi1 {
    width: 100%;
    margin-bottom: 4em;
}
.dce-person .dce-person-image {
    width: 9em;
    height: 9em;
    display: block;
    margin: 0 auto 1em;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.dce-person .dce-person-image img {
    max-width: 100%;
    height: auto;
}
.dce-person .dce-person-textdata {
    text-align: center;
    padding: 0;
}
.dce-person .dce-person-name h2 {
    font-size: 1.8em;
    margin: 0.8em 0 0.6em;
}
.dce-person p.dce-person-function {
    font-size: 1.2em;
    text-transform: uppercase;
    margin:  0.5em 0 1em;
}
.dce-person .dce-person-textdata p.dce-person-contact {
    text-align: left;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.5em;
    max-width: 11em;
    margin: 0 auto;
}
.dce-person .dce-person-textdata p.dce-person-contact i {
    font-size: 1.2em;
    padding-right: 0.4em;
}
.dce-person .dce-person-textdata .dce-person-contact a {
    color: #595959;
}
.dce-person .dce-person-textdata .dce-person-contact a:active,
.no-touch .dce-person .dce-person-textdata .dce-person-contact a:hover {
    color: #595959;
    text-decoration: none;
}




.dce-logo {
    background: radial-gradient(red, yellow, rgb(30, 144, 255));
    background: radial-gradient(#FFFFFF, #E7E7E7);
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 2em;
}
.dce-logo img {
    margin: 5em auto;
    max-width: 100%;
    height: auto;
}




.logo-container .frame-default{
    width: 100%;
    float: left;
    display: block;
    float: none;
}



#partners-wrapper-inner div.ce-image.ce-left .ce-gallery,
#partners-wrapper-inner div.ce-image.ce-right .ce-gallery {
    display: block;
    float: none;
    text-align: center;
}
#partners-wrapper-inner figure {
    display: block;
    text-align: center;
}
#partners-wrapper-inner figure img {
    display: inline;
}

#sweet-email {
    display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


#newsletter-registration h3 {
    margin: 2.41em 0 1.41em;
}
    
/* Tablet portrait */
@media only screen and (min-width: 700px) {
    
    .logo-container .frame-default {
        width: 33%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3em;
    }
    
    
    #partners-wrapper-inner div.ce-image.ce-left .ce-gallery {
        float: left;
    }
    #partners-wrapper-inner div.ce-image.ce-right .ce-gallery {
        float: right;
    }
    
    #topbar {
        min-height: 8em;
    }
    #topbar #logo-compressed {
        margin-top: 2em;
    }
    #topbar #logo-compressed img {
        max-width: 22.7em;
    }
    #topbar .shortcut-bewerbung p {
        margin-bottom: 0;
    }
    
    
    
    #toggle {
        width: 4em;
        height: 4em;
        top: 2em;
        right: 4em;
    }
    #toggle i {
        font-size: 2em;
        line-height: 2em;
    }
    .home #toggle {
        width: 5em;
        height: 5em;
        top: 5em;
        right: 3.5em;
    }
    .home #toggle i {
        font-size: 2.5em;
        line-height: 2em;
    }
    #header-wrapper,
    #page-content,
    #topbar-wrapper-inner,
    .home #partners,
    .home #quotes,
    .home #news,
    #footer {
        padding-left: 3.5em;
        padding-right: 3.5em;
    }
    .home #header-wrapper {
        background-image: url(../img/home_bg_tablet.jpg);
        padding-top: 5em;
    }
    .home #header-wrapper #logo-wrapper {
        margin-bottom: 10em;
    }
    .home #header-wrapper #logo a {
        display: inline-block;
    }
    .home #header-wrapper #logo img.mobile {
        display: none;
    }
    .home #header-wrapper #logo img.default {
        display: inline;
        max-width: 230px;
        height: auto;
    }
    #leadin p {
        font-size: 2.4em;
        margin: 1.5em 0;
    }
    #header-wrapper #leadin .button {
        display: inline-block;
        font-size: 0.46em;
        padding: 0.75em 2em;
    }
    #header-wrapper #leadin .button:before {
        content: '\f061';
        font-family: 'FontAwesome';
        margin-right: 1em;
    }
    #partners-wrapper-inner > div {
        float: left;
        width: 33%;
        text-align: center;
    }
    .home #partners #partners-wrapper-inner > div.frame-default {
        margin-bottom: 0;
    }
    #partners-wrapper-inner > div:first-child {
        text-align: left;
    }
    #partners-wrapper-inner > div:last-child {
        text-align: right;
    }
    #partners-wrapper-inner > div:last-child img {
        margin-right: 0em;
    }
    .home #partners .frame-default {
        margin-bottom: 3em; 
    }
    #leadin h1 {
        font-size: 6em;
        line-height: 1.2em;
        color: #A7F2EB;
    }
    .home #leadin h1 {
        color: white;
    }
    h2 {
        font-size: 2.4em;
    }
    p, li {
        font-size: 1.8em;
        max-width: 40em;
    }
    .tx-cw-twitter .cwtw-TweetWrap p {
        font-size: 1.8em;
    }
    #footer {
        padding-top: 2.5em;
        padding-bottom: 2.75em;
    }
    #footer .shortcut-bewerbung {
        float: right;
    }
    #footer .shortcut-bewerbung a {
        padding-left: 3em;
        padding-right: 3em;
    }
    #footer #sitemap {
        float: left;
    }
    #footer #sitemap nav {
        margin-top: 1em;
    }
    #footer #sitemap nav ul li {
        display: inline-block;
        margin-right: 2em;
    }
    #footer #sitemap nav ul li:last-child {
        margin-right: 0;
    }
    #footer #sitemap nav ul li:first-child a,
    #footer #sitemap nav ul li a {
        border: none;
    }
    #footer footer {
        clear: both;
        float: none;
    }
    #footer footer {
        border-top: 1px solid #D5D5D5;
        text-align: center;
        padding-top: 3em;
    }
    #footer footer p {
        display: inline-block;
        margin: 0 1em;
    }
    #page-content .button,
    .no-touch #page-content .button:hover {
        border: none;
        text-transform: none;
        color: #47C1B5;
        text-align: left;
        padding: 0;
        font-weight: normal;
        font-size: 1em;
        background: none;
    }
    .no-touch #page-content .button:hover {}
    #page-content .button:after {
        content: "\f101";
        padding-left: 0.5em;
        font-family: 'FontAwesome';
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .no-touch #page-content .button:hover:after {
        padding-left: 1em;
    }
    #subnavi-top ul,
    #subnavi-bottom ul {
        text-align: center;
    }
    #subnavi-top ul li,
    #subnavi-bottom ul li {
        display: inline-block;
    }
    #subnavi-top ul li a,
    #subnavi-bottom ul li a {
        border: none;
        padding: 2.8em 1em;
    }
    /*#subnavi-top ul li.cur a:after,*/
    /*#subnavi-top ul li.act a:after,*/
    /*.no-touch #subnavi-top ul li a:hover:after {*/
    /*    content: "";*/
    /*    display: block;*/
    /*    border-bottom: 2px solid #D5D5D5;*/
    /*}*/
    #mobile-navi-panel {
        padding-top: 5em;
        padding-left: 3.5em;
        padding-right: 3.5em;
    }
    #mobile-navi-panel .lang-navi ul li {
        width: 4.55em;
        height: 4.55em;
        border-width: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #mobile-navi-panel .lang-navi ul li a {
        line-height: 4.3em;
        text-transform: uppercase;
        font-weight: bold;
    }
    .no-touch #mobile-navi-panel .lang-navi ul li a:hover {
        color: white;
    }
    #mobile-navi-panel .shortcut-bewerbung .button {
        font-size: 0.61em;
        display: inline-block;
        padding-left: 3em;
        padding-right: 3em;
    }
    #mobile-navi-panel .shortcut-bewerbung {
        margin-top: 4em;
    }
    #footer footer {
        text-align: left;
    }
    #footer footer > p:first-child {
        margin-left: 0;
    }
    
    
    body.contact #leadin p {
        width: 60%;
        float: left;
    }
    body.contact #leadin p:last-child {
        width: 30%;
        float: right;
    }
    
    
    
    .tx-tf-precheck #personal-data legend,
    .tx-tf-precheck #questions-wrapper fieldset legend {
        font-size: 3.6em;
    }
    .tx-tf-precheck .error p,
    .tx-tf-precheck .result .negative p,
    .tx-tf-precheck .result .pending p,
    .tx-tf-precheck .result .positive p {
        font-size: 2.4em;
    }
    .tx-tf-precheck .error .fa,
    .tx-tf-precheck .result .negative .fa,
    .tx-tf-precheck .result .pending .fa,
    .tx-tf-precheck .result .positive .fa {
        font-size: 5em;
    }
    .tx-tf-precheck .error,
    .tx-tf-precheck .result .negative,
    .tx-tf-precheck .result .pending,
    .tx-tf-precheck .result .positive {
        padding: 6em 4em 6em 16em;
    }
    
    /*
     *
     * Multicolumn Layout [begin]
     *
     */
    .cols .col {
        box-sizing: border-box;
        float: left;
        width: 33.33%;
    }
    .cols.cols-3 .col-1 {
        padding: 0 4em 0 0;
    }
    .cols.cols-3 .col-2 {
        padding: 0 2em 0;
    }
    .cols.cols-3 .col-3 {
        padding: 0 0 0 4em;
    }
    /*
     *
     * Multicolumn Layout [end]
     *
     */
    
    /*
     *
     * News [begin]
     *
     */
    #news h3 {
        font-size: 2.5em;
        margin: 0 0 2.41em;
    }
    #news-wrapper-inner .cols {
        margin: 7em 0;
    }
    .home #news .cols .col {
        margin-bottom: 0;
    }
    /*
     *
     * News [end]
     *
     */
    
    
    /*
     *
     * Twitter [begin]
     *
     */
    .tx-cw-twitter .cwtw-TweetWrap {
        margin: 0 0 4em;
    }
    #twitter-extlink p {
        margin: 3em 0 2em;
    }
    /*
     *
     * Twitter [end]
     *
     */
    
    
    /*
     *
     * TF Events [begin]
     *
     */
    #news-wrapper-inner .cols .col-1,
    #news-wrapper-inner .cols .col-2 {
        /*width: 50%;*/
        width: 100%;
    }
    #news-wrapper-inner .cols .col-1 {
        /*padding: 0 4em 0 0;*/
        padding: 0;
    }
    #news-wrapper-inner .cols .col-2 {
        /*padding: 0 0 0 4em;*/
        padding: 0;
        margin-top: 4em;
    }
    #news-wrapper-inner .cols .col-3 {
        width: 100%;
        padding: 0;
    }
    .tx-tf-events .event {
        margin: 0 0 5em;
    }
    #events-morelink p {
        margin: 4em 0 2em;
    }
    /*
     *
     * TF Events [end]
     *
     */
    
    /*
     *
     * Newsletter Registration [begin]
     *
     */
    #newsletter-registration input {
        /*max-width: 50%;*/
        max-width: 100%;
    }
    #newsletter-registration input.submit {
        padding: 0.83em 4em;
        font-size: 1.4em;
    }
    #newsletter-registration h3 {
        margin: 2.41em 0 2.41em;
    }
    /*
     *
     * Newsletter Registration [end]
     *
     */
    
    
    .team-container .grid-sizer {
        width: 49%;
    }
    .team-container .gutter-sizer {
        width: 2%;
    }
    .team-container .tx-dce-pi1 {
        width: 49%;
        margin-bottom: 3em;
    }
    .dce-person {
        margin-bottom: 3em;
    }
    .dce-person .dce-person-name h2 {
        margin: 0;
    }
    .dce-person .dce-person-image {
        width: 9em;
        height: 9em;
        display: inline-block;
        float: left;
    }
    .dce-person p.dce-person-function {
        margin: 0.6em 0 0.9em;
    }
    .dce-person .dce-person-textdata {
        padding-left: 11em;
        text-align: left;
    }
    .dce-person .dce-person-textdata p.dce-person-contact {
        max-width: 100%;
        margin: 0;
    }
}



@media only screen and (min-width: 1000px) {
    
    body.overview #page-content-wrapper-inner #content > .frame-default {
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 8em;
    }
    
    /*
     *
     * TF Events [begin]
     *
     */
    #news-wrapper-inner .cols .col-1,
    #news-wrapper-inner .cols .col-2 {
        width: 33.3333%;
    }
    #news-wrapper-inner .cols .col-1 {
        padding: 0 4em 0 0;
    }
    #news-wrapper-inner .cols .col-2 {
        padding: 0 2em 0;
    }
    #news-wrapper-inner .cols .col-3 {
        width: 33.3333%;
        padding: 0 0 0 4em;
    }
    .tx-tf-events .event {
        margin: 0 0 5em;
    }
    /*
     *
     * TF Events [end]
     *
     */
    
    /*
     *
     * Newsletter Registration [begin]
     *
     */
    #newsletter-registration input {
        max-width: 100%;
    }
    #newsletter-registration h3 {
        margin: 3 0 2.41em;
    }
    /*
     *
     * Newsletter Registration [end]
     *
     */
    
    
    .dce-person .dce-person-image {
        width: 14em;
        height: 14em;
    }
    .dce-person .dce-person-textdata {
        padding-left: 17em;
    }
    
    
}

/* Tablet landscape and desktop */
@media only screen and (min-width: 1200px) {
    
    .logo-container .frame-default {
        width: 50%;
        float: left;
    }
    
    /* Hide mobile only elements */
    #toggle,
    #mobile-navi-panel,
    #body-overlay {
        display: none!important;
    }
    /* Show topbar */
    .home #topbar,
    #topbar {
        display: block;
    }
    #topbar .main-navi,
    #topbar .lang-navi,
    #topbar .shortcut-bewerbung {
        display: block;
    }
    #topbar {
        position: absolute;
        top: 5em;
        left: 0;
        width: 100%;
    }
    #topbar.compressed {
        z-index: 10;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
        -moz-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
        box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* With exception of 'Home' shift header wrapper to leave space for the fixed topbar */
    #header-wrapper {
        margin-top: 8em;
    }
    .home #header-wrapper {
        margin-top: 0;
    }
    
    
    #topbar #topbar-wrapper-inner,
    #header-wrapper-inner,
    .home #partners-wrapper-inner,
    .home #quotes-wrapper-inner,
    .home #news-wrapper-inner,
    #page-content-wrapper-inner,
    #footer-wrapper-inner {
        max-width: 120em;
        margin: 0 auto;
    }
    #topbar #logo-compressed {
        visibility: hidden;
        float: left;
        margin-top: 2em;
    }
    #topbar.compressed #logo-compressed {
        visibility: visible;
    }
    #topbar .shortcut-bewerbung,
    #topbar .main-navi,
    #topbar .lang-navi {
        position: relative;
        top: -1em;
    }
    #topbar.compressed .shortcut-bewerbung,
    #topbar.compressed .main-navi,
    #topbar.compressed .lang-navi {
        position: relative;
        top: 0.4em;
    }
    #topbar.compressed .lang-navi {
        top: 0.3em;
    }
    #topbar .main-navi {
        float: left;
        text-align: right;
        width: 53%;
        /*width: 62%;*/
    }
    #topbar .main-navi ul li {
        position: relative;
    }
    #topbar .main-navi ul li.cur a:after,
    #topbar .main-navi ul li.act a:after,
    .no-touch #topbar .main-navi ul li a:hover:after {
        content: "";
        display: block;
        border-bottom: 2px solid white;
        position: absolute;
        width: 100%;
    }
    #topbar.compressed .main-navi ul li.cur a:after,
    #topbar.compressed .main-navi ul li.act a:after,
    .no-touch #topbar.compressed .main-navi ul li a:hover:after {
        border-bottom: 2px solid #595959;
    }
    #topbar .lang-navi {
        float: left;
        margin-left: 1em;
    }
    #topbar .shortcut-bewerbung {
        float: right;
    }
    #topbar .shortcut-bewerbung p {
        margin-top: 1.4em;
        font-size: 1em;
    }
    #topbar .shortcut-bewerbung a.button {
        background-color: #FFB400;
        color: white;
        padding-left: 2em;
        padding-right: 2em;
        font-size: 1.4em;
        font-weight: normal;
    }
    #topbar .shortcut-bewerbung a.button:hover {
        background-color: #FF9D00;
    }
    
    
    #topbar .main-navi ul {
        margin: 0;
        padding: 0;
    }
    #topbar .main-navi ul li {
        display: inline-block;
        font-size: 1.4em;
        margin: 0 0.8em;
    }
    #topbar .main-navi ul li a {
        display: block;
        padding: 2.1em 0;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
    }
    #topbar.compressed .main-navi ul li a {
        color: #595959;
    }
    
    
    
    #topbar .lang-navi {
        position: relative;
    }
    #topbar .lang-navi .lang-navi-toggle {
        font-size: 1.4em;
    }
    #topbar .lang-navi .lang-navi-toggle a {
        margin-top: 1.1em;
        /*padding: 2.1em 2em;*/
        padding: 0.9em 2em;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        display: block;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }
    #topbar.compressed .lang-navi .lang-navi-toggle a {
        color: #595959;
        border: 2px solid white;
    }
    #topbar.compressed .lang-navi .lang-navi-toggle a:hover {
        border: 2px solid #D5D5D5;
        border-radius: 5px;
        box-sizing: border-box;
        box-sizing: content-box;
        background: none;
        
    }
    #topbar .lang-navi .lang-navi-toggle a:after {
        font-family: 'FontAwesome';
        content: '\f0d7';
        margin-left: 0.5em;
    }
    #topbar .lang-navi ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        border-radius: 5px;
        background-color: #FFB400;
        left: 2em;
        top: 6em;
    }
    #topbar.compressed .lang-navi ul {
        background-color: white;
        left: 0em;
        top: 6.5em;
        border: 1px solid #D5D5D5;
        border-radius: 0;
    }
    #topbar.compressed .lang-navi ul li a {
    }
    #topbar .lang-navi ul li.act {
        display: none;
    }
    #topbar .lang-navi ul li {
        /*display: inline-block;*/
    }
    #topbar .lang-navi ul li a {
        padding: 0.5em 1em;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        display: block;
        font-size: 0.78em;
    }
    .no-touch #topbar .lang-navi ul li a:hover {
        background-color: #FF9D00;
    }
    .no-touch #topbar .lang-navi ul li:first-child a:hover {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .no-touch #topbar .lang-navi ul li:last-child a:hover {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .no-touch #topbar.compressed .lang-navi ul li:first-child a:hover,
    .no-touch #topbar.compressed .lang-navi ul li:last-child a:hover {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    #topbar.compressed .lang-navi ul li a {
        padding: 1em 2.95em 1em 2em;
        text-transform: uppercase;
        text-decoration: none;
        color: #595959;
        display: block;
        border-bottom: 1px solid #D5D5D5;
    }
    #topbar .lang-navi ul li:last-child a {
        border-bottom: none;
    }
    .no-touch #topbar.compressed .lang-navi ul li a:hover {
        background-color: #D5D5D5;
    }
    
    
    .home #header-wrapper {
        background-image: url(../img/home_bg_desktop.jpg);
        padding-top: 5em;
    }
    #leadin h1 {
        font-size: 6em;
        max-width: 13em;
        margin-bottom: 0.3em;
    }
    #leadin p {
        font-size: 2.4em;
        max-width: 30em;
        margin-top: 1em;
    }
    h2 {
        font-size: 2.9em;
    }
    
    
    #subnavi-top,
    #subnavi-bottom {
        display: none;
    }
    body.detail #subnavi-content {
        display: block;
        margin: 3em 0;
    }
    #subnavi-content ul {
        margin: 0;
        padding: 0;
    }
    #subnavi-content ul li a {
        padding: 0.4em 1em;
        display: block;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }
    .no-touch #subnavi-content ul li a:hover,
    .no-touch #subnavi-content ul li a:active,
    #subnavi-content ul li.cur a {
        color: white;
        background-color: #47C1B5;
        text-decoration: none;
    }
    .tx-tf-portfolio .left,
    body.detail #subnavi-content {
        float: left;
        /*width: 40%;*/
        width: 32%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10em;
    }
    .tx-tf-portfolio .left a { white-space: normal; }
    .tx-tf-portfolio .right,
    body.detail #content {
        float: right;
        /*width: 60%;*/
        width: 68%;
    }
    /*.home #partners .frame-default:nth-child(1) .ce-image img {*/
    .home #partners #c21 .ce-image img {
        max-width: 200px;
    }
    /*.home #partners .frame-default:nth-child(2) .ce-image img {*/
    .home #partners #c22 .ce-image img {
        max-width: 180px;
        /*margin-top: 2em;*/
    }
    /*.home #partners .frame-default:nth-child(3) .ce-image img {*/
    .home #partners #c291 .ce-image img {
        max-width: 145px;
    }
    .home h2 {
        margin-bottom: 3em;
    }
    
    #page-content {
        padding-top: 5em;
    }
    
    
    body.contact #leadin p:nth-child(1),
    body.contact #leadin p:nth-child(2),
    body.contact #leadin p {
        width: 50%;
        float: left;
    }
    .tx-tf-precheck .error p,
    .tx-tf-precheck .result .negative p,
    .tx-tf-precheck .result .pending p,
    .tx-tf-precheck .result .positive p {
        font-size: 2.9em;
    }
    .tx-tf-precheck .error .fa,
    .tx-tf-precheck .result .negative .fa,
    .tx-tf-precheck .result .pending .fa,
    .tx-tf-precheck .result .positive .fa {
        font-size: 4.8em;
    }
    
    
    body.contact #gmap {
        margin: 3em 0 8em;
    }
    
    
    
    .tx-tf-precheck #personal-data legend,
    .tx-tf-precheck #questions-wrapper fieldset legend {
        /*font-size: 4.8em;*/
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

/*    a[href]:after {
        content: " (" attr(href) ")";
    }
*/
/*    abbr[title]:after {
        content: " (" attr(title) ")";
    }
*/
    /*
     * Don't show links for images, or javascript/internal links
     */

/*    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
*/
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    
    body.overview #content {
        position: relative!important;;
        top: auto!important;;
        left: auto!important;;
        height: auto!important;
    }
    body.overview #page-content-wrapper-inner #content > .frame-default {
        display: block!important;;
        float: none!important;;
        width: 100%!important;;
        position: relative!important;;
        top: auto!important;;
        left: auto!important;;
    }
    #footer,
    #page-content {
        padding-top: 0;
    }
    #page-content,
    #header-wrapper {
        padding-bottom: 0;
    }
    #toggle,
    #footer footer p,
    #footer .shortcut-bewerbung,
    #subnavi-bottom,
    #subnavi-top,
    #sitemap {
        display: none;
    }
    #footer footer {
        border-top: 1px solid black;
    }
    #footer footer p:first-child {
        text-align: left;
        display: block;
    }
    .logo-container .dce-logo {
        max-width: 30em!important;
        height: auto;
    }
    .logo-container .dce-logo img {
        margin: 0!important;
    }
    .logo-container .frame-default {
        margin: 0!important;
    }
    body.contact a[href]:after,
    .team-container .dce-person a[href]:after {
        content: " (" attr(href) ")";
    }
    body.home #topbar {
        display: block;
    }
    .home #header-wrapper #logo-wrapper {
        display: none;
    }
    .home #news,
    .home #partners {
        text-align: left;
    }
    .home #news {
        padding: 0;
    }
    .tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta {
        padding-top: 0;
    }
    .home #header-wrapper {
        border-bottom: 0;
    }
    .home #header-wrapper .button {
        display: none;
    }
    .tx-cw-twitter .cwtw-TweetWrap p {
        padding: 0;
        margin: 0;
    }
    .cwtw-Tweet .news-dot {
        display: none;
    }
    .tx-cw-twitter .cwtw-TweetWrap {
        margin-top: 0;
        border-top: none;
    }
    .bx-wrapper .bx-pager {
        display: none;
    }
    .home #partners img {
        max-width: 15em!important;
        height: auto!important;
    }
    .home #partners #partners-wrapper-inner figure {
        text-align: left!important;
    }
    div.ce-image.ce-center .csc-textpic-center-outer,
    div.ce-image.ce-center .csc-textpic-center-inner {
        float: none;
        right: auto;
        left: auto;
    }
}





/* PRESSEMITTEILUNGEN & VIDEO */

body.tf-video #subnavi-bottom,
body.tf-video #footer,
body.tf-video #header-wrapper #leadin,
body.tf-video #subnavi-top {
    display: none;
}
body.tf-video #header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
body.tf-video #page-content {
    padding-top: 6em;
}

@media only screen and (min-width: 700px) {
    .home-buttons p {
         float: left!important;
         margin-right: 30px!important;
    }
    #header-wrapper #leadin .button {
        display: inline-block;
        font-size: 0.46em;
        padding: 1.25em 2em;
    }
    #header-wrapper #leadin .button.anschauen:before {
        content: '\f04b';
        font-family: 'FontAwesome';
        margin-right: 1em;
    }
}



.ce-uploads .ce-uploads-element {
    border-bottom: 1px solid #595959;
    margin: 0;
    max-width: 100%;
}
.ce-uploads .ce-uploads-element:first-child {
    border-top: 1px solid #595959;
}
.ce-uploads .ce-uploads-element .ce-uploads-fileName,
.ce-uploads .ce-uploads-element .ce-uploads-fileName a {
    text-decoration: none;
}
.ce-uploads .ce-uploads-element .ce-uploads-fileName a {
    display: block;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    color: #595959;
    position: relative;
    padding-right: 2.5em;
}
.ce-uploads .ce-uploads-element .ce-uploads-fileName a > span {
    display: inline-block;
}
.ce-uploads .ce-uploads-element .ce-uploads-fileName a > span.presse-datum {
    width: 5em;
    position: absolute;
}
.ce-uploads .ce-uploads-element .ce-uploads-fileName a > span.presse-titel {
    padding-left: 5em;
}
.ce-uploads .ce-uploads-element .ce-uploads-fileName a:hover {
    color: #47C1B5;
}
.ce-uploads .ce-uploads-element .ce-uploads-fileName a:after {
    content: '\f063';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0.4em;
}


body.home #c571 header h3:before {
    content: '\f0a1';
    font-family: 'FontAwesome';
    padding-right: 0.5em;
}
@media only screen and (min-width: 700px) {
    body.home #c571 header h3 {
        margin-top: 1.5em;
        margin-bottom: 1.3em;
    }
}
@media only screen and (min-width: 1000px) {
    body.home #c571 header h3 {
        margin-top: 0em;
        margin-bottom: 1.3em;
    }
    body.home #news .col-2 {
        margin-top: 0em;
    }
}
@media only screen and (max-width: 699px) {
    body.home #c571 header h3 {
        margin-top: 0em;
        margin-bottom: 0.9em;
    }
}
body.home .ce-uploads .ce-uploads-element {
    border: none;
    margin-bottom: 0.7em;
}
body.home .ce-uploads .ce-uploads-element .ce-uploads-fileName a {
    color: white!important;
    font-weight: bold;
}
body.home .ce-uploads .ce-uploads-element .ce-uploads-fileName a:hover {
    color: #A7F2EB!important;
    text-decoration: none!important;
}
body.home .ce-uploads .ce-uploads-element .presse-titel,
body.home .ce-uploads .ce-uploads-element .presse-datum {
    display: block;
}
body.home .ce-uploads .ce-uploads-element .presse-datum {
    color: #595959;
    font-weight: bold;
    font-size: 0.75em;
    padding: 0 0 1em;
}
body.home .ce-uploads .ce-uploads-element .presse-titel {
    padding-left: 0!important;
    margin: 0 0 0.5em;
}
body.home .ce-uploads .ce-uploads-element .ce-uploads-fileName a {
    padding-bottom: 2em!important;
}
body.home #c572 p {
    margin: 2em 0 2em;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #A7F2EB;
    letter-spacing: 1px;
}
body.home #c572 a {
    text-transform: uppercase;
    color: #A7F2EB;
    text-decoration: none;
    font-size: 1em;
}
body.home #c572 a:hover {
    text-decoration: underline;
}
body.home #c572 p:before {
    content: '\f064';
    font-family: 'FontAwesome';
    padding-right: 0.2em;
}
#topbar .main-navi #uid-27 {
    display: none;
}
body.home .ce-uploads .ce-uploads-element .ce-uploads-fileName a > span.presse-datum {
    width: 100%;
}




/* Feinschliff "Home" */
#news h3 > i {
    padding-right: 0.3em;
}
@media only screen and (min-width: 700px) {
    #news h3 {
        margin-bottom: 1.5em;
    }
    .tx-cw-twitter .cwtw-TweetWrap {
        margin-bottom: 2em;
    }
    .tx-tf-events .event {
        margin-bottom: 2.5em;
    }
    .tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta {
        padding-top: 0;
    }
    .tx-cw-twitter .cwtw-TweetWrap .cwtw-TweetMeta-timestamp {
        font-size: 1.5em;
    }
    .tx-tf-events .location {
       max-width: 100%; 
    }
    .tx-tf-events .location,
    .tx-tf-events .datetime {
        font-size: 1.35em;
    }
    #newsletter-registration input.submit {
        font-size: 1.12em;
        padding: 1.2em 4em;
    }
}


@media only screen and (max-width: 699px) {
    .tx-tf-events .event .more {
        font-size: 1.6em;
    }
}


@media only screen and (min-width: 1000px) {
    body.home .ce-uploads .ce-uploads-element {
        margin-bottom: 0.3em;
    }
}

/* TEFS-3 hide Modal from moblle */
.contact__wrapper { display: none}
.dce-person-textdata .contact__wrapper_mail { display: none}

@media only screen and (max-device-width : 640px) {
/* Styles */
.dce-person-textdata .contact__wrapper_form { display: none}
.dce-person-textdata .contact__wrapper_mail { display: block}
}

@media only screen and (max-device-width: 768px) {
/* Styles */
.dce-person-textdata .contact__wrapper_form { display: none}
.dce-person-textdata .contact__wrapper_mail { display: block}
}

/*
.dce-person-textdata .contact__wrapper_form { display: none}
.dce-person-textdata .contact__wrapper_mail { display: block}
*/

/* Webinar form */
.csc-form-element-hidden,
.csc-form-element-select label,
.csc-form-element-submit label,
.csc-form-element-textline label,
.frame-type-form_formframework label { display: none; }

.csc-form-element-textline input,
.csc-form-element-select select,
.csc-form-element-textarea textarea,
.frame-type-form_formframework input,
.frame-type-form_formframework select,
.frame-type-form_formframework textarea {
    width: 50%;
    padding: 0.83em 1em;
    box-sizing: border-box;
    border: 2px solid #59595970;
    border-radius: 5px;
    color: #595959;
    background: transparent;
    font-size: 14px;
    margin-bottom: 20px;
}

.csc-form-element-textline input:focus,
.frame-type-form_formframework input:focus {
    border-color: #595959;
    outline: 0 !important;
}

.frame-type-form_formframework .submit button,
.csc-form-element-submit input {
    background-color: #D5D5D5;
    color: #595959;
    padding: 1.05em 4em;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.frame-type-form_formframework .submit button:hover,
.csc-form-element-submit input:hover {
    background-color: #FFB400;
    color: white;
}


/* Quotes */
.mfp-quote--new .mfp-quote {
    background: #47C1B5;
    display: flex;
    padding: 1em;
    align-content: center;
    border-radius: 5px;
    min-height: 175px;
}

.mfp-quote--new .mfp-quote img {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    width: 175px;
    height: auto;
    max-height: 175px;
    display: none;
}

.mfp-quote--new .mfp-quote p {
    position: relative;
    color: #fff;
    
    margin-top: 0;
    margin-bottom: 0;
}

.mfp-quote--new .person-wrapper p {
    margin: 5px 0 0 15px;
}


.mfp-quote--new .down-arrow {
    margin-left: 30px;
}

.mfp-quote--new .mfp-portrait-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 5px;
}

.mfp-quote--new .mfp-portrait-wrapper img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.mfp-quote--new .person-wrapper {
    display: flex;
    align-items: center;
}

.quote-container {
    position: relative;
    padding: 30px 60px;
}

.quote-container .quote__controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}


.quote-container .mfp-arrow-left,
.quote-container .mfp-arrow-right {
    position: absolute;
}

.quote-container .bx-prev,
.quote-container .bx-next {
    font-family: FontAwesome;
    height: 35px;
    width: 30px;
    background: #aae1db;
    background-image: none;
    color: #000;
    font-size: 15px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translateY(-100%);
}

.quote-container .bx-next {
    transform: translateX(-100%) translateY(-100%);
}

.quote-container .bx-prev::before {
    display: block;
    content: "\f053";
}

.quote-container .bx-next::before {
    display: block;
    content: "\f054";
}



@media (min-width:  700px) {
    .mfp-quote--new .mfp-portrait-wrapper {
        display: none
    }
    .mfp-quote--new .down-arrow {
       margin-left: 37px;
    }
    .mfp-quote--new .person-wrapper p {
       margin: 10px 0 0 40px;
    }
    .mfp-quote--new .mfp-quote {
        padding: 35px
    }

    .mfp-quote--new .mfp-quote img {
        display: block
    }
    .mfp-quote--new .mfp-quote p {
        margin-left: 110px;
    }

    .mfp-quote--new .mfp-quote p::before {
        content: "„";
        font-size: 144px;
        position: absolute;
        left: -70px;
        top: -103px;
        line-height: 1;
        color: white;
        font-style: italic;
    }

    .quote-container .bx-prev,
    .quote-container .bx-next {
        font-size: 24px;
        height: 55px;
        width: 40px;
    }
}