/* Schriftendefinitionen Development */

/*
@font-face {
    font-family: 'Alegreya';
    src: url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/AlegreyaSans-Regular.woff2') format('woff2'),
    url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/AlegreyaSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Alegreya';
    src: url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/AlegreyaSans-Bold.woff2') format('woff2'),
    url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/AlegreyaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Alegreya';
    src: url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/AlegreyaSans-ExtraBold.woff2') format('woff2'),
    url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/AlegreyaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
    font-family: 'Alegreya';
    src: url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/alegreyasans-black-webfont.woff2') format('woff2'),
    url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Alegreya/alegreyasans-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Exo 2';
    src: url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Exo/Exo2-VariableFont_wght.ttf') format('truetype supports variations'),
    url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Exo/Exo2-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Exo 2';
    src: url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Exo/Exo2-Italic-VariableFont_wght.ttf') format('truetype supports variations'),
    url('https://www.fairtrade-deutschland.de/typo3conf/ext/ig_project/Resources/Public/fonts/Exo/Exo2-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
  }

  @font-face {
    font-family: 'ft-kamp-icons';
    src:
      url('https://i.icomoon.io/public/e52706cfe3/Fairtrade-Kampagnen/fairtrade.woff2?o8y2pd') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
*/

/* Schriftendefinitionen fuer Livebetrieb */

@font-face {
    font-family: 'Alegreya';
    src: url('../Fonts/Alegreya/AlegreyaSans-Regular.woff2') format('woff2'),
    url('../Fonts/Alegreya/AlegreyaSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya';
    src: url('../Fonts/Alegreya/AlegreyaSans-Bold.woff2') format('woff2'),
    url('../Fonts/Alegreya/AlegreyaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya';
    src: url('../Fonts/Alegreya/AlegreyaSans-ExtraBold.woff2') format('woff2'),
    url('../Fonts/Alegreya/AlegreyaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya';
    src: url('../Fonts/Alegreya/alegreyasans-black-webfont.woff2') format('woff2'),
    url('../Fonts/Alegreya/alegreyasans-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../Fonts/Exo/Exo2-VariableFont_wght.ttf') format('truetype supports variations'),
    url('../Fonts/Exo/Exo2-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../Fonts/Exo/Exo2-Italic-VariableFont_wght.ttf') format('truetype supports variations'),
    url('../Fonts/Exo/Exo2-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'ft-kamp-icons';
    src:
            url('../Fonts/Iconfont/fairtrade.woff2?o8y2pd') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



:root {
    --col-skyblue:#0fc0fc;
    --col-leaf: #d4ff47;
    --col-mint: #09fbd3;
    --col-flower:    #ff4571;
    --col-eggplant:  #7b1dab;
    --col-tangerine: #ff8000;
    --col-nightsky:  #001b6e;
    --col-richblack: #1e1e1e;
    --col-rainfall:  #9ca399;
    --col-mistysky:  #dadada;

    --col-theme: #0fc0fc;
    --col-theme-on-theme: #d4ff47;
    --col-headline: #001b6e;
    --col-textcolor: #1e1e1e;

    --space: 70px;
    --transition: all .2s ease-in-out;
    --maxcontent: 810px;
}


/***** Globals - Start *****/
body {
    font-family: 'Exo 2',Arial,Helvetica,sans-serif;
    line-height: 1.7;
}

body.towns {
    --col-theme: var(--col-leaf);
    --col-themeontheme: var(--col-skyblue);
}

body.schools {
    --col-theme: var(--col-tangerine);
    --col-themeontheme: var(--col-leaf);
}

body.unis {
    --col-theme: var(--col-flower);
    --col-themeontheme: white;
}

a,
a:hover,
a:focus {
    color: var(--col-richblack);
    font-weight: 700;
    cursor: pointer;
}
.container.content a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: var(--col-theme);
    transition: var(--transition);
}
.container.content a:hover {
    color: var(--col-theme);
}
.container.content .colorbox a {
    text-decoration-color: var(--col-textcolor);
}
.container.content .colorbox a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    font-size: clamp(16px,1.25vw,18px);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1em;
    color: var(--col-textcolor);
    line-height: 1.7777;
}

div.content .ce-bodytext ul, div.content .ce-bodytext ol, .folding-box ul, .folding-box ol, div.content .csc-layout-text ol, div.content .csc-layout-text ul {
    padding: 0 0 0 20px;
}
.folding-box ul, .folding-box ol {
    margin-bottom: 1em;
}

div.content .ce-bodytext ul li, div.content .ce-bodytext ol li, .folding-box ul li, .folding-box ol li, div.content .csc-layout-text ol li, div.content .csc-layout-text ul li{
    font-size: clamp(16px,1.25vw,18px);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: .5em;
    color: var(--col-textcolor);
    line-height: 1.7777;
    padding-left: 10px;
}

div.content .ce-bodytext ul li::marker, div.content .ce-bodytext ol li::marker, .folding-box ul li::marker, .folding-box ol li::marker, div.content .csc-layout-text ol li:marker, div.content .csc-layout-text ul li:marker{
    color: var(--col-nightsky);
    font-weight: bold;
}

h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{
    font-family: 'Alegreya';
    font-weight: 900;
    margin: 0 0 .5em 0;
    line-height: 1.3;
    text-transform: none;
    color: var(--col-headline);
}

.area-disabled,
.area-disabled h1,
.area-disabled h2,
.area-disabled h3,
.area-disabled h4,
.area-disabled h5,
.area-disabled p {
    color: var(--col-rainfall);
}



h1,.h1 {
    margin-bottom: .2em;
    font-size: clamp(34px,3.8vw,56px);
}

h2,.h2 {
    font-size: clamp(26px,3vw,44px);
}

h3,.h3 {
    font-size: clamp(24px,2.36vw,34px);
}

h4,.h4 {
    font-size: clamp(20px,1.94vw,28px);
}

h5,.h5 {
    font-size: clamp(16px,1.38vw,18px);
}

a.external-link {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

input[type="checkbox"] + label {
    cursor: pointer;
}

.ce-gallery figcaption {
    padding: 3px 11px 5px;
    background-color: #efefef;
}

a.pfeil,
.pfeil a {
    position: relative;
}
a.btn.arrow-right {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: 700;
}

input[type="submit"], div.up-alert-fixed input[type=submit] {
    display: inline-block;
    font-family: "Alegreya";
    font-weight: 900;
    color: white;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    user-select: none;
    background-color: var(--col-nightsky);
    border: 2px solid var(--col-nightsky);
    padding: 8px 32px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div.up-alert-fixed input[type=submit]{
    background: var(--col-nightsky);
    text-shadow: none;
}

input[type="submit"]:hover,
div.up-alert-fixed input[type=submit]:hover {
    background-color: white;
    color: var(--col-nightsky);
    border-color: var(--col-nightsky);
}

select, .main select.cfrm, .crd-listsort #viewcrdlistsort, .crd-listsort #viewcrdartsort, .crd-listsort #viewcrdblsort {
    appearance: none;
    -webkit-appearance: none;
    height: 46px;
    padding: 0.4em 3em 0.6em 1em;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    font-family: "Exo 2", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: unset;
    color: #1e1e1e;
    background-color: rgba(255, 255, 255, 0.8);
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-image: url(../Images/selectarrow.svg);
    background-position: right 20px top 15px;
    background-repeat: no-repeat;
    background-size: 24px auto;
}
select:hover {
    border-color: var(--col-rainfall);
}
select:focus {
    border-color: var(--col-skyblue);
}

.main select.cfrm:disabled, .main input:disabled {
    background-color: rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=number],
input[type=tel],
input[type=url],
input[type=date],
input[type=password],
input[type=email],
textarea{
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 21px;
    margin-bottom: 15px;
    font-family: "Exo 2", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: rgba(255, 255, 255, 0.8);
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=text].cfrm-error,
input[type=number].cfrm-error,
input[type=tel].cfrm-error,
input[type=url].cfrm-error,
input[type=date].cfrm-error,
input[type=password].cfrm-error,
input[type=email].cfrm-error,
textarea.cfrm-error,
input[type=checkbox]:hover.cfrm-error,
select.cfrm-error,
.main select.cfrm.cfrm-error {
    border-color: var(--col-flower) !important;
}

input:hover, input.standard:hover {
    border-color: var(--col-rainfall);
}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 2px solid var(--col-mistysky);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0 !important;
    margin-bottom: -7px !important;
    margin-right: 8px !important;
    padding: 0;
    font-size: 16px;
    width: 26px;
    height: 26px;
    transition: border-color .2s ease-in-out;
}

input[type=checkbox]:hover {
    border-color: var(--col-rainfall);
    cursor: pointer;
}

input[type=checkbox]:checked{
    cursor: pointer;
}

input[type=checkbox]:checked::after {
    position: absolute;
    content:'\e907';
    display: inline-block;
    color: var(--col-nightsky);
    font-family: 'ft-kamp-icons' !important;
    text-align:center;
    width: 23px;
    line-height: 23px;
}


/* Button */

.news-events .more-news a,
.news-events .csc-layout-20 a,
.news-events .csc-layout-30 a,
.calc-submit,
.cfrm-button,
.cfrm-button-back,
.schools .btn2,
.towns .btn2,
.unis .btn2,
.form-title .nav .btn,
.up-send,
.eform-button,
#tx_rmnewsletterapi .gb-formitem button.submit-black,
.hide_overview,
.finalize.btn,
#back-to-search{
    margin-top: 60px;
    display: inline-block;
    font-family: "Alegreya", "Verdana", serif;
    font-weight: 900;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: var(--col-nightsky);
    border: 2px solid var(--col-nightsky);
    text-decoration: none;
    padding: 8px 32px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-events .more-news a:hover,
.news-events .csc-layout-20 a:hover,
.news-events .csc-layout-30 a:hover,
.calc-submit:hover,
.cfrm-button:hover,
.cfrm-button-back:hover,
.schools .btn2:hover,
.towns .btn2:hover,
.unis .btn2:hover,
.form-title .btn:hover,
.up-send:hover,
.eform-button:hover,
#tx_rmnewsletterapi .gb-formitem button.submit-black:hover,
.hide_overview:hover,
.finalize.btn:hover,
#back-to-search:hover {
    background-color: transparent;
    color: var(--col-nightsky);
}


/***** Globals - End *****/


/***** Header - Start *****/
header.main {
    position: relative;
    background-color: var(--col-theme);
    height: 156px;
}
header.main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.main .logo-campaign-mob {
    display: none;
}

header.main .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 106px;
    text-indent: -9999em;
    background: white url("../Images/logo-ftde.png") center center no-repeat;
    background-size: 64px auto;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}
.towns header.main .logo, .schools header.main .logo, .unis header.main .logo {
    width: 180px;
    height: 120px;
    background-color: white;
    background-image: url("../Images/bg-campaign-overview-counter-logo-sprite.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 114px;
}

.towns header.main nav.main .back, .schools header.main nav.main .back, .unis header.main nav.main .back {
    left: 200px;
}

.towns header.main .logo {
    background-position: left center;
}

.unis header.main .logo {
    background-position: right center;
}

@media screen and (max-width: 767px) {
    .towns header.main .logo, .schools header.main .logo, .unis header.main .logo {
        width: 116px;
        background-size: auto 72px;
    }
}

header.main .right-bar {
    position: absolute;
    top: 10px;
    right: 20px;
}
header.main nav.meta {
    float: right;
    margin: 10px 0 0 0;
    font-size: 14px;
}
header.main nav.meta ul li {
    display: inline-block;
    margin: 0 0 0 30px;
}
body.ftde nav.meta li#navitem595,
body.ftde nav.meta li#navitem596,
body.ftde nav.meta li#navitem597,
body.ftde nav.meta li#navitem603,
body.towns nav.main li#navitem604,
body.schools nav.main li#navitem605,
body.unis nav.main li#navitem606 {
    display: none;
}
header.main nav.meta ul li a {
    color: var(--col-nightsky);
    font-weight: 400;
}
header.main .search {
    position: absolute;
    right: -10px;
    top: 49px;
    z-index: 101;
}

header.main .search .toggle-mob {
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: var(--col-nightsky);
}

header.main .search .toggle-mob:hover {
    text-decoration: none;
}

header.main .search .toggle-mob::after {
    content: '\e962';
    font-family: 'ft-kamp-icons' !important;
}

header.main .search form {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 300px;
    background: white;
    padding: 16px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
}

header.main .search form::before{
    content: '\e962';
    font-family: 'ft-kamp-icons' !important;
    position: absolute;
    font-size: 28px;
    top: 20px;
    right: 16px;
    color: var(--col-nightsky);
    pointer-events: none;
}

header.main .search label {
    display: none;
}

header.main .search input[type="text"] {
    display: block;
    float: left;
    width: calc(100% - 40px);
    margin-bottom: 0;
}
header.main .search input[type="submit"] {
    display: block;
    float: right;
    width: 31px;
    height: 46px;
    width: 30px;
    border: none;
    cursor: pointer;
    padding: 0;
    background: transparent;
}

header.main nav.main {
    position: absolute;
    height: 43px;
    font-family: 'Alegreya';
    font-weight: 900;
    font-size: 24px;
    line-height: 31px;
    color: var(--col-nightsky);
    z-index: 100;
    top: 63px;
    right: 0;
    left: 0;
}

header.main nav.main div.meta {
    display: none;
}
header.main nav.main > ul {
    text-align: right;
    margin-right: 80px;
}

header.main nav.main ul li {
    position: relative;
    display: inline-block;
    margin: 0 17px;
}
header.main nav.main ul li a {
    color: var(--col-nightsky);
    padding-bottom: 6px;
    font-weight: 900;
    display: inline-block;
}
header.main nav.main > ul > li > a {
    line-height: 33px;
}

header.main nav.main ul li a:focus,
header.main nav.main ul li a:hover {
    text-decoration: none;

}

header.main nav.main ul li .icon-mob {
    display: none;
}

header.main nav.main ul li  > div.sub-wrapper {
    display: none;
}
header.main nav.main ul li:hover > div.sub-wrapper {
    display: block;
}

header.main nav.main > ul > li.active > a,
header.main nav.main > ul > li:hover > a {
    border-bottom: 3px solid var(--col-nightsky);
}
header.main.start nav.main ul li {
    padding: 0 0 0 32px;
}

/** 2. Subebene **/
header.main nav.main > ul > li > ul {
    display: none;
    position: absolute;
    font-family: 'Exo 2';
    font-weight: 500;
    color: var(--col-richblack);
    top: 42px;
    width: 300px;
    padding: 8px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    background-color: white;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
}
header.main nav.main > ul > li:nth-last-child(1) > ul,
header.main nav.main > ul > li:nth-last-child(2) > ul {
    right: 0;
}
header.main nav.main > ul > li:hover > ul {
    display: block;
}

header.main nav.main ul > li > ul a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Exo 2';
    font-weight: 400;
    color: var(--col-richblack);
}
header.main nav.main ul > li > ul li {
    display: block;
    margin: 0;
}
header.main nav.main ul > li > ul li a:hover {
    background-color: var(--col-mistysky);
}

header.main nav.main ul > li > ul li.active > a {
    background-color: var(--col-nightsky);
    color: white;
}

header.main nav.main ul > li > ul li.active > a {
    font-weight: 700;
}
header.main nav.main ul > li > ul li.has-children a {
    position: relative;
    padding-right: 40px;
}
header.main nav.main ul > li > ul li.has-children > a::after {
    content: '\e908';
    font-family: 'ft-kamp-icons' !important;
    position: absolute;
    top: 12px;
    right: 21px;
    width: 9px;
    height: 15px;
}


/** 3. Subebene **/
header.main nav.main > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    padding: 8px 0;
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    background-color: white;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
header.main nav.main > ul > li > ul > li:hover > ul {
    display: block;
}

header.main nav.main .back {
    position: absolute;
    top: 5px;
    left: 100px;
    padding: 0 0 0 19px;
    font-family: 'Alegreya';
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: var(--col-nightsky);
}

