/* #################################################### */
/*! ###	SGZ CSS by ilab crossmedia og, www.ilab.at	### */
/* ###	Authors Martin Jank, Gerhard Mischitz		### */
/* #################################################### */
/* ########## ########## ########## */

/* FONTS */
/* ########## ########## ########## */

@font-face {
    font-family: 'Lato';
    src: url('../font/lato-bold-webfont.eot');
    src: url('../font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/lato-bold-webfont.woff2') format('woff2'), url('../font/lato-bold-webfont.woff') format('woff'), url('../font/lato-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/lato-light-webfont.eot');
    src: url('../font/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/lato-light-webfont.woff2') format('woff2'), url('../font/lato-light-webfont.woff') format('woff'), url('../font/lato-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/lato-regular-webfont.woff2') format('woff2'), url('../font/lato-regular-webfont.woff') format('woff'), url('../font/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
.btn_desc .icon-info:before {
    font-family: "Lato", "Helvetica Neue", "Arial", sans-serif;
}

#nav_container,
h1,
h2,
h3,
.termin_row time,
.footer_right strong,
#form_alert strong,
.partner_toggle,
.focus_title {
    font-family: "Oswald", "Arial Narrow", "Verdana", sans-serif;
}

.members_detail:before,
blockquote:before,
.c_text ul>li:before,
.checkbox label:after,
.video_wrapper:after,
#form_alert:after {
    font-family: "fontello", "Lato", sans-serif;
}


/* ########## ########## ########## */


/* FONTS */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* GENERELLES */


/* ########## ########## ########## */

body {
    background-color: #fffcf8;
}

main {
    margin-top: 60px;
}

a {
    color: #a77700;
    transition: color .4s ease 0s;
}

a:focus,
a:hover {
    outline: 0;
    color: #845E00;
}

.btn {
    color: #FFF;
    background-color: #a77700;
    -webkit-transition: background-color .4s ease 0s;
    -moz-transition: background-color .4s ease 0s;
    transition: background-color .4s ease 0s;
}

.btn:focus,
.btn:hover,
.btn:active:focus {
    color: #FFF;
    background-color: #845E00;
    outline: 0;
}

.form-control {
    border-color: #a1a1b2;
    height: auto;
    font-size: 2.2rem;
    padding: 14px 15px;
    border-radius: 2px;
    box-shadow: 0 0 0 #a1a1b2;
    -webkit-transition: border-color .4s ease 0s, box-shadow .4s ease 0s, padding .4s ease 0s;
    -moz-transition: border-color .4s ease 0s, box-shadow .4s ease 0s, padding .4s ease 0s;
    transition: border-color .4s ease 0s, box-shadow .4s ease 0s, padding .4s ease 0s;
}

.form-control:hover,
.form-control:focus {
    border-color: #cecece;
    ;
}

.has-error .form-control:hover,
.has-error .form-control:focus {
    border-color: #CD716F;
}

.form-control:focus {
    box-shadow: 0 0 10px #a1a1b2;
}


/* ########## ########## ########## */


/* /GENERELLES */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* HEADER */


/* ########## ########## ########## */

#nav_container {
    font-weight: 300;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.navbar-brand {
    display: block;
    height: auto;
    padding: 29px 15px 0;
}

.navbar-brand>img {
    width: 204px;
}

.navbar-default .navbar-toggle,
.navbar-toggle {
    border-color: #aa7770;
    border-radius: 3px;
    padding: 15px;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar {
    background-color: #aa7770;
    width: 24px;
}

#nav_links a {
    color: #a1a1b2;
    -webkit-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
}

#nav_links a:hover,
#nav_links a:focus {
    color: #00365f;
}

#nav_links>ul {
    float: right;
    text-align: right;
    width: 100%;
    margin: 0 15px 0 0;
    font-size: 0;
}

.nav>li {
    display: inline-block;
    float: none;
}

#nav_additional>li {
    vertical-align: text-top;
}

#nav_main a {
    font-size: 6rem;
    /*6.7rem; sl */
    line-height: 1em;
    padding: 6px 15px 15px;
}

#nav_secondary a,
#nav_additional a {
    text-transform: uppercase;
    font-size: 2.0rem;
    padding: 16px 7px 4px;
}

#nav_additional a {
    padding: 8px 6px 8px 15px;
    margin-bottom: 5px
}

#nav_additional .lang_selector+.lang_selector a {
    padding-left: 6px;
    padding-right: 15px;
}

#nav_container .active>a {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #00365f;
}

.search_eles {
    margin: 0;
}

.search_eles>* {
    float: right;
    display: block;
    margin: 0;
}

.suchinput {
    background-color: #FFF;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 2px;
    font-size: 2.2rem;
    line-height: 1.5em;
    text-transform: uppercase;
    height: auto;
    padding: 1px 0 2px;
    width: 0;
    /*font-family: oswald;*/
    -webkit-transition: width .6s cubic-bezier(.87, -.41, .19, 1.44) 0s, border-color .3s ease 0s, box-shadow .4s ease 0s, padding .6s ease 0s;
    -moz-transition: width .6s cubic-bezier(.87, -.41, .19, 1.44) 0s, border-color .3s ease 0s, box-shadow .4s ease 0s, padding .6s ease 0s;
    transition: width .6s cubic-bezier(.87, -.41, .19, 1.44) 0s, border-color .3s ease 0s, box-shadow .4s ease 0s, padding .6s ease 0s;
}

.suchinput:focus {
    box-shadow: 0 0 10px #a1a1b2;
}

.suchlabel,
#search_header_placeholder {
    font-size: 2rem;
    text-align: center;
    padding: 3px 6px 6px;
    color: #a1a1b2;
    cursor: pointer;
}

.suchlabel:hover {
    color: #00365f;
}

.btn_search {
    font-size: 2rem;
    border-radius: 0 2px 2px 0;
    background-color: #FFF;
    border: 0 solid #FFF;
    box-shadow: 0 0 0 #adbaaa;
    ;
    -webkit-transition: box-shadow .4s ease 0s, border-color .4s ease 0s, background-color .4s ease 0s, color .4s ease 0s;
    -moz-transition: box-shadow .4s ease 0s, border-color .4s ease 0s, background-color .4s ease 0s, color .4s ease 0s;
    transition: box-shadow .4s ease 0s, border-color .4s ease 0s, background-color .4s ease 0s, color .4s ease 0s;
}

#searchform_header .btn_search {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
}

