/* ############################################################## */
/*! ### Evangelische Akademie CSS by ilab crossmedia og, www.ilab.at ### */
/* ############################################################## */


/* ########## ########## ##########
 * UEBERSICHT:
 *
 * COLORS
 * FONTS
 * GENERELLES
 * MAIN
 * MODALS
 * FORMS
 * SLIDER
 * CONTENT
 * SENDUNGEN - PROGRAMM
 * SONSTIGES
 * ########## ########## ########## */


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


/* COLORS */

:root {
    --main-bg-color: #fff;
    --main-navi_bg: #c8d633;
    --main-navi-links: #cf1149;
    --color-main-light: #fff;
    --color-main-medium: #959595;
    --color-main-dark: #6E6E6E;
    --color-main-pretty: #FA9F22;
    --color-main-btn-bg: #E0E0E0;
    --color-main-link: #FA9F22;
    --color-alt-background: #E0E0E0;
    --color-light-background: #eeeeee;
    --color-content-download-bg: #E0E0E0;
    --color-content-download-hover: #6E6E6E;
    --color-content-download-fg: #000;
    --color-footer-bg: #797979;
    --color-footer-fg: #fff;
    --color-footer-link: #FA9F22;
    --color-footer-link_hover: #fff;
    --standard-border-radius: 5px;
}


/* FONTS */

/*

    font-family: 'Open Sans', sans-serif; (400)(700)

    font-family: 'Open Sans Condensed', sans-serif; (700)

    font-family: 'Oswald', sans-serif; (400)

*/


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

body,
.main_nav,
#navigationModal ul li.nav_item,
.detail_section .content_image p,
a.activate_video_link p,
.edit,
.buehne_image .copy,
.content_image .copy,
.title_row h1,
.title_row h2,
.detail_section h2 {
    font-family: 'Open Sans', sans-serif;
}

.main_nav_links a,
.va_month_heading,
.btn_subnavi,
a.btn_register,
a.btn_member,
.btn_send,
.btn_search {
    font-family: 'Oswald', sans-serif;
}

.box a .title_holder p {
    font-family: 'Open Sans Condensed', sans-serif;
}

.alert:before,
a.activate_video_link:after,
.dl_icon:before,
.newsletter_link:after,
.uebersicht_link:after,
.uebersicht_link:before,
.btn_subnavi:after,
.btn_search:after,
.va_time:before,
.va_location:before {
    font-family: 'fontello';
}


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


/* ########## ########## ########## */
/* GENERELLES */
/* ########## ########## ########## */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

body {
    font-weight: 400;
    font-style: normal;
    color: var(--color-main-dark);
    background: var(--main-bg-color);
    height: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: color .4s ease, background .4s ease, transform .4s ease, opacity .4s ease, box-shadow .4s ease;
    transition: color .4s ease, background .4s ease, transform .4s ease, opacity .4s ease, box-shadow .4s ease;
}

a.link_alert {
    color: #994747;
}