header.main nav.main .back::before {
    content:'\e95a';
    font-family: 'ft-kamp-icons' !important;
    margin-right: 6px;
    font-size: 24px;
    font-weight: 400;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header.main nav.main .back:focus,
header.main nav.main .back:hover {
    text-decoration: none;
    color: white;
}

/* hide print button  */
header.main .print-btn {
    display: none;
}

/***** Header - End *****/


/***** Content - Start *****/
div.content {
    padding-top: 28px;
}

div.content .csc-layout-textmedia {
    margin-bottom: 40px;
}

div.content h1 {
    position: relative;
    text-align: center;
    margin: -28px 0 40px;
    padding: 28px 0 50px;
}

div.content h1::before {
    width: 100vw;
    content: '';
    position: absolute;
    top: -100vh;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--col-theme);
    z-index: -1;
}

div.content p, div.content h2, div.content h3, div.content h4, div.content .ce-bodytext ul, div.content .ce-bodytext ol, div.content form, div.content .main > .csc-layout-textmedia, .tx-rm-ft-unis-titelerneuerung, .tx-rm-ft-schools-titelerneuerung, .tx-ftforms, #eform, .tx-felogin-pi1, div.content .csc-layout-text ol, div.content .csc-layout-text ul, .tx-ig-workshops ul, .tx-ig-workshops .orangebox, .tx-ig-workshops .center {
    max-width: var(--maxcontent);
    margin-left: auto;
    margin-right: auto;
}

.bg-gray {
    background-color: white;
}

/***** Main - Start *****/
.main {
    font-size: 16px;
    line-height: 1.5;
}

.main .ce-border img,
.main .ce-border iframe {
    border: 1px solid #333;
}
.main .ce-border img {
    max-width: 100%;
    height: auto;
}

.main .teaser, .main .attention {
    margin: 0 auto var(--space);
    padding: 40px 30px;
    background-color: var(--col-theme);
    max-width: var(--maxcontent);
}

.main .teaser > * , .main .attention > * {
    --col-theme: var(--col-themeontheme);
}

.main .teaser .text h2,
.tx-felogin-pi1 .teaser.bg h2,
.main .attention .up-head {
    font-size: 34px;
    line-height: 40px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.main .attention .up-head {
    font-size: 34px;
    line-height: 40px;
    font-family: 'Alegreya';
    font-weight: 900;
    margin: 0 0 0.5em 0;
    text-transform: none;
    color: var(--col-headline);
}

.main .teaser .text .more {
    font-family: 'Alegreya';
    font-weight: 900;
    font-size: 22px;
    --col-theme: var(--col-nightsky);
    text-decoration: none;
}
.main .teaser .text .more:link {
    color: var(--col-nightsky);
}

.main .teaser .text .more:hover {
    color: white;
}

.main .teaser .text .more::after {
    content: '\e95c';
    font-family: 'ft-kamp-icons' !important;
    font-weight: 400;
    font-size: 18px;
    margin-left: 6px;
}

.main .teaser .image {
    float: right;
    width: 270px;
    margin-left: 16px;
    background-color: transparent;
}

.main .teaser .image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.folding-box {
    margin: 0 auto;
    max-width: var(--maxcontent);
    padding: 0 0 0 3px;
    border-bottom: 1px solid var(--col-mistysky);
}

.folding-box:last-of-type {
    margin-bottom: var(--space);
}
.folding-box .head {
    position: relative;
    padding: 22px 60px 10px 0;
    cursor: pointer;
}
.folding-box .head::after {
    content: '\e90b';
    font-family: 'ft-kamp-icons' !important;
    color: var(--col-nightsky);
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 16px);
    right: 9px;
    width: 27px;
    height: 27px;
    transition: all 0.32s ease-in-out;
}

.folding-box.active .head::after {
    transform: scaleY(-1);
}

.folding-box .head h3 {
    font-size: 28px;
    line-height: 34px;
}

.folding-box .body {
    display: none;
}

.folding-box .image {
    float: right;
    width: 370px;
    max-width: 50%;
    margin: 0 0 20px 20px;
}
.folding-box .image img {
    display: block;
    max-width: 100%;
}
.folding-box .image figcaption {
    padding: 3px 11px 5px;
    background-color: #efefef;
}


.csc-textpic-caption {
    padding: 4px 12px;
    color: #000;
    background-color: #e5e5e5;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 20px;
}

.teaser-box {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}
.teaser-box .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 7/4;
    object-fit: cover;
}
.teaser-box .text {
    padding: 12px 12px 0;
}
.teaser-box .text p{
    margin-bottom: 0;
}

.teaser-box .text h3 {
    overflow: hidden;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 28px;
}

.container.content .teaser-box a {
    text-decoration: none;
}
.container.content .teaser-box a:hover {
    text-decoration: none;
}
.teaser-box .bottom .more {
    position: relative;
    display: block;
    max-width: 100%;
    height: 25px;
    margin: 0;
    font-size: 14px;
    text-indent: -9999em;
}
.teaser-box .bottom .more::after {
    content: '\e95c';
    font-family: 'ft-kamp-icons' !important;
    font-size: 24px;
    color: var(--col-nightsky);
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    text-indent: 0;
    height: 15px;
}


.main .quote {
    position: relative;
    max-width: var(--maxcontent);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--space);
    padding-left: 80px;
}

.main .quote.has-image {
    padding-left: 0;
}

.main .quote.has-image .body {
    padding-left: 188px;
    position: relative;
    margin-top: 40px;
}

.main .quote::before, .main .quote.has-image .body::before {
    content: "”";
    color: var(--col-theme);
    position: absolute;
    top: -32px;
    left: -5px;
    font-family: Alegreya;
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    z-index: 5;
}

.main .quote.has-image::before {
    content: unset;
}

.main .quote.has-image .body::before {
    left: 105px;
}

.main .quote p {
    line-height: 1.46;
    font-size: clamp(16px,1.9vw,22px);
}

.main .quote .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
}

.main .quote .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***** Main - End *****/


/***** Engagement - Start *****/
.teaser-folding {
    padding: 60px 0;
    background-color: white;
}

.teaser-folding .read-more {
    position: relative;
    display: inline-block;
    padding: 0 21px 0 0;
    font-family: 'Alegreya';
    font-size: 16px;
}
.teaser-folding .read-more::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 9px;
    background: url("../Images/bg-read-more-arrow.png") no-repeat;
    background-size: auto 9px;
}
.teaser-folding .folding {
    display: none;
}
.teaser-folding .folding p {
    margin: 0;
}
.teaser-folding .folding .shut {
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 21px 0 0;
    font-family: 'Alegreya';
    font-size: 16px;
}
.teaser-folding .folding .shut::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 9px;
    background: url("../Images/bg-read-more-arrow.png") no-repeat;
    background-size: auto 9px;
    transform: rotate(180deg);
}
/***** Engagement - End *****/


/***** Slider - Start *****/
.top-slider {
    position: relative;
    margin: -28px 0 0;
    padding: 78px 0 0;
}

.top-slider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 120px;
    width: 100vw;
    transform: translateX(-50%);
    background-color: var(--col-theme);
}

.top-slider .image img {
    width: 100%;
}
.top-slider .text {
    position: absolute;
    top: 50%;
    left: 45px;
    right: 45px;
    text-align: center;
    transform: translateY(-50%);
}
.top-slider .text .title-link {
    display: block;
}
.top-slider .text h2 {
    display: block;
    max-width: unset;
    margin: 0 0 30px;
    font-family: 'Alegreya';
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    text-shadow: 0 2px 110px rgba(0, 0, 0, 0.9);
}
.top-slider .text h2 span {
    display: inline-block;
}
.top-slider .text h2 br {
    display: none;
}

.top-slider .text h3 {
    display: block;
    margin: 0;
    font-family: 'Exo 2';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    max-width: unset;
    color: white;
    text-shadow: 0 2px 50px rgba(0, 0, 0, 0.9);
}

.flexslider {
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.top-slider .flexslider::before {
    content: 'Kampagnen';
    position: absolute;
    top: -204px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Alegreya';
    font-weight: 900;
    font-size: 180px;
    opacity: .15;
    color: var(--col-nightsky);
}

.top-slider .flexslider::after {
    content: 'FAIRTRADE';
    position: absolute;
    top: -109px;
    left: 27.5%;
    transform: translateX(-50%);
    font-family: 'Alegreya';
    font-weight: 700;
    font-size: 28px;
    opacity: .15;
    color: var(--col-nightsky);
}

.towns .top-slider .flexslider::before {
    content: 'Towns';
}

.schools .top-slider .flexslider::before {
    content: 'Schools';
}

.unis .top-slider .flexslider::before {
    content: 'Universities';
}

.towns .top-slider .flexslider::after, .schools .top-slider .flexslider::after, .unis .top-slider .flexslider::after {
    content: '';
}

.flexslider .slidercontent {
    position: relative;
}
.flexslider .slidercontent a {
    text-decoration: none;
}
.flexslider .slidercontent .image{
    position:relative;
    display:inline-block;
}
.flexslider .slidercontent .image:after{
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* W3C */
}
.flexslider .flex-control-nav {
    bottom: 4px;
    z-index: 2;
}
.flex-control-nav li {
    margin: 0 4px;
}
.flex-control-paging li a {
    width: 30px;
    height: 2px;
    border-radius: 0;
    background: rgba(255,255,255,.5);
    box-shadow: none;
    border: none;
}
.flex-control-paging li a.flex-active {
    position: relative;
    background: rgba(255,255,255,1);
}
.flex-control-paging li a:not(.flex-active):hover {
    background: rgba(255,255,255,0.9);
}
div.main ul.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.main ul.flex-direction-nav li {
    position: inherit;
    margin: 0;
    padding: 0;
}
div.main ul li.slidercontent {
    position: relative;
    margin: 0;
    padding: 0;
}

div.content ul.flex-direction-nav {
    display: none;
}
/***** Slider - End *****/


/***** Quotes - Start *****/
div.main .content-slider {
    margin: 0 0 32px 0;
}
div.main .content-slider ul {
    padding: 0;
}
.content-slider .image img {
    width: 100%;
    height: auto;
}
.content-slider .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 64px 0 0px;
}
.content-slider .text .quote-text {
    position: relative;
    margin: 0 0 37px;
    font-family: 'Alegreya';
    font-size: 24px;
    line-height: 30px;
    color: #000;
    z-index: 2;
}
.content-slider .text .quote-name {
    margin: 0 0 -7px;
    font-size: 15px;
    font-weight: 700;
}
.content-slider .text .quote-desc {
    margin: 0;
    font-size: 15px;
}

.content-slider .flex-direction-nav a {
    height: 60px;
    margin: -29px 0 0;
}

