/*
  blue: #2061aa
*/
body {
    font-family: 'Raleway', sans-serif;
}
.clearfix{clear:both;}


.virtual-tour{
}

#c1265 a{
	color:white !important;
}

a:hover {
    text-decoration: none;
    color: #3A4C53;
}

/* Header*/
.navbar-header {
    width: 100%;
}

.navbar {
    border: none;
    margin-bottom: 0;
    width: 100%;
}

.navbar-default {
    background-color: transparent;
}

.navbar-brand {
    height: auto;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0px 0px 0px 15px;
}

.navbar-brand img {
    width: 250px;
}

.navbar-nav {
    padding: 10px;
    border-top: 1px dotted #cecece;
    width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #2061aa;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}

.menu .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1001;
    list-style: none;
    padding: 0;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.menu .dropdown:hover > .dropdown-content {
    display: block;
}

.menu .dropdown-content .dropdown-content {
    left: 100%;
    top: 0;
}

.menu .dropdown-content li > a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.menu .dropdown-content li > a:hover {
    background-color: #eee;
}

.menu .caret {
    margin-left: 10px;
}

.menu .fa-caret-right {
    float: right !important;
    margin-top: 2px;
}


.mean-container .mean-bar {
    background: #ffffff none;
}

#ostbelgienlogo {
    float: right;
    margin-top: 15px;
}

/* KARTE Ortschaften */
.karteAmel {
    width: 850px;
    height: 652px;
    position: relative;
}

.karteAmel img {
    position: absolute;
    z-index: 5;
}

.karteAmel a {
    position: absolute;
    display: block;
    height: 8px;
    z-index: 10;
}

/* Banner*/
.banner {
    position: relative;
}

.banner .shade {
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 100%;
    background-color: #2060A9;
    opacity: 0.4;
}

.banner img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.banner h1 {
    font-size: 28px;
    position: absolute;
    top: 35%;
    z-index: 10;
    width: 100%;
    transform: translate(0%, -50%);
    color: white;
    text-align: center;
}

.banner h2 {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 10;
    width: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.search {
    background: #000 none;
    height: 150px;
}

#c1269 .tx-kesearch-pi1 {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 20;
    width: 270px;
    transform: translate(-50%, -50%);
    text-align: center;
}

#form_kesearch_pi1 {
    position: relative;
}

#ke_search_sword {
    left: 0px;
}

#c1269 #kesearch_submit {
    position: absolute;
    top: 0px !important;
    left: 230px !important;
    height: 40px !important;
    width: 40px !important;
    border: 0 none;
    padding: 0;
}

.resetbutt, .submitbutt {
    display: none;
}

.gsc-input-box {
    height: 30px !important;
}

.gsc-control-cse {
    border: 0px;
    background: transparent;
}

.bannerSearch {
    position: relative;
}

.banner h2 {
    color: #ffffff !important;
    text-shadow: 2px 2px #000000;
}

.banner .ce-gallery,
.banner .csc-textpic-imagewrap {
    width: 100%;
}

.banner .image,
.banner .csc-textpic-image {
    margin-bottom: 0 !important;
    width: 100%;
    z-index: 15;
}

/* SEARCH */
span.twitter-typeahead {
    width: 100%;
}

.tt-dataset {
    background-color: white;
    cursor: pointer;
    border: 4px solid #000;
}

.tt-selectable:hover {
    background-color: #ddd;
}

/* Breadcrumb */
.breadcrumb {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    background-color: transparent;
    z-index: 15;
}

.breadcrumb a, .breadcrumb > .active {
    color: white;
}

/* Main */
h1 {
    font-size: 26px;
    font-weight: bold;
    color: #2061AA;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

h3 {
    font-size: 18px;
    color: #2061AA;
    font-weight: bold;
    letter-spacing: 1px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}


main h3 {
    text-align: center;
}

main, footer {
    padding-top: 2%;
    padding-bottom: 2%;
}

.ort {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ort .info > div {
    padding: 20px;
    background-color: #eee;
}

.ort .info a {
    padding: 5px 5px 5px 35px;
    background: transparent url('../img/pdf-icon.png') no-repeat;
    display: block;
}

.contentText {
    border-bottom: 1px solid #7c99ba;
    margin-bottom: 30px;
}

.linkRot {
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #2060A9;
}

.linkRot a {
    font-weight: bold;
}

.news-single-backlink a {
    color: #1b1b1b;
    font-weight: bold;
}

#calendar-event h2 {
    color: #ED1B31;
}

#calendar-event h4 {
    color: #2060A9;
    font-size: 20px;
}