button {
    -webkit-transition: color .4s ease, background .4s ease, transform .4s ease, opacity .4s ease;
    transition: color .4s ease, background .4s ease, transform .4s ease, opacity .4s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn {
    border-radius: var(--standard-border-radius);
}

.bg_white {
    background: #fff;
}

.bg_blue {
    background: #eeeeee;
}

.bg_alternative {
    background: var(--color-alt-background);
}

.full-frame {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.list_separator {
    display: none;
}

main {
    position: relative;
    z-index: 2;
}

section {
    padding-bottom: 40px;
}

.white_text {
	color: #fff;
}

/* ########## ########## ########## */
/* /GENERELLES */
/* ########## ########## ########## */


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


/* KOPF MIT NAVI */

.main_nav {
    background: rgba(187,204,0,.8);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;

}

.main_nav_container {
    position: relative;
    width: 100%;
    transition: all .6s ease;
}

.logo_home_link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .6s ease;
}

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

.main_nav_links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.main_nav_links li {
    display: inline-block;
}

.main_nav_links a {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    padding: 10px 10px;
    color: var(--main-navi-links);
    text-transform: uppercase;
}

.main_nav_links .active a {
    color: var(--main-bg-color);
}

.main_nav_links a:hover,
.main_nav_links a:focus {
    color: var(--color-main-pretty);
    background: var(--color-main-light);
}

.btn-navigation {
    display: inline-block;
    margin-left: 20px;
}

.btn-navigation {
    background: transparent;
    padding: 5px 7px;
    font-size: 2rem;
    line-height: 2rem;
    color: var(--main-navi-links);
    border: 0;
    position: relative;
    top: 4px;
    display: none;
}

.btn-navigation:hover,
.btn-navigation:focus {
    color: var(--color-main-pretty);
}

.btn-navmenu {
    display: block;
    background: var(--color-main-light);
    color: var(--main-navi-links);
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.45rem;
    padding: 10px 19px;
    text-transform: uppercase;
    border: 1px solid var(--main-navi-links);
    border-radius: var(--standard-border-radius);
}

.btn-navmenu:hover,
.btn-navmenu:focus {
    background: var(--color-main-light);
    color: var(--color-main-pretty);
}

/* Social links */

.social_links {
    padding-top: 10px;
    padding-right: 15px;
}

.social_links a {
    color: var(--main-navi-links);
    font-size: 1.3rem;
    line-height: 1.5rem;
    display: inline-block;
}

footer .social_links a {
    color: var(--color-footer-link);
}

.social_links a:hover,
.social_links a:focus {
    color: #000;
}



/* SUBNAVI */

.subnavi {
    position: fixed;
    top: 15px;
    right:0;
    z-index: 10;
    width: 0;
    overflow: visible;
}

.subnavi_container {
    position: relative;
    background: #eac;
    -webkit-transition: color .4s ease, background .4s ease, transform .4s ease, opacity .4s ease, box-shadow .4s ease, left .4s ease, right .4s ease;
    transition: color .4s ease, background .4s ease, transform .4s ease, opacity .4s ease, box-shadow .4s ease, left .4s ease, right .4s ease;
    width: 260px;
}

.subnavi_handle {
    position: absolute;
    font-size: 1.8rem;
    background: var(--color-light-background);
    color: #000;
    padding: 1px 5px;
    left: -51px;
    top: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.subnavi_handle:hover,
.subnavi_handle:focus {
    color: #fff;
    background: var(--color-main-dark);
}


.subnavi_container.open {
    right:260px;
}

.subnavi_container.closed {
    right: 0;
}

.subnavi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.subnavi ul li {
    margin:0;
    padding:0;
}

.subnavi ul li a {
    display: block;
    padding: 6px 14px;
    color: var(--main-navi-links);
    background: var(--color-light-background);
}

.subnavi ul li a:hover,
.subnavi ul li a:focus {
    color: #fff;
    background: var(--main-navi-links);
}

/* VIDEOS */

.video_container {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #000;
}

.video_forbidden {
    background: #eee;
    color: #000;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 20% 10% 10% 10%;
}
.video_forbidden strong {
    display: block;
    padding-bottom: 20px;
}


a.activate_video_link {
    display: block;
    position: relative;
    z-index: 1;
}

a.activate_video_link img {
    width: 100%;
}

a.activate_video_link:after {
    content: '\f16a';
    display: block;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    top: 50%;
    left: 50%;
    font-size: 7rem;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    color: #f70000;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
}

a.activate_video_link:before {
    position: absolute;
    display: block;
    z-index: 2;
    content: ' ';
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

a.activate_video_link:hover:after,
a.activate_video_link:focus:after,
a.activate_video_link:hover:before,
a.activate_video_link:focus:before {
    transform: translate(-50%, -50%) scale(1.1);
}


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


/* MODALS */


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

.modal-body img {
    max-width: 100%;
    height: auto;
}

.modal-backdrop {
    background-color: var(--color-main-dark);
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal_full .modal-content,
.content_modal .modal-content {
    background-color: transparent;
    border: 0;
}

.content_modal .modal-content {
    background-color: #fff;
}

.modal_full .modal-body,
.content_modal .modal-body {
    background-color: transparent;
}

.modal_full .modal-body p,
.modal_full .modal-body li {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.modal_full .modal-body p a,
.content_modal .modal-body p a {
    color: var(--color-footer-link);
}

.modal_full .modal-body p a:hover,
.modal_full .modal-body p a:focus {
    color: #fff;
}

.modal_full .modal-body h1 {
    font-weight: 700;
    color: #fff;
}

.content_modal .modal-body p a:hover,
.content_modal .modal-body p a:focus {
    color: var(--color-main-dark);
}


.content_modal .modal-body p {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.modal_full button.close {
    color: #fff;
    font-size: 3rem;
    padding-top: 10px;
    opacity: 0.9;
}

.content_modal button.close {
    position: absolute;
    color: var(--color-main-light);
    font-size: 3rem;
    padding-top: 0px;
    opacity: 1;
    top: -6px;
    right: -32px;
    z-index: 2;
}

.content_modal button.close:after {
    position: absolute;
    content: '';
    background: #000;
    width: 22px;
    height: 22px;
    left: 38px;
    top: 14px;
    z-index: -1;
}


/* Navigation Modal */

#navigationModal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navigationModal ul li.nav_item {
    font-size: 2.5rem;
    line-height: 2.8rem;
    padding: 10px 0;
    font-weight: 300;
    text-transform: uppercase;
}

#navigationModal ul li.nav_item a {
    color: #ffffff;
}

#navigationModal ul li.nav_item a:hover,
#navigationModal ul li.nav_item a:focus {
    color: var(--color-main-pretty);
}

#navigationModal ul li.nav_item.active a {
    color: var(--color-main-link);
}

#navigationModal ul li.nav_item.active a:hover,
#navigationModal ul li.nav_item.active a:focus {
    color: #bbb;
}

#navigationModal ul li.nav_item a span {
    display: block;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 0.8em;
}