.content-slider .flex-direction-nav a::before {
    content: '';
    font-family: 'ft-kamp-icons' !important;
    color: white;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.content-slider .flex-direction-nav a.flex-prev::before {
    content: '\e90a';
}

.content-slider .flex-direction-nav a.flex-next::before {
    content: '\e908';
}

/***** Quotes - End *****/


/***** News-Events - Start *****/

.news-events .news > .row {
    display: flex;
    flex-wrap:wrap;
}

div.content .news-events h2 {
    max-width: unset;
}

.news-events .news > .row .col-sm-4.col-xs-6 {
    width: unset;
    display: contents;
}

.news-events .news > .row .news-teaser{
    flex: 0 0 100%;
    max-width: 100%;
}

.news-events .news > .row .event-teaser, .news-events .news > .row .news-teaser.Termin{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.news-events {
    padding-top: 75px;
    padding-bottom: 40px;
    background-color: white;;
}

.news-events.bg-gray {
    background-color: white;;
}

.news-events.text-center {
    text-align: left;
}

.news-events > .news-teaser-outer .row {
    margin-left: 0;
    margin-right: 0;
}

.news-events .news-teaser-outer {
    margin: 44px 0 0;
}

.news-events .news-teaser-outer .news .col-sm-4.col-xs-6 {
    width: 100%;
    padding: 0;
}

.news-events .news-teaser a:hover {
    text-decoration: none;
}
.news-events .news-teaser .image {
    min-height: 140px;
    background-color: var(--col-mistysky);
    display: contents;
}
.news-events .news-teaser .image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.news-events .news-teaser {
    padding: 32px 0;
    border-bottom: 1px solid var(--col-mistysky);
    overflow: hidden;
    width: 100%;
}
.container.content .news-teaser a {
    display: grid;
    grid-template-columns: 260px 1fr 70px;
    text-decoration: none;
    gap: 29px;
}
.news-events .news-teaser .text {
    font-family: 'Alegreya';
    align-self: center;
    font-weight: 900;
    font-size: clamp(24px,2.36vw,34px);
    text-transform: none;
    color: var(--col-headline);
    display: grid;
}
.news-events .news-teaser .text p {
    font-family: 'Alegreya';
    font-weight: 900;
    margin: 0 0 .5em 0;
    font-size: clamp(24px,2.36vw,34px);
    text-transform: none;
    color: var(--col-headline);
    line-height: 1.3;
}
.news-events .news-teaser .bottom {
    position: relative;
    align-self: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid var(--col-mistysky);
    flex-shrink: 0;
}

.news-events .news-teaser .bottom::after{
    position: absolute;
    top: 0;
    left: 17px;
    font-size: 22px;
    color: var(--col-nightsky);
    content: '\e95c';
    font-family: 'ft-kamp-icons' !important;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

.news-events .event-teaser, .news-events .news-teaser.Termin {
    margin-top: 40px;
    border: none;
}

.news-events .event-teaser > a, .news-events .news-teaser.Termin > a {
    position: relative;
    padding: 0 0 0 87px;
    text-decoration: none;
    display: block;
}

.news-events .event-teaser > a .date, .news-events .news-teaser.Termin > a .date {
    display: block;
    font-family: 'Alegreya';
    font-weight: 900;
    margin: 0 0 .5em 0;
    text-transform: none;
    color: var(--col-headline);
    font-size: clamp(20px,1.94vw,28px);
}

.news-events .event-teaser > a .title, .news-events .news-teaser.Termin > a .title {
    font-size: clamp(16px,1.25vw,18px);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1em;
    color: var(--col-textcolor);
}

.news-events .event-teaser, .news-events .news-teaser.Termin { --col-theme: var(--col-skyblue); }
.news-events .event-teaser.Fairtrade-Schools, .news-events .news-teaser.Termin.Fairtrade-Schools { --col-theme: var(--col-tangerine); }
.news-events .event-teaser.Fairtrade-Towns, .news-events .news-teaser.Termin.Fairtrade-Towns { --col-theme: var(--col-leaf); }
.news-events .event-teaser.Fairtrade-Unis, .news-events .news-teaser.Termin.Fairtrade-Unis { --col-theme: var(--col-flower); }

.news-events .event-teaser > a .bottom , .news-events .news-teaser.Termin > a .bottom {
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 50%;
    background-color: var(--col-theme);
    width: 68px;
    height: 68px;
    border: none;
}

.news-events .event-teaser > a .bottom::after, .news-events .news-teaser.Termin > a .bottom::after {
    position: absolute;
    top: 0;
    font-size: 32px;
    font-weight: 400;
    left: 18px;
    content: '\e911';
    line-height: 68px;
    color: white;
    font-family: 'ft-kamp-icons' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news-events .event-teaser.Fairtrade-Towns > a .bottom::after, .news-events .news-teaser.Termin.Fairtrade-Towns > a .bottom::after {
    color: var(--col-nightsky);
}


.news-events .csc-layout-30 {
    text-align: center;
}

.campaign-start .news-events .event-teaser .bottom .more,
.news-events .news-teaser .more {
    padding: 0 17px 0 0;
    font-family: 'Alegreya';
    font-size: 15px;
    color: var(--col-nightsky);
    text-indent: -9999em;
}

.news-events .news-teaser .date {
    display: none;
    font-family: "Alegreya";
    font-size: 18px;
    color: var(--col-nightsky);
    text-decoration: underline;
    text-decoration-color: var(--col-theme);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

/***** News-Events - End *****/

/***** Subhome - Start *****/
.news-events .more-news-events {
    margin: 0 0 45px;
    padding: 0 9px 0 0;
    text-align: right;
}
.news-events .more-news-events a {
    position: relative;
    padding: 0 32px 0 0;
    font-family: 'Alegreya';
    font-size: 16px;
}
.news-events .more-news-events a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../Images/bg-news-events-more-category-sprite.png") no-repeat;
    background-size: auto 25px;
}
.news-events .more-news-events a.towns::before {
    background-position: 0 0;
}
.news-events .more-news-events a.schools::before {
    background-position: -25px 0;
}
.news-events .more-news-events a.unis::before {
    background-position: -50px 0;
}

.subhome .news-events .event-teaser .date {
    padding: 36px 0;
    font-family: 'Alegreya';
    font-size: 30px;
}
.subhome .news-events .event-teaser .text {
    height: 154px;
    padding: 52px 0 0;
    font-family: 'Alegreya';
    font-size: 30px;
    line-height: 36px;
}
.subhome .news-events .event-teaser .bottom {
    padding: 0 21px 0 0;
}
.subhome .news-events .event-teaser .bottom .more {
    display: block;
    height: 60px;
    background: url("../Images/bg-read-more-arrow-big-right.png") no-repeat right center;
    background-size: auto 29px;
}
.subhome .news-events .more-news-events a {
    margin: 0 0 0 16px;
}
/***** Subhome - End *****/

/***** Campaign-Overview - Start *****/
.campaign-overview {
    display: flow-root;
    position: relative;
    margin: 10px 0 var(--space);
    padding: 40px 0 0;
    text-align: center;
}

.campaign-overview > .row {
    position: relative;
}

.campaign-overview > .row::before{
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 150px;
    bottom: 0;
    left: 15px;
    background-color: var(--col-theme);
}

.subhome .campaign-overview {
    padding-bottom: 50px;
}
.campaign-overview h2.bg {
    display: none;
}

.campaign-overview .overview-counter .logo,
.overview-counter .logo {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #dadada;
    background: white url("../Images/bg-campaign-overview-counter-logo-sprite.png") no-repeat;
    background-size: auto 100px;
    margin-bottom: 20px;
}
.overview-counter{
    text-align: center;
}
.campaign-overview .overview-counter.towns .logo,
.towns .campaign-overview .overview-counter .logo,
.overview-counter.towns .logo,
.towns .overview-counter .logo {
    background-position: -7px 16px;
}
.campaign-overview .overview-counter.schools .logo,
.schools .campaign-overview .overview-counter .logo,
.overview-counter.schools .logo,
.schools .overview-counter .logo{
    background-position: -164px 16px;
}
.campaign-overview .overview-counter.unis .logo,
.unis .campaign-overview .overview-counter .logo,
.overview-counter.unis .logo,
.unis .overview-counter .logo  {
    background-position: -318px 14px;
}

.campaign-overview .overview-counter .counter,
.overview-counter .counter {
    margin-bottom: 30px;
}
.tx-fttowns .campaign-overview{
    background-color: var(--col-theme);
}
.tx-fttowns .campaign-overview .overview-counter .logo{
    display:none;
}
.tx-fttowns .campaign-overview .overview-counter .counter:after{
    display: block;
    margin: 10px 0 8px 0;
    font-family: 'Alegreya';
    font-weight: 900;
    font-size: 24px;
    color: var(--col-richblack);
    content:'Fairtrade-Universities gibt’s bislang.';
}
.tx-fttowns .campaign-overview .overview-counter.towns .counter:after {
    content:'Fairtrade-Towns gibt’s bislang.';
}
.tx-fttowns .campaign-overview .overview-counter.schools .counter:after, .schools .tx-fttowns .campaign-overview .overview-counter .counter:after {
    content:'Fairtrade-Schools gibt’s bislang.';
}

.campaign-overview .overview-counter .counter span,
.campaign-overview .overview-counter .counter div.crd-countnum,
.overview-counter .counter span,
.overview-counter .counter div.crd-countnum,
.tx-ftschools .counter div.crd-countnum {
    display: inline-block;
    width: 40px;
    height: 50px;
    margin: 0 2px;
    font-family: 'Alegreya';
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgb(30,30,30);
    background: linear-gradient(180deg, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 48%, rgba(69,69,69,1) 48%, rgba(69,69,69,1) 52%, rgba(51,51,51,1) 52%, rgba(51,51,51,1) 100%);
    padding: 0;
    border: none;
    float: none;
}

.campaign-overview .overview-counter .counter span,
.overview-counter .counter span  {
    margin: 0 0 0 -1px;
}
.campaign-overview .cat-label-mob,
.cat-label-mob {
    display: none;
}

.campaign-overview .map,
.crd-wrap .map {
    position: relative;
    height: 548px;
    margin: 0;
    background-size: contain;
}
.campaign-overview .map .map-actions,
.crd-wrap .map .map-actions {
    position: absolute;
    top: 58px;
    right: 15px;
}
.campaign-overview .map .search,
.crd-wrap .map .search {
    position: relative;
    width: 250px;
    margin: 0 0 4px;
    padding: 4px;
    height: 44px;
    background-color: var(--col-skyblue);
}
.campaign-overview .map .search input[type="text"],
.crd-wrap .map .search input[type="text"] {
    width: calc(100% - 36px);
    padding: 4px 6px;
    float: left;
    height: unset;
    font-size: 14px;
    line-height: 28px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    margin: 0;
}
.campaign-overview .map .search input[type="submit"],
.crd-wrap .map .search input[type="submit"] {
    width: 30px;
    float: right;
    height: 36px;
    border: none;
    text-indent: -9999em;
    background: transparent;
    padding: 0;
    margin: 0;
}

.campaign-overview .map .search::before,
.crd-wrap .map .search::before {
    content: '\e962';
    font-family: 'ft-kamp-icons' !important;
    position: absolute;
    font-size: 20px;
    top: 6px;
    right: 9px;
    color: white;
    pointer-events: none;
}

.campaign-overview .map .filters,
.crd-wrap .map .filters {
    text-align: left;
    background-color: var(--col-skyblue);
}
.campaign-overview .map .filters .switch,
.crd-wrap .map .filters .switch {
    position: relative;
    height: 44px;
    cursor: pointer;
}
.campaign-overview .map .filters .switch::after,
.crd-wrap .map .filters .switch::after {
    content: '\e90b';
    position: absolute;
    font-family: 'ft-kamp-icons' !important;
    color: white;
    top: 10px;
    right: 11px;
    font-size: 16px;
    font-weight: 400;
    transform: scaleY(1);
    transition: var(--transition);
}
.campaign-overview .map .filters.opened .switch::after,
.crd-wrap .map .filters.opened .switch::after {
    transform: scaleY(-1);
}
.campaign-overview .map .filters .filter,
.crd-wrap .map .filters .filter {
    position: relative;
    margin: 0 0 3px;
    padding: 0 0 0 56px;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    background-color: #fff;
    cursor: pointer;
}
.campaign-overview .map .filters .filter.active::before,
.crd-wrap .map .filters .filter.active::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background: url("../Images/bg-campaign-overview-map-filters-category-sprite.png") no-repeat 0 -90px;
    background-size: 21px auto;
}
.campaign-overview .map .filters .filter::after,
.crd-wrap .map .filters .filter::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 29px;
    width: 17px;
    height: 22px;
    background: url("../Images/bg-campaign-overview-map-filters-category-sprite.png") no-repeat;
    background-size: 21px auto;
}
.campaign-overview .map .filters .filter.towns::after,
.crd-wrap .map .filters .filter.towns::after {
    background-position: 0 0;
}
.campaign-overview .map .filters .filter.schools::after,
.crd-wrap .map .filters .filter.schools::after {
    background-position: 0 -22px;
}
.campaign-overview .map .filters .filter.unis::after,
.crd-wrap .map .filters .filter.unis::after {
    background-position: 0 -44px;
}
.campaign-overview .map .filters .filter.in-application::after,
.crd-wrap .map .filters .filter.in-application::after {
    top: 3px;
    left: 28px;
    width: 19px;
    height: 24px;
    background-position: 0 -66px;
}
.campaign-overview .map .filters .switch-content,
.crd-wrap .map .filters .switch-content {
    display: none;
    padding: 0 20px 20px;
}
.campaign-overview .map .filters .switch label,
.crd-wrap .map .filters .switch label {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
}

.subhome .campaign-overview h2.bg,
.towns .campaign-overview h2.bg {
    margin: 0 0 38px;
}
.subhome .overview-counter,
.towns .overview-counter,
.schools .overview-counter,
.unis .overview-counter {
    display: inline-block;
}

/***** Campaign-Overview - End *****/


/***** Social-Walls - Start *****/

.col-socialfeeds, div#c3705 + div, div#c6020 > div, div#c6021 > div, div#c6022 > div {
    position: relative;
    background-color: var(--col-theme);
    padding-top: var(--space);
    padding-bottom: var(--space);
    margin-bottom: -31px;
}

.col-socialfeeds::before, div#c3705 + div::before, #c6021 > div::before, #c6020 > div::before, #c6022 > div::before  {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: var(--col-theme);
}

.social-walls {
    padding: 60px 0 50px;
    text-align: center;
    background-color: var(--col-theme);
}
.social-walls .social-content img {
    width: 100%;
}
.social-walls h2.bg {
    position: relative;
    height: 45px;
    margin: 0 0 36px;
    font-size: 27px;
    line-height: 45px;
}
.social-walls h2.bg.fb {
    padding: 0 16px 0 50px;
}
.social-walls h2.bg.fb::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 13px;
    width: 16px;
    height: 28px;
    background: url("../Images/bg-social-walls-title-fb.png") no-repeat;
    background-size: 16px auto;
}
.social-walls h2.bg.tw {
    padding: 0 33px 0 62px;
}
.social-walls h2.bg.tw::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    width: 30px;
    height: 24px;
    background: url("../Images/bg-social-walls-title-tw.png") no-repeat;
    background-size: 30px auto;
}
.social-walls h2.bg.inst {
    padding: 0 20px 0 50px;
}
.social-walls h2.bg.inst::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    background: url("../Images/bg-social-walls-title-inst.png") no-repeat;
    background-size: 25px auto;
}
.social-walls .social-content {
    border-top: 6px solid #00b1e0;
}
.instafeed_frame {
    width:358px;
    height: 664px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    background-color:#fff;
    padding-top: 2px;
}
.instafeed_frame .col-manipulate {
    padding-left: 1px;
    padding-right: 1px;
    overflow: hidden;
}
.instafeed_frame a {
    cursor: pointer;
}

section.bg-gray > div > .row {
    margin-left: 0;
    margin-right: 0;
}
.fb,
.tw,
.inst {
    margin: 0 0 40px;
    text-align: center;
}
.tw {
    padding: 0 30px 0 0;
}
.inst {
    padding: 0 30px 0 0;
}
.fb .csc-layout-40 h2,
.tw .csc-layout-40 h2,
.inst .csc-layout-40 h2 {
    display: inline-block;
    margin: 0 0 36px;
    font-size: 27px;
    color: var(--col-headline);
    text-align: center;
}
.towns .fb .csc-layout-40 h2,
.towns .tw .csc-layout-40 h2,
.towns .inst .csc-layout-40 h2 {
    color: var(--col-headline);
}

.cookie-content-placeholder {
    height: 548px;
    margin: 40px 0 60px;
    padding: 140px 40px 40px;
    text-align: center;
    border: 1px solid #d6dad9;
    background-color: #eaeef1;
}
.bg-gray .cookie-content-placeholder,
.campaign-overview .cookie-content-placeholder {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.fb .cookie-content-placeholder,
.inst .cookie-content-placeholder,
.tw .cookie-content-placeholder {
    height: 664px;
    margin: 0 0 0 15px;
}
.inst .cookie-content-placeholder {
    margin-right: -15px;
}
.cookie-content-placeholder h3 {
    font-family: 'Alegreya';
}
a.placeholder-accept-cookie {
    display: inline-block;
    padding: 4px 20px;
    font-family: 'Alegreya';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #00b9e4;
}
.container.content a.placeholder-accept-cookie {
    text-decoration: none;
}
.ce-gallery.cols-1 .cookie-content-placeholder {
    width: 995px;
    margin: 0 0 28px;
}
.col-6 .ce-gallery.cols-1 .cookie-content-placeholder,
.col-sm-8 .ce-gallery.cols-1 .cookie-content-placeholder,
.col-md-8 .ce-gallery.cols-1 .cookie-content-placeholder,
.col-lg-8 .ce-gallery.cols-1 .cookie-content-placeholder,
.col-xl-8 .ce-gallery.cols-1 .cookie-content-placeholder {
    width: 650px;
    height: auto;
    padding: 40px;
}
.col-md-6 .ce-gallery.cols-1 .cookie-content-placeholder {
    width: 480px;
    height: auto;
    padding: 40px;
}
/***** Social-Walls - End *****/


/***** Register - Start *****/
.register.top {
    margin-bottom: 40px;
    text-align: center;
}

.register .part-1 {
    margin: 0 0 44px;
}
.register .part-2 {
    margin: 0 0 40px;
}
.register .part-3 {
    margin: 0 0 18px;
}
.register .part-4 {
    margin: 0 0 50px;
}
.register .part-5 {
    margin: 0 0 32px;
}
.register .part-6 {
    margin: 0 0 68px;
}
.register .form label {
    margin: 10px 0 0;
    font-weight: 400;
    line-height: 18px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.register .form input[type="text"],
.register .form input[type="password"] {
    width: 100%;
}
.register .form textarea {
    width: 100%;
    height: 200px;
    min-height: 100px;
    max-height: 400px;
    margin: 0 0 15px;
    padding: 0 10px;
    border: 2px solid #ddd;
    resize: vertical;
}

.register .form input[type="file"] {
    display: inline-block;
    width: 120px;
    margin: 0 0 0 30px;
    cursor: pointer;
}
.register .form input[type="submit"] {
    padding: 0 42px 0 30px;
    font-family: 'Alegreya';
    font-size: 20px;
    line-height: 44px;
    color: #fff;
    border: none;
    background: #bed600 url("../Images/bg-register-submit-arrow.png") no-repeat right center;
    background-size: auto 19px;
}
.register .form input.zip {
    float: left;
    width: 23%;
}
.register .form input.city {
    float: right;
    width: 75%;
}
.register .info {
    margin: 4px -20px 1px 0;
    font-size: 12px;
    line-height: 120%;
}
.register .info.kommune {
    margin-bottom: -3px;
}
.register h4 {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 700;
}
.register .checkbox,
.register .radiobtn {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}
.register .checkbox.gap {
    margin-bottom: 20px;
}
.register .checkbox input[type="checkbox"] {
    position: absolute;
    top: 12px;
    left: 15px;
    margin: 0;
}
.register .checkbox label {
    min-height: 1px;
    margin: 10px 0 12px 36px;
    padding: 0;
}
.register .radiobtn label {
    min-height: 1px;
    margin: 10px 0 12px 18px;
    padding: 0;
}
.register .checkbox .cfrm-preview + label {
    margin-left: 40px;
}

.register .file-upload {
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 0 0 10px;
    padding: 0 36px 0 0;
}
.register .file-upload::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../Images/bg-form-file-upload.png") no-repeat;
    background-size: 30px auto;
}
.register .file-upload label {
    font-family: 'Alegreya';
    font-size: 16px;
}
.register .form .file-upload input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 2;
}

.register .form {
    font-size: 14px;
}
.register .row.gap {
    margin-top: 40px;
}
.register .form .part::after {
    content: '';
    display: table;
    clear: both;
}
.register .form .part label, .schools#page56 .up-alert-text #studentrepresentative label {
    float: left;
    width: 42%;
}
.register .form .part.full label {
    display: block;
    float: none;
    margin: 0 0 6px;
}
.register .form .no_contact_person {
    margin: 0 auto 20px;
    padding: 40px 30px;
    background-color: var(--col-theme);
    max-width: var(--maxcontent);
}
.register .form .no_contact_person label {
    margin: 5px 0 0;
    font-weight: bold;
    width: 80%;
}
.register .form .part input[type="text"],
.register .form .part input[type="number"],
.register .form .part input[type="password"],
.schools#page56 .up-alert-text #studentrepresentative input[type="text"],
.schools#page56 .up-alert-text #studentrepresentative input[type="email"]{
    float: left;
    width: 58%;
}
.register .form .part select,
.schools#page56 .up-alert-text #studentrepresentative select {
    width: 58%;
}
.schools#page56 .up-alert-text #studentrepresentative br{
    display: none;
}
.register .part .info {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}
.register .part .info.no-top-indent {
    margin: 0;
}
.register .upload {
    margin-top: 20px;
    margin-bottom: 10px;
}
.register .part .subpart {
    float: left;
    margin: 0 16px 0 0;
}
.register .part .subpart .ch-loadwrap {
    margin: 0;
}
.register .part .subpart .up-wrap {
    min-width: 150px;
    margin: -6px 0 20px;
}
.register .form .part .lbl {
    float: left;
    width: 42%;
}
.register .form .part .lbl label {
    width: auto;
}
.register .form .part .lbl.fullwidth {
    width: 20.6666%;
}
.register .form .part .ipt {
    float: left;
    width: 58%;
}
.register .form .part .ipt.fullwidth {
    width: 79.3333%;
    margin: 0 0 20px;
}
.register .form .part .ipt .str {
    width: 78%;
}
.register .form .part .ipt .hnr {
    float: right;
    width: 20%;
}
.register .form .part label[for="plz"],
.register .form .part label[for="plz2"],
.register .form .part label[for="plz3"],
.register .form .part label[for="ort"],
.register .form .part label[for="ort2"],
.register .form .part label[for="ort3"] {
    float: none;
    width: auto;
}
.register h3 {
    font-family: 'Exo 2',Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}