#searchform_header.has_content .btn_search {
    border: 1px solid #a1a1b2;
    padding: 2px 5px 5px 6px;
    box-shadow: 0 0 10px #adbaaa;
    overflow: visible;
    width: auto;
    height: auto;
}

.btn_search:hover {
    color: #00365f;
}

#searchform_header .btn_search:hover {
    background-color: #eeeef4;
}

#fb_link {
    position: absolute;
    top: 200px;
    right: 0;
    font-size: 3.2rem;
    background-color: #fff;
    color: #00365f;
    box-shadow: 0 0 0 1px #00365f, -2px 2px 26px 1px rgba(0, 0, 0, .2);
    /*#a77700*/
    -webkit-transition: color .4s ease 0s, box-shadow .4s ease 0s;
    -moz-transition: color .4s ease 0s, box-shadow .4s ease 0s;
    transition: color .4s ease 0s, box-shadow .4s ease 0s;
}

#fb_link:hover,
#fb_link:focus {
    color: #3b5998;
    box-shadow: 0 0 0 1px #005799, -2px 2px 26px 1px rgba(0, 0, 0, .5);
    /*#845E00*/
}

.fbf_link {
    color: #00365f;
    font-size: 1.2em;
    margin-top: 15px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: color .4s ease 0s, background-color .4s ease 0s;
    -moz-transition: color .4s ease 0s, background-color .4s ease 0s;
    transition: color .4s ease 0s, background-color .4s ease 0s;
}

.fbf_link:hover,
.fbf_link:focus {
    color: #3b5998;
    background-color: rgba(0, 0, 0, .075);
    text-decoration: none;
}

.fbf_link img {
    display: inline-block;
    width: 50px;
    margin-left: -5px;
}


/* ########## ########## ########## */
/* /HEADER */
/* ########## ########## ########## */


/* ########## ########## ########## */
/* MAIN */
/* ########## ########## ########## */

.section_header h1 {
    font-size: 11rem;
    line-height: .9em;
    margin: .9em 0 .2em;
    color: #eae7e4;
    font-weight: 300;
}

.preview {
    display: block;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: box-shadow .4s ease 0s;
    -moz-transition: box-shadow .4s ease 0s;
    transition: box-shadow .4s ease 0s;
}

.preview:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .4);
}

.preview:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 5;
    -webkit-transition: background-color .4s ease 0s;
    -moz-transition: background-color .4s ease 0s;
    transition: background-color .4s ease 0s;
}

.preview_hbg:after {
    z-index: -1;
}

.preview:hover:after,
.preview:focus:after {
    background-color: rgba(0, 0, 0, .25);
}

.preview_hbg:hover:after,
.preview_hbg:focus:after {
    background-color: rgba(0, 0, 0, .05);
}

.preview_md {
    width: 48%;
    float: left;
}

.preview_sm {
    width: 48%;
    float: right;
}

.preview img {
    display: block;
    max-width: 100%;
}

.badge_container {
    display: block;
    position: absolute;
    top: -18px;
    left: -18px;
    width: 170px;
    height: 170px;
    z-index: 10;
}

.badge_container img {
    width: 100%;
    height: 100%;
}

.preview_md .badge_container,
.preview_sm .badge_container {
    width: 130px;
    height: 130px;
}

.box {
    position: relative;
    overflow: hidden;
    display: block;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.box img {
    max-width: none;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preview_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #FFF;
    padding: 15px 15px 7px;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.preview_text h2 {
    font-weight: 400;
}

.termin_row {
    color: #00365f;
    margin-bottom: 30px;
    margin-top: 10px;
}

.termin_row time {
    text-align: right;
    font-size: 6rem;
    line-height: 1.5em;
    font-weight: 300;
}

.termin_text h2 {
    font-size: 4.5rem;
    font-weight: 300;
}

.termin_text p {
    color: #787878;
    font-size: 2rem;
}

a.termin_register_link {
    display: inline-block;
    background: #a77700;
    color: #fff;
    font-weight: 700;
    padding: 7px 33px 7px 20px;
    border-radius: 3px;
    text-decoration: none;
}

a.termin_register_link:hover,
a.termin_register_link:focus {
    background: #845e00;
}

.date_box {
    text-align: right;
}

.date_box span {
    display: block;
    color: #aaa;
    font-size: 3rem;
}

.termin_row .news_downloads {
    margin-top: 20px;
}

.box_projekt {
    overflow: visible;
    margin: 15px 0;
    max-width: 400px;
}

.box_projekt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #a1a1a1;
    box-shadow: inset 0 0 0 6px #fff;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: border-color .4s ease 0s, box-shadow .4s ease 0s, background-color .4s ease 0s;
    -moz-transition: border-color .4s ease 0s, box-shadow .4s ease 0s, background-color .4s ease 0s;
    transition: border-color .4s ease 0s, box-shadow .4s ease 0s, background-color .4s ease 0s;
}

#blog_list {
    position: relative;
}

.blog_row,
.news_row,
.search_row {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #505050;
    position: relative;
    -webkit-transition: color .4s ease 0s, background-color .4s ease 0s;
    -moz-transition: color .4s ease 0s, background-color .4s ease 0s;
    transition: color .4s ease 0s, background-color .4s ease 0s;
}

.blog_row time {
    font-size: 1.6rem;
    text-align: right;
    display: block;
}

.blog_row h2,
.news_row h2,
.search_row h2 {
    margin: 10px 0 14px;
    font-size: 3.25rem;
    color: #a77700;
}

.blog_row p,
.news_row p,
.search_row p {
    font-size: 1.9rem;
    margin: 0;
}

.blog_img {
    width: 100px;
    max-width: 100%;
    margin: 38px 50px 0 auto;
    position: relative;
}

.blog_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.blog_img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 200px;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #eae7e4;
}

.list_separator {
    box-shadow: 0 1px 0 0 #eae7e4;
    margin: 11px 0;
}

.list_separator span {
    font-size: 1.4rem;
    color: #a1a1b2;
    display: inline-block;
    padding-left: 56px;
}

.list_separator em {
    position: absolute;
    bottom: 0;
    font-size: 3rem;
    padding: 0 10px;
    cursor: pointer;
    color: #a77700;
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
}

.list_separator em:hover,
.list_separator em:focus {
    color: #845E00;
}

.btn_load_more {
    display: block;
    font-size: 2.4rem;
    padding: 8px 15px;
    margin-top: 40px;
}