#navigationModal p.title {
    font-weight: 300;
    text-transform: uppercase;
}

.modal_full,
.content_modal {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.modal_full .modal-header,
.custom_modal .modal-header {
    position: relative;
    overflow: hidden;
    padding-right: 60px;
}

.content_modal .modal-header {
    position: relative;
    padding-right: 30px;
    overflow: visible;
}

.modal_full .btn_close,
.custom_modal .btn_close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    font-size: 1.5rem;
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
}

.modal_full .modal-title,
.custom_modal .modal-title,
.content_modal .modal-title {
    font-size: 2rem;
    line-height: 2.2rem;
}

.content_modal .modal-sub-title {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-right: 0;
}

.modal_full .modal-body,
.content_modal .modal-body {
    color: #000;
}

.modal_full .btn_close:hover,
.custom_modal .btn_close:hover,
.modal_full .btn_close:focus,
.custom_modal .btn_close:focus .content_modal .btn_close:focus,
.content_modal .btn_close:focus {
    background: rgba(0, 0, 0, .25);
}

.modal_error .modal-content,
.modal_success .modal-content {
    border: 0;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, .3);
}

.modal_error .modal-header,
.modal_error .modal-footer {
    background-color: #ab5d59;
    position: relative;
}

.modal_success .modal-header,
.modal_success .modal-footer {
    background-color: #839F52;
    overflow: hidden;
}

.modal_error .modal-title,
.modal_success .modal-title {
    color: #FFF;
}

.modal_error .modal-header:before,
.modal_success .modal-header:before,
.alert:before {
    position: absolute;
    right: 40px;
    top: 51%;
    color: rgba(255, 255, 255, .4);
    font-size: 9rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal_error .btn_close,
.modal_success .btn_close {
    background-color: rgba(0, 0, 0, .2);
    color: #FFF;
}

.modal_error .btn_close:hover,
.modal_error .btn_close:focus,
.modal_success .btn_close:hover,
.modal_success .btn_close:focus {
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
}

#modal_ajax .modal-content {
    background: #fff;
}

#modal_team h1 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.modal_full.modal_details .modal-body blockquote {
    padding: 10px 0 10px 40px;
    font-style:italic;
    font-weight: 700;
    position: relative;
}


.modal_full.modal_details .modal-body blockquote p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.modal_full.modal_details .modal-body blockquote:before {
    position: absolute;
    top:0;
    left:0;
    content: "“";
    font-size: 4rem;
    line-height: 4rem;
    color: var(--color-footer-link);    
}

.progi_detail_image {
	margin-bottom: 20px;
}

/* Startseite: */

.title_row {
    padding-top: 50px;
    position: relative;
}

.title_row h1,
.title_row h2 {
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.7rem;
    color: var(--color-main-medium);
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.bg_alternative .title_row h1,
.bg_alternative .title_row h2 {
    color: var(--color-main-dark);
}


.title_row h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
}

.title_row h2.content_subtitle {
    margin-top:0;
    margin-bottom: 4rem;
}

.title_row.va_title h1 {
    color: #000;
}

.title_row.va_title h2 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    margin-top: -5px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.bildschlitz a {
    display: block;
    transform: scale(1);
}

.bildschlitz a:hover,
.bildschlitz a:focus {
    transform: scale(1.1);
}

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

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


/* CONTENT */


/* BOXEN */

.box {
    margin-bottom: 30px;
}

.box a {
    transform: scale(1);
    box-shadow: none;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--color-light-background);
    position: relative;
}

.box a.nobg {
    background: none;
}

.box a:hover,
.box a:focus {
    transform: scale(1.04);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
}

.box a .boximg_container {
    width: 100%;
    margin:0;
    padding:0;
}


/* Sorry a owful IE11 hack... */

_:-ms-fullscreen,
 :root .box .boximg_container {
    max-height: 250px;
}

.box img {
    /* height: auto; */
    /* max-width: 100%; */
    width: 100%;
}

.news_box img {
/*
    opacity: 0.2;
*/
}

.box a .text {
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
}