.register .form .checkbox input[type="checkbox"] {
    left: 0;
}
.register .form .checkbox.top input[type="checkbox"] {
    top: 2px;
}
.register .form .ipt.fullwidth .checkbox input[type="checkbox"] {
    top: 4px;
}
.register .form .submit {
    margin-top: 40px;
}
.register .form .part .checkbox label {
    float: none;
    width: auto;
    margin: 0 0 0 36px;
}
.register .ipt.fullwidth .checkbox {
    float: left;
    width: 39%;
    margin: 0 0 20px;
}
.register .form .row .type {
    margin-top: 35px;
    margin-bottom: 12px;
}
.register .form .cfrm-preview {
    display: block;
    float: left;
    margin: 8px 0 10px;
}
.register .form #ort + .cfrm-preview,
.register .form #ort2 + .cfrm-preview,
.register .form #ort3 + .cfrm-preview {
    margin-left: 4px;
}
.register .form #aktionen + .cfrm-preview {
    margin: 0 0 40px 0;
}
.cfrm-preview + .info {
    display: none;
}
.register .form .part .checkbox .cfrm-preview {
    top: auto;
    margin: 0;
}
.register .form .part .checkbox .cfrm-preview + label {
    margin: 2px 0 0 40px;
}

.gap {
    margin-bottom: 40px;
}
/***** Register - End *****/


/***** News-List - Start *****/
.news-list {
    margin: 16px 0 0;
}
.news-entry {
    margin-bottom: 36px;
    position: relative;
}

.news-entry .col-sm-offset-2 {
    margin-left: 0;
}

.news-entry .col-sm-8 {
    width: 100%;
}


@media (min-width: 768px){
    .news-entry .col-sm-5 {
        width: 75%;
    }
}

.news-list .news-entry .border > div {
    margin: 12px 0 0;
    border-bottom: 1px solid var(--col-mistysky);
}

.news-list .news-entry .border.top {
    display: none;
}
.news-list .news-entry .border.top > div {
    margin: 0 0 32px;
}
.news-list .news-entry:nth-of-type(1) .border.top {
    display: block;
}

.news-list h2.bg {
    height: 34px;
    margin: 0 0 32px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 32px;
}
.news-list .image {
    margin: 0 0 20px;
}
.news-list .image img {
    max-width: 100%;
    height: auto;
}
.news-list .top {
    font-size: 12px;
    color: white;
}

.news-list .top .category {
    color: var(--col-nightsky);
    font-weight: 700;
    display: none;
}

.news-list .top .date {
    display: inline-block;
    font-family: "Alegreya";
    font-size: 18px;
    color: var(--col-nightsky);
    text-decoration: underline;
    text-decoration-color: var(--col-theme);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-list .title, .news-list .text {
    padding-right: 80px;
}

.news-list .title h3 {
    margin-left: 0;
}

.news-list .text p {
    margin-left: 0;
}

.news-list .news-list-morelink {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid var(--col-mistysky);
    right: 15px;
    top: calc(50% - 30px);
    border-radius: 50%;
    overflow: hidden;
}
.news-list .news-list-morelink a {
    text-indent: -9999px;
    text-decoration: none;
    display: block;
    line-height: 60px;
}

.news-list .news-list-morelink a::after {
    position: absolute;
    top: 0;
    left: 17px;
    font-size: 22px;
    color: var(--col-nightsky);
    content: '\e95c';
    font-family: 'ft-kamp-icons' !important;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
}
.towns .news-list .news-list-morelink a::after {
    background-position: 0 0;
}
.schools .news-list .news-list-morelink a::after {
    background-position: -25px 0;
}
.unis .news-list .news-list-morelink a::after {
    background-position: -50px 0;
}
.news-list .showResultsWrap {
    display: none;
}
.main .news-list .news-page-browser {
    margin: 50px 0 120px;
    font-size: 18px;
    text-align: center;
    display: flex;
    gap: 6px;
    padding: 0;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
}

div.main .news-list .news-page-browser li {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid var(--col-nightsky);
    overflow: hidden;
}
div.main .news-list .news-page-browser li a {
    text-decoration: none;
    width: 38px;
    display: block;
    line-height: 38px;
    color: var(--col-nightsky);
}
div.main .news-list .news-page-browser li a:hover {
    background-color: var(--col-nightsky);
    color: white;
}
div.main .news-list .news-page-browser li.active {
    font-weight: 700;
    background-color: var(--col-nightsky);
    color: white;
}
.news-list .news-page-browser li::before {
    display: none;
}

.news-list .paging {
    margin: 0 0 40px;
}
.news-list .paging nav ul li {
    display: inline-block;
    margin: 0 7px;
}
.news-list .paging nav ul li a {
    display: block;
}
.news-list .paging nav ul li.nav {
    position: relative;
    top: 3px;
    margin: 0;
}
.news-list .paging nav ul li.nav a {
    width: 18px;
    height: 18px;
    background: url("../Images/bg-news-paging-arrows.png") no-repeat;
    background-size: auto 18px;
}
.news-list .paging nav ul li.nav.to-start a {
    margin: 0 -3px 0 0;
    background-position: -20px 0;
    transform: rotate(180deg);
}
.news-list .paging nav ul li.nav.back a {
    background-position: 0 0;
    transform: rotate(180deg);
}
.news-list .paging nav ul li.nav.next a {
    background-position: 0 0;
}
.news-list .paging nav ul li.nav.to-end a {
    margin: 0 0 0 -3px;
    background-position: -20px 0;
}

.news-list .news-page-browser .disabledLinkWrap,
.news-list .news-page-browser li:nth-child(1) a,
.news-list .news-page-browser li:nth-child(2) a,
.news-list .news-page-browser li:nth-last-child(1) a,
.news-list .news-page-browser li:nth-last-child(2) a {
    overflow: hidden;
}
.news-list .news-page-browser .disabledLinkWrap {
    display: none;
}
.news-list .news-page-browser li:nth-child(1) a::before,
.news-list .news-page-browser li:nth-child(2) a::before,
.news-list .news-page-browser li:nth-last-child(1) a::before,
.news-list .news-page-browser li:nth-last-child(2)  a::before{
    content: '';
    display: block;
    width: 38px;
    font-family: 'ft-kamp-icons' !important;
    font-weight: normal;
}

.news-list .news-page-browser li:nth-child(1) a::before,
.news-list .news-page-browser .disabledLinkWrap:nth-child(1)::before {
    content: '\e95a';
}
.news-list .news-page-browser li:nth-child(2) a::before,
.news-list .news-page-browser .disabledLinkWrap:nth-child(2)::before {
    content: '\e94d';
}
.news-list .news-page-browser li:nth-last-child(1) a::before,
.news-list .news-page-browser .disabledLinkWrap:nth-last-child(1)::before {
    content: '\e95c';
}
.news-list .news-page-browser li:nth-last-child(2) a::before,
.news-list .news-page-browser .disabledLinkWrap:nth-last-child(2)::before {
    content: '\e9c5';
}


/***** News-List - End *****/


/***** News-Detail - Start *****/
.news-detail {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 24px;
}

.news-detail h2.bg {
    display: none;
}

.news-detail .top, .news-detail .top-termin-detail {
    text-align: center;
    display: block;
}

.news-detail .top .category {
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--col-nightsky);
    font-weight: 400;
}

.news-detail .top .date {
    display: none;
}

.news-detail .top-termin-detail .date {
    font-family: "Alegreya";
    font-size: 24px;
    color: var(--col-nightsky);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-detail p.subheader {
    margin-bottom: 36px;
    font-family: 'Alegreya';
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.news-detail h4 {
    margin: 0 0 2px;
    font-family: 'Alegreya';
    font-size: 18px;
    color: var(--col-richblack);
}
.news-detail .news-single-image {
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.news-detail .image img {
    max-width: 100%;
    height: auto;
    margin: 0;
}
.news-detail .image p.news-img-caption {
    font-size: 14px;
}
.news-detail p {
    margin: 0 0 24px;
}
.news-detail .news-single-imgcaption {
    width: auto !important;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #888;
}

.news-detail .news-single-backlink {
    margin: 20px 0;
}
.news-detail .news-single-newsroomlink {
    margin: 0 0 20px 0;
}
.news-detail .news-single-backlink a,
.news-detail .news-single-newsroomlink a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
}

.news-detail .news-single-backlink a::before,
.news-detail .news-single-newsroomlink a::before {
    content: '\e95a';
    font-family: 'ft-kamp-icons' !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    margin: -12px 0 0 0;
}

.news-detail.termin .date {
    font-family: Alegreya;
    font-weight: 700;
    font-size: 24px;
}

.news-detail.termin .address-details {
    padding: 10px 10px 10px 35px;
    background-color: #efefef;
    background-image: url(/typo3conf/ext/fttowns/Resources/Public/images/icon_kampagne_act.png);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: auto 30px;
    margin-bottom: 32px;
}
.news-detail.termin .address-place {
    font-weight: bold;
}
.towns .news-detail.termin .address-details {
    background-image: url("/typo3conf/ext/fttowns/Resources/Public/images/icon_town_act.png");
}
.schools .news-detail.termin .address-details {
    background-image: url("/typo3conf/ext/ftschools/Resources/Public/images/mapicon_school.png");
}
.unis .news-detail.termin .address-details {
    background-image: url("/typo3conf/ext/fttowns/Resources/Public/images/icon_uni_act.png");
}
/***** News-Detail - End *****/


/***** City-Index - Start *****/
.teaser-cityindex {
    padding: 0 0 90px;
}
.teaser-cityindex > .inner {
    position: relative;
}
.teaser-cityindex .image img {
    max-width: 100%;
    height: auto;
}
.teaser-cityindex .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.teaser-cityindex .text .centerer {
    display: table;
    width: 100%;
    height: 100%;

}
.teaser-cityindex .text .centerer .inner {
    display: table-cell;
    vertical-align: middle;
}
.teaser-cityindex p {
    margin: 0 0 40px;
    font-family: 'Alegreya';
    font-size: 24px;
    color: #000;
    line-height: 30px;
}
.teaser-cityindex a.more,
.teaser-cityindex a.pfeil,
.content-slider .quote-text a.pfeil {
    position: relative;
    display: inline-block;
    padding: 0 38px 0 0;
    font-family: 'Alegreya';
    font-size: 19px;
    line-height: 32px;
    color: #000;
    text-decoration: none;
}
.teaser-cityindex p:last-of-type {
    margin-bottom: 0;
}
.teaser-cityindex a.more::after,
.teaser-cityindex a.pfeil::before,
.content-slider .quote-text a.pfeil::before {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    left: auto;
    width: 30px;
    height: 30px;
    background: url("../Images/bg-teaser-cityindex-more-sprite.png") no-repeat;
    background-size: auto 30px;
}
.towns .teaser-cityindex a.more::after,
.towns .teaser-cityindex a.pfeil::before {
    background-position: 0 0;
}
.schools .teaser-cityindex a.more::after,
.schools .teaser-cityindex a.pfeil::before {
    background-position: -29px 0;
}
.unis .teaser-cityindex a.more::after,
.unis .teaser-cityindex a.pfeil::before {
    background-position: -59px 0;
}
/***** City-Index - End *****/

/***** City-Index / List - Start *****/
.tx-fttowns .crd-ext {
    margin: 0 0 var(--space) 0;
}

.crd-wait, #wait {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    background: #fff url('../Images/wait.gif') no-repeat center;
    z-index: 100;
    border: 1px solid #24b1da;
}

#wraper {
    position: relative;
    width: 100%;
    height: 510px;
    overflow: hidden;
}
.wraperinner {
    position: absolute;
    left: 0px;
    height: 490px;
}
.wraperinner .inner {
    position: absolute;
}

.crd-ext input.crd-searchtxt {
    float: left;
    width: calc(100% - 48px);
}
.crd-ext #submitfull {
    float: right;
    position: relative;
    width: 46px;
    height: 45px;
    text-indent: -9999em;
    cursor: pointer;
    color: var(--col-nightsky);
}

.crd-ext #submitfull:hover {
    color: var(--col-skyblue);
}

.crd-ext #submitfull::after{
    content: '\e962';
    text-indent: 0;
    font-family: 'ft-kamp-icons' !important;
    position: absolute;
    line-height: 45px;
    font-size: 24px;
    top: 0;
    right: 6px;
}

.crd-col2-0, .crd-col2-1 {
    float: left;
    display: block;
    margin: 0 30px 0 0;
}
#crd-list-no-results-msg {
    text-align: center;
}
.crd-listsort {
    position: relative;
    margin: 15px 0 0;
}
.crd-listsort #viewcrdlistsort,
.crd-listsort #viewcrdartsort,
.crd-listsort #viewcrdblsort {
    width: 269px;

}

.crd-listsort#crdlistsortwrap {
    float: right;
}

.crd-listsort ul#crdlistsort,
.crd-listsort ul#crdartsort,
.crd-listsort ul#crdblsort,
.crd-listsort ul#crdlistsort {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    padding: 0;
    list-style-type: none;
    border: 2px solid #ddd;
    background-color: #fff;
    z-index: 5;
}
.crd-listsort ul#crdlistsort li,
.crd-listsort ul#crdartsort li,
.crd-listsort ul#crdblsort li,
.crd-listsort ul#crdlistsort li {
    margin: 0;
    cursor: pointer;
}
.crd-listsort ul#crdlistsort li::before,
.crd-listsort ul#crdartsort li::before,
.crd-listsort ul#crdblsort li::before,
.crd-listsort ul#crdlistsort li::before {
    display: none;
}
#crdartsort li,
#crdblsort li,
#crdlistsort li {
    border-bottom: 2px solid #ddd;
    padding: 6px 16px;
}
#crdartsort li:last-child,
#crdblsort li:last-child,
#crdlistsort li:last-child {
    border-bottom: none;
}
.crd-listsort ul#crdlistsort li:hover,
.crd-listsort ul#crdartsort li:hover,
.crd-listsort ul#crdblsort li:hover {
    margin: -2px -2px;
    padding: 8px 16px 10px 18px;
    border: none;
    background-color: var(--col-skyblue);
}

.crd-listwrap {
    position: relative;
    min-height: 600px;
}
.crd-listname {
    position: relative;
    padding: 0 0 0 37px;
}
.crd-listwrap a.crd-list {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    border-bottom: 1px solid var(--col-mistysky);
    background-position: 0 9px;
    background-repeat: no-repeat;
    background-size: 24px auto;
}
.crd-listwrap .crd-listname {
    font-family: 'Alegreya';
    font-weight: 900;
    color: var(--col-nightsky);
    font-size: 28px;
    line-height: 34px;
}

.crd-listname-details {
    position: absolute;
    top: 7px;
    right: 2px;
    font-family: 'Exo 2',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 25px;
}


.crd-listrang {
    position: absolute;
    top: 4px;
    right: 82px;
    font-family: 'Exo 2',Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-align: right;
    background-color: #fff;
}
.crd-listrang::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -15px;
    height: 10px;
    border-right: 1px solid #000;
}

#navwrap {
    float: left;
    width: 100%;
    margin: 40px 0 40px;
}
#slidernav {
    float: left;
}
#slidernav .wrapcntwrap .wrapcnt {
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    display: inline-block;
}

#selectitemsperpage {
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}
#slidernav .wrapcntwrap {
    float: left;
    width: 690px;
    margin: 2px 0 0 10px;
}
#slidernav .wrapcntwrap .wrapcnt {
    display: inline-block;
    margin: 0 2px;
    padding: 0 4px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    line-height: 40px;
    color: var(--col-nightsky);
}

