@import url(reset.css);
@import url(shoutbox.css);

@charset "UTF-8";

/* Fonts */

@font-face {
    font-family: 'Roboto';
    src: url('/static/webfonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/webfonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/webfonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/webfonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/webfonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


body {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 100.01%;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background-color: #ededed;
    font-family: 'Roboto', sans-serif;
}

/* Links */
a,
a:link,
a:visited {
    color: #000;
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus,
a:active {
    color: #3d0006;
}

p a,
p a:visited {
    line-height: inherit;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6;
    font-family: 'Roboto', serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    color: #d60016;
    font-size: 1.5em;
}

p {
    margin-top: 0;
    line-height: 1.6;
    font-size: 1em;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -moz-hyphenate-limit-chars: auto 5;
    -moz-hyphenate-limit-lines: 2;
    -o-hyphenate-limit-chars: auto 5;
    -o-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-chars: auto 5;
    -ms-hyphenate-limit-lines: 2;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

/* Lists */
ul {
    padding: 0;
    margin: 0;
}

/* Clearfix */
.clear {
    clear: both;
}

/* Selection */
::-moz-selection {
    background-color: #a2cce5;
    text-shadow: none;
    color: #fff;
}

::selection {
    background-color: #a2cce5;
    text-shadow: none;
    color: #fff;
}

/* #Custom Styles
================================================== */

.flex {
    display: flex;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

body .pic {
    background-image: url(../images/background1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.big-margbot {
    margin-bottom: 40px;
}

/* Sidebar
---------------------------------------------------
 */

.menu {
    box-sizing: border-box;
    min-width: 302px;
    order: 0;
}

.inner-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
}

.inner-menu.page {
    background: #dbe2eb;
    min-width: 302px;
}

.mini-menu-wrap {
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    justify-content: space-around;
}

.mini-menu {
    font-weight: 500;
    font-size: 0.63em;
    color: #000;
    align-items: center;
    margin: 4px 8px;
}

.logo {
    margin-top: 5px;
    height: 110px;
    width: 100%;
    background-image: url(../images/logo.svg);
    background-size: 260px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.logo2 {
    margin-top: 35px;
    height: 101px;
    width: 100%;
    background-image: url(../images/logo2.svg);
    background-size: 260px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.sek-logo{
    margin-top: 0px;
    background-size: contain;
    height: 80px;
}

.big-start-picture {
    background-image: url(../images/background1.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.big-start-picture.none {
    background-image: none;
}

/* HAUPTMENÜ
---------------------------------------------------
 */

.nav {
    list-style: none;
    bottom: 45px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    max-height: calc(100vh - 245px);
    overflow-y: auto;
}

.long-nav {
    list-style: none;
    bottom: 40px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9em;
    overflow-y: auto;
    background-color: #dbe2eb;
    max-height: calc(100vh - 370px);
}

.nav-li a {
    box-sizing: border-box;
    list-style: none;
    font-size: 0.85em;
    padding: 5px 15px 5px 20px;
    color: #000;
    border-bottom: 1px solid #999;
    display: inline-block;
    width: 100%;
}

.nav-highlight a {
    background-color: #199cd9!important;
    font-weight: bold !important;;
    color: #ffffff !important;;
}

.nav-li-extIcon {
    max-height: 15px;
    margin-top: 1px;
    margin-right: 1px;
}

ul.level_1 {
    background-color: #c2cedc;
}

ul.level_2 {
    background-color: #b6c1ce;
}


ul.level_1 .nav-li a {
    padding-left: 30px;
}

ul.level_2 .nav-li a {
    padding-left: 45px;
}

ul.level_3 .nav-li a {
    padding-left: 60px;
}

ul.level_4 .nav-li a {
    padding-left: 75px;
}



.nav-li a:hover {
    background-color: #c2cedc;
}

ul.level_0 > .nav-li.active > a {
    background-color: #c2cedc;
    font-weight: bold;
}

ul.level_1 > .nav-li.active > a {
    background-color: #afd2d3;
    font-weight: bold;
}

ul.level_2 > .nav-li.active > a {
    background-color: #afd2d3;
    font-weight: bold;
}

ul.level_3 > .nav-li.active > a {
    background-color: #afd2d3;
    font-weight: bold;
}

/*
ul.level_2 > .nav-li > a:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #000000;
    margin-right: 4px;
    margin-left: -12px;
    margin-bottom: 3px;
}
*/


.long-nav a:first-of-type .long-nav-li {
    border-top: 1px solid #999;
}

/*
.long-nav-li {
    cursor: pointer;
    list-style: none;
    font-size: 0.85em;
    padding: 4px 13px;
    color: #000;
    border-bottom: 1px solid #999;
}

.long-nav-li-r {
    padding-left: 35px;
    box-sizing: border-box;
}

.long-nav-li:hover {
    background-color: #c2cedc;
}

.long-nav-li.active {
    background-color: #c2cedc;
    font-weight: bold;
}

.long-nav-li-r.active {
    background-color: #afced0;
    font-weight: bold;
}

*/
.nav-on-long {
    top: 0;
    position: fixed;
    margin-left: -300px;
    opacity: 0;
    transition: all .3s ease;
}

.nav-on-long.is-active {
    position: unset;
    margin-left: 0;
    opacity: 1;
    min-width: 300px;
    height: 100vh;
}

.nav-is-long {
    transition: all .3s ease;
}

.nav-is-long.is-active {
    margin-left: -300px;
    opacity: 0;
}

.hidden-menu {
    height: 29px;
}

.hidden-menu-icon {
    margin-top: 20.5px;
}




.width-of-mmw {
    width: 302px;
}

.subsite-fixed-title {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 200;
    font-weight: bold;
    font-size: 1.3em;
    padding: 6px 20px;
    top: -300px;
    margin-left: -20px;
    transition: all .3s ease;
}

.subsite-fixed-title.is-active2 {
    top: 0;
}

.search-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 0px;
    background-image: url(../images/search.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
}

.search-icon:hover {
    opacity: .7;
}

.search-icon.small {
    width: 25px;
    height: 25px;
    background-size: 17px;
}

.social-media {
    position: absolute;
    width: 300px;
    bottom: 10px;
    display: flex;
}

.social-media-icon {
    justify-content: center;
    opacity: .85;
    width: 26px;
    height: 26px;
    margin: 10px 16px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

.social-media-icon.tw {
    background-image: url(../images/twitter.svg);
}

.social-media-icon.yt {
    background-image: url(../images/youtube.svg);
}

.social-media-icon.ig {
    background-image: url(../images/instagram.svg);
}

.social-media-icon.em {
    background-image: url(../images/email.svg);
}

.social-media-icon.fb {
    background-image: url(../images/facebook.svg);
}

.social-media-icon:hover {
    opacity: .7;
}

/* MOBILES MENÜ
---------------------------------------------------
 */

.mobile-menu {
    width: 100%;
    height: 48px;
    background: #d6e0ea;
    position: fixed;
    z-index: 500;
    display: none;
    transition: all .3s ease;
}

.hamburger {
    height: 32px;
    width: 32px;
    margin-top: 4px;
    margin-left: 10px;
    display: inline-block;
    background-image: url(../images/burger.svg);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.hamburger-label {
  position: absolute;
  left: 36px;
  top: 5px;
  font-weight: bold;
}

.hamburger2 {
    height: 32px;
    width: 32px;
    margin-top: 4px;
    margin-left: 10px;
    display: inline-block;
    background-image: url(../images/burger.svg);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hamburger2.is-active {
    background-image: url(../images/close.svg);
}

.mobile-logo {
    height: 50px;
    width: 130px;
    margin-top: 6px;
    margin-left: 4px;
    display: inline-block;
    background-image: url(../images/logo.svg);
    background-position: center center;
    background-size: 124px;
    background-repeat: no-repeat;
}

/* CONTENT
---------------------------------------------------
 */

.content {
    flex-grow: 2;
    order: 1;
    box-sizing: border-box;
    max-width: 1114px;
    position: relative;
    min-height: 100vh;
    flex: 1;
}

.content-wrap {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

body.start {
    background-image: url(../images/background1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.front-spruch-wrap {
    width: 100%;
    position: absolute;
    bottom: 413px;
    margin-left: -20px;
    padding: 7px 30px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    box-sizing: border-box;
}

.front-spruch {
    color: #000;
    font-weight: 900;
    font-size: 2.5em;
    line-height: 45px;
    display: inline;
}

.front-spruch-source {
    position: absolute;
    left: 20px;
    top: -33px;
    font-size: 1em;
    display: inline;
    vertical-align: bottom;
    color: #000;
    margin-left: 10px;
    line-height: 30px;
}

.page-title {
    color: #333;
    margin-top: 60px;
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 54px;
    word-wrap: break-word;
}

.page-sub-title {
    color: #333;
    margin-top: -40px;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
}

/* NEWS BOX
---------------------------------------------------
 */

.news-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 105%;
}

.news-box {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 202px;
    min-height: 420px;
    padding-bottom: 35px;
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: all .3s ease;
}

.news-pic {
    background-color: #333;
    width: 100%;
    transition: all .3s ease;
}

.news-box:hover {
    background-color: #f5f5f5;
}

.news-box:hover .news-pic {
    opacity: .8;
}


.news-title {
    font-weight: 700;
    padding: 9px 11px 5px 11px;
    color: #000;
    line-height: 24px;
    font-size: 1.1em;
}

.news-txt {
    padding: 0 10px;
    padding-bottom: 9px;
    font-size: 0.8em;
    color: #333;
    line-height: 20px;
}

.news-link {
    position: absolute;
    bottom: 6px;
    font-weight: 700;
    padding: 5px 11px;
    font-size: 0.76em;
    color: #199cd9;
    line-height: 20px;
    vertical-align: bottom;
}

.small-box-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    width: 104%
}

.small-box-wrap .small-box:last-of-type {
    margin-right: 0;
}

.small-box {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 202px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: all .3s ease;
}

.small-box:hover {
    background-color: #f5f5f5;
}

.small-box-pic {
    background-color: #333;
    width: 100%;
    transition: all .3s ease;
}

.small-box img {
    transition: all .3s ease;
}

.small-box:hover img {
    opacity: .8;
}

.small-box-title {
    font-weight: 700;
    padding: 9px 10px 5px 10px;
    color: #000;
    line-height: 24px;
    font-size: .9em;
    word-wrap: break-word;
}

.txt-binding {
    width: 80%;
}

.bold-desc {
    margin: 20px 0;
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 35px;
}

.inhalt-desc {
    margin: 20px 0;
    color: #000;
    font-size: 1.0em;
    line-height: 1.5em;
}

.ellipsis {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.textedit-descr {
    margin: 20px 0;
    color: #000;
    font-size: 1.0em;
    line-height: 1.5em;
}

.textedit-descr a, .accordion-desc-padding a, .txt-binding a {
    color: #199cd9;
}

.textedit-descr a:hover, .accordion-desc-padding a:hover, .txt-binding a:hover {
    color: #199cd9;
    text-decoration: underline;
}

.textedit-descr td {
    padding: 8px;
    /*border: 1px solid #ccc;*/
}

.textedit-descr img  {
  max-width: 100% !important;
    /*width: 100%;
    height: auto;*/
}


.textedit-descr ul  {
    list-style-type: none;
    padding: 0 0 0 20px;
}

.textedit-descr ul li  {
    margin-bottom: 5px;
}

.textedit-descr ul li:before, .accordion-desc-padding ul li:before {
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #199cd9;
    margin-right: 10px;
    margin-left: -15px;
    margin-bottom: 3px;
}

/* SUB PAGE
---------------------------------------------------
 */

.sp-title {
    font-size: 3em;
    color: #333;
    margin-top: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sp-sub-title {
    font-size: 1.2em;
    color: #333;
    margin-top: -30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.big-pic-nextto-profile-box {
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
	display:-webkit-flex;
	display:flex;
}

/*
.big-pic-nextto-profile-box .big-pic-box {
    margin-right: 0;
}
*/


.big-pic-box {
    height: 400px;
    margin-right: 20px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    -webkit-flex:1;
	flex:1;
}

.termin-view-pic {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 10px;
}

.nextto-profile-box {
    min-height: 400px;
    width: 202px;
    background: #fff;
    display: inline-block;
    float: right;
    box-sizing: border-box;
    position: relative;
    font-size: 0.8em;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

.nextto-p-pic {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    background: #333;
    background-size: cover;
    background-position: center center;
}

.ntp-pad {
    padding: 4px 14px;
    word-break: break-word;
}

.section-title {
    font-size: 1.65em;
    color: #333;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    background-color: #fff;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 70px;
    width: 99.5%;
}

.two-row-list {
    margin-top: 70px;
    width: 900px;
    box-sizing: border-box;
}

.two-row-list.no-marg {
    margin-top: 0;
}

.trl-elm {
    display: inline-block;
    width: 47%;
    margin-right: 3%;
}

.trl-elm.sec {
    margin-right: 0;
}

.trl-pic {
    background: #333;
    width: 100%;
    height: 195px;
    border: 1px solid #ccc;
    background-size: cover;
    background-position: center center;
}

.trl-title {
    font-weight: bold;
    margin-top: 20px;
}

li.trl-li {
    list-style-position: inside;
}

li.trl-li:before {
    content: "-";
    text-indent: -5px;
    padding-right: 5px;
}

.square-pic {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #333;
    width: 195px;
    height: 200px;
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.square-pic:nth-child(5n) {
    margin-right: 0;
}

.med-box-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    width: 102%;
    overflow: hidden;
}

.med-box {
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    width: 202px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.med-box a {
  color: #000 !important;
  text-decoration: none !important;
}

.med-box-pic {
    background-color: #333;
    width: 100%;
}

.med-box-title {
    font-weight: 700;
    padding: 9px 11px 4px 11px;
    color: #333;
    line-height: 24px;
    font-size: 1em;
    word-wrap: break-word;
}

.med-box-desc {
    padding: 0 11px 5px 11px;
    color: #333;
    font-size: 0.85em;
}

.med-box a .pib-fixed-bot {
    font-size: .8em;
    padding: 4px 10px;
}

/* PROFILE
---------------------------------------------------
 */

.flex-profile {
    display: flex;
}

.profile-left {
    order: 0;
    min-width: 434px;
    margin-right: 20px;
    box-sizing: border-box;
    margin-top: 60px;
}

.profile-right {
    order: 1;
    flex-grow: 2;
    box-sizing: border-box;
    margin-top: 60px;
}

.profile-pic {
    box-sizing: border-box;
    width: 202px;
    height: 200px;
    background-color: #333;
    border: 1px solid #ccc;
    border-bottom: 0;
    background-size: cover;
    background-position: center center;
}

.profile-info-box {
    box-sizing: border-box;
    padding: 4px 10px;
    display: inline-block;
    background-color: #fff;
    width: 202px;
    margin-right: 20px;
    font-size: 0.8em;
    min-height: 200px;
    position: relative;
    border: 1px solid #ccc;
    word-break: break-word;
    -ms-word-break: break-all;
}

.profile-left .profile-info-box:nth-child(3n) {
    margin-right: 0;
}

.pib-title {
    font-size: 1.34em;
    font-weight: bold;
    line-height: 23px;
    margin-top: 6px;
}

.pib-fixed-bot {
    position: relative;
    padding-top: 10px;
    word-break: break-word;
    -ms-word-break: break-all;
}

/* Contact form
---------------------------------------------------
 */

.contact-profile {
    margin-top: 200px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 5px 13px;
}

.cp-title {
    font-weight: bold;
    line-height: 23px;
    font-size: 1.1em;
}

.cp-desc {
    margin-top: 35px;
    font-size: 0.85em;
}

.cp-desc.less-top {
    margin-top: 20px;
}

.cp-desc.no-top {
    margin-top: 25px;
    margin-bottom: 10px;
}

.contact-form-profile {
    margin-top: 15px;
    font-size: 0.85em;
    width: 100%;
}

td.min-width {
    width: 120px;
}

.contact-form-profile tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cfp-input, .cfp-textarea {
    width: 100%;
    background: #eee;
    border: 1px solid #999;
    padding: 4px 7px;
    box-sizing: border-box;
}

.cfp-submit {
    width: 100%;
    margin: 10px 0;
    margin-top: 15px;
    box-sizing: border-box;
    border: none;
    background-color: #25a33e !important;
    color: #fff;
    height: 35px;
    padding: 8px 10px;
    transition: all ease .3s;
    display: inline;
    float: right;
}

.cfp-submit:hover{
  background-color: #2cc14a;
}

.cfp-textarea {
    height: 120px;
    resize: none;
}

.cfp-input::-webkit-input-placeholder, .cfp-textarea::-webkit-input-placeholder {
    color: inherit;
}

/* EVENT
---------------------------------------------------
 */
/*
.event-wrap {
    margin-bottom: 20px;
}

.event {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    transition: all .3s ease;
    display: flex;
}

.event:hover {
    background-color: #f5f5f5;
}


.event.tr {
    margin-right: 2%;
    width: 47%;
    display: inline-flex;
}


.event-date-box {
    background: #199cd9;
    width: 105px;
    display: block;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-height: 114px;
}


.event-day {
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    margin-top: -8px;
    position: relative;
}

.event-month {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    margin-top: -14px;
    position: relative;
}

.event-details {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 15px 5px;
}

.event-title {
    font-weight: bold;
    padding: 5px 6px;
}

.event-desc {
    font-size: 0.85em;
    padding: 0 6px;
}

a.event-more {
    font-weight: bold;
    color: #199cd9;
    font-size: 0.8em;
    line-height: 17.5px;
    vertical-align: bottom;
    margin-left: 4px;
}

.profile-left .event-wrap {
    width: 428px;
}

.profile-left .event-wrap .event .event-date-box {
    min-height: 114px;
}

.profile-left .event-wrap .event .event-details {
    width: calc(100% - 121px);
}*/


/*
.event-wrap .event.tr:nth-child(2n) {
    margin-right: 0;
}*/


.event-wrap-v2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.event.tr {
  display: inline-flex;
  flex-direction: row;
  text-decoration: none;
  color: #000;
  width: calc(50% - 34px);
  border: 1px solid #ccc;
  transition: all .3s ease;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.event.tr:hover{
  background-color: #efefef;
}

.event-date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #199cd9;
  min-width: 120px;
}

.event-day {
  font-weight: bold;
  color: #fff;
  font-size: 2.5em;
}

.event-month {
  color: #fff;
  font-size: .9em;
}

.event-details {
  padding: 15px 15px 25px 15px;
  line-height: 140%;
}

.event-title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 160%;
}



/* LONG BOX
---------------------------------------------------
 */

.long-box-wrap {
    margin-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.long-box-wrap .long-box:last-of-type {
    margin-right: 0;
}

.long-box {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 150px;
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    flex: 1;
    padding-bottom: 7px;
}

.long-box a {
    color: #199cd9;
    text-decoration: underline;
}

.long-box-title {
    font-weight: 700;
    padding: 9px 11px 5px 11px;
    color: #000;
    line-height: 23px;
    font-size: 1.03em;
}

.long-box-desc {
    padding: 9px 11px 5px 11px;
    color: #000;
    line-height: 23px;
    font-size: 0.85em;
}

a.lbd-a {
    color: #000;
}

.flexbox .col:nth-child(1) {
    background: #ccc;
    order: 1;
}

.flexbox .col:nth-child(2) {
    background: #eee;
    order: 0;
}

.flexbox .col:nth-child(3) {
    background: #eee;
    order: 2;
}

.flexbox .col:nth-child(4) {
    background: #eee;
    order: 3;
}

.durchsuchen {
    right: 0;
    background: #888;
    width: 100%;
    background: #199cd9;
    color: #fff;
}

.bottom-menu-btn {
  background-color: #199cd9;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  cursor: pointer;
}

.small-margin-top {
  margin-top: 0;
  padding-top: 0;
}

.ds-top {
    min-height: 38px;
    background: #0d60bf;
    color: #fff;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.ds-bottom {
    display: block;
}

.durchsuchen .ds-bottom:nth-child(3) {
    border-top: 1px solid #fff;
}

.ds-top-border {
    border-left: 1px solid #fff;
    height: 20px;
    display: inline;
    margin-right: 6px;
}

.ds-footer {
    width: 100%;
    bottom: 0;
    background: #0d60bf;
    color: #fff;
    font-size: 0.7em;
    padding: 12px 15px;
    box-sizing: border-box;
}

.ds-map {
    position: relative;
    margin-top: -0.5%;
    display: block;
    padding-bottom: 40%;
}

.ds-map-iframe {
    position: absolute;
    border: 0;
    width: 100%;
    height: 110%;
}

.dsb-box {
    display: inline-block;
    width: 19.5%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 0.82em;
}

.dsb-box.doublewidth {
  width: 39%;
  column-count: 2;
  column-gap: 35px;
  overflow: hidden;
}

.dsb-box a, .dsb-link a {
    color: #fff !important;
}

.dsb-box-twoCol {
    column-count: 2;
    column-gap: 20px;
}

.dsb-box.sitemap {
    width: 100%;
    font-size: 1em;
}

.dsb-box.sitemap a.dsb-link {
    color: #000!important;
}

.dsb-box.sitemap .dsb-title, .dsb-box.sitemap a.dsb-title {
    color: #000!important;
}

.dsb-title, a.dsb-title {
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

a.dsb-title:hover {
    text-decoration: underline;
}

a.dsb-link, .dsb-link {
    display: block;
    color: #fff;
    font-size: 0.9em;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

a.dsb-link:hover {
    text-decoration: underline;
}

.dsb-link-pic {
    display: block;
    width: 90%;
    height: 70px;
    background-size: 160px;
    background-repeat: no-repeat;
}

.ds-bottom .dsb-box:nth-child(3) .dsb-link-pic {
    margin-top: 0;
}

.ort-view-pic {
    width: 200px;
    margin-bottom: 30px;
    margin-right: 20px;
    float: left;
}

.ort-view-maps {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}


.no-desktop, .mobile-menu, .small-margin-top {
    display: none;
}

.ovih {
    overflow-x: hidden;
    /*position: fixed;*/
    width: 100vw;
}

.on-menu-sp1.is-active {
    margin-left: -40px;
}

.on-menu-sp2.is-active {
    margin-left: -20px;
}


.termin-txt-desc {
    margin-top: 20px;
}

.sp-sub-title.termin {
    font-size: 1.5em;
    margin-top: -15px;
}

.termin-txt-details {
    margin-top: 20px;
}

.med-box-wrap.termin {
    margin-top: 30px;
}

a.termin-ort-link {
    text-decoration: underline;
}


.galthumb {
    margin: 10px 10px 0 0;
}

.galthumb:hover {
    opacity: .8;
}


.js_gallery_popup_container {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.js_gallery_popup_close {
    position: absolute;
    top: 35px;
    right: 35px;
    background-image: url("/static/images/close-pic.svg");
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    opacity: 0.99;
    z-index: 2000;
}

.js_gallery_popup_close:hover {
    background: rgba(255,255,255,.2);
    background-image: url("/static/images/close-pic.svg");
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;

}

.js_gallery_popup_txt {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    padding: 15px 20px;
    font-size: 1.2em;
    opacity: 0.99;
    z-index: 2000;
}

.js_gallery_popup_previmg {
    position: absolute;
    left: 35px;
    background-image: url("/static/images/arrow-left.svg");
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 100px;
    top: 45%;
}

.js_gallery_popup_nextimg {
    position: absolute;
    right: 35px;
    background-image: url("/static/images/arrow-right.svg");
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 100px;
    top: 45%;
}

.js_gallery_popup_previmg:hover {
    background: rgba(255,255,255,.2);
    background-image: url("/static/images/arrow-left.svg");
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
}

.js_gallery_popup_nextimg:hover {
    background: rgba(255,255,255,.2);
    background-image: url("/static/images/arrow-right.svg");
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
}

.js_gallery_popup_previmg.disabled, .js_gallery_popup_nextimg.disabled {
    display: none;
}


/* #Download
================================================== */


.section-title {
    font-size: 1.65em;
    color: #333;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    background-color: #fff;
    padding-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 70px;
    width: 99.5%;
}

.download-details {
    width: 47%;
    margin-right: 2%;
    max-width: 560px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    display: inline-flex;
    transition: all .3s ease;
}

.download-details:hover {
    background-color: #f5f5f5;
}

.download-link {
    display: block;
    color: #000 !important;
    text-decoration: none !important;
    padding: 10px 20px;
    overflow: hidden;
}

.download-title {
    line-height: 1.4;
    font-size: 1.2em;
    font-weight: 700;
}

.download-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9em;
}

.download-icon {
    flex-shrink: 0;
    width: 70px;
    height: auto;
    background-color: #199cd9;
    background-image: url("../images/download.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.organisation-icon {
    background-image: url("../images/house.svg");
    background-size: 40px;
}

.download-list .download-details:last-child {
    margin-bottom: 50px;
}

.podcast-icon {
    flex-shrink: 0;
    width: 70px;
    height: auto;
    background-color: #199cd9;
    background-image: url("../images/podcast.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}









.textedit-descr table tbody tr td:first-child {
    padding-right: 20px;
}



.profile-right form input, .profile-right form textarea {
    background: #eee;
    border: 1px solid #999;
    padding: 4px 7px;
    box-sizing: border-box;
    width: 100%;
}

.profile-right form label {
    font-size: 0.85em;
}




.search-h2 {
    margin-bottom: 20px;
    font-size: 1.4em;
    color: #333;
    margin-top: 30px;
    font-weight: 700;
}

.no-float {
    float: none;
}

.no-mbot {
    margin-bottom: 0;
}

.search-form {
    display: flex;
    margin-top: -15px;
    margin-bottom: 10px;
}

.search-field {
    background: #fff;
    border: 1px solid #999;
    padding: 10px 13px;
    box-sizing: border-box;
    width: 100%;
}

.search-btn {
    margin-left: 6px;
    background: #dbe2eb;
    border: 1px solid #999;
    padding: 10px 13px;
    box-sizing: border-box;
}


.nextto-profile-box-clickable {
    display: inline-block;
    margin-right: 20px;
    transition: all .3s ease;
}

.nextto-profile-box-clickable:hover {
    background-color: #f5f5f5;
}

.nextto-profile-box-clickable .nextto-p-pic{
    transition: all .3s ease;
}

.nextto-profile-box-clickable:hover .nextto-p-pic {
    opacity: .8;
}

.diakoniestationen-karte {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.without-profile-box .big-pic-box{
    margin-right: 0;
}

label.is-invalid {
    color: red;
}




.accordion-item {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.accordion-wrap {
    clear: both;
    padding-top: 20px;
}

.accordion-wrap .accordion-item:last-child {
  border-bottom: 1px solid #ccc;
}

.accordion-right {
  width: 100%;
  display: inline-block;
}

.accordion-icon {
    margin-right: 15px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 10px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    transition: all .3s ease;
    cursor: pointer;
    display: inline-block;
    transform: rotate(45deg);
}

.accordion-item.is-disabled .accordion-icon {
    transform: rotate(0deg);
}

.accordion-title:hover .accordion-icon {
    transform: rotate(45deg);
}

.accordion-txt {
    display: flex;
}



.accordion-title {
    -ms-word-break: break-all;
word-break: break-all;

/* Non standard for webkit */
word-break: break-word;

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
    hyphens: auto;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  color: #000;
}

.accordion-desc {
  box-sizing: border-box;
  max-height: 28000px;
  transition: all .3s ease;
}

.accordion-desc-padding {
  padding-top: 20px;
}

.accordion-desc-padding td {
  padding: 6px;
}

.accordion-desc-padding li {
  list-style:none;
}

/*.accordion-desc-padding li:before {
  content: "-";
  padding-right: 10px;
}*/

.accordion-item.is-disabled .accordion-desc {
  max-height: 0;
  overflow: hidden;
}


.show-always {
    display: block !important;
}

.always-visible {
    visibility: visible !important;
}

/* ---------------------------------------- */
/* Bewerbungsformular */
/* ---------------------------------------- */

form{
  font-size: 0.85em;
}


.vi-bone {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.vi-label {
  background-color: #dbe2eb;
  color: #000;
  padding: 5px 8px;
  min-height: 35px;
  width: 250px;
  box-sizing: border-box;
}

.vi-label.is-required{
  background-color: #199cd9;
  color: #fff;
}

.vi-boneEditor {
  flex: 1 1 auto;
}

.select, input, textarea, .vi-file span.input{
  height: 35px;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  max-width: 100%;
}

.preamble{
  flex: 1 0 100%;
  margin-bottom: 15px;
}

.radio-label, .radio {
  display: flex;
  flex-direction: row;
  margin: 2px 5px;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}

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

input[type="radio"] + label:before, input[type="checkbox"] + label:before{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ededed;
  border: 3px solid #dbe2eb;
  margin-right: 10px;
  float: left;
}

input[type="radio"] + label:before{
  border-radius: 50%;
}

input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before{
  background-color: #199cd9;
}

.js_viur_bones_str_singleStrWrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

.js_viur_bones_str_singleStrWrapper input{
  margin: 0 8px;
}


.js_viur_bones_str_singleStrWrapper input:nth-child(2),
.js_viur_bones_str_singleStrWrapper input:nth-child(3) {
  width: 30%;
}

.js_viur_bones_str_singleStrWrapper .button{
  margin-left: 8px;
  flex: 0 0 auto;
}

.multi-input-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.delete-button{
  margin-left: 10px;
  background-color: #dbe2eb;
  color: #000;
  border: none;
  box-shadow: none;
  transition: all ease .3s;
  height: 35px;
  box-sizing: border-box;
  padding: 7px 10px;
}

.delete-button:hover{
  background-color: #dee6ef;
}

.button{
  background-color: #199cd9;
  color: #fff;
  border: none;
  box-shadow: none;
  transition: all ease .3s;
  height: 35px;
  box-sizing: border-box;
  padding: 7px 10px;
}

.button:hover{
  background-color: #1fb1f4;
}

label.is-invalid{
  color: #000;
}

label.is-required.is-invalid{
    background-color: #c13f3f;
    color: #fff;
}

.vi-fileBone-previewImg{
  display: none !important;
}

.vi-file {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.vi-file span.input{
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 8px;
}

.vi-file .btn{
  margin-left: 8px;
}

.vi-boneEditor .btn{
  background-color: #199cd9;
  color: #fff;
  border: none;
  box-shadow: none;
  transition: all ease .3s;
  height: 35px;
  box-sizing: border-box;
  padding: 7px 10px;
}

.uploader{
  position: absolute;
  top: 7px;
  left: 10px;
}

.vi-boneNotInUse{
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  flex: 1 1;
}

/*----------------------------------------------*/
/*---------------Bewerbung View ----------------*/
/*----------------------------------------------*/

.bewerbung-view-wrap{
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 80px 80px 80px;
  width: 50vw;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2);
}

.bewerbung-view-download{
  color: #199cd9;
  font-weight: bold;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.bewerbung-view-download:hover{
  text-decoration: none;
}

.bewerbung-view-download:before{
  content: '\21E9';
  display: block;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bewerbung-headline{
  color: #199cd9;
  font-weight: bold;
}

.bewerbung-view-wrap ol{
  counter-reset: counter;
  padding: 0 0 0 20px;
}

.bewerbung-view-wrap ol li:before{
  content: counter(counter);
  counter-increment: counter;
  color: #199cd9;
  font-weight: bold;
  margin-right: 10px;
}


.pdf-mockup{
  width: calc( 2.5 * 210px );
  height: calc( 2.5 * 297px );
  background-color: #199cd9;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 2em;
  padding: 40px;
  max-width: 100%;
  box-sizing: border-box;
}

label.is-missing{
  color: #ef1010;
}

label.is-missing::before{
  border-color: #ef1010;
}


@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    .front-spruch-wrap {
        bottom: 420px;
    }

    .durchsuchen {
        min-height: 460px;
    }

}


@-moz-document url-prefix() {
    .pib-fixed-bot {
        word-break: break-all;
    }
}

@media screen and (min--moz-device-pixel-ratio: 0) {
    @media (min-width: 0px) {

        .durchsuchen {
            min-height: 455px;
        }

        .front-spruch-wrap {
            bottom: 416px;
        }

    }
}

/* #SEARCH
================================================== */
@media only screen and (max-width: 1420px) {

    .ds-map-iframe {
        height: 300px;
    }

    .durchsuchen, .ds-footer {
        position: unset;
        height: unset;
    }

    .ds-map {
        padding-bottom: 300px;
    }

    .content {
      width: calc(100vw - 310px);
    }

}

@media only screen and (max-width: 1397px) {

    .square-pic:nth-child(5n) {
        margin-right: 20px;
    }

}

@media only screen and (max-width: 1200px) {

    .profile-info-box {
        width: 202px;
        margin-bottom: 20px;
    }

    .profile-pic {
        width: 100%;
        height: 200px;
    }

    .profile-left {
        width: 202px;
        min-width: 202px;
    }

    .profile-left .event {
        display: block;
    }

    .profile-left .event-wrap {
        width: 202px;
    }

    .profile-left .event-wrap .event .event-date-box {
        min-height: 100px;
        width: 100%;
    }

    .profile-left .event-wrap .event .event-details {
        width: 100%;
    }

}

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

    .contact-profile {
        width: 95%;
    }


    .diakoniestationen-karte {
        width: 100%;
    }

    .dsb-box {
        width: 45%;
    }

    .dsb-box.doublewidth {
      width: 90%;
    }

    .dsb-box.dsb-box-logo {
        width: 30%;
        margin-bottom: 20px;
    }

    .mini-menu {
        visibility: hidden;
    }

    .content {
        width: 100vw;
        overflow-x: hidden;
        transition: all .3s ease;
    }

    .content-wrap {
        width: 100vw;
    }

    .durchsuchen {
      width: 100vw;
    }

    .inner-menu {
        background: #d6e0ea;
        margin-right: 50px;
        height: 100vh;
        width: 300px;
    }

    .social-media {
        width: 235px;
    }

    .mini-menu-wrap {
        width: 100%;
    }

    .menu {
        min-width: 260px;
        margin-left: -260px;
        height: 100vh;
        visibility: hidden;
        transition: all .3s ease;
    }

    .content.is-active {
        margin-left: 40px;
    }

    .content-wrap.is-active {
        padding-left: 1px;
    }

    .mobile-menu {
        display: block;
    }

    .small-margin-top {
      display: block;
    }

    .mobile-menu.is-active {
        margin-left: 300px;
    }

    .hamburger.is-active {
        background-image: url(../images/close.svg);
        background-size: 20px;
        margin-left: 5px;
    }

    .menu.is-active {
        visibility: visible;
        margin-left: 0;
    }

    .bold-desc {
        font-size: 1.1em;
        line-height: 25px;
    }

    .dsb-link-img {
        width: 60% !important;
    }


}

@media only screen and (max-width: 1215px) {

    .two-row-list {
        width: 100%;
    }

    .trl-elm {
        width: 100%;
        display: block;
        margin-top: 20px;
        margin-right: 0;
    }

    .long-box {
        width: 100%;
    }

    .long-box-wrap {
        display: block;
    }

}

@media only screen and (max-width: 600px) {

    .ort-view-pic {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .vi-bone {
      flex-direction: column;
    }

    .vi-label {
      width: 100%;
    }

    .multi-input-wrap:first-child{
      margin-top: 10px;
    }

    .vi-file {
      width: 100%;
    }

    .js_viur_bones_str_singleStrWrapper{
      flex-wrap: wrap;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #dbe2eb;
    }

    .js_viur_bones_str_singleStrWrapper input:nth-child(2),
    .js_viur_bones_str_singleStrWrapper input:nth-child(3) {
      flex-grow: 1;
    }

    .js_viur_bones_str_singleStrWrapper input:nth-child(3) {
      margin-right: 0;
    }

    .js_viur_bones_str_singleStrWrapper input:nth-child(4) {
      margin: 0;
      flex-grow: 1;
      width: 60%;
      margin-top: 10px;
    }

    .js_viur_bones_str_singleStrWrapper .button{
      margin-left: 16px;
      margin-top: 10px;
    }

}

@media only screen and (max-width: 500px) {

    .dsb-box {
        width: 100%;
        font-size: 0.9em;
    }

    .dsb-box.doublewidth {
      width: 100%;
      column-count: 1;
    }

    .dsb-link-pic {
        margin-top: 10px;
    }

}





/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1000px) {

    .dsb-box.dsb-box-logo {
        width: 45%;
        margin-bottom: 20px;
    }

    .profile-left .event-wrap {
        width: 100%;
    }

    .profile-left .event {
        display: flex;
    }

    .profile-left .event-wrap .event .event-date-box {
        min-height: 114px;
        width: 145px;
    }

    .long-box-wrap {
        display: block;
    }

    .long-box {
        width: 100%;
    }

    .logo2 {
        height: 35px;
        margin-top: 10px;
        background-size: 150px;
    }

    .page-sub-title {
        font-size: 1.2em;
        margin-top: 15px;
    }

    .page-title {
        font-size: 2.09em;
        line-height: 1.3;
         -ms-word-break: break-all;
        word-break: break-all;

        /* Non standard for webkit */
        word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    }

    .txt-binding {
        width: 100%;
    }

    .big-pic-box {
        display: block;
        height: 250px;
        width: 100%;
        box-sizing: border-box;
    }

    .nextto-profile-box {
        display: block;
        width: auto;
        min-height: 350px;
        margin-top: 20px;
        margin-bottom: 20px;
        float: none;
    }

    .nextto-p-pic {
        height: 250px;
        width: 40%;
        background-color: #333;
        border: 1px solid #ccc;
        box-sizing: border-box;
        display: inline-block;
    }

    .nextto-profile-box .ntp-pad {
        display: inline-block;
    }

    .big-pic-nextto-profile-box {
        display: block;
    }

    .nextto-profile-box {
        height: auto;
    }

    .nextto-profile-box-clickable {
        display: inline-block;
        height: auto;
    }

    .under-art-box {
        display: flex;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .uab-pic {
        width: 48%;
        display: inline-block;
        background-color: #333;
        margin-right: 4%;
        padding: 8px 10px;
        position: relative;
        flex: 1;
        background-size: cover;
        background-position: center center;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .uab-art {
        width: 48%;
        background: #fff;
        display: inline-block;
        font-size: 0.67em;
        padding: 8px 10px;
        box-sizing: border-box;
        position: relative;
        flex: 1;
    }

    .uab-title {
        font-size: 1.6em;
        font-weight: bold;
    }

    .two-row-list {
        width: 100%;
    }

    .event, .event.tr {
        width: 100%;
        display: flex;
    }

    .event-details, .profile-left .event-wrap .event .event-details {
        display: inline-block;
        width: auto;
        font-size: 0.8em;
        padding-left: 6px;
        padding-right: 3px;
        box-sizing: border-box;
    }

    a.event-more {
        line-height: 14px;
        color: #199cd9;
    }

    .event-date-box {
        width: 145px;
    }

    .flex-profile {
        display: block;
    }

    .contact-profile {
        margin-top: 0;
        margin-right: 0;
    }

    .profile-left {
        min-width: auto;
        width: 100%;
    }

    .profile-info-box {
        width: 100%;
    }

    .profile-left .profile-info-box:nth-child(3n) {
        margin-top: 20px;
    }

    .profile-pic {
        width: 100%;
    }

    /*.small-box:nth-child(5n) {*/
        /*margin-right: unset;*/
    /*}*/

    .small-box, .small-box:nth-child(5n) {
        width: 46%;
        margin-right: 4%;
    }

    .small-box:nth-child(2n) {
        margin-right: 0;
    }

    .small-box-title {
        font-size: 0.85em;
        word-break: break-all;
        -webkit-hyphens: auto;
    }

    .small-box-wrap {
        margin-top: 20px;
    }

    /*.med-box:nth-child(5n) {*/
        /*margin-right: unset;*/
    /*}*/

    .med-box {
        width: 46%;
        margin-right: 4%;
    }

    .med-box:nth-child(2n) {
        margin-right: 0;
    }

    .med-box-title {
        font-size: 0.85em;
    }

    .med-box-desc {
        font-size: 0.8em;
    }

    .news-box {
        width: 100%;
        display: block;
        height: auto;
        padding-bottom: 40px;
    }

    .square-pic:nth-child(5n) {
        margin-right: 3%;
    }

    .square-pic {
        height: 0;
        width: 48%;
        padding-bottom: 48%;
        margin-right: 4%;
    }

    .square-pic:nth-child(2n) {
        margin-right: 0;
    }

    .pib-fixed-bot {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .profile-pic {
        width: 100%;
        padding-bottom: 100%;
    }

    .profile-info-box {
        height: unset;
    }


    .profile-right {
        margin-right: 30px;
        width: auto;
    }

    .profile-left {
        padding-right: 30px;
    }



    .nextto-profile-box-clickable {
        width: 100%;
        margin-right: 0;
    }

    .nextto-p-pic {
        padding-bottom: 0;
        height: 300px;
    }

    .big-pic-box {
        margin-right: 0;
    }

    .dsb-box-twoCol {
        column-count: 1;
    }

    .download-link, .download-title, .download-desc {
        overflow: overlay;
        text-overflow: ellipsis;
        white-space: unset;
    }

    .download-icon {
        height: auto;
    }

    .download-details {
      width: 100%;
      margin-right: 0;
      display: flex;
    }

    .no-desktop, .mobile-menu {
        display: block;
    }

    .no-desktop-flex {
        display: flex;
    }

    .no-mobile, .logo, .logo-om.subsite {
        display: none;
    }

    .logo-om {
        width: 130px;
        height: 50px;
        position: absolute;
        left: 12px;
        top: 6px;
        background-image: url(../images/logo.svg);
        background-size: 124px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .search-om {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 8px;
        top: 5px;
        background-image: url(../images/bold-search.svg);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .front-spruch-wrap {
        margin: 0 auto;
        padding: 7px 0px;
        position: static;
        margin-top: 20px;
        width: 85%;
        margin-top: 125px;
    }

    .front-spruch {
        font-size: 1.75em;
        line-height: 30px;
    }

    .front-spruch-source {
        display: block;
        font-size: 0.7em;
        margin: 0;
    }

    .mobile-welcome {
        height: 145px;
        margin-top: 28px;
        margin-left: -20px;
        margin-right: -20px;
        background: #d6e0ea;
    }

    .mobile-welcome.is-active {
        margin-left: 0;
        margin-right: 0;
    }

    .mw-logo {
        margin: 0 auto;
        height: 125px;
        width: 300px;
        background-image: url(../images/logo.svg);
        background-position: center center;
        background-size: 280px;
        background-repeat: no-repeat;

    }

    .nav a:last-of-type .nav-li {
        border: 0;
    }

    .nav-li.active {
        background-color: unset;
        font-weight: bold;
    }



    ul.nav, ul.long-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo2 {
        background-size: 200px;
        margin-top: 0;
        height: 80px;
    }

    .menu .logo.subsite {
        display: inline-block;
        background-size: 200px;
        margin-top: 0;
    }

    .subsite-fixed-title {
        margin-top: 48px;
    }

    .ds-map-iframe {
        margin-top: 50px;
        height: 250px;
    }

}


@media only screen and (max-width: 750px) {

    .nextto-p-pic {
        display: block;
        width: 100%;
        height: 200px;
    }
}

@media only screen and (min-height: 800px) {

    .ds-map-iframe {
        height: 450px;
    }

}

@media only screen and (min-height: 870px) {

    .ds-map-iframe {
        height: 880px;
    }

}

@media only screen and (max-height: 645px) {
    .logo2 {
        display: none;
    }

    .social-media {
        margin-bottom: -10px;
    }

    /*.long-nav {
        bottom: 75px;
    }*/

}

@media only screen and (max-height: 750px) {
    .logo2 {
        display: none;
    }

    .front-spruch-wrap {
        bottom: 308px;
    }

    @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
        .front-spruch-wrap {
            bottom: 315px;
        }
    }

    @media screen and (min--moz-device-pixel-ratio: 0) {
        @media (min-width: 0px) {
            .front-spruch-wrap {
                bottom: 310px;
            }
        }
    }

}

@media only screen and (max-width: 1030px) and (min-width: 500px) {

}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion-title {
    -ms-hyphens: none;
    hyphens: none;
    -ms-word-break: normal;
    word-break: normal;
  }
}























/* pop up Cookies ===================================================================================/*/


.popup {
    opacity: 0;
    position: fixed;
    transition: all .3s ease;
    pointer-events: none;
    -webkit-box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.3);
      box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.3);
      -moz-box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.3);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
      font-size: .9em;
      z-index: -1;
  }



@media only screen and (min-width: 1100px) {
    .popup {
      right: 10px;
      bottom: 10px;
      left: auto;
      width: 500px;
    }
  }

  .popup.is-active {
    z-index: 999999;
    opacity: 1;
    pointer-events: auto;
  }

  a.popup-btn {
          -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin: 0;
      padding: 2px 6px;
      border: none;
      background-color: #199cd9;
      color: #fff;
      cursor: pointer;
      float: right;
      margin-left: 10px;
      cursor: pointer;

  }

  a.popup-btn:hover {
    background-color: #333333;
  }

  .popup-box {
    position: relative;
    background-color: #ededed;
    background-clip: padding-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-content {
    width: 100%;
    padding: 20px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #222222;
    font-size: .9em;
    box-sizing: border-box;
  }

  .popup-content:before {
    display: table;
    content: "";
  }

  .popup-content:after {
    display: table;
    clear: both;
    content: "";
  }

  .popup-header {
    width: 100%;
    padding: 10px;
    background-color: #d6e0ea;
    color: #222222;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
  }


  .popup-close:hover,
  .popup-close:focus {
    opacity: 1;
  }

  @media print {
    body{
      font-size: 10pt !important;
    }

    h1{
      font-size: 16pt !important;
    }

    h2{
      font-size: 14pt !important;
    }

    h3, h4, h5 ,h6{
      font-size: 12pt !important;
    }

    h1, h2, h3, h4, h5 ,h6{
      margin-top: 0 !important;
      margin-bottom: 1em !important;
      color: #000 !important;
    }

    ol{
      list-style: decimal;
    }

    ul{
      list-style: disc;
    }

   .no-print{
     display: none;
   }
  }