.box a .boximg_dummy {
    width:100%;
    padding-top: 100%;
}

.box.standard_box a {
    background: var(--color-main-dark);
    color: var(--main-navi-links);
}

.box a .title_holder p {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 5px #000;
}

.box a .text_holder p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #000;
}




/* Personenbox */

.pi_more_info {
    display: none;
}

/* Programmbox */

.progi_more_info {
	display: none;
}

.box.progi_box a .text {
	padding: 0 10px 0 10px;
	text-align: left;
	background: rgba(0,0,0, 0.6);
}

.box.progi_box a .title_holder p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
}


/* Standard Box */

.box.standard_box a time {
    display: none;
}

.box a .text {
    padding: 0 10px 0 10px;
    text-align: center;
}

/* FB-Startseite */

.fb_list a {
    padding-top: 25px;
    padding-bottom: 5px;
    background: #eee;
}

.fb_list a:hover,
.fb_list a:focus {
    transform: scale(1.04);
}

.fb_img figure {
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
}

.fb_img figure:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.fb_img img {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	bottom: 0;
    min-width: 100%;
    max-width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fb_time {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 10px 0 10px 0;
    color: var(--color-main-medium);
}

.fb_text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: var(--color-main-dark);
}

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

/* ÜBERSICHT */


.va_month_heading {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    text-align: center;
    margin: 30px 0 30px 0;
}

.va_month_heading:before {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    width: 40%;
    top: 13px;
    left: 15px;
}

.va_month_heading:after {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    width: 40%;
    top: 13px;
    right: 15px;
}


.overview_subnavi {
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.btn_subnavi {
    position: relative;
    background: none;
    font-weight: 400;
    color: var(--main-navi-links);
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    padding-right: 40px;
}

.btn_subnavi:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '\f0c9';
    color: #000;
    font-size: 31px;
    line-height: 35px;
    border: none;
    margin: 0;
    padding: 0;
}

.overview_subnavi .dropdown-item.active {
    background: #E0E0E0;
    color: #000;
}

.overview_subnavi .dropdown-menu {
    border-radius: 0;
}

.such_button {
    position: absolute;
    top: 20px;
    right: 15px; 
}

.btn_search {
    position: relative;
    background: none;
    font-weight: 400;
    color: var(--color-main-medium);
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    padding-right: 40px;
}

.btn_search:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '\e812';
    color: #000;
    font-size: 30px;
    line-height: 35px;
    border: none;
    margin: 0;
    padding: 0;
}

.load_more_link {
    display: none;
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
}

.content_section {
    padding-left: 40px;
    padding-right: 40px;
}

.detail_section {
    padding: 0 0 40px 0;
}

/* Detail Inhalte */

.va_category {
    color: #959595;
}