#slidernav .wrapcntwrap .wrapcnt:hover {
    color: white;
    background-color: var(--col-nightsky);
}
#slidernav .bck, #slidernav .fw {
    display: block !important;
    float: left;
    width: 32px;
    height: 42px;
    cursor: pointer;
    color: var(--col-nightsky);
    line-height: 42px;
}

#slidernav .bck::after {
    content: '\e90a';
    font-family: 'ft-kamp-icons' !important;
}

#slidernav .fw::after {
    content: '\e908';
    font-family: 'ft-kamp-icons' !important;
}

#slidernav .wrapcntwrap {
    padding-right: 5px;
    text-align: center;
}
#slidernav .wrapcntwrap .wrapcnt-active {
    color: white;
    background-color: var(--col-nightsky);
}

.nav-itemsperpage {
    margin: 0 0 0 -1px;
    padding: 10px 5px;
    cursor: pointer;
    border: 1px solid var(--col-nightsky);
    color: var(--col-nightsky);
}

.nav-itemsperpage:hover {
    color: white;
    background-color: var(--col-nightsky);
}

.nav-itemsperpage:first-of-type{
    border-radius: 5px 0 0 5px;
    margin-left: 6px;
}

.nav-itemsperpage:last-of-type{
    border-radius: 0 5px 5px 0;
}

.nav-itemsperpage-act {
    color: white;
    background-color: var(--col-nightsky);
}

.list-border.top {
    margin: 0 0 40px;
}
/***** City-Index / List - End *****/

/***** ke_search - Start *****/
#kesearch_results .result-list-item .result-title {
    margin: 0 0 0;
}
.tx-kesearch-pi1 #kesearch_num_results {
    float: none;
    margin: 0 0 23px;
}
span.resetbutt {
    display: none;
}
div.kesearchbox {
    float: left;
}
.tx-kesearch-pi1 #ke_search_sword {
    display: block;
    position: relative;
    top: auto;
    height: 42px;
    width: 100%;
    margin: 0 6px 0 0;
    padding: 0 10px;
    border: 2px solid var(--col-mistysky);
    border-radius: 3px;
}
.tx-kesearch-pi1 #ke_search_sword:hover,
.tx-kesearch-pi1 #ke_search_sword:focus {
    box-shadow: none;
}
.tx-kesearch-pi1 .submitbutt {
    position: relative;
    float: left;
    display: block;
}

.tx-kesearch-pi1 .submitbutt::after {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 24px;
    content: '\e962';
    font-family: 'ft-kamp-icons';
    color: var(--col-nightsky);
    pointer-events: none;
}

.tx-kesearch-pi1 .submitbutt:hover::after {
    color: var(--col-theme);
}

.tx-kesearch-pi1 span.submitbutt input {
    display: block;
    width: 36px;
    height: 42px;
    min-width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    text-indent: -9999em;
    cursor: pointer;
}
.tx-kesearch-pi1 span.submitbutt input:hover {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

div.main .kesearch_pagebrowser li {
    margin: 0 4px;
    padding: 0;
}
div.main .kesearch_pagebrowser li::before {
    display: none;
}
/***** ke_search - End *****/

/***** Schools - Start *****/
.tx-ftschools .title {
    margin: 0 0 40px;
}

.tx-ftschools .crd-ext {
    margin: 40px 0;
}

.tx-ftschools .crd-ext .text-center {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.tx-ftschools select {
    width: 100%;
}
.tx-ftschools .crd-wrap {
    position: relative;
}
.tx-ftschools .crd-searchfull {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    height: 46px;
}
.tx-ftschools .crd-ext .crd-searchfulldummy {
    display: inline-block;
    width: auto;
}
.tx-ftschools .crd-ext .crd-searchfulldummy input#mapsearch {
    width: 100%;
    margin-bottom: 0;
}
.tx-ftschools .crd-searchsubmit {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    background: url("/typo3conf/ext/rm_setup/Resources/Public/Images/bg-search-submit-orange.png") no-repeat;
    background-size: 27px auto;
    text-indent: -9999em;
    cursor: pointer;
}
.tx-ftschools .checkbox ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.tx-ftschools .checkbox ul li {
    margin: 0;
}

.crd-school {
    cursor: pointer;
}
.crd-in {
    cursor: pointer;
}

.crd-reload {
    cursor: pointer;
}
.crd-error {
    display: none;
    background-color: #ffa02f;
    border-radius: 5px;
}

/***** Select - Start *****/
div.crd-searchsub {
    display: inline-block;
    margin: 0;
    text-align: left;
}
div.crd-searchsub .select {
    position: relative;
    cursor: pointer;

    height: 46px;
    padding: 0.4em 3em 0.6em 1em;
    margin-bottom: 0;
    text-overflow: ellipsis;
    font-family: "Exo 2", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: unset;
    color: #1e1e1e;
    background-color: rgba(255, 255, 255, 0.8);
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-image: url(../Images/selectarrow.svg);
    background-position: right 20px top 15px;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

div.crd-searchsub .select:hover {
    text-decoration: none;
}
div.crd-searchsub .select .icon {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 19px;
    height: 13px;
    margin: 0 0 4px 4px;
}

div.crd-searchsub .select .selected {
    width: auto;
    padding: 2px 0 0 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;
}
div.crd-searchsub .select ul {
    display: none;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 42px;;
    padding: 0;
    color: var(--col-richblack);
    list-style: none;
    border: 2px solid var(--col-mistysky);
    background-color: #fff;
    z-index: 2;
}
div.crd-searchsub .select.focus ul {
    display: block;
}
div.crd-searchsub .select ul li {
    position: relative;
    margin: 0;
    padding: 6px 13px 6px 58px;
    border-bottom: 2px solid #efefef;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;
}
div.crd-searchsub .select ul li:hover {
    margin: -2px -2px 0;
    padding: 8px 15px 8px 60px;
    color: #fff;
    background-color: #ffa02f;
    border-bottom: none;
}
div.crd-searchsub .select ul li:last-of-type {
    border-bottom: none;
}
div.crd-searchsub .select ul li:hover:last-of-type {
    margin-bottom: -2px;
    padding-bottom: 10px;
}
div.crd-searchsub .select .bg::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 45px;
    height: 31px;
    background: url("../Images/bg-schools-filter-map-sprite.png") no-repeat;
    background-size: 45px auto;
}
div.crd-searchsub .select .bg.schools-all::before {
    background-position: 0 0;
}
div.crd-searchsub .select .bg.schools::before {
    background-position: 0 -31px;
}
div.crd-searchsub .select .bg.schools-in-application::before {
    background-position: 0 -63px;
}
div.crd-searchsub .select li.bg.schools-all:hover::before,
div.crd-searchsub .select li.bg.schools:hover::before,
div.crd-searchsub .select li.bg.schools-in-application:hover::before {
    top: 6px;
    left: 8px;
}
/***** Select - End *****/

.tx-ftschools #crdlistblwrap {
    display: inline-block;
    vertical-align: top;
}
.tx-ftschools #crdlistblwrap p {
    margin: 0;
}
.tx-ftschools #crdlistblwrap select {
    margin: 0;
    width: 100%;
}

.tx-ftschools #crd-sortandfilter {
    display: inline-block;
    vertical-align: top;
}
.tx-ftschools #crd-sortandfilter p {
    margin: 0;
}
.tx-ftschools #crd-sortandfilter select {
    margin: 0;
    width: 100%;
}
.tx-ftschools .crd-map {
    width: auto;
    height: 600px;
}

.tx-ftschools .crd-countwrap {
    margin: 20px 0 40px;
}
.tx-ftschools .crd-count {
    display: inline-block;
}
.tx-ftschools .crd-counttext {
    display: inline-block;
    font-size: 22px;
    margin-left: 32px;
}
.tx-ftschools #wraper {
    position: relative;
    width: auto;
    height: 910px;
    overflow: hidden;
}
.tx-ftschools .wraperinner {
    height: 490px;
    position: absolute;
    left: 0;
}
.tx-ftschools .inner {
    position: absolute;
}
.bubble-head {
    font-weight: bold;
}
.bubble-towns .bubble-head {
    color: #bed600;
}
.bubble-schools .bubble-head {
    color: #ffa02f;
}
.bubble-unis .bubble-head {
    color: #e0119d;
}

.tx-ftschools .crd-list {
    position: relative;
    height: auto;
    min-height: 48px;
    padding: 20px 0;
    text-decoration: none;
    border-bottom: 1px solid var(--col-mistysky);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 0 24px;
}
.tx-ftschools .crd-list::before {
    content: '\e90b';
    font-family: 'ft-kamp-icons' !important;
    font-weight: 400;
    color: var(--col-nightsky);
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 28px;
}
.tx-ftschools .crd-list.active::before {
    transform: rotate(-180deg);
}
.tx-ftschools .crd-listname {
    padding: 0 60px 0 45px;
}
.tx-ftschools .crd-listtext {
    display: none;
    padding: 20px 0 0 45px;
}
.tx-ftschools .paging-wrapper {
    margin: 40px 0 40px;
    text-align: center;
}
.tx-ftschools #slidernav {
    float: none;
    display: inline-block;
}
.tx-ftschools #slidernav .wrapcntwrap .wrapcnt-active,
.tx-ftschools #slidernav .wrapcntwrap .wrapcnt:hover {
    color: white;
    background-color: var(--col-nightsky);
}
/***** Schools - End *****/


/***** City-Pages - Start *****/
.cfrm-wrap {
    width: auto !important;
    margin-left: 30px;
    margin-right: 30px;
}
.cfrm-left {
    float: left;
    width: 42% !important;
    padding: 0;
}
.cfrm-right {
    position: relative;
    float: left;
    width: 58% !important;
}
.cfrm-wrap input[type="text"],
.cfrm-wrap input[type="password"],
.cfrm-wrap textarea {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 2px solid #ddd;
    margin: 0 0 15px;
    font-family: "Exo 2", Helvetica, sans-serif !important;
    font-size: 18px !important;
    color: #1e1e1e !important;
}
#plzgeo {
    width: 100px;
}
#plz,
#plz2,
#plz3 {
    float: left;
    width: 33%;
}
.col-sm-5 #plz,
.col-sm-5 #plz2,
.col-sm-5 #plz3 {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}
#ort,
#ort2,
#ort3 {
    float: right;
    width: 65%;
}
.cfrm-wrap input[type="text"].str {
    width: 78%;
}
.cfrm-wrap input[type="text"].hnr {
    float: right;
    width: 20%;
}
.cfrm-wrap label {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: bold;
}

.qq-upload-button {
    font-family: Alegreya;
    font-size: 16px;
    color: #000;
    text-shadow: none;
    font-weight: 600;
}
.unis .qq-upload-button {
    color: #fff;
}

.eform-input-wrap.upload {
    float: left;
    margin: 0 0 20px;
}
#eform ul.ch-ul {
    padding: 0;
    margin: 0;
}
.ch-load {
    position: absolute;
    left: 0;
    top: 0;
    height: 33px;
    line-height: 33px;
    padding: 0 20px;
    cursor: pointer;
}
.ch-load.v2 {
    height: 33px;
    padding: 0 20px;
    background: var(--col-theme)
}

#cfrmform{
    margin-bottom: var(--space);
}
#cfrmform #g-recaptcha{
    width: 100%;
}
#cfrmform #g-recaptcha > div{
    margin: auto;
}
.checkbox .cfrm-right input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
}
.checkbox .cfrm-preview {
    position: absolute;
}

.checkbox .cfrm-right label {
    min-height: 1px;
    margin: 0 0 20px 20px;
    padding: 0;
}
.checkbox .cfrm-right .cfrm-preview + label {
    margin-left: 30px;
}
.cfrm-right .checkbox {
    margin: 0;
}
.cfrm-right .checkbox input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
}
.cfrm-right .checkbox label {
    min-height: 1px;
    margin: 0 0 20px 40px;
    padding: 0;
}
.cfrm-right .checkbox .cfrm-preview + label {
    margin-left: 40px;
}
#schulleiter + .checkbox {
    margin: 15px 0 0 0;
}
/*
.cfrm-button-back {
    display: inline-block;
    margin: 0 10px 40px 0;
    padding: 0 30px 0 42px;
    font-family: 'Alegreya';
    font-size: 20px;
    line-height: 44px;
    color: #fff;
    border: none;
    background: #999 url("../Images/bg-register-submit-back-arrow.png") no-repeat 0 center;
    background-size: auto 19px;
    cursor: pointer;
}
*/
.cfrm-hint {
    display: block;
    margin: 0 0 15px;
    font-size: 10px;
    line-height: 11px;
}
input + .cfrm-hint {
    margin-top: 10px;
}

.tx-felogin-pi1 {
    margin-bottom: var(--space);
}
.tx-felogin-pi1 #cfrmform{
    margin-bottom: 0;
}
.tx-felogin-pi1 label {
    display: block;
    float: left;
    width: 42%;
    line-height: 38px;
    font-weight: normal;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
    width: 58%;
}
.tx-felogin-pi1 input[type="submit"]{
    margin-bottom: 30px;
}

.tx-felogin-pi1 .error {
    color: var(--col-flower);
}



.main .tx-fttowns h1.indent-lr {
    margin-bottom: 24px;
}
.eform-item-wrap {
    margin-top: 26px;
    margin-bottom: 20px;
}
.big_column {
    margin: 0 0 40px;
}
.divider,
.ce-div {
    clear: both;
    margin: 50px 0 40px 0;
    border-top: 3px solid var(--col-theme);
}

.indent-lr {
    margin: 0 32px;
}
.indent-l {
    margin: 0 0 0 32px;
}
#eform .info-size {
    margin: 0 0 18px;
}
#eform .low-line-height {
    line-height: 18px;
}
.ch-loadwrap {
    position: relative;
    margin: 20px 0 25px;
    padding: 0 0 10px 0;
}
.previewUpload {
    margin: 10px 0 35px 0;
}
#eform label {
    float: left;
    width: 42%;
    font-weight: 400;
}
#c2648 #eform label,
#c2648 #eform #imageTownWrap label,
#c2647 #eform label,
#c2647 #eform #imageTownWrap label,
#c2645 #eform label,
#c2645 #eform #imageTownWrap label{
    width: 42%;
    float: left;
}
#eform label.label-checkbox {
    display: inline;
    float: none;
    width: auto;
}
#eform .eform-checkbox-wrap {
    margin: 10px 0 10px 0;
}
.up-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.previewImage-wrap img {
    max-width: 100%;
    height: auto;
}
#eform ul {
    margin: 0 0 24px;
}
#eform li {
    margin: 0;
}





#pageevents a,
#pagedates a,
#pagedownloads a,
#pagelinks a {
    position: relative;
    padding: 0;
}


.towns #pagetowns a,
.towns #pageevents a,
.towns #pagedates a,
.towns #pagedownloads a,
.towns #pagelinks a {
    color: var(--col-textcolor);
}
.schools #pagetowns a,
.schools #pageevents a,
.schools #pagedates a,
.schools #pagedownloads a,
.schools #pagelinks a {
    color: var(--col-theme);
}
.unis #pagetowns a,
.unis #pageevents a,
.unis #pagedates a,
.unis #pagedownloads a,
.unis #pagelinks a {
    color: var(--col-theme);
}
#addressWrap::after {
    content: '';
    clear: both;
    display: table;
}



.eform-input-wrap.upload-input {
    width: 58%;
    float: left;
}
.eform-input-wrap.upload-input .ch-loadwrap {
    min-height: 36px;
    margin: 0 0 15px;
    padding: 0;
}
.previewImage-wrap {
    width: 300px;
    margin-top: 0;
}
.eform-input-wrap.upload-input .previewImage-wrap img {
    margin: 0 0 15px;
}
#eform .eform-input-wrap.upload-input .info-size {
    margin: 0;
    font-size: 12px;
}
#eform #plz {
    width: 20%;
    margin: 0 10px 0 0;
    float: left;
}
#eform #ort {
    float: left;
    width: calc(38% - 10px);
}

