@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rethink-sans-v4-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Rethink Sans', sans-serif !important;
    background-color: #f5f5f5 !important;
}

.navbar-default {
    background-color: #e7e9e8 !important;
    border: none !important;
}

.row {
    margin: 0 !important;
}

.navbar {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.affix {
    min-width: 100%;
    z-index: 100;
}

.letter {
    padding: 10px 30px 50px 30px;
    border-radius: 12px;
    /*box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);*/
    margin-bottom: 30px;
}

.ct {
    padding: 30px 0;
  color: #737373;
}

.ct a {
  color: #737373;
  text-decoration: underline;
}

.bg {
    width: 100%;
    height: 350px;
    margin-bottom: -350px;
}

#search-filter {
    width: 100%;
}

#search-filter label {
    width: 18%;
    margin-top: 20px;
}
#search-filter .chosen-container {
    width: 100% !important;
}

#search-filter .chosen-container > ul {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #aaa;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group {
    margin-bottom: 10px;
    width: 100% !important;
}

#search-filter .form-actions input {
    border-radius: 60px;
    border: 0px solid #ccc;
    padding: 12px 40px;
    font-size: 14px;
}

#search-filter .js-form-type-textfield input {
    display: block;
    width: 100%;
    padding: 24px 16px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #fff;
}

#search-icon {
    padding: 12px 20px 0 0;
    font-size: 20px;
}

.back, .back:visited {
    padding: 10px;
    background-color: #333;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    text-decoration: none;
}

.back:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.article-footer {
    margin-top: 50px;
}

.site-title {
    padding: 50px 0 0 0;
    background-image: url('../images/logo.svg');
    background-position: top left;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .search {
        padding: 5% 5%;
    }
    .header-row {
      padding: 0 24px 0 24px;
    }
    .se-results {
        padding: 0 5%;
    }
    .search-ogh {
      padding: 10px 5%;
    }
}
@media (min-width: 601px) {
    .search {
        padding: 5% 15%;
    }
    .header-row {
        padding: 0 24px 0 24px;
    }
    .us-menu {
        padding-top: 20px;
    }
    .se-results {
        padding: 0 15%;
    }
    .search-ogh {
      padding: 10px 15%;
    }
}

h1.site-title {
    font-size: 25px;
    line-height: 150%;
    color: #a21a20;
}

.search .form-actions input {
    background-color: rgb(156 32 36);
    color: #fff;
}

.search-ogh .form-actions input {
  background-color: rgb(156 32 36);
  color: #fff;
}

select {
    width: 100%;
}

#advanced-search {
    display: block;
    margin-bottom: 10px;
  color: #737373;
  text-decoration: underline;
}

.u-actions {
    text-align: right;
    margin-bottom: 10px;
}

div[role=contentinfo] {
    margin: auto;
    text-align: center;
    padding: 20px;
}

div[role=contentinfo] li {
    list-style-type: none;
}

.user-pass-reset {
    margin: auto;
    padding: 20px;
    text-align: center;
}

.us-menu {
    text-align: right;
}

.us-menu li {
    list-style-type: none;
}

.us-menu a {
    color: #7f7f7f;
    font-weight: bold;
}

.us-menu a:visited {
    color: #7f7f7f;
    text-decoration: none;
}

.us-menu a:hover {
    color: #ff7f27;
    text-decoration: none;
}

#search-filter .input-group-addon {
    display: none !important;
}

.ct h3 {
    color: #000;
}

.gz {
    float: right;
}

.views-field-field-paragraphen {
    text-align: right;
}

#return-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-style: normal;
}
#return-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-top:hover i {
    color: #fff;
    top: 5px;
}

.no-link {
    color: #333 !important;
}

.no-link:hover {
    text-decoration: none;
}

#edit-schnellsuche:disabled {
    background-color: #eee !important;
}