.va_time {
    display: block;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: var(--color-main-dark);
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.va_time:before {
    position: absolute;
    content: '\e800';
    top:0;
    left:0;
    color: var(--color-main-link);
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.va_location {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: var(--color-main-dark);
    padding-left: 30px;
    position: relative;
}

.va_location:before {
    position: absolute;
    content: '\e80d';
    top:0;
    left:0;
    color: var(--color-main-link);
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.va_location a {
    color: var(--color-main-dark) !important;
}

.va_location a:hover,
.va_location a:focus  {
    color: var(--color-main-link) !important;
}

a.btn_register,
a.btn_member {
    display: block;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 20px;
    color: var(--color-main-link);
    background: var(--color-main-btn-bg);
    border-radius: 10px;
    border: 1px solid var(--color-main-link);
}

a.btn_member {
    display: inline-block;
    background: #fff;
    padding: 15px 30px;
    margin-top: 20px;
}


a.btn_register:hover,
a.btn_register:focus {
    background: #fff;
}

a.btn_member:hover,
a.btn_member:focus {
    background: var(--color-main-btn-bg);
}


.va_ref_name {
    color: #000;
}

.detail_section p,
.detail_section ul,
.detail_section ol {
    font-size: 1.15rem;
    line-height: 1.85rem;
    color: var(--color-main-dark);
}

.detail_section a {
    color: var(--color-main-link);
}

.detail_section a:hover,
.detail_section a:focus {
    color: #000;
}

.detail_section h2 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: var(--color-main-dark);
    margin-top: 50px;
    margin-bottom: 20px;
}

.detail_section h3 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #000;
    margin-top: 25px;
    margin-bottom: 10px;
}

.content_image img {
    width: 100%;
}

.stage_image img {
    width: 100%;
}

/* Downloads */

.detail_section .downloads,
.downloads {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.dl_item,
.detail_section .dl_item {
    display: block;
    margin-bottom: 2rem;
    padding: 10px;
    position: relative;
    color: var(--color-content-download-fg);
    background: var(--color-content-download-bg);
    -webkit-transition: color .4s ease, background .4s ease;
    transition: color .4s ease, background .4s ease;
}

.dl_item:hover,
.dl_item:focus,
.detail_section .dl_item:hover,
.detail_section .dl_item:focus {
    background: var(--color-content-download-hover);
    color: #fff;
}

.dl_info {
    padding: 8px 20px 0 80px;
    display: block;
    min-height: 70px;
    text-align: left;
}

.dl_name {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
}

.dl_size {
    display: block;
    font-size: 1rem;
    padding: 0;
}

.dl_icon {
    width: 5rem;
    height: 4.5rem;
    position: absolute;
    left: 0;
    top: 10px;
}

.dl_icon:before {
    content: "\e805";
    display: block;
    width: 100%;
    font-size: 4rem;
    text-align: center;
    line-height: 4.5rem;
    color: #fff;
}

.dl_icon.jpg:before,
.dl_icon.jpeg:before,
.dl_icon.jpe:before,
.dl_icon.png:before,
.dl_icon.svg:before,
.dl_icon.gif:before,
.dl_icon.tif:before,
.dl_icon.tiff:before,
.dl_icon.odg:before,
.dl_icon.otg:before,
.dl_icon.odi:before,
.dl_icon.oti:before,
.dl_icon.psd:before,
.dl_icon.bmp:before {
    content: "\f1c5";
}

.dl_icon.mov:before,
.dl_icon.mp4:before,
.dl_icon.mpe:before,
.dl_icon.mpeg:before,
.dl_icon.mpg:before,
.dl_icon.ogv:before,
.dl_icon.qt:before,
.dl_icon.webm:before,
.dl_icon.avi:before,
.dl_icon.movie:before {
    content: "\f1c8";
}

.dl_icon.mp3:before,
.dl_icon.wav:before,
.dl_icon.m4a:before,
.dl_icon.flac:before,
.dl_icon.midi:before,
.dl_icon.mid:before,
.dl_icon.mp2:before,
.dl_icon.mpga:before,
.dl_icon.ogg:before,
.dl_icon.aif:before,
.dl_icon.aifc:before,
.dl_icon.aiff:before,
.dl_icon.ra:before {
    content: "\f1c7";
}

.dl_icon.app:before,
.dl_icon.ai:before,
.dl_icon.odb:before,
.dl_icon.css:before,
.dl_icon.html:before,
.dl_icon.htm:before,
.dl_icon.xml:before,
.dl_icon.xsl:before {
    content: "\f1c9";
}

.dl_icon.ppt:before,
.dl_icon.pptx:before,
.dl_icon.ppsx:before,
.dl_icon.potx:before,
.dl_icon.pptm:before,
.dl_icon.ppsm:before,
.dl_icon.potm:before,
.dl_icon.docm:before,
.dl_icon.odp:before,
.dl_icon.otp:before {
    content: "\f1c4";
}

.dl_icon.xls:before,
.dl_icon.xl:before,
.dl_icon.csv:before,
.dl_icon.xltx:before,
.dl_icon.xlsx:before,
.dl_icon.xlam:before,
.dl_icon.xlsm:before,
.dl_icon.xlsb:before,
.dl_icon.xltm:before,
.dl_icon.odc:before,
.dl_icon.otc:before,
.dl_icon.odf:before,
.dl_icon.otf:before,
.dl_icon.ods:before,
.dl_icon.ots:before {
    content: "\f1c3";
}

.dl_icon.txt:before,
.dl_icon.text:before,
.dl_icon.log:before,
.dl_icon.odt:before,
.dl_icon.odm:before,
.dl_icon.ott:before,
.dl_icon.oth:before {
    content: "\f0f6";
}

.dl_icon.doc:before,
.dl_icon.word:before,
.dl_icon.rtf:before,
.dl_icon.docx:before,
.dl_icon.odt:before,
.dl_icon.docx:before,
.dl_icon.rtx:before,
.dl_icon.dotx:before,
.dl_icon.docm:before,
.dl_icon.dotm:before {
    content: "\f1c2";
}

.dl_icon.pdf:before,
.dl_icon.eps:before,
.dl_icon.ps:before {
    content: "\f1c1";
}

.dl_icon.zip:before,
.dl_icon.epub:before,
.dl_icon.gtar:before,
.dl_icon.gz:before,
.dl_icon.tar:before,
.dl_icon.tgz:before,
.dl_icon.rar:before,
.dl_icon.sit:before {
    content: "\f1c6";
}

.person_image img {
    width: 100%;
}

.person_info p {
    margin-bottom:0;
}

.person_info h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 2.0rem;
}
.person_info h2 span {
    font-weight: 400;
    color: var(--color-content-download-hover);
}

.va_daten {
    border-left: 8px solid #fff;
    padding-left: 20px;
}

/* MAP */

#the_map {
    height: 450px;
}