.city-header {
    float: none;
    width: auto;
    margin: 20px -30px 20px;
    padding-left: 0;
    padding-right: 0;
}
.city-header-caption {
    position: absolute;
    top: 15px;
    left: 16px;
    right: 15px;
}
.city-header-bottom {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
.unis .city-header-bottom {
    bottom: -3px;
}
.city-header-bottom h4 {
    display: inline-block;
    font-family: 'Alegreya';
    font-size: 44px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
div.content .city-header-caption h1 {
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
    padding: 28px 0 20px;
    margin: -28px 0 0;
}

.city-header-caption h3 {
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
    text-align: center;
}
h3.town-number {
    display: inline-block;
    height: auto;
    margin: 0 0 8px;
    padding: 0 12px 4px;
    font-family: 'Alegreya';
    font-size: 30px;
    line-height: 48px;
}
.city-image {
    margin-top: -20px;
    padding: 0;
}
.city-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 36px;
}
.city-image-dummy {
    width: 240px;
    height: 145px;
    background-color: white;
    background-image: url(../Images/bg-campaign-overview-counter-logo-sprite.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 155px;
}
.towns .city-image-dummy {
    background-position: left center;
}
.unis .city-image-dummy {
    background-position: right center;
}
.city-information {
    margin: -10px 0 40px;
}
.city-contact {
    margin: 0 0 40px;
    padding: 0;
}
.city-information a {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-weight: 700;
    text-decoration: none;
    word-break: break-all;
}

.city-commune {
    margin: 0 0 40px;
    padding: 0;
}
.city-about-us {
    margin: -40px 0 40px;
    padding-left: 0;
    padding-right: 0;
}
.towns .main .city-about-us h2,
.schools .main .city-about-us h2,
.unis .main .city-about-us h2,
.towns .main .city-information h2,
.schools .main .city-information h2,
.unis .main .city-information h2 {
    max-width: 1200px;
}
.city-information .city-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.upload-city-image,
.upload-city-image-placeholder {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



#eform textarea {
    width: 58%;
    float: left;
    height: 150px;
    min-height: 150px;
    max-height: 450px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}
#eform .ch-load {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
}
div.main ul.eform-list li::before {
    background: none;
}
div.main ul.eform-list li {
    margin: 0 0 8px;
    padding: 0;
}
ul.eform-list li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    line-height: 20px;
}

#eform input.alertField,
#eform textarea.alertField,
#eform select.alertField,
.cfrm-error {
    background-color: #fbb8c4;
}
.cfrm-errorlabel {
    color: var(--col-flower);
}
.cfrm-errorlabel {
    color: var(--col-flower);
}
.cfrm-errormessage {
    border: 1px solid var(--col-flower);
    padding: 10px;
    margin: 10px 0 20px 0;
    color: var(--col-flower);
    font-weight: bold;
    font-size: 14px;
    clear: both;
    text-align: center;
}
.cfrm-errormessage ul {
    display: table;
    margin: 0 auto;
}
.cfrm-errormessage li {
    text-align: left;
}
.newsdates .eform-input-wrap input[type="text"],
.downloads .eform-input-wrap input[type="text"],
.links .eform-input-wrap input[type="text"],
.events .eform-input-wrap input[type="text"] {
    width: 58%;
    float: left;
}

/** City-Events  - Start **/
.city-events {
    padding-left: 0;
    padding-right: 0;
}
.city-events-header {
    margin: 0 0 26px;
}
.town-number .bold {
    font-weight: bold;
}
.towns .main .city-events-header h2,
.schools .main .city-events-header h2,
.unis .main .city-events-header h2 {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 6px 12px 6px 60px;
    font-family: 'Alegreya';
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    background: url("../Images/bg-headline.png") repeat 0 0;
}
.city-events-header h2::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 9px;
    width: 40px;
    height: 40px;
    background: url("../Images/bg-title-icon-events.png") repeat 0 0;
    background-size: 40px auto;
}
.city-actions-body {
    margin: 12px 0 0;
    padding: 0;
}
.city-events h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.towns .city-events h3 {
    color: #bed600;
}
.schools .city-events h3 {
    color: #ffa02f;
}
.unis .city-events h3 {
    color: #e0119d;
}
.city-actions-body .col-sm-4 {
    padding-left: 0;
}
.city-actions-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 36px;
}
.city-events .date {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
}
.city-actions-body p {
    margin-bottom: 24px;
}

.city-about-us a,
.button-opener {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 32px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.city-about-us a::before,
.button-opener::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: url("../Images/bg-folding-box-switch-sprite.png") no-repeat -75px 0;
    background-size: auto 26px;
    transition: all 0.32s ease-in-out;
}
.button-opener.isopen::before {
    transform: rotate(-180deg);
}
.towns .button-opener::before {
    background-position: 0 0;
}
.schools .button-opener::before {
    background-position: -25px 0;
}
.unis .button-opener::before {
    background-position: -50px 0;
}
/** City-Events  - Start **/

/** City-Actions - Start **/
.city-actions {
    margin: 36px 0 40px;
    padding-left: 0;
    padding-right: 0;
}
.towns .main .city-actions h2,
.schools .main .city-actions h2,
.unis .main .city-actions h2 {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0 auto 10px;
    padding: 6px 12px 6px 60px;
    font-family: 'Alegreya';
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    background: url("../Images/bg-headline.png") repeat 0 0;
}
.city-actions h2::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 9px;
    width: 42px;
    height: 36px;
    background: url("../Images/bg-news-events-title-icon.png") repeat 0 0;
    background-size: auto 36px;
}
.city-actions .date {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
}
.city-actions h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.towns .city-actions h3 {
    color: #bed600;
}
.schools .city-actions h3 {
    color: #ffa02f;
}
.unis .city-actions h3 {
    color: #e0119d;
}
/** City-Actions - End **/

/** City-Links - Start **/
.links,
.city-links {
    padding-left: 0;
    padding-right: 0;
}
.links {
    margin: 0 0 40px;
}
.towns .main .city-links h2,
.schools .main .city-links h2,
.unis .main .city-links h2 {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0 auto 11px;
    padding: 6px 12px 6px 50px;
    font-family: 'Alegreya';
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    background: url("../Images/bg-headline.png") repeat 0 0;
}
.city-links h2::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 15px;
    width: 23px;
    height: 23px;
    background: url("../Images/bg-title-icon-links.png") repeat 0 0;
    background-size: 23px auto;
}
.main .city-links ul,
.main .city-downloads ul {
    padding: 0;
    list-style: none;
}
div.main .city-links ul li {
    margin: 0 0 8px;
    padding: 0;
}
div.main .city-links ul li::before {
    background: none;
}
.city-links a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    line-height: 20px;
}
.city-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../Images/bg-link-more-sprite.png") no-repeat;
    background-size: auto 18px;
}
.towns .city-links a::before {
    background-position: 0 0;
}
.schools .city-links a::before {
    background-position: -18px 0;
}
.unis .city-links a::before {
    background-position: -36px 0;
}
.city-links a p {
    margin: 0;
}
/** City-Links - End **/

/** City-Downloads - Start **/
.towns .main .city-downloads h2,
.schools .main .city-downloads h2,
.unis .main .city-downloads h2 {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0 auto 11px;
    padding: 6px 12px 6px 50px;
    font-family: 'Alegreya';
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    background: url("../Images/bg-headline.png") repeat 0 0;
}
.city-downloads h2::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 15px;
    width: 31px;
    height: 27px;
    background: url("../Images/bg-title-icon-downloads.png") no-repeat 0 0;
    background-size: 23px auto;
}
div.main .city-downloads ul li {
    margin: 0 0 8px;
    padding: 0;
}
div.main .city-downloads ul li p {
    margin: 0;
}
div.main .city-downloads ul li::before {
    background: none;
}
.city-downloads a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    line-height: 20px;
}
.city-downloads a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../Images/bg-link-download-sprite.png") no-repeat;
    background-size: 18px auto;
}
.towns .city-downloads a::before {
    background-position: 0 0;
}
.schools .city-downloads a::before {
    background-position: 0 -17px;
}
.unis .city-downloads a::before {
    background-position: 0 -36px;
}
.eform-delete-button {
    display: inline-block;
    margin: 10px 0;
    padding: 0 20px;
    color: #fff;
    font-family: Alegreya;
    background: var(--col-theme);
    cursor: pointer;
    line-height: 33px;
    font-weight: 600;
}
.towns .eform-delete-button {
    color: var(--col-textcolor);
}
/** City-Downloads - End **/

/** Map - Start **/
.tx-fttowns .map-title {
    text-align: center;
}

.tx-fttowns .map-title .divider {
    margin: 25px 0 27px 0;
}
.tx-fttowns .map-title .divider.double {
    border-top-width: 4px;
}
#schoolmap {
    float: none;
    width: auto;
    margin: 0 -30px;
    padding: 30px;
}
#schoolmap .map-bg {
    margin: 0 -30px;
    padding: 30px;
    background-color: #efefef;
}
#schoolmap .city-map {
    padding-left: 0;
}
#schoolmap .city-unis {
    padding-right: 0;
}
.tx-fttowns #schoolmap #map_canvas {
    height: 277px;
}
div.main #schoolmap ul li {
    margin: 0 0 4px;
}
ul#schools {
    height: 277px;
    margin: 0 -15px 0 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    overflow-y: scroll;
}
ul#schools li {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}
ul#schools li a {
    display: block;
}

/** Map - End **/
/***** City-Pages - End *****/


/***** Schools-Bewerbung - Start *****/
#upallwrap .up-head {
    font-family: 'Exo 2',Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
    font-size: 16px;

    font-size: clamp(16px,1.38vw,18px);
    font-weight: 700;
    text-transform: none;
}
.up-desc {
    position: relative;
    padding: 0 0 0 34px;
}
.up-desc::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 26px;
    height: 26px;
    font-family: Alegreya;
    font-size: 18px;
    line-height: 24px;
    color: var(--col-theme);
    text-align: center;
    text-transform: uppercase;
    border: 2px solid var(--col-theme);
    border-radius: 50%;
}
.up-desc.up-a::before {
    content: 'a';
}
.up-desc.up-b::before {
    content: 'b';
}

#upallwrap .ch-wrap {
    clear: both;
}
#upallwrap .ch-loadwrap {
    position: relative;
}
#upallwrap .ch-load {
    position: absolute;
    left: 0;
    top: 0;
    height: 33px;
    padding: 0 20px;
    line-height: 33px;
    cursor: pointer;
    background-color: var(--col-theme);
    z-index: 10;
}

#upallwrap .qq-upload-button {
    font-family: Alegreya;
    color: #fff;
    font-size: 16px;
    font-weight: 700;

}
#upallwrap .ch-max {
    position: absolute;
    left: 188px;
    top: 8px;
    font-size: 13px;
}
.up-sendwrap {
    position: relative;
    clear: both;
    text-align: center;
    margin: 0 0 40px;
}

div.main ul.ch-ul {
    padding: 1px 0 20px;
}
div.main ul.ch-ul li,
div.main #eform ul.ch-ul li {
    width: 100%;
    max-width: 600px;
    margin: 20px 0 0;
    padding: 0 0 0 30px;
    background-color: #efefef;
    list-style-type: none;
}
div.main ul.ch-ul li:first-of-type,
div.main #eform ul.ch-ul li:first-of-type {
    margin-top: 50px;
}
div.main .no-upload ul.ch-ul li:first-of-type {
    margin-top: 0;
}
.qq-upload-success::after {
    content: '';
    clear: both;
    display: table;
}
.qq-upload-wrapinner {
    float: left;
    font-size: 13px;
    line-height: 30px;
}
.qq-upload-wrapinner a {
    color: #000;
}
.qq-upload-size {
    margin: 0 0 0 10px;
}
.chload-hide {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 33px;
    background-color: #fff;
    opacity: 0.70;
    z-index: 11;
}
.no-upload .chload-hide {
    display: none !important;
}

.up-alert-center {
    position: relative;
    width: 624px;
    margin: 0 auto;
    padding: 32px;
    background-color: #fff;
}
.towns .up-alert-center {
    border: 3px solid #bed600;
}
.schools .up-alert-center {
    border: 3px solid #ffa02f;
}
.unis .up-alert-center {
    border: 3px solid #e0119d;
}
.up-alert-text {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 22px;
}
.up-alert-false-close {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.towns .up-alert-false-close {
    background-color: #bed600;
}
.schools .up-alert-false-close {
    background-color: #ffa02f;
}
.unis .up-alert-false-close {
    background-color: #e0119d;
}
/***** Schools-Bewerbung - End *****/


/***** Titelerneuerung - Start *****/
.form-title {
    margin: 12px auto 0 auto;
}
.form-title .questions,
div.overview {
    font-size: 14px;
}
.form-title .nav {
    margin: 8px 0 40px;
}
.towns div.overview {
    border-color: #bed600;
}
.schools div.overview {
    border-color: #ffa02f;
}
.unis div.overview {
    border-color: #e0119d;
}
.form-title .vstatus {
    height: 66px;
    margin: 0 0 10px;
    line-height: 68px;
    text-align: center;
}

.form-title .vstatus ul {
    display: inline-block;
    padding: 0;
    font-family: Alegreya;
    font-size: 18px;
    line-height: 20px;
}
div.main .form-title .vstatus li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 9px 0 0;
    padding: 0;
    text-align: center;
    color: #bed600;
    border: 2px solid #bed600;
    border-radius: 50%;
    background-color: #fff;
    line-height: 22px;
}
.towns div.main .form-title .vstatus li,
.schools div.main .form-title .vstatus li,
.unis div.main .form-title .vstatus li {
    color: var(--col-headline);
    border-color: var(--col-headline);
}
div.main .form-title .vstatus li.active{
    color: #fff;
    border-color: var(--col-headline);
    background-color: var(--col-headline);
}

div.main .form-title .vstatus li::before {
    right: -13px;
    left: auto;
    height: 4px;
    width: 9px;
    background: url("../Images/bg-step-dots.png") no-repeat;
    background-size: 9px auto;
}
div.main .form-title .vstatus li:last-of-type::before {
    display: none;
}

.form-title .border {
    margin: -17px 0 0;
    padding: 20px 0;
    border-top: 4px solid var(--col-theme);
    border-bottom: 4px solid var(--col-theme);
}

.form-title .margin-top {
    margin: 18px 0 0;
}
.form-title span {
    display:inline-block;
}
.form-title .questions > span {
    display: inline;
}

.form-title .btn.right {
    /*padding: 0 30px 0 0;*/
}


.form-title .btn.arrow-right::before {
    transform: rotate(0deg);
}
.towns .form-title .btn::before {
    background-position: 0 0;
}
.schools .form-title .btn::before {
    background-position: -25px 0;
}
.unis .form-title .btn::before {
    background-position: -50px 0;
}
.form-title .upload {
    display: inline-block;
    color: #000;
    cursor: pointer;
}
.form-title .sendstatus_btn {
    display: inline-block;
    cursor: pointer;
}
.form-title .init.showform {
    margin: 0px 0 40px;
}
.main .form-title .quest {
    margin: -20px 0 30px;
}
.main .form-title .quest {
    background-repeat: no-repeat;
    background-size: 120px 120px;
    background-position: top left;
    padding: 0 0 0 150px;
    min-height: 120px;
    font-size: 18px;
}
.main .form-title .quest p {
    font-size: 18px;
}
@media screen and (max-width: 400px) {
    .main .form-title .quest {
        padding-top: 130px;
    }
    .main .form-title ul.quest,
    .main .form-title .quest ul {
        padding-left: 31px;
    }
    .main .form-title p.quest,
    .main .form-title .quest p {
        padding-left: 15px;
    }
}
.main .colorbox {
    margin: 0 auto var(--space);
    padding: 40px 30px;
    background-color: var(--col-theme);
    max-width: var(--maxcontent);
}
.main .colorbox h2:only-child {
    margin: 0;
}
.main .colorbox p:only-of-type {
    margin: 0;
}
.main .colorbox.colorbox_small {
    padding: 20px 20px;
    margin: 0 auto calc(var(--space)/3);
}
.main .highlight {
    color: var(--col-headline);
    font-weight: 900;
}

.form-title input[type="text"],
.form-title input[type="password"],
.form-title input[type="number"] {
    width: 320px;
    height: 38px;
    margin: 0 0 15px;
    padding: 0 10px;
    border: 2px solid #ddd;
}