/* Quick Links */
.quick-links {
    background-color: #2061aa;
}

.quick-links h3 {
    color: #ffffff;
}

.quick-links .links {
    color: white;
}

.quick-links .links ul {
    list-style-type: none;
    padding: 0;
}

.quick-links .links ul li a {
    color: white;
    padding: 10px;
    display: block;
}

.quick-links .container, .quick-links .quick-img {
    padding-left: 0;
    padding-right: 0;
}

.quick-links .quick-img img {
    width: 100%;
    height: auto;
}

/* Tabs */
.nav-tabs > li {
    text-align: center;
}

.nav-tabs > li > a {
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.nav > li > a > img {
    display: block;
    padding: 25px;
    margin: 0 auto;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid transparent;
    border-bottom-color: #2061aa;
    color: #000000;
}

.nav-tabs .active a {
    background: #EEEEEE none !important;
}

.tab-content {
    padding-top: 25px;
}


/* Tab Pane*/
.tab-pane ul {
    list-style-type: none;
    padding: 0;
}

.tab-pane ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin: 5px 4%;
}

.tab-pane ul li a {
    display: block;
    color: white;
    height: auto;
    padding: 6px 0px;
    font-weight: bold;
    background-color: #2061aa;
    width: 100%;
    letter-spacing: 1px;
}

.tab-pane ul li a:hover {
    background-color: #999590;
}

/* Sidebar */
.sidebar {
    overflow: hidden;
}

.sidebar span {
    color: #2061aa;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.nav-pills > li > a {
    border-radius: 0;
    color: black;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #2061aa;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.sidebar .dropdown-menu li {
    margin-bottom: 2px;
    background: #F1F1F1 none;
}

.sidebar .dropdown-menu li:hover {
}

.sidebar .dropdown-menu li a:hover {
    color: #2061aa;
}

.sidebar .active a {
    font-weight: bold;
}

.sidebar .dropdown-menu {
    position: relative;
    top: auto;
    float: none;
    min-width: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar .dropdown-menu .dropdown-menu {
    background: #F1F1F1 none;
    margin-left: 20px;
}

.sidebar .dropdown-menu .dropdown-menu li {
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
    margin-left: 10px;
}

.sidebar .dropdown-menu .dropdown-menu a {
    font-size: 13px;
    padding: 2px 10px;
}

.sidebar .dropdown-menu .dropdown-menu .active {
   /* background: #D9D9D9 none;*/
   background: white none;
}

.sidebar .dropdown-menu > li > a {
    white-space: normal;
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: transparent;
}

/* Home Agenda */
.agenda .dtstart-container {
    float: left;
    background-color: #2061aa;
    color: white;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #afafaf;
    -webkit-box-shadow: 1px 1px 5px #afafaf;
    -moz-box-shadow: 1px 1px 5px #afafaf;
    padding-bottom: 5px;
    margin-right: 15px;
}

.agenda .vevent {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.agenda .dtstart-container .dtstart {
    display: block;
}

.agenda .dtstart-container .dtstart span {
    font-size: 25px;
    display: block;
    background-color: white;
    color: black;
    padding: 5px 0;
    margin-bottom: 5px;
}

.agenda .summary a {
    color: #2061aa;
    letter-spacing: 1px;
    font-size: 14px;
}

.agenda .summary a:hover {
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
}

.agenda .more-link {
    clear: both;
}

.agenda h2 {
    margin-bottom: 30px;
}

/* Seite Agenda */
#c1271 .list-view .dtstart-container {
    float: left;
    background-color: #2061aa;
    color: white;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #afafaf;
    -webkit-box-shadow: 1px 1px 5px #afafaf;
    -moz-box-shadow: 1px 1px 5px #afafaf;
    padding-bottom: 5px;
    margin-right: 15px;
}

#c1271 .list-view .vevent {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#c1271 .list-view .dtstart-container .dtstart {
    display: block;
}

#c1271 .list-view .dtstart-container .dtstart span {
    font-size: 25px;
    display: block;
    background-color: white;
    color: black;
    padding: 5px 0;
    margin-bottom: 5px;
}

#c1271 .list-view .summary a {
    color: #2061aa;
    letter-spacing: 1px;
    font-size: 14px;
}

#c1271 .list-view .summary a:hover {
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
}

#c1271 .list-view .more-link {
    clear: both;
}

#c1271 .list-view h2 {
    margin-bottom: 30px;
}

#c1271 .list-view .allevents {
    display: none;
}

/* Home News */
.news {
    overflow: hidden;
}

.news .frame-default,
.news .csc-default {
    border-right: 1px solid #ddd;
}