.btn_load_more em {
    position: absolute;
    left: 50%;
    top: 100%;
    color: #a77700;
    font-size: 11rem;
    line-height: 1em;
    -webkit-transform: translate(-50%, -44%);
    -moz-transform: translate(-50%, -44%);
    -ms-transform: translate(-50%, -44%);
    -o-transform: translate(-50%, -44%);
    transform: translate(-50%, -44%);
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
}

.btn_load_more:hover em,
.btn_load_more:focus em {
    color: #845e00;
}

.spinner {
    display: none;
    /*float: left;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid #a1a1b2;
    -webkit-animation: spinner 1.2s linear infinite;
    -moz-animation: spinner 1.2s linear infinite;
    -o-animation: spinner 1.2s linear infinite;
    animation: spinner 1.2s linear infinite;
    position: relative;
    margin: 40px auto 0;
}

.spinner:before,
.spinner:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 3.125px solid transparent;
    border-top-color: #a77700;
    top: -9.375px;
    left: -9.375px;
    width: 62.5px;
    height: 62.5px;
}

.spinner:after {
    border-top-color: transparent;
    border-bottom-color: #a77700;
}

.blog_info {
    margin-top: 20px;
    margin-bottom: 8px;
}

.blog_info .blog_img {
    margin: 0 50px 8px auto;
    width: 200px;
}

.author_name {
    font-size: 2.3rem;
    color: #00365f;
}

.blog_info time {
    font-size: 1.8rem;
}

.blog_info h2 {
    color: #00365f;
    margin: 16px 0;
    font-size: 4rem;
}

.c_text {
    font-size: 1.9rem;
    line-height: 1.58em;
    word-wrap: break-word;
}

.main_nom {
    margin-top: 0;
}

#focus_link {
    position: absolute;
    right: 15px;
    top: -2.8rem;
    font-size: 4rem;
    padding: 7px 5px 4px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 3px;
    z-index: 20;
    text-align: center;
    -webkit-transition: background-color .4s ease 0s, box-shadow .4s ease 0s, color .4s ease 0s;
    -moz-transition: background-color .4s ease 0s, box-shadow .4s ease 0s, color .4s ease 0s;
    transition: background-color .4s ease 0s, box-shadow .4s ease 0s, color .4s ease 0s;
}

#focus_link:hover,
#focus_link:focus {
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0 0 20px 0 rgba(255,255,255,.5);*/
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
}

.focus_title {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
}

#searchform_members {
    text-align: right;
    position: relative;
}

#members .suchinput {
    width: 420px;
    padding: 12px 15px;
    text-transform: none;
    max-width: 100%;
    border-color: #cecece;
    margin: 0 0 0 auto;
    font-size: 3rem;
}

#members .suchinput:focus,
#searchform_members.has_content .suchinput {
    width: 100%;
}

#searchform_members label {
    font-weight: 300;
    font-size: 2rem;
    color: #9f9f9f;
    margin: 0;
}

#searchform_members .btn_search,
#search_members_placeholder {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 3.2rem;
    line-height: 68px;
    padding: 0 9px 3px;
    background-color: transparent;
    color: #b1b1b1;
    border-width: 0;
    box-shadow: none;
}

#searchform_members.has_content .btn_search:hover,
#searchform_members.has_content .btn_search:focus {
    color: #00365f;
}

#search_members_placeholder {
    position: relative;
    text-align: right;
}

#focus_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: width .0s ease .6s;
    -moz-transition: width 0s ease .6s;
    transition: width 0s ease .6s;
}

#focus_container.open {
    width: 100%;
    -webkit-transition: width 0s ease 0s;
    -moz-transition: width 0s ease 0s;
    transition: width 0s ease 0s;
}

.focus_content {
    position: absolute;
    top: 0;
    right: -600px;
    bottom: 0;
    width: 600px;
    max-width: 100%;
    /*width: 0;*/
    padding: 0;
    overflow: scroll;
    z-index: 10;
    -webkit-transition: right .6s ease 0s;
    -moz-transition: right .6s ease 0s;
    transition: right .6s ease 0s;
}

.open .focus_content {
    /*width: 600px;*/
    right: 0;
    -webkit-transition: right .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
    -moz-transition: right .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
    transition: right .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
}

.backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .1);
    z-index: 5;
    opacity: .0001;
    transition: opacity .2s ease 0s;
}

.open .backdrop {
    opacity: 1;
}

.focus_content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(255,255,255,.9);*/
    background-color: #FFF;
    z-index: -1;
    /*box-shadow: 0 0 20px 0 rgba(0,0,0,.4), 1px 0 2px -2px rgba(0,0,0,.5) inset;*/
}

.focus_content>* {
    background-color: #FFF;
}

#focus_container h2 {
    margin: 0;
    padding: 60px 15px;
    color: #00365f;
    font-size: 3.75rem;
}

.preview_focus {
    background-color: #fff;
    box-shadow: 0 1px 0 0 #a77700 inset, 0 0 0 0 rgba(0, 0, 0, 0) inset;
    display: block;
    padding: 15px;
    width: 100%;
    margin: 0;
    position: relative;
    -webkit-transition: color .4s ease 0s, margin .3s ease 0s, background-color .5s ease 0s, width .3s ease 0s, box-shadow .4s ease 0s;
    -moz-transition: color .4s ease 0s, margin .3s ease 0s, background-color .5s ease 0s, width .3s ease 0s, box-shadow .4s ease 0s;
    transition: color .4s ease 0s, margin .3s ease 0s, background-color .5s ease 0s, width .3s ease 0s, box-shadow .4s ease 0s;
}

.preview_focus>h3 {
    font-size: 2.75rem;
    display: block;
    margin: 0;
    padding: 0 0 10px;
}

.preview_focus time {
    color: #b1b1b1;
    font-size: 1.6rem;
}

.focus_header {
    position: relative;
    /*overflow: hidden;*/
}

.focus_header .btn_close {
    background-color: #b1b1b1;
}

.preview_postani_clan {
    font-size: 1.8rem;
    line-height: 1.35em;
}

.preview_postani_clan p {
    margin: 28px 0 0;
}

.preview_postani_clan ul {
    margin: 0 0 28px;
}

.preview_postani_clan strong {
    display: block;
    margin: -14px 0 0;
}

.news_img {
    max-width: 400px;
}

.news_img img {
    max-width: 100%;
}

.news_row time {
    font-size: 1.9rem;
}

.regular_form .form-group,
.handle_floating {
    position: relative;
}

.regular_form .form-group label,
.handle_floating label {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #a1a1b2;
    font-size: 1.5rem;
    font-weight: 400;
    opacity: .00001;
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
}