.form-title input[type="file"] {
    display: inline-block;
    width: 120px;
    margin: 0 0 0 30px;
    cursor: pointer;
}
.form-title input[type="submit"] {
    padding: 0 42px 0 30px;
    font-family: 'Alegreya';
    font-size: 20px;
    line-height: 44px;
    color: #fff;
    border: none;
    background: #bed600 url("../Images/bg-register-submit-arrow.png") no-repeat right center;
    background-size: auto 19px;
}

.form-title .tx-rm-ft-schools-titelerneuerung .clear{
    width: 100%;
}
.form-title .row > label ,
.form-title .qbox > label,
.form-title.tx-rm-ft-unis-titelerneuerung .qbox > label{
    float: left;
    width: 43%;
    max-width: inherit;
    padding-right: 10px;
}
.form-title .row > label p, .form-title .qbox label[for=q3_hauptansprechpartner_studenten], .form-title .qbox label[for=q3_hauptansprechpartner_verwaltung], .form-title .qbox label[for=q3_hauptansprechpartner_geschaefte]{
    font-weight: bold;
}
.form-title .row > label p span{
    font-weight:normal;
}
.form-title.tx-rm-ft-unis-titelerneuerung .qbox > label{
    float: left !important;
}
.form-title .row > input[type="text"],
.form-title .row > input[type="number"],
.form-title .row > textarea,
.form-title .row > select,
.form-title .qbox > input[type="text"],
.form-title .qbox > input[type="number"],
.form-title .qbox > select{
    float: left;
    width: 58% !important;
}
.form-title .qbox > textarea{
    width: 58% !important;
}
.form-title .qbox > input.w90p,
.form-title .row > input.w90p,
.form-title .w90p {
    width: 90% !important;
}
.form-title.tx-rm-ft-unis-titelerneuerung .qbox > input[type="text"],
.form-title.tx-rm-ft-unis-titelerneuerung .qbox > input[type="number"],
.form-title.tx-rm-ft-unis-titelerneuerung .qbox > textarea,
.form-title.tx-rm-ft-unis-titelerneuerung .qbox > select {
    float: left !important;
    width: 58% !important;
}
.form-title .row > input[type="checkbox"] {
    margin: 12px 0 0;
}
.form-title .hidden-item > label {
    padding: 8px 0 0;
}
.form-title .row > label.radio {
    padding: 0;
    clear: both;
}
.form-title span.hints {
    font-weight: 400;
}
.form-title .qbox {
    display: inline-block;
}
.form-title .check {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.form-title .check input[type="checkbox"] {
    margin-left: 4px;
}
.form-title .check textarea,
.form-title .check + textarea,
.form-title .check + br + textarea {
    width: 280px;
}
.form-title .qbox label {
    display: inline-block;
    min-width: 200px;
    font-weight: 400;
    vertical-align: top;
}
.form-title .qbox label:hover {
    cursor: pointer;
}
.form-title .qbox .check{
    margin-bottom: 5px;
}
.form-title .qbox .check textarea{
    margin-top: 5px;
    width: 100%;
}
.form-title .qbox .check input + label {
    max-width: calc(100% - 42px);
}
.form-title .qbox .w300 {
    width: 300px;
}
.tx-rm-ft-unis-titelerneuerung #q1_strasse, .tx-rm-ft-unis-titelerneuerung #q1_plz,
.tx-rm-ft-schools-titelerneuerung #q1_strasse, .tx-rm-ft-schools-titelerneuerung #q1_plz {
    margin-right: 0 !important;
}
.form-title .info {
    font-size: 12px;
    font-weight: normal;
}
.form-title .telefon_prefix {
    margin: 1px 6px 0 0;
    font-weight: 700;
}
.form-title textarea {
    width: 320px;
    height: 200px;
    min-height: 100px;
    max-height: 300px;
    padding: 6px 10px;
    border: 2px solid #ddd;
    resize: vertical;
}
.form-title textarea#q2_welcheproduktetext,
.form-title textarea#q2_produkteeinsatztext,
.form-title textarea#q8_aktivebereichetext,
#q4_produktortintervalltext {
    margin: 0 0 0 300px;
}

.form-title .row > input[type="text"].zeitrv{
    width: 28% !important;
    margin-right: 2%;;
}
.form-title .row > input[type="text"].zeitrb{
    width: 28% !important;
}

#bildrechte1_0 {
    margin: 0 -20px 0 0px;
}

.customlabel {
    padding-left: 32px;
    line-height: 28px;
}

.form-title .checkit,
.form-title input.checkit {
    border: 2px solid var(--col-flower);
}
.form-title .error,
.form-title .error_inline {
    display: none;
    margin: 0 0 20px;
    padding: 15px;
    border: 2px solid var(--col-flower);
    background: #fff;
}
.form-title .error p,
.form-title .error_inline p {
    margin: 0;
}
.form-title p.attention {
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 700;
    color: var(--col-flower);
    background: none;
}

.main .form-title  p.storagestatus_text {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
}
.main .form-title  p.sendstatus_text {
    margin: 20px 0;
    font-size: 14px;
}

.form-title .radio-anrede {
    display: inline-block;
}
.form-title .hrt {
    display: inline-block;
    margin-right: 20px;
}
.form-title .radio-anrede label {
    font-weight: 400;
    margin: 0;
    padding: 8px 0 0;
}
.form-title .qbox input[type="text"] {
    margin-top: 10px;
}
.form-title .qbox .no-marg-top,
.form-title .qbox input[type="text"].no-marg-top {
    margin-top: 0;
}
.tx-ftforms .qbox .row label{
    width: 100% !important;
}
.form-title .qbox .row label p{
    font-size: 16px;
}
.form-title label.upload,
.form-title .qbox .row label.upload,
.eform-kill-image,
.up-alert-text .up-alert-false-close {
    display: inline-block;
    width: auto;
    min-width: 1px;
    height: 33px;
    padding: 0 20px;
    font-family: Alegreya;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    background-color: var(--col-theme);
    font-weight: 700;
    width: auto !important;
}
.towns .form-title label.upload,
.towns .form-title .qbox .row label.upload,
.towns .eform-kill-image,
.up-alert-text .up-alert-false-close {
    color: var(--col-headline);
}
.schools .form-title label.upload,
.schools .form-title .qbox .row label.upload {

}
.unis .form-title label.upload,
.unis .form-title .qbox .row label.upload {

}
.form-title .filename{
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
}
.form-title .upload::before {
    content: '';
    position: absolute;
    right: 9px;
    top: 8px;
    width: 15px;
    height: 17px;
    background: url("../Images/bg-form-file-upload-2.png") no-repeat right;
    background-size: 15px auto;
}
.form-title .upload .choose-file{
    position: absolute;
    visibility: hidden;
}
.form-title p.left.nomtp {
    width: 310px;
}

.form-title .sections .hr {
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
}

.form-title .section {
    position: relative;
}

.form-title .add-section-btn {
    margin: 0 0 0 30px;
    padding: 0 20px;
    font-family: Alegreya;
    font-size: 16px;
    line-height: 32px;
    background-color: var(--col-theme);
    color: var(--col-headline);
    cursor: pointer;
    z-index: 2;
    margin-bottom: 40px;
    font-weight: 700;
}

.form-title .del-section-btn {
    display: block;
    position: absolute;
    bottom: 12px;
    right: 30px;
    padding: 0 20px;
    font-family: Alegreya;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    background-color: var(--col-theme);
    color: var(--col-headline);
    cursor: pointer;
    z-index: 2;
}

.towns .add-section-btn,
.towns .del-section-btn {

}
.schools .add-section-btn,
.schools .del-section-btn {
    color: #fff;
}
.unis .add-section-btn,
.unis .del-section-btn {
    color: #fff;
}

.form-title .additem {
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0 20px;
    font-family: Alegreya;
    font-size: 16px;
    line-height: 32px;
    background-color: #efefef;
    cursor: pointer;
    z-index: 2;
}
.towns .form-title .additem {
    background-color: #bed600;
}
.schools .form-title .additem {
    background-color: #ffa02f;
}
.unis .form-title .additem {
    background-color: #e0119d;
}

.btn2 {
    display: inline-block;
    padding: 4px 10px;
    background-color: #999;
    font-family: Alegreya;
    text-decoration: none;
    cursor: pointer;
}
.container.content a.btn2 {
    text-decoration: none;
}

.tx-ftforms .row h3{
    font-size: clamp(16px,1.25vw,18px);
}
.tx-ftforms .left.nomtp  {
    font-family: 'Alegreya';
    font-weight: 700;
    font-size: 14px;
}

.tx-ftforms .sendstatus_btn,
.form-title .sendstatus_btn {
    margin-top: 0;
}
.tx-ftforms .sendstatus_btn.btn2 span,
.form-title .sendstatus_btn.btn2 span {
    margin: 2px 0 4px;
}

.deletefile {
    cursor: pointer;
}
.towns .deletefile:hover {
    color: #bed600;
}
.schools .deletefile:hover {
    color: #ffa02f;
}
.unis .deletefile:hover {
    color: #e0119d;
}

.tx-ftforms .sendform, .tx-ftforms .prev.btn, .tx-ftforms .next.btn, .tx-ftforms .right.btn,
.tx-rm-ft-unis-titelerneuerung .sendform, .tx-rm-ft-unis-titelerneuerung .prev.btn, .tx-rm-ft-unis-titelerneuerung .next.btn, .form-title .nav .btn, .hide_overview, .finalize.btn,
.tx-rm-ft-schools-titelerneuerung .sendform, .tx-rm-ft-schools-titelerneuerung .prev.btn, .tx-rm-ft-schools-titelerneuerung .next.btn, .up-send, .eform-button, #tx_rmnewsletterapi .gb-formitem button.submit-black, #back-to-search {
    margin-top: 20px;
}
.form-title .sendform_frame {
    margin-top: 20px;
}
.form-title .sendform_frame .sendform,
.form-title .sendform_frame .right.btn,
.form-title .sendform_frame next.right.btn {
    margin-top: 0;
}
.form-title .loading {
    margin-top: 11px;
}
.eform-button {
    margin-right: 30px;
    margin-bottom: 70px;
}
.eform-button:last-child {
    margin-right: 0;
}
.tx-ftforms .form-container .hr,
.tx-rm-ft-unis-titelerneuerung .form-container .hr,
.tx-rm-ft-schools-titelerneuerung .form-container .hr{
    height: 1px;
    margin-bottom: 16px;
    margin-top: 16px;
    background: none;
    background-color: #dadada;
    padding: 0;
}
.tx-ftforms .form-container .section .hr,
.tx-rm-ft-unis-titelerneuerung .form-container .section .hr,
.tx-rm-ft-schools-titelerneuerung .form-container .section .hr{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--col-theme);
}


.tx-ftforms span.control,
.tx-rm-ft-unis-titelerneuerung span.control,
.tx-rm-ft-schools-titelerneuerung span.control {
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    cursor:pointer;
    border: 7px solid var(--col-mistysky);
    border-radius: 50%;
    background: #fff;
}
.towns .tx-ftforms span.control {
    background-position: 0 0;
}
.schools .tx-ftforms span.control,
.schools .tx-rm-ft-schools-titelerneuerung span.control {
    background-position: 0 -27px;
}
.unis .tx-rm-ft-unis-titelerneuerung span.control,
.unis .tx-ftforms span.control {
    background-position: 0 -54px;
}
.tx-ftforms input[type="radio"]:checked + span.control{
    border: 7px solid var(--col-nightsky);
}
.towns .tx-ftforms input[type="radio"]:checked + span.control {
    border: 7px solid var(--col-nightsky);
}
.schools .tx-ftforms input[type="radio"]:checked + span.control,
.schools .tx-rm-ft-schools-titelerneuerung input[type="radio"]:checked + span.control{
    border: 7px solid var(--col-nightsky);
}
.unis .tx-rm-ft-unis-titelerneuerung input[type="radio"]:checked + span.control,
.unis .tx-ftforms input[type="radio"]:checked + span.control {
    border: 7px solid var(--col-nightsky);
}
.tx-rm-ft-unis-titelerneuerung .checkthis,
.tx-rm-ft-schools-titelerneuerung .checkthis {
    display: inline-block;
    position: absolute;
    top: 6px;
    width: 20px;
    height: 25px;
    margin-left: 10px;
    background: url("/typo3conf/ext/rm_setup_schools/Resources/Public/Extension/rm_title_renewal/Images/checkthis.png") no-repeat 0 center;

    animation: jump-shaking 1.5s infinite;
}
.tx-rm-ft-unis-titelerneuerung h3 .checkthis,
.tx-rm-ft-schools-titelerneuerung h3 .checkthis {
    margin-bottom: -8px;
}

@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-9px) }
  35% { transform: translateY(-9px) rotate(17deg) }
  55% { transform: translateY(-9px) rotate(-17deg) }
  65% { transform: translateY(-9px) rotate(17deg) }
  75% { transform: translateY(-9px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}

.tx-rm-ft-unis-titelerneuerung label.radio .checkthis,
.tx-rm-ft-schools-titelerneuerung label.radio .checkthis {
    top: 0;
}
.q1_schulform.checkthis,
.q2_schulteamsprecherfunktion.checkthis {
    left: 80px;
}
.q2_upload.checkthis {
    top: 18px;
    left: 170px;
}
.q3_file1.checkthis,
.q4_produktort.checkthis,
.q4_welcheprodukte.checkthis,
.q4_produktortintervall.checkthis,
.q4_zugaenglichfuer.checkthis {
    top: 12px;
    right: 0;
}
.q3_k1erfuellt.checkthis {
    left: 110px;
}
.q5_unterrichtsfach1.checkthis {
    top: 11px;
    left: 144px;
}
.q5_themahandelintervall1.checkthis,
.q5_themahandelintervall2.checkthis {
    top: 26px;
    left: 133px;
}
.q5_unterrichtsfach2.checkthis {
    top: 11px;
    left: 148px;
}
*[class^="q6_thema_"].checkthis {
    top: -35px;
    right: 0;
}
*[class^="q6_titel_"].checkthis,
*[class^="q6_schuljahr_"].checkthis,
*[class^="q6_veranstaltungsort_"].checkthis,
*[class^="q6_anzahlteilnehmer_"].checkthis {
    top: 0;
}

.tx-ftforms .form-container .row p {
    font-size: inherit!important;
}
.tx-ftforms .form-container #q1_strasse, .tx-ftforms .form-container #q1_plz {
    margin-right: 0;
}
/***** Titelerneuerung - End *****/

/***** Bedarfsrechner - Start *****/
.calc-wrap {
    margin: 0 auto var(--space) auto;
    max-width: var(--maxcontent);
}

.calc-wrap .top {
    position: relative;
    padding: 26px 60px 26px 60px;
    background-color: var(--col-theme);
    align-items: end;
    display: grid;
    grid-template-columns: 120px 2fr 1fr;
}

.calc-wrap .top::before {
    content: '\e964';
    font-family: 'ft-kamp-icons' !important;
    font-size: 90px;
    vertical-align: bottom;
    line-height: 1;
    color: var(--col-nightsky);
}

.calc-wrap .top::after,
.calc-wrap .body .calc-result::after {
    content: '';
    display: table;
    clear: both;
}
.calc-wrap .top .calc-left,
.calc-wrap .top .calc-right {
    float: left;
    margin-bottom: 12px;
}
.calc-wrap .top .calc-left {
    margin: 0 12px 0 0;
}
.calc-wrap .top .calc-left label {
    font-weight: 700;
}


.calc-wrap .body .calc-result {
    margin: -4px 0 0 0;
    padding: 20px 30px 0;
    background-color: rgba(255,255,255,.9);
    border: 4px solid var(--col-theme);
}