.news .frame-default,
.news .csc-default {
    width: 48%;
    float: left;
}

#c475 {
    min-height: 350px;
}

.news #c472 {
    margin-right: 2%;
}

.news .news-latest-item {
    height: auto;
    margin-bottom: 10px;
}

.news .img {
    float: left;
    margin-right: 15px;
    border-radius: 35px;
    overflow: hidden;
}

.news .news-latest-item .h2 {
    line-height: 13px !important;
    margin: 0;
}

.news .news-latest-item .h2 a {
    font-weight: bold;
    color: #2061aa;
    font-size: 14px;
    letter-spacing: 1px;
}

.news .news-latest-item .h2 a:hover {
    color: #000000;
    letter-spacing: 1px;
}


.news .news-latest-gotoarchive a {
    display: block;
    margin-right: 2%;
    float: left;
    width: 47%;
    text-align: center;
    padding: 5px 10px;
    background: #2061AA none;
    color: #ffffff;
}

.news .news-latest-gotoarchive a:hover {
    background: #EC1B31 none;
}

.news .news-latest-gotoarchive {
    clear: both;
    overflow: hidden;
}

.news .news-latest-gobekannstmachungen a {
    display: block;
    float: left;
    width: 75%;
    text-align: center;
    padding: 5px 10px;
    background: #2061AA none;
    color: #ffffff;
}

.news .news-latest-gobekannstmachungen a:hover {
    background: #EC1B31 none;
}

.news .news-latest-gobekannstmachungen {
    clear: both;
    overflow: hidden;
}

.download {
    font-weight: bold;
}

.download::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f358";
    padding-right: 5px;
}

.news h2 {
    margin-bottom: 30px;
}

/* Footer */
footer {
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
}

footer h3 {
    color: #2061aa;
    font-weight: bold;
}


/* Schulen Liste */
#c1209 > div > div > div {
    margin-top: 155px;
    margin-right: 20px;
    float: left;
}

#c1209 h2 {
    margin-bottom: -160px;
    text-align: center;
    width: 254px;
}

#c1209 h2 a {
    background: rgba(51, 122, 183, 1);
    padding: 1rem;

    color: white;
    width: 100%
}


/* Filter Menu */
.ce-menu {
    display: block;
    float: right;
    overflow: hidden;
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
}

.ce-menu li {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #1d1d1d;
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    padding: 5px;
    width: auto;
}

.ce-menu li a {
    color: #1d1d1d;
    font-size: 14px;
}

.ce-menu li a:hover {
    color: #ffffff;
}

.ce-menu li.active a {
    color: #ffffff;
}

.ce-menu li.activeAll a {
    color: #ffffff;
}

.ce-menu li:hover {
    background: #2061AA none repeat scroll 0 0;
}

.ce-menu li.activeAll {
    background: #2061AA none repeat scroll 0 0;
}

.ce-menu li.active {
    background: #2061AA none repeat scroll 0 0;
}

/* STYLE PICTURE Colum */

.ce-gallery {
    overflow: hidden;
}

.ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    padding: 0 5px;
    box-sizing: border-box;

}

/* Kein Abstand beim ersten und letzten Bild */
.ce-gallery .ce-column:first-child {
    padding-left: 0;
}

.ce-gallery .ce-column:last-child {
    margin-right: 0;
}

/* Fluid Image Tags */
.ce-gallery img,
.ce-gallery picture {
    width: 100%;
    height: auto;
}

/* Spaltenbreiten je nach eingestellten Columns */
.ce-gallery[data-ce-columns="2"] .ce-column {
    width: 49%;
    float: left;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33%;
    float: left;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
    width: 24%;
    float: left;
}

.ce-gallery[data-ce-columns="5"] .ce-column {
    width: 19%;
    float: left;
}


/* Anpassungen fuer kleine Geraete */
@media (max-width: 640px) {

    /* Ein Bild pro Zeile */
    .ce-gallery .ce-column {
        margin: 0 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Fluid Image Tags */
    .ce-gallery img,
    .ce-gallery picture {
        width: 100%;
        height: auto;
    }

    .news .frame-default,
    .news .csc-default {
        border-right: 0px solid #ddd;
    }

    .news .frame-default,
    .news .csc-default {
        width: 100%;
        float: none;
    }

    #c475 {
        min-height: 50px;
    }


}


/* Tabelle */

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    text-align: left;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table > tbody + tbody {
    border-top: 2px solid #ddd;
}


/* TAB */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-tl, .ui-corner-right, .ui-corner-br, .ui-corner-bl, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ui-widget-content {
    background: #fff !important;
    color: #000000 !important;
}