.regular_form .form-group label {
    left: 30px;
}

.regular_form .show_floating_label label,
.handle_floating.show_floating_label label {
    opacity: 1;
}

.regular_form .show_floating_label .form-control,
.handle_floating.show_floating_label .form-control {
    padding: 22px 15px 6px;
}

textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
}

.btn_send {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    padding: 14px 15px;
    border-radius: 2px;
}

form:invalid .btn_send {
    background-color: #a1a1b2;
}

#member_result_list {
    list-style: none;
    padding: 0;
}

.members_detail {
    display: block;
    position: relative;
    padding: 6px 15px 6px 40px;
    -webkit-transition: color .4s ease 0s, background-color .4s ease 0s;
    -moz-transition: color .4s ease 0s, background-color .4s ease 0s;
    transition: color .4s ease 0s, background-color .4s ease 0s;
}

.members_detail:before {
    content: "\e808";
    position: absolute;
    font-size: 3rem;
    left: 0;
    width: 40px;
    text-align: center;
    top: 0;
}

.members_detail h2 {
    margin: 0 0 8px;
}

.members_detail p {
    color: #060606;
    font-weight: 300;
}

.video_wrapper {
    margin: 60px 0 0;
    position: relative;
    width: 100%;
    background-color: #333;
}

.video_wrapper:after {
    content: "\e813";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #a77700;
    color: #333;
    font-size: 5rem;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-indent: .1em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_wrapper.vid_visible:after {
    display: none;
}

.video_wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.no_thirdparty {
    margin: 60px 0 0;
    position: relative;
    width: 100%;
    background-color: rgb(212, 212, 212);
    padding-top: 56.25%;
}

.oer_container {
    position: absolute;
    width: 100%;
    color: #333;
    top: 50%;
    transform: translateY(-50%);
}

.oer_container strong {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 30px;
}


.news_downloads {
    margin-top: 60px;
}

.about_entry .news_downloads {
    margin-top: 0;
}

.dl_container {
    display: block;
    float: left;
    width: 50%;
    padding: 8px 15px 8px 54px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.2em;
    margin: 0 0 10px;
    -webkit-transition: color .4s ease 0s, background-color .4s ease 0s;
    -moz-transition: color .4s ease 0s, background-color .4s ease 0s;
    transition: color .4s ease 0s, background-color .4s ease 0s;
}

.dl_container>div {
    color: #505050;
}

.dl_container em {
    position: absolute;
    left: 0;
    top: 10px;
    text-align: center;
    font-size: 3.7rem;
}

.news_info {
    margin-bottom: 50px;
}

.news_info h1,
.about_entry h2 {
    color: #00365f;
    font-size: 6rem;
}

.news_date {
    font-size: 1.5rem;
    color: #505050;
    font-weight: 300;
    display: block;
}

.news_date time {
    font-size: 2rem;
    display: inline-block;
    padding: 0 8px;
}

.project_img img {
    display: block;
    max-width: 100%;
    width: 300px;
    margin: 0 auto 8px;
    box-shadow: 0 0 0 8px #FFF, 0 0 0 9px #00365f;
}


/*
.partner_link {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.partner_link:hover,
.partner_link:focus {
	text-decoration: none;
}

.partner_link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	
	-webkit-transition: background-color .4s ease 0s, box-shadow .4s ease 0s;
	-moz-transition: background-color .4s ease 0s, box-shadow .4s ease 0s;
	transition: background-color .4s ease 0s, box-shadow .4s ease 0s;
}

.partner_link:hover:after,
.partner_link:focus:after {
	background-color: rgba(0,0,0,.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.partner_link img {
	display: block;
	max-width: 100%;
}*/

.box_partner {
    display: block;
    position: relative;
    overflow: visible;
    max-width: 400px;
    margin: 15px auto;
}

.box_partner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 6px #fff, 0 0 0 7px #a1a1a1;
    -webkit-transition: background-color .3s ease .7s, box-shadow .5s ease 0s;
    -moz-transition: background-color .3s ease .7s, box-shadow .5s ease 0s;
    transition: background-color .3s ease .7s, box-shadow .5s ease 0s;
}

.box_partner:hover:after,
.box_partner:focus:after {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 6px #fff, 0 0 0 7px #a1a1a1, 0 4px 17px 7px rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s ease 0s, box-shadow .4s ease 0s;
    -moz-transition: background-color .3s ease .0s, box-shadow .4s ease 0s;
    transition: background-color .3s ease 0s, box-shadow .4s ease 0s;
}

.box_partner_big {
    max-width: 600px;
    background-color: #FFF;
}

.box_partner_big img {
    height: auto;
    width: 100%;
}

.box_text span {
    font-size: 2rem;
    display: block;
    text-align: right;
    color: #e0e0e0;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.partner_text {
    font-size: 1.8rem;
    /*margin: 20px 0 80px;*/
    margin: 20px 0 0;
    position: relative;
    z-index: 10;
    color: #505050;
    -webkit-transition: background-color .4s ease 0s;
    -moz-transition: background-color .4s ease 0s;
    transition: background-color .4s ease 0s;
}


/*
a:hover .partner_text, 
a:focus .partner_text {
	background-color: rgba(255,255,255,.6);
}
*/


/*.partner_text h2 {
	color: #00365f;
	font-size: 6rem;
	margin: 0 0 20px;
}*/

.box_text {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    padding: 0 10px;
    z-index: 4;
    -wekbit-transition: max-height 1s ease 0s, padding .4s ease 0s;
    -moz-transition: max-height 1s ease 0s, padding .4s ease 0s;
    transition: max-height 1s ease 0s, padding .4s ease 0s;
    max-height: 0;
    overflow: hidden;
}

a:hover .box_text,
a:focus .box_text {
    max-height: 99%;
    padding: 10px;
}

.partner_detail_row {
    margin-top: 60px;
    margin-bottom: 60px;
}

.partner_subnav {
    padding: 0;
    margin: 16px 0 20px;
    list-style: none;
    text-align: right;
}

.partner_subnav h2 {
    margin: 0;
}

.partner_sublink {
    display: block;
    font-weight: 300;
    padding: 4px 10px 4px 0;
}

.partner_sublink.active {
    color: #00365f;
    cursor: default;
}

.partner_sublink.active:hover,
.partner_sublink.active:focus {
    text-decoration: none;
}

#partner_detail .news_downloads {
    /*margin-top: -20px;
	margin-bottom: 80px;*/
    margin-top: 60px;
}