.calc-wrap .body .kat {
    position: relative;
    float: left;
    width: 50%;
    margin: 0 0 20px;
    padding: 4px 0 0 70px;
}
.calc-wrap .body .kat::before {
    content: '';
    font-family: 'ft-kamp-icons' !important;
    font-size: 40px;
    color: var(--col-nightsky);
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.calc-wrap .body .kat.geschaefte::before {
    content: '\e90c';
}
.calc-wrap .body .kat.gastronomie::before {
    content: '\e905';
}
.calc-wrap .body .kat.schulen::before {
    content: '\e903';
}
.calc-wrap .body .kat.medien::before {
    content: '\e901';
}


.calc-wrap .body .name {
    margin: 0 0 2px;
    font-size: 18px;
    background-color: #fff;
}
.calc-wrap .body .anzahl,
.calc-wrap .body .anzahl2,
.calc-wrap .body .anzahl3 {
    float: left;
    margin: 0 4px 0 0;
    font-size: 18px;
    font-weight: 700;
}
.calc-wrap .body .title {
    margin: 0 30px 0 0;
}
/***** Bedarfsrechner - End *****/

/***** Schools Newsletter - Start *****/
#tx_rmnewsletterapi ul.errors {
    color: var(--col-flower);
    margin: 0 0 24px 0;
}
#tx_rmnewsletterapi ul.errors li {
    margin: 0;
}
#tx_rmnewsletterapi .gb-formname {
    width: 22%;
    float: left;
    padding-top: 8px;
    font-size: 14px;
}
#tx_rmnewsletterapi .gb-formitem .gb-checkboxwrap input[type=checkbox]{
    float: left;
    bottom: inherit;
}
#tx_rmnewsletterapi input[type="text"] {
    /*width: 240px;
    height: 38px;
    padding: 0 10px;
    font-size: 14px;
    border: 2px solid #ddd;*/
    width: 68%;
    float:left;
}
#tx_rmnewsletterapi select {
    /*width: 240px;
    height: 38px;
    padding: 0 10px;
    border: 2px solid #ddd;
    background: url("../Images/webkit_select_bg.png") no-repeat right center;
    -webkit-appearance: none;
    border-radius: 0;*/
    width: 68%;
    float:left;
}
#tx_rmnewsletterapi label {
    font-weight: 400;

}


#tx_rmnewsletterapi .gb-inputwrap {
    font-size: 14px;
}
/***** Schools Newsletter - End *****/


/***** Universities - Start *****/
.tx-fttowns #map_canvas {
    height: 548px;
}
/***** Universities - End *****/

/***** 2-Cols Elements - Start *****/
.col-md-6 .ce-gallery.cols-1 img {
    width: 240px;
}
/***** 2-Cols Elements - End *****/


/***** Teaser mit Hover-Effekt - Start *****/
.teaser-effect {
    position: relative;
    background: var(--col-mistysky);
    background-image: url(/Images/paper-bg.jpg);
    height: 295px;
    margin: 15px 0 var(--space);
    padding: 15px;
}

.teaser-effect::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--col-theme);
    opacity: 0.92;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: transform .3s ease-in-out;
}

.container.content .teaser-effect a {
    text-decoration: none;
}

.teaser-effect a::after{
    content: '\e95c';
    font-family: 'ft-kamp-icons' !important;
    font-weight: normal;
    background-color: var(--col-nightsky);
    color: white;
    position: absolute;
    border-radius: 50%;;
    bottom: -25px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 5;
}

.teaser-effect .image {
    position: absolute;
    bottom: 30px;
    top: 100px;
    left: 15px;
    right: 15px;
}
.teaser-effect .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.teaser-effect .title {
    position: relative;
    height: 86px;
    padding: 15px;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    z-index: 3;
}
.teaser-effect .title .centerer {
    display: table;
    width: 100%;
    height: 100%;
}
.teaser-effect .title h3 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 23px;
    line-height: 23px;
}
.teaser-effect .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 110px 15px 15px;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.teaser-effect:hover::after{
    transform: scaleY(1);
}

.teaser-effect:hover .overlay {
    opacity: 1;
}
.teaser-effect .overlay p {
    margin: 0;
    color: var(--col-nightsky);
    line-height: 1.5;
    font-size: 14px;
    padding: 10px;
}

/***** Teaser mit Hover-Effekt - End *****/


/***** Video - Start *****/
div.video {
    position: relative;
    width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 56.25%;
    height: 0;
}
div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Video add **/
.video-code,
.video-embed {
    position: relative;
    width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 56.25%;
    height: 0;
}
.video-embed-item {
    width: 100%;
    max-width: 100%;
}
.video-embed {
    width: 995px;
    max-width: 100%;
}
.col-sm-8 .video-embed,
.col-md-8 .video-embed,
.col-lg-8 .video-embed,
.col-xl-8 .video-embed{
    width: 545px;
}

.col-md-6 .video-embed {
    width: 445px;
}
.video-code iframe,
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#c5386 iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
/***** Video - End *****/

/***** Gallery Slider - Start *****/
.tx-owl-slider {
    position: relative;
    margin: 0 0 40px;
    padding: 30px 40px;
    border-top: 1px solid var(--col-mistysky);
    border-bottom: 1px solid var(--col-mistysky);
}
.tx-owl-slider .item img {
    display: block;
    margin: 10px auto;
}
.tx-owl-slider .owl-theme .owl-controls,
.tx-owl-slider div[class^="customNavigation_"] {
    position: absolute;
    top: -30px;
    bottom: -30px;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.tx-owl-slider div[class^="customNavigation_"] {
    display: none;
}
.tx-owl-slider .owl-theme .owl-controls .owl-buttons {
    height: 100%;
    pointer-events: none;
}
.owl-theme .owl-controls .owl-buttons div,
.tx-owl-slider div[class^="customNavigation_"] a {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    text-indent: -9999em;
    background-color: white;
    border-radius: 0;
    pointer-events: auto;
}

.owl-theme .owl-controls .owl-buttons div.owl-next,
.tx-owl-slider div[class^="customNavigation_"] a.btn.next {
    left: auto;
    right: -40px;
}
.owl-theme .owl-controls .owl-buttons div::before,
.tx-owl-slider div[class^="customNavigation_"] a::before {
    content: '\e90a';
    font-family: 'ft-kamp-icons' !important;
    position: absolute;
    font-size: 24px;
    color: var(--col-nightsky);
    top: 50%;
    left: 50%;
    text-indent: 0;
    transform: rotate(0deg) translate(-50%, -50%);
}
.owl-theme .owl-controls .owl-buttons div.owl-next::before,
.tx-owl-slider div[class^="customNavigation_"] a.btn.next::before {
    transform: rotate(180deg) translate(50%, 50%);
}
/***** Gallery Slider - End *****/

/***** Header-Bild - Start *****/
.header-image {
    margin: -80px 0 40px;
}
.header-image:before {
    width: 100vw;
    content: '';
    position: absolute;
    top: 0;
    bottom: -31vh;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--col-theme);
    z-index: -1;
    bottom: 0;
    height: 350px;
}
.header-image .image img {
    max-width: 100%;
    height: auto;
}
/***** Header-Bild - End *****/

/***** Infolayer - Start *****/
.qtip h2 {
    font-size: 16px;
}
.qtip p {
    font-size: 14px;
    line-height: 140%;
}
.qtip a {
    text-decoration: underline;
}
.qtip a:hover {
    text-decoration: none;
}
.qtip a.qtip-close {
    text-decoration: none;
}
.schools .qtip-default .qtip-icon {
    color: #ffa02f;
}
.towns .qtip-default .qtip-icon {
    color: #bed600;
}
.unis .qtip-default .qtip-icon {
    color: #e0119d;
}
.schools .qtip-blue {
    border-color: #ffa02f;
}
.towns .qtip-blue {
    border-color: #bed600;
}
.unis .qtip-blue {
    border-color: #e0119d;
}
/***** Infolayer - End *****/

/***** Content - End *****/



/***** Footer - Start *****/
footer.main {
    color: var(--col-textcolor);
    background-color: #fff;
}
footer.main .top {
    padding: 31px 30px 16px;
    font-size: 13px;
}

footer.main .container.top >.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 235px 1fr;
    grid-template-areas: "ft-newsletter ft-newsletter" "ft-kontakt ft-social"
}

footer.main p {
    font-size: 16px;
}

footer.main a {
    color: var(--col-nightsky);
}

footer.main .container.top >.row .col-sm-4 {
    width: 50%;
    padding-top: 64px;
    grid-area: ft-kontakt;
}

footer.main .container.top >.row .col-sm-4 h3 {
    display: none;
}

footer.main .container.top >.row .col-sm-4.newsletter {
    --col-headline: var(--col-leaf);
    --col-textcolor: #fff;

    width: 100%;
    position: relative;
    grid-area: ft-newsletter;
    background-color: var(--col-nightsky);
    z-index: 5;
}

footer.main .container.top >.row .col-sm-4.newsletter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: var(--col-nightsky);
    z-index: -1;
    height: 100%;
}

footer.main .container.top >.row .col-sm-4.newsletter::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '\e904';
    font-size: 180px;
    line-height: 180px;
    color: var(--col-leaf);
    font-family: 'ft-kamp-icons' !important;
}

footer.main .container.top >.row .col-sm-4.newsletter h3 {
    display: block;
    z-index: 6;
}

footer.main .container.top >.row .col-sm-4.social-media {
    width: 50%;
    grid-area: ft-social;
    justify-self: right;
    text-align: right;
}


footer.main .newsletter-signin {
    position: relative;
    font-size: 18px;
    text-indent: -9999em;;
    text-decoration: none;
    display: block;
    width: 550px;
    max-width: calc(100% - 224px);
    height: 50px;
    background-color: white;
    border-radius: 3px 0 0 3px;
}

footer.main .newsletter-signin:hover {
    cursor: text;
}

footer.main .newsletter-signin::before {
    content:'Ihre E-Mail...';
    position: absolute;
    left: 16px;
    line-height: 50px;
    text-indent: 0;
    color: var(--col-mistysky);
}

footer.main .newsletter-signin::after {
    font-family: 'ft-kamp-icons' !important;
    content:'\e908';
    text-indent: 0;
    border-radius: 0 3px 3px 0;
    background-color: var(--col-skyblue);
    width: 50px;
    height: 50px;
    position: absolute;
    right: -49px;
    color: white;
    text-align: center;
    line-height: 50px;
}

footer.main .newsletter-signin:hover::after {
    cursor: pointer;
}


footer.main .newsletter-signin:hover {
    text-decoration: underline;
}

footer.main nav.social ul {
    margin: 0;
    padding: 0;
}
footer.main nav.social ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: left;;
}
footer.main nav.social ul li a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-indent: -9999em;
    background-size: auto 41px;
    background-color: var(--col-leaf);
    color: var(--col-nightsky);
    transition: var(--transition);
}

footer.main nav.social ul li a:hover {
    background-color: var(--col-nightsky);
    color: white;
}

footer.main nav.social ul li a::after {
    position: absolute;
    text-indent: 0;
    font-family: 'ft-kamp-icons' !important;
    text-align: center;
    line-height: 40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer.main nav.social ul li.fb a::after {
    content: '\e956';
}
footer.main nav.social ul li.in a::after {
    content: '\e949';
}
footer.main nav.social ul li.tw a::after {
    content: '\e957';
}
footer.main nav.social ul li.yt a::after {
    content: '\e90f';
}
footer.main nav.social ul li.linkedin a::after {
    content: '\e97a';
}

footer.main .bottom {
    transform: translateY(-150%);
    text-align: right;
}
footer.main nav.meta {
    font-size: 16px;
    font-weight: 700;
    display:inline-block;
}
footer.main nav.meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
footer.main nav.meta ul li {
    display: inline-block;
    margin: 0 7px 0 0;
}
footer.main nav.meta ul li a {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    color: var(--col-nightsky);
}

.show-cookie-settings {
    display: inline-block;
    width: fit-content;
    transform: translateY(-6px);
    color: var(--col-nightsky);
}

footer.main .logo-ftde {
    position: absolute;
    bottom: 0;
    left: 35%;
    transform: translateY(178px);
}
footer.main .logo-ministerium {
    margin: 20px 0 25px;
    text-align: right;
}

footer.main .logo-ftde p,
footer.main .logo-ministerium p {
    margin: 0;
    color: var(--col-richblack);
    font-weight: 700;
    font-size: 10px;
}

footer.main .logo-ftde .image {
    height: 78px;
    margin: 11px 0 0;
    background: white url(../Images/logo-ftde.png) center center no-repeat;
    background-size: 64px auto;
}
footer.main .logo-ministerium .image {
    height: 75px;
    margin: 6px 0 0;
    background: url("../Images/bg-footer-logo-bundesministerium.png") no-repeat;
    background-size: auto 75px;
}
/***** Footer - End *****/


/** kesearch **/

.tx-kesearch-pi1 {
    --maxcontent: 1400px;
}
div.content #kesearch_results .result-list-item{
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--col-mistysky);
}
div.content #kesearch_results .result-list-item .result-title {
    font-size: clamp(24px,2.36vw,34px);
    margin: 0 0 0.5em 0;
}
div.content #kesearch_results .result-list-item .result-title a {
    text-decoration:none;
    font-family: 'Alegreya';
    font-weight: 900;
    line-height: 1.3;
    color: var(--col-headline);
}
div.content #kesearch_results .result-list-item .result-teaser{
    color: var(--col-textcolor);
    line-height: 1.7777;
}
div.content .tx-kesearch-pi1 {
    font-family: 'Exo 2',Arial,Helvetica,sans-serif;
}

div.content .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: var(--col-flower);
}

/** Cookie overrides **/

body .msg-cookies h2, body #cookies-save, body #cookies-accept-all {
    font-family: 'Alegreya';
    font-weight: 900;
}

body #cookies-save, body #cookies-accept-all {
    text-transform: none;
}

/** Schools registration **/
.schools#page56 .up-alert-text b{
    padding: 15px 0 20px 0;
    display: inline-block;
}
.schools#page56 .up-alert-text .speaker-headline{
    margin: 50px 0 30px 0;
}
.schools#page56 .up-alert-text #studentrepresentative input[type=submit]{
    margin: 20px auto 0 auto;
    font-family: "Alegreya", "Verdana", serif;
    font-weight: 900;
    color: white;
    text-align: center;
    user-select: none;
    background: none;
    background-color: var(--col-nightsky);
    border: 2px solid var(--col-nightsky);
    text-decoration: none;
    padding: 8px 32px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    display: block;
}
.schools#page56 .up-alert-text .divider{
    margin-top: 20px;
}
.schools#page56 .up-alert-text .register-new{
    margin-top: 30px;
    display: inline-block;
    font-family: "Alegreya", "Verdana", serif;
    font-weight: 900;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: var(--col-tangerine);
    border: 2px solid var(--col-tangerine);
    text-decoration: none;
    padding: 8px 32px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* Redesign https://rmt1cket.rheinmedia.de/rm/projekt/ftde-salesforce-te/-/issues/45 */
body .csc-layout-personal_data,
body .frame-layout-bewerbung,
body .csc-layout-titelerneuerung,
body .csc-layout-staedteseite,
body .csc-layout-blog.csc-layout-textmedia
{
    background-repeat: no-repeat;
    margin-left: 0 !important;
    padding-left: 150px;
}

body .csc-layout-personal_data
{
    background-image: url('/typo3conf/ext/ftschools/Resources/Public/images/icon_loginarea_1.png');
    background-size: 120px auto;
    background-position: left 12px top 0;
}

body .frame-layout-bewerbung
{
    background-image: url('/typo3conf/ext/ftschools/Resources/Public/images/icon_loginarea_2.png');
    background-size: 120px auto;
    background-position: left 14px top 0;
}

body .csc-layout-titelerneuerung
{
    background-image: url('/typo3conf/ext/ftschools/Resources/Public/images/icon_loginarea_3.png');
    background-size: 120px auto;
    background-position: left 15px top 0;

}

body .csc-layout-staedteseite
{
    background-image: url('/typo3conf/ext/ftschools/Resources/Public/images/icon_loginarea_4.png');
    background-size: 120px auto;
    background-position: left 10px top 0;
}

body .csc-layout-blog.csc-layout-textmedia
{
    background-image: url('/typo3conf/ext/ftschools/Resources/Public/images/icon_loginarea_4.png');
    background-size: 120px auto;
    background-position: left 10px top 0;
}

@media all and (min-width: 1200px)
{
    body .csc-layout-personal_data,
    body .frame-layout-bewerbung,
    body .csc-layout-titelerneuerung,
    body .csc-layout-staedteseite,
    body .csc-layout-blog.csc-layout-textmedia
    {
        margin-left: 70px !important;
    }

}

@media all and (max-width: 500px)
{
    body .csc-layout-personal_data,
    body .frame-layout-bewerbung,
    body .csc-layout-titelerneuerung,
    body .csc-layout-staedteseite,
    body .csc-layout-blog.csc-layout-textmedia
    {
        background-position: top center;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-top: 150px;
    }
}