.t3ddy-tabContainer {
    border: 0px solid #fff !important;
}

.ui-widget-header {
    background: #ffffff none !important;
    border: 0px !important;
}

.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

.ui-tabs .ui-tabs-nav {
    padding: 0em 0em 0 !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #d3d3d3 !important;
    background: #e6e6e6 none !important;
    font-weight: normal !important;
    color: #000000 !important;

}

.t3ddy-item {
    padding: 15px 15px !important;
    border: 1px solid #e6e6e6 !important;
}

.ui-state-active {
    background: #2060A9 none !important;
    color: #ffffff !important;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #000000 !important;

}

.ui-state-active a:link {
    background: #2060A9 none !important;
    color: #ffffff !important;
}

.ui-state-active a:visited {
    background: #2060A9 none !important;
    color: #ffffff !important;
}

.t3ddy-item {
}


/* Masonry Unternehmen */

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;

}

.item {
    display: inline-block;
    background: #fff;
    padding: 1.5em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.item .contentText {
    border-bottom: 0px;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .navbar-header {
        float: left;
        width: 90%;
    }

    .banner h1 {
        top: 65%;
    }

    .breadcrumb {
        left: 0%;
        transform: translate(0%, 0);
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 630px) {

    .navbar-brand img {
        width: 180px;
    }

    #ostbelgienlogo {
        width: 180px;
        margin-top: 0px;
    }

    .banner h1 {
        font-size: 22px;
    }

    .navbar-header {
        float: left;
        width: 90%;
    }

    .banner h1 {
        top: 60%;
    }

    .banner img {
        min-height: 100px;
    }

    .breadcrumb {
        left: 0%;
        transform: translate(0%, 0);
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #ostbelgienlogo {
        margin-top: -20px;
    }

    .mean-container a.meanmenu-reveal {
        padding: 35px 35px 0px 0px;
    }

    .banner h1 {
        left: 0%;
        transform: translate(0%, 0);
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 320px) {
    .navbar-header {
        width: 100%;
    }
}


@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {

    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/* Items*/
#c463 .items {
    display: none;
}

.items {
    margin-bottom: 25px;
    margin-right: 50px;
}

.items img {
    width: 120%;
    height: auto;
}

.items h2 {
    background-color: #2061AA;
    color: #F1F1F1;
    margin: 0px !important;
    float: none;
    font-size: 15px;
    text-transform: none;
    padding: 15px;
    min-width: 120% !important;
}

.items > div {
    background-color: #0a234a;
    color: white;
    padding: 10px 20px;
    width: 120%;
}

.items span {
    font-size: 17px;
}

.items .link {
    float: right;
}

.items .fa {
    color: #2061AA;
}

.items a, .items a:hover {
    color: white;
    line-height: 30px;
}

/* Item Details*/
.item-details {
    margin-top: 35px;
    overflow: hidden;
}

.item-details h1 {
    float: none;
    background-color: transparent;
    color: #373737;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.item-details span {
    font-size: 20px;
}

div.col-lg-3.col-md-4.col-sm-4.items {
    margin-left: 0px;
    padding-left: initial
}

/*
 * Custom file input
 * from bootstrap 4
 */

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 34px;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 34px;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Durchsuchen"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 34px;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #a5a5a5;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label.selected {
    color: #495057;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 32px;
    padding: 6px 12px;
    line-height: 1.5;
    color: #495057;
    content: "Durchsuchen";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.has-error .custom-file-label {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .custom-file-label::after {

}

/* some custom stuff */
.custom-file-with-preview {
    display: flex;
    flex-wrap: nowrap;
}

.custom-file-with-preview .custom-file-preview {
    flex: 0 0 50px;
    max-width: 50px;
}

.custom-file-with-preview .custom-file {
    flex-grow: 1;
}

/* upload listing */
.uploads__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.uploads__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.uploads__item-header {
    text-align: left;
}

.uploads__item-content {
    display: flex;
    flex-wrap: nowrap;
}

.uploads__item-image {
    flex: 0 0 100px;
    margin-right: 15px;
}

.uploads__item-link-wrap {
    flex-grow: 1;
}

.uploads__item-link {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.uploads__item-button {
    font-size: 12px;
    padding: 5px 10px;
}

/* The stuff that no dev should be proud of */
.prevent-actions {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.tx-felogin-pi1 h3 {
    text-align: left;
}

.tx-felogin-pi1 legend {
    display: none;
}

.tx-felogin-pi1 form {
    margin: 15px 0 0;
}

.tx-felogin-pi1 form fieldset > div {
    margin-bottom: 10px;
}