#partner_detail .dl_container {
    width: 100%;
}

.partner_toggle:before,
.partner_toggle:after {
    content: "";
    display: table;
    clear: both;
}

.partner_toggle {
    display: block;
    margin: 0 -15px;
    padding: 0 0 0 15px;
    font-size: 3rem;
    font-weight: 300;
    line-height: 60px;
    border-color: #aa7770;
    border-style: solid;
    border-width: 2px 0;
}

#partner_subnav_collapse {
    padding: 0;
}

blockquote {
    position: relative;
    padding-left: 60px;
    border-left: none;
}

blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e811";
    font-size: 4rem;
    color: #505050;
}

blockquote:not(:first-child) {
    margin-top: 20px;
}

.c_text h3 {
    font-size: 3rem;
    color: #00365f;
}

.c_text ul,
.c_text ol {
    padding-left: 40px;
    list-style: none;
}

.c_text li {
    position: relative;
}

.c_text ul>li:before {
    content: "\e808";
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    text-align: center;
    color: #505050;
}

.c_text ol {
    counter-reset: i_counter;
}

.c_text ol>li:before {
    content: counter(i_counter) ".";
    counter-increment: i_counter;
    position: absolute;
    left: -40px;
    width: 40px;
    text-align: center;
    color: #505050;
    font-weight: 300;
}

.focus_detail_logo {
    float: right;
    width: 150px;
    margin-bottom: 30px;
}

.focus_detail_logo img {
    display: block;
    max-width: 100%;
}

.focus_detail_member {
    padding-top: 40px;
}

.required:after {
    content: "*";
    position: absolute;
    right: 15px;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 2rem;
    color: #a1a1b2;
    pointer-events: none;
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
}

html[lang='de'] .required:hover:after {
    content: "Pflichtfeld";
    right: 20px;
    width: auto;
    font-size: 1.6875rem;
}

html[lang='sl'] .required:hover:after {
    content: "Obvezno polje";
    right: 20px;
    width: auto;
    font-size: 1.6875rem;
}

.required.has-error:after {
    color: #a94442;
}

.has_changed input:invalid {
    border-color: #a94442;
}

.has_changed input:invalid:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 6px #ce8483;
}

.checkbox input {
    position: absolute;
    text-indent: -9999px;
    clip: rect(0, 0, 0, 0);
    margin: 0 !important;
}

.checkbox label {
    padding-left: 40px;
}

.checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    border: 1px solid #a1a1b2;
    border-radius: 4px;
    margin: 2px auto 0;
    overflow: hidden;
    /*box-shadow: inset 0 0 1px 0 #bbb;*/
    cursor: pointer;
    left: 15px;
    top: 1px;
    background-color: #FFF;
}

.checkbox label:after {
    content: "\e802";
    position: absolute;
    left: 16px;
    top: 1px;
    font-size: 2.4rem;
    color: #45b14c;
    opacity: 0;
    text-indent: 0;
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -ms-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
}

.checkbox input:checked+label:after {
    opacity: 1;
}

.checkbox input:not(:checked)+label:hover:after,
.checkbox input:not(:checked)+label:focus:after {
    opacity: .3;
}

.regular_form .btn_send {
    margin-top: 20px;
}

.about_entry h2 {
    margin: 20px 0 33px;
}

.about_entry h3 {
    margin-top: 30px;
}

.about_entry .c_text {
    margin-bottom: 38px;
}

.row_persons {
    margin-bottom: 40px;
}

.box_person {
    box-shadow: 0 0 0 1px #00365f inset, 0 0 0 8px #fff inset;
}

.box_person img {
    padding: 8px;
}

.person_info {
    font-size: 2.2rem;
    padding: 10px 15px;
}

.person_info strong {
    display: block;
    font-weight: 400;
}

.person_info p {
    font-size: .91em;
    font-weight: 300;
}

.contact_loc {
    margin-bottom: 40px;
}

.contact_loc h2 {
    color: #00365f;
}

.contact_loc p>span {
    display: block;
}

#the_map {
    height: 400px;
}

#map_alternative {
    display: none;
    width: 100%;
}

#map_alternative>a {
    display: table-cell;
    height: 250px;
    overflow: hidden;
    text-align: center;
    font-size: 1.35em;
    vertical-align: middle;
    background-image: url("/images/kundk_map.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 0 0px 2px #FFF;
}

#the_map h2 {
    font-size: 2.4rem;
    color: #00365f;
}

#the_map p>span {
    font-size: 1.7rem;
}

#form_alert,
#form_alert>* {
    display: none;
    position: relative;
    z-index: 10;
}

#form_alert {
    padding: 25px 20px 31px;
    background-image: none;
    border-radius: 4px;
}

#form_alert:after {
    color: #fffcf8;
    font-size: 13rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    min-width: .5em;
}

.alert-success:after {
    content: "\e802";
}

.alert-danger:after {
    content: "!";
    font-weight: 700;
}

#form_alert strong {
    font-size: 4rem;
    font-weight: 400;
}

#form_alert p {
    font-size: 1.9rem;
    line-height: 1.5em;
}


/* ########## ########## ########## */


/* /MAIN */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* SLIDER */


/* ########## ########## ########## */

#slider {
    position: relative;
    width: 100%;
    background-color: #CECECE;
    margin-bottom: 80px;
}

#slider:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

#slider .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: auto !important;
}

.slick-track {
    height: 100%;
}

#slider img {
    position: relative;
    display: block;
    width: 100%;
    top: 50%;
    z-index: 25;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    font-size: 8.4rem;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    cursor: pointer;
    color: #FFF;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    opacity: .4;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-shadow: 1px 0 0 rgba(0, 54, 95, .8), -1px 0 0 rgba(0, 54, 95, .8), 0 1px 0 rgba(0, 54, 95, .8), 0 -1px 0 rgba(0, 54, 95, .8);
}

.slick-arrow:hover,
#slider:hover .slick-arrow {
    opacity: 1;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    height: 45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    vertical-align: top;
}

.slick-dots button {
    border: none;
    border-radius: 0 0 2px 2px;
    box-shadow: none;
    outline: 0;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    line-height: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    background-image: none;
    background-color: #a1a1b2;
    -webkit-transition: background-color .4s ease 0s;
    -moz-transition: background-color .4s ease 0s;
    transition: background-color .4s ease 0s;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: #00365f;
}