.map_info strong {
    color: var(--color-main-pretty);
}

/* /CONTENT */


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


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


/* FOOTER */


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

footer {
    background: var(--color-footer-bg);
    overflow: hidden;
    color: var(--color-footer-fg);
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a {
    color: var(--color-footer-link);
}

.linkline {
    color: var(--color-footer-link);
}

footer a:hover,
footer a:focus {
    color: var(--color-footer-link_hover);
}

footer h2 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

footer h3 {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.4rem;
    margin-bottom: 25px;
}

.footerlogos {
    text-align: right;
}

.footerlogos a {
    display: inline-block;
    max-width: 200px;
    margin: 15px;
}

.footerlogos a img {
    max-width: 100%;
}

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


/* /FOOTER */


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


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


/* SLIDER */


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

.stage_slider {
    margin-top: 80px;
}

.stage_container {
    margin-left:0;
    margin-right:0;
    padding:0;
}

.buehne_image img {
    max-width: 100%;
    height: auto;
}

/* SLICK */

.detail_slide img {
    width: 100%;
}

.detail_slide figure {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.detail_slide figure p {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 4px 10px;
    margin: 0;
    bottom: 0;
    left: 0;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    top: 50%;
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: 0;
    color: #fff;
    background: transparent;
    z-index: 1;
    opacity: 0.4;
    -webkit-transition: opacity .4s ease 0s, top .4s ease 0s;
    transition: opacity .4s ease 0s, top .4s ease 0s;
}

.slick-prev em,
.slick-next em {
    color: #fff;
    display: block;
    width: 100px;
    height: 100px;
    text-shadow: #000 0 0 3px;
}

.slick-prev em:before,
.slick-next em:before {
    margin: 0;
    padding: 0;
    width: auto;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
    opacity: 1;
}

.detail_section .slick-dots {
    display: block;
    position: absolute;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    bottom: -16px;
    right: 10px;
}

.detail_section .slick-dots li {
    position: relative !important;
    display: inline-block !important;
    width: 25px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.detail_section .slick-dots li:after {
    display: none;
}

.detail_section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 10px;
    cursor: pointer;
    border: 0;
    padding: 0;
    opacity: 0.3;
    background: var(--color-main-light);
    -webkit-transition: background .4s ease, opacity 0.4s ease;
    transition: background .4s ease, opacity 0.4s ease;
}

.detail_section .slick-dots li.slick-active button {
    opacity: 1;
}

.detail_section .slick-dots li button:hover,
.detail_section .slick-dots li button:focus {
    opacity: 0.7;
}


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


/* /SLIDER */


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


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


/* SONSTIGES */


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


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


/* /FORMS */


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

.edit {
    border: 0;
    border-radius: 0;
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    display: block;
    margin: 0 0 1rem;
    padding: 12px 12px 12px 4.25rem;
    position: relative;
    text-align: left;
    z-index: 1;
    background-color: #D49F00;
    color: #fff !important;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.edit:hover,
.edit:focus {
    background-color: #836200;
    color: #fff !important;
}

.edit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3.5rem;
    background-color: #836200;
    z-index: -1;
}

.edit em {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.5rem;
    font-size: 1.35em;
    line-height: 1em;
    text-align: center;
}

.sorthandle {
    font-size: 4rem;
    line-height: 4rem;
    background: #eee;
}


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


/* FORMS */


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

.form-group,
.custom-control {
    position: relative;
    margin-bottom: 1rem;
}

.form-group label {
    position: absolute;
    left: 1rem;
    top: 0;
    color: #555;
    font-size: .8rem;
    font-weight: 300;
    opacity: .00001;
    line-height: 1em;
    -webkit-transition: opacity .4s ease 0s, top .4s ease 0s;
    transition: opacity .4s ease 0s, top .4s ease 0s;
}


/*.form_regular > .form-group label {
	left: 30px;
}*/

.show_floating_label label {
    opacity: 1;
    top: 5px;
}

.show_floating_label .form-control {
    padding: 1rem 1rem .25rem;
}

.form-control,
.custom-select {
    border-color: #ccc;
    height: auto;
    height: 3.1rem;
    font-size: 1.3rem;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-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;
    -webkit-appearance: none;
}

.custom-select {
    font-size: 1.25rem;
    padding: 11px 15px;
}

form.was-validated .form-control:valid {
    box-shadow: 0 0 5px #fff;
}

form.was-validated .form-control:invalid {
    box-shadow: 0 0 10px #f00;
}

select {
    height: 3.25rem !important;
}

.required:after {
    content: "*";
    position: absolute;
    right: 5px;
    top: 1px;
    color: #999;
    font-size: 1.1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}

.required_offset:after {
    right: 45px;
}

.row>.required:after {
    right: 20px;
}

html[lang='de'] .required:hover:after {
    content: "Pflichtfeld";
    font-size: .75rem;
}

html[lang='sl'] .required:hover:after {
    content: "Zahtevano";
    font-size: .75rem;
}

html[lang='en'] .required:hover:after {
    content: "Required";
    font-size: .75rem;
}

.btn_send {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 12px 45px 12px 15px;
    border-radius: 10px;
    background-image: none;
    background-color: var(--color-main-btn-bg);
    color: var(--color-main-link);
    text-shadow: none;
    text-transform: uppercase;
    border: 1px solid var(--main-navi-links);
    box-shadow: none;
    margin-bottom: 22px;
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background-color .4s ease 0s, color .4s ease 0s;
    transition: background-color .4s ease 0s, color .4s ease 0s;
}

.btn_send em {
    font-style: normal;
}

.btn_send:hover,
.btn_send:focus {
    color: #000;
    background: #eee;
}

.btn_send.loading,
.btn_send.loading:hover,
.btn_send.loading:focus {
    color: #fff;
    background: #ddd;
    line-height: 2rem;
    border-color: #6E6E6E;
}

.btn_send span.spinner-border {
    float: left;
    display: none;
}

.btn_send.loading span.spinner-border {
    display: inline-block;
}

form h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #fff;
}

.form-check label {
    cursor: pointer;
}

.alert {
    color: #FFF;
    border: 0;
    border-radius: 5px;
    padding: 30px 30px;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.alert_success {
    background-color: #839F52;
}

.alert_error {
    background-color: #ab5d59;
}

.alert_info {
    background-color: #FFF;
    color: #1d1d1d;
}

.alert_info:before {
    content: "\e81b";
    color: #EEE !important;
}

.alert_success:before {
    content: "\e818";
    color: #EEE !important;
}

.alert_error:before {
    content: "\e81a";
    color: #EEE !important;
}


/* SPINNER */


.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}
  
.spinner > div {
   width: 18px;
    height: 18px;
    background-color: var(--color-main-pretty);
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
}


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


/* /SONSTIGES */


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


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


/* ANIMATIONS */


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


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


/* /ANIMATIONS */


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


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


/* MEDIA */


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


/* max-width:1199px */

@media (max-width:1199px) {
    /* NAVI */
    .logo_home_link {
        width: 270px;
    }

    .subnavi {
        top: 10px;
    }

    .social_links {
        padding-top: 7px;
    }

    /* Boxen */

    .box a .title_holder p {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    
    .box a .text_holder p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .box time {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .modal_full.modal_details .modal-body p {
        font-size: 1.15rem;
        line-height: 1.45rem;
    }

}
/* max-width:1199px */

@media (max-width:991px) {
    /* NAVI */

    .logo_home_link {
        width: 250px;
    }


    .btn-navigation {
        position: relative;
        margin-left: 10px;
        font-size: 2.2rem;
        padding: 4px 2px;
        top: 0;
        display: inline-block;
        background: #fff;
        color: #000;
    }

    /* SLIDER */
/*
    .detail_section .content_image p,
    #main_stage .buehne_image p,
    #main_stage a.activate_video_link p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
*/
    /* MODALS */
    .content_modal .modal-body p {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .content_modal .modal-title {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .content_modal .modal-sub-title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .mod_detail_image {
        margin-bottom: 35px;
    }

    .modal_full.modal_details .modal-body p {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    /* Content */

    .va_month_heading:before {
        width: 35%;
    }
    
    .va_month_heading:after {
        width: 35%;
    }

    .title_row h1 {
        font-size: 2.6rem;
        line-height: 3rem;
        margin-bottom: 30px;
    }
    .title_row h2 {
        font-size: 2.1rem;
        line-height: 2.3rem;
        margin-bottom: 30px;
    }

    .title_row h2.content_subtitle {
        margin-bottom: 3rem;
    }

    .title_row.va_title h2 {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: -10px;
    }

    .va_time {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .va_time:before {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .va_location {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .va_location:before {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .detail_section h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }


    .detail_section h3 {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .detail_section p,
    .detail_section ul,
    .detail_section ol {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .dl_name {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .video_forbidden {
        font-size: 1.5rem;
        line-height: 1.9rem;
        padding: 10% 10% 10% 10%;
    }

}


/* max-width:991px */

@media (max-width:767px) {
    /* NAVI */
    .logo_home_link {
        width: 200px;
    }

    .detail_section .content_image p,
    .detail_section .viedo_container p {
        padding: 10px 20px 10px 30px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        bottom: 20px;
    }

    .social_links {
        padding-right: 0;
    }

    .subnavi {
        top: 60px;
    }

    /* Boxen */

    .box a .title_holder p {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    
    .box a .text_holder p {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .box time {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }


    /* SLider */

    .stage_image_slider {
        margin-bottom: -15px;
    }

    .buehne_dummy {
        padding-top: 180px;
    }
    #main_stage .buehne_image p,
    #main_stage a.activate_video_link p {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
    .buehne_image .copy,
    .content_image .copy {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    /* Arrows */
    .slick-prev,
    .slick-next {
        font-size: 60px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
    .slick-prev em,
    .slick-next em {
        width: 60px;
        height: 60px;
    }
    /* Video */
    a.activate_video_link:after {
        font-size: 5rem;
    }
    a.activate_video_link:before {
        width: 30px;
        height: 30px;
    }
    /* Content */

    .va_month_heading:before {
        width: 30%;
    }
    
    .va_month_heading:after {
        width: 30%;
    }

    .title_row {
        padding-top: 20px;
    }

    .title_row h1 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 30px;
    }
    .title_row h2 {
        font-size: 1.9rem;
        line-height: 2rem;
        margin-bottom: 30px;
    }

    .title_row.va_title h2 {
        font-size: 1.1rem;
        line-height: 1.7rem;
        margin-top: -15px;
    }

    .btn_register {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .detail_section h2 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .detail_section h3 {
        font-size: 1.1rem;
        line-height: 1.4rem;
        margin-bottom: 5px;
        margin-top: 10px;

    }

    /* Detail Inhalte */

    .detail_section p,
    .detail_section ul,
    .detail_section ol {
        font-size: 1rem;
        line-height: 1.45rem;
    }

    .dl_name {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

}


/* max-width:767px */

@media (max-width: 575px) {
    /* NAVI */
   
    /* SLIDER */

    .buehne_image p,
    #main_stage .buehne_image p,
    .detail_section .content_image p,
    #main_stage a.activate_video_link p {
        padding: 15px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        bottom: 0;
    }
    .detail_section .video_container p {
        padding: 15px;
        font-size: 1rem;
        line-height: 1.3rem;
    }
    /* Video */
/*    
    .video_container {
        position: relative;
        padding-top: 0;
        width: 100%;
    }
    .video {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
    }
*/
    a.activate_video_link:after {
        font-size: 4rem;
    }
    a.activate_video_link:before {
        width: 25px;
        height: 25px;
    }
    /* SLider */
    /* Arrows */
    .slick-prev,
    .slick-next {
        /*		display: none !important; */
        top: 70%;
    }
    /* MODALS */
    .content_modal button.close {
        top: 22px;
        right: -4px;
    }
    .content_modal .modal-title {
        padding-right: 40px;
    }
    .content_modal .modal-sub-title {
        padding-right: 30px;
        text-align: left;
        margin-bottom: 0;
        margin-top: 6px;
    }
    /* CONTENT */
    


    .overview_subnavi {
        bottom: 0;
        right: 10px;
    }

    .va_month_heading:before {
        width: 20%;
    }
    
    .va_month_heading:after {
        width: 20%;
    }

    .title_row {
        padding-top: 0px;
    }
    .title_row h1 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 30px;
    }
    .title_row h2 {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 30px;
    }



    .detail_section h2 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    /* News Box */

    .box.news_box {
        padding: 10px 15%;
    }

   
    /* Boxen */

    .box a .title_holder p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    
    .box a .text_holder p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }


    
    .detail_section h1 {
        font-size: 2.0rem;
        line-height: 2.4rem;
        margin-top: 30px;
    }
    .dl_item {
        margin-bottom: 1rem;
    }
    .dl_name {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .video_forbidden {
        font-size: 1.3rem;
        line-height: 1.9rem;
        padding: 10px;
    }



    /* FOOTER */
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* max-width:575px */

@media (max-width:500px) {
    /* HEAD */
    /* NAVI */
}


/* max-width:500px */

@media (max-width:400px) {
    /* SLider */
    /* Arrows */
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .social_text.no_img p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding: 10px 20px 10px 20px;
    }
    /* Content */
    /* News Box */
    .box.news_box a time {
        font-size: 0.9rem;
        line-height: 0.9rem;
        padding: 15px 0 10px 0;
    }
    .box.news_box a .text {
        font-size: 1.3rem;
        line-height: 1.5rem;
        padding: 0 15px 0 15px;
    }


}


/* max-width:400px */


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


/* /MEDIA */


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