.slick-dots button:after {
    content: "";
    position: absolute;
    background: #00365f;
    border-radius: 3px 3px 0 0;
    left: 0;
    bottom: 20px;
    width: 20px;
    height: 0;
    -webkit-transition: height .4s ease 0s;
    -moz-transition: height .4s ease 0s;
    transition: height .4s ease 0s;
}

.slick-dots .slick-active button:after {
    height: 20px;
}

.slick-slide {
    position: relative;
}

.slick-slide a {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
}

.slick-slide a:hover,
.slick-slide a:focus,
.slick-slide a:active {
    outline: 0;
    color: inherit;
}

.slider_desc {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 50;
}

.slider_text {
    position: relative;
    display: block;
    padding: 15px 40px 10px 15px;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
    font-size: 1.75rem;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
    -webkit-transition: transform .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
    -moz-transition: -moz-transform .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
    -moz-transition: transform .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
    transition: transform .6s cubic-bezier(.87, -.41, .19, 1.44) 0s;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    transform: translateY(-105%);
}

.open .slider_text {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn_desc {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    /*opacity: .5;*/
    border: none;
    border-radius: 0 0 0 10px;
    background-color: rgba(255, 255, 255, .5);
    /*#a1a1b2;*/
    color: #a77700;
    /*#FFF;*/
    font-size: 2.5rem;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.btn_desc:hover,
.btn_desc:focus {
    /*background-color: #00365f;*/
    background-color: #FFF;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5);
    /*opacity: 1;*/
}

.btn_desc .icon-info:before {
    content: "i";
    font-weight: 700;
}

.btn_desc .off {
    display: none;
}

.btn_desc .on {
    display: block;
}

.open .off {
    display: block;
}

.open .on {
    display: none;
}


/* ########## ########## ########## */


/* /SLIDER */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* FOOTER */


/* ########## ########## ########## */

footer {
    padding: 60px 0 40px;
    color: #585857;
    margin-top: 60px;
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, .4);
}

footer span,
footer a {
    display: inline-block;
}

footer p {
    font-size: 1.6rem;
}

.footer_right p>span,
.footer_right p>span>span {
    display: block;
}

footer strong {
    font-weight: 400;
    font-size: 2.2rem;
    display: block;
    color: #00365f;
}

.footer_right strong {
    margin-bottom: 14px;
}

.footer_left p a {
    padding: 2px 3px 2px 0;
}

.btn_register {
    font-size: 2.4rem;
    padding: 8px 48px;
}


/* ########## ########## ########## */


/* /FOOTER */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* MODAL */


/* ########## ########## ########## */

.modal-content {
    border-radius: 2px;
    border: 3px solid #a1a1b2;
}

.modal-header {
    position: relative;
    border-bottom: 1px solid #a1a1b2;
    padding: 15px 54px 15px 15px;
}

.btn_close {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    font-size: 2rem;
    background-color: #a1a1b2;
    color: #fff;
    -webkit-transition: background-color .4s ease 0s;
    -moz-transition: background-color .4s ease 0s;
    transition: background-color .4s ease 0s;
}

.btn_close:hover,
.btn_close:focus {
    background-color: #a77700;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3.25rem;
}

.modal-body {
    font-size: 1.6rem;
}


/* Mitglieder Modal */

.mem_logo {
    float: right;
    width: 30%;
    margin-left: 30px;
    margin-bottom: 50px;
}

.mem_logo img {
    width: 100%;
}

.mem_subtitle {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.mem_description {
    margin-bottom: 30px;
}

.mem_relation {
    margin-bottom: 30px;
}

.mem_tags {
    margin-bottom: 20px;
}

.search_tag {
    margin-bottom: 10px;
    padding: 2px 8px 4px;
    /*3px 8px;*/
}

.mem_adress_block em {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #505050;
}

.street_address {
    padding-left: 28px;
}

.street_address em {
    margin-left: -28px;
    padding: 0 1px 0 0;
}


/* ########## ########## ########## */


/* /MODAL */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* EDIT */


/* ########## ########## ########## */

.edit {
    background-color: #E5B439;
    background-image: none;
    border: none;
    padding: 8px 25px;
    font-size: 2.25rem;
    margin: 5px 0 15px;
}

#blog_list .edit,
.section_header .edit {
    position: absolute;
    right: 0;
    top: 40px;
}


/* ########## ########## ########## */


/* /EDIT */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* ANIMATIONS */


/* ########## ########## ########## */

@-webkit-keyframes spinner {
    0% {
        -wekbit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -wekbit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ########## ########## ########## */


/* /ANIMATIONS */


/* ########## ########## ########## */


/* ########## ########## ########## */


/* MEDIA */


/* ########## ########## ########## */

@media (min-width:501px) {
    /* MAIN ########## ########## */
    .box_partner_big:before {
        padding-top: 80%;
    }
    /* /MAIN ########## ########## */
}


/* min-width:501px */

@media (min-width:768px) {
    /* HEADER ########## ########## */
    #nav_links {
        position: relative;
        float: right;
        margin-top: 26px;
        width: 75%;
        width: calc(100% - 240px);
        padding: 0;
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -ms-transform: scale(-1);
        -o-transform: scale(-1);
        transform: scale(-1);
    }
    #nav_links>ul {
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -ms-transform: scale(-1);
        -o-transform: scale(-1);
        transform: scale(-1);
    }
    .suchlabel:hover+.suchinput,
    .suchinput:hover,
    .suchinput:focus,
    .has_content .suchinput {
        width: 221px;
        border-color: #a1a1b2;
        padding: 1px 10px 2px;
        -webkit-transition: width .6s cubic-bezier(.87, -.41, .19, 1.44) 0s, border-color .6s ease .4s, box-shadow .4s ease 0s, padding .2s ease 0s;
        -moz-transition: width .6s cubic-bezier(.87, -.41, .19, 1.44) 0s, border-color .6s ease .4s, box-shadow .4s ease 0s, padding .2s ease 0s;
        transition: width .6s cubic-bezier(.87, -.41, .19, 1.44) 0s, border-color .6s ease .4s, box-shadow .4s ease 0s, padding .2s ease 0s;
    }
    html[lang=de] .suchlabel:hover+.suchinput,
    html[lang=de] .suchinput:hover,
    html[lang=de] .suchinput:focus,
    html[lang=de] .has_content .suchinput {
        width: 227px;
    }
    /* /HEADER ########## ########## */
    /* MAIN ########## ########## */
    .preview_lg .preview_text {
        padding: 15px 25px 12px;
    }
    .preview_lg h2 {
        font-size: 2em;
    }
    .preview_md h2 {
        font-size: 1.6em;
    }
    .preview_sm h2 {
        font-size: 1.25em;
    }
    .preview_lg time {
        font-size: 1em;
    }
    .preview_md time {
        font-size: .9em;
    }
    .preview_sm time {
        font-size: .8em;
    }
    .section_header_right {
        text-align: right;
    }
    .blog_row:hover,
    .blog_row:focus,
    .news_row:hover,
    .news_row:focus,
    .members_detail:hover,
    .members_detail:focus,
    .dl_container:hover,
    .dl_container:focus,
    .search_row:hover,
    .search_row:focus {
        background-color: #eeebe3;
        /*faf7f4, eeebe3, D1CAC4*/
        text-decoration: none;
    }
    .box_projekt:hover:after,
    .box_projekt:focus:after {
        border-color: #00365f;
        background-color: rgba(0, 0, 0, .2);
        box-shadow: inset 0 0 0 6px #fff, 0 4px 10px 0 rgba(0, 0, 0, .4);
    }
    .person_container:nth-child(3n+1) {
        clear: left;
    }
    .focus_content {
        padding: 0 0 0 30px;
    }
    .focus_content:after {
        left: 30px;
    }
    .focus_content>*:after {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 20px;
        height: 100%;
        box-shadow: -20px 0 20px -20px rgba(0, 0, 0, .4) inset;
        -webkit-transition: box-shadow .2s ease .1s;
        -moz-transition: box-shadow .2s ease .1s;
        transition: box-shadow .2s ease .1s;
    }
    .preview_focus:hover:after,
    .preview_focus:focus:after {
        box-shadow: -20px 0 0 -20px rgba(0, 0, 0, .4) inset;
        -webkit-transition: box-shadow .2s ease 0s;
        -moz-transition: box-shadow .2s ease 0s;
        transition: box-shadow .2s ease 0s;
    }
    .preview_focus:hover,
    .preview_focus:focus {
        /*background-color: #fff;*/
        margin: 0 0 0 -30px;
        width: calc(100% + 30px);
        box-shadow: 0 1px 0 0 #a77700 inset, 8px 0 8px -6px rgba(0, 0, 0, 0.1) inset;
        -webkit-transition: color .4s ease 0s, margin .4s ease 0s, background-color .2s ease 0s, width .4s ease 0s, box-shadow .6s ease 0s;
        -moz-transition: color .4s ease 0s, margin .4s ease 0s, background-color .2s ease 0s, width .4s ease 0s, box-shadow .6s ease 0s;
        transition: color .4s ease 0s, margin .4s ease 0s, background-color .2s ease 0s, width .4s ease 0s, box-shadow .6s ease 0s;
    }
    .preview_focus>h3 {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .partner_text h3 {
        font-size: 4rem;
        margin-bottom: 36px;
    }
    /* /MAIN ########## ########## */
    /* FOOTER ########## ########## */
    .footer_right {
        text-align: right;
    }
    .footer_mid {
        text-align: center;
    }
    /* /FOOTER ########## ########## */
}


/* min-width:768px */

@media (min-width:992px) {}


/* min-width:992px */

@media (min-width:1200px) {}


/* min-width:1200px */

@media (max-width:1199px) {
    /* HEADER ########## ########## */
    #nav_main {
        padding-right: 4px;
    }
    #nav_main a {
        font-size: 5rem;
        padding: 15px 11px 15px;
    }
    /* /HEADER ########## ########## */
    /* MAIN ########## ########## */
    .news_info h1,
    .about_entry h2 {
        font-size: 5rem;
    }
    /* /MAIN ########## ########## */
}


/* max-width:1199px */

@media (max-width:991px) {
    /* HEADER ########## ########## */
    #nav_main {
        padding-right: 9px;
    }
    #nav_main a {
        font-size: 4rem;
        padding: 25px 6px 6px;
    }
    #fb_link {
        font-size: 2.5rem;
        padding: 0 5px;
    }
    /* /HEADER ########## ########## */
    /* MAIN ########## ########## */
    .news_info h1,
    .about_entry h2 {
        font-size: 4rem;
    }
    .partner_text h2 {
        font-size: 5rem;
    }
    .person_info {
        font-size: 2rem;
        padding: 10px 2px;
    }
    #focus_link {
        font-size: 2.2rem;
        padding: 6px 5px 4px 14px;
    }
    #focus_link>* {
        float: left;
    }
    #focus_link em {
        display: block;
        line-height: .9em;
        padding-left: 4px;
    }
    .termin_row time {
        font-size: 4rem;
    }
    .termin_text h2 {
        font-size: 4rem;
        margin-top: 10px;
    }
    .termin_text p {
        font-size: 1.8rem;
    }
    .date_box span {
        font-size: 2rem;
    }
    /* /MAIN ########## ########## */
    /* SLIDER ########## ########## */
    .slick-arrow {
        height: 100%;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    /* /SLIDER ########## ########## */
    /* MODAL ########## ########## */
    /* Mitglieder Modal */
    .mem_logo {
        float: right;
        width: 35%;
        margin-left: 30px;
        margin-bottom: 50px;
    }
    /* /MODAL ########## ########## */
}


/* max-width:991px */

@media (max-width:991px) and (min-width:768px) {
    /* HEADER ########## ########## */
    html[lang=de] #nav_main {
        padding-right: 10px;
    }
    html[lang=de] #nav_main a {
        font-size: 3.5rem;
        padding: 31px 5px 6px;
    }
    /* /HEADER ########## ########## */
}


/* max-width:991px and min-width:768px */

@media (max-width:767px) {
    /* HEADER ########## ########## */
    .navbar-brand {
        height: 62px;
        overflow: hidden;
        padding: 2px 15px;
    }
    .navbar-brand>img {
        width: 144px;
    }
    #nav_links {
        padding: 0;
    }
    #nav_links>ul {
        float: none;
        display: block;
        margin: 0 0 15px 0;
        padding: 0;
        text-align: left;
    }
    .nav>li {
        display: inline-block;
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }
    #nav_main>li,
    .nav>.search_li {
        display: block;
        float: none;
        width: auto;
    }
    #nav_links {
        background-color: rgba(0, 54, 95, .05);
        border: 0;
        box-shadow: 0 2px 2px -2px #cecece inset, 0 -2px 2px -2px #cecece inset;
    }
    #nav_links a {
        padding: 7px 15px;
    }
    #nav_additional .lang_selector+.lang_selector a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #searchform_header {
        margin: 0 15px;
    }
    .suchlabel {
        display: none;
    }
    .suchinput {
        width: 100%;
        border-color: #a1a1b2;
        padding: 5px 10px 6px;
        -webkit-transition: border-color .6s ease .4s, box-shadow .4s ease 0s;
        -moz-transition: border-color .6s ease .4s, box-shadow .4s ease 0s;
        transition: border-color .6s ease .4s, box-shadow .4s ease 0s;
    }
    #searchform_header .btn_search {
        border: 1px solid #a1a1b2;
        padding: 6px 5px 9px 7px;
        box-shadow: 0 0 10px #adbaaa;
        overflow: visible;
        width: auto;
        height: auto;
        right: 15px;
    }
    #fb_link {
        display: none;
    }
    /* /HEADER ########## ########## */
    /* MAIN ########## ########## */
    .preview_md,
    .preview_sm {
        width: auto;
        float: none;
    }
    .preview_sm:before {
        padding-top: 56.25%;
    }
    .preview_text h2 {
        margin: 0;
    }
    .section_header h1 {
        font-size: 8rem;
    }
    .box_projekt {
        margin: 15px auto;
        max-width: 300px;
    }
    .blog_img {
        margin: 0 auto 8px;
    }
    .blog_row time {
        text-align: center;
    }
    .blog_row h2,
    .news_row h2,
    .search_row h2 {
        font-size: 3rem;
    }
    .blog_img_container {
        width: auto;
    }
    .blog_info .blog_img {
        width: 100px;
        margin: 0 0px 12px auto;
    }
    #members .suchinput {
        width: 100%;
    }
    .news_img {
        margin: 0 auto 10px;
    }
    .badge_container,
    .preview_md .badge_container,
    .preview_sm .badge_container {
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
    }
    .dl_container {
        width: 100%;
        background-color: #faf7f4;
    }
    .focus_content {
        -webkit-transition: right .4s ease 0s;
        -moz-transition: right .4s ease 0s;
        transition: right .4s ease 0s;
    }
    .open .focus_content {
        /*width: 600px;*/
        right: 0;
        -webkit-transition: right .4s ease 0s;
        -moz-transition: right .4s ease 0s;
        transition: right .4s ease 0s;
    }
    .partner_text {
        /*width: 100%;*/
        /*margin-top: 0;
		padding: 2rem 15px;
		margin-left: -9px;
		margin-right: -9px;*/
    }
    .partner_text h2 {
        font-size: 4rem;
    }
    #partner_subnav_collapse {
        margin: 0 -15px;
        border-bottom: 2px solid #aa7700;
    }
    .c_text {
        font-size: 1.8rem;
        line-height: 1.5em;
    }
    .c_text h3 {
        font-size: 2.4rem;
    }
    .focus_detail_logo {
        float: none;
    }
    .person_container:nth-child(2n+1) {
        clear: left;
    }
    .partner_subnav {
        text-align: left;
    }
    .partner_sublink {
        padding: 5px 15px;
    }
    #map_alternative {
        display: table;
    }
    #the_map {
        height: 300px;
    }
    .termin_row time {
        font-size: 4rem;
    }
    .termin_text h2 {
        font-size: 3rem;
        margin-top: 10px;
    }
    .termin_text p {
        font-size: 1.7rem;
    }
    .date_box {
        text-align: left;
    }
    .date_box span {
        display: inline-block;
        font-size: 2rem;
    }
    /* /MAIN ########## ########## */
    /* SLIDER ########## ########## */
    .slick-arrow {
        font-size: 7rem;
    }
    /* /SLIDER ########## ########## */
    /* MODAL ########## ########## */
    /* Mitglieder Modal */
    .mem_logo {
        float: right;
        width: 40%;
        margin-left: 30px;
        margin-bottom: 50px;
    }
    /* /MODAL ########## ########## */
    /* EDIT ########## ########## */
    #blog_list .edit,
    .section_header .edit {
        position: relative;
        right: auto;
        top: auto;
    }
    /* /EDIT ########## ########## */
}


/* max-width:767px */

@media (max-width:600px) {
    /* MAIN ########## ########## */
    .section_header h1 {
        font-size: 5.5rem;
    }
    .c_text {
        font-size: 1.7rem;
        line-height: 1.44em;
    }
    .preview {
        margin: 0 -15px 24px;
    }
    .preview_text h2 {
        font-size: 1.2em;
    }
    .preview_text time {
        font-size: .9em;
    }
    #focus_link {
        font-size: 2rem;
    }
    .focus_title {
        font-size: 1.8rem;
    }
    /* /MAIN ########## ########## */
    /* SLIDER ########## ########## */
    #slider {
        margin: 0 -15px 60px;
        width: auto;
    }
    .slick-arrow em::before {
        width: auto;
    }
    /* SLIDER ########## ########## */
}


/* max-width:600px */

@media (max-width:500px) {
    /* HEADER ########## ########## */
    .nav>li {
        width: 100%;
    }
    /* /HEADER ########## ########## */
    /* MAIN ########## ########## */
    .termin_row time {
        font-size: 4rem;
    }
    .termin_text h2 {
        font-size: 3rem;
        margin-top: 10px;
    }
    .termin_text p {
        font-size: 1.7rem;
    }
    .date_box {
        text-align: left;
    }
    .date_box span {
        display: inline-block;
        font-size: 2rem;
    }
    .blog_row h2,
    .news_row h2,
    .search_row h2 {
        font-size: 2.8rem;
    }
    #members .suchinput {
        font-size: 2rem;
    }
    #searchform_members .btn_search {
        font-size: 2.8rem;
        line-height: 53px;
    }
    .news_info h1,
    .about_entry h2 {
        font-size: 3rem;
    }
    .news_date time {
        font-size: 1.75rem;
    }
    .preview_focus>h3 {
        font-size: 2.1rem;
    }
    .partner_text h2 {
        font-size: 3rem;
    }
    /* /MAIN ########## ########## */
    /* MODAL ########## ########## */
    .modal-title {
        font-size: 2.5rem;
    }
    .mem_logo {
        float: none;
        width: 300px;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    /* /MODAL ########## ########## */
}


/* max-width:500px */

@media (max-width:440px) {
    /* MAIN ########## ########## */
    .person_container {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 4px;
    }
    #the_map {
        height: 250px;
    }
    /* /MAIN ########## ########## */
}


/* max-width:440px */

@media (max-width:340px) {}


/* max-width:340px */


/* ########## ########## ########## */


/* /MEDIA */


/* ########## ########## ########## */