body {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align:center;
}
#totop{
    z-index: 20;
    display: none;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    right: 10px;
    background: #d6dcde;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}
#totop .arrow{
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 14px;
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #450e52 transparent transparent !important;
    margin-top: 10px;
}
#totop .text{
    display:none;
    
}

@font-face {
	font-family: 'Conv_Nort';
	src: url('../fonts/Nort.eot');
	src: local('☺'), url('../fonts/Nort.woff') format('woff'), url('../fonts/Nort.ttf') format('truetype'), url('../fonts/Nort.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Nort-Extralight';
	src: url('../fonts/Nort-Extralight.eot');
	src: local('☺'), url('../fonts/Nort-Extralight.woff') format('woff'), url('../fonts/Nort-Extralight.ttf') format('truetype'), url('../fonts/Nort-Extralight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Nort-Ultra';
	src: url('../fonts/Nort-Ultra.eot');
	src: local('☺'), url('../fonts/Nort-Ultra.woff') format('woff'), url('../fonts/Nort-Ultra.ttf') format('truetype'), url('../fonts/Nort-Ultra.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
    text-decoration:underline;
}
a, input {outline:0;}
a:hover{
    color:inherit!important;
}
a:focus, button:focus, button:hover  {
    outline:0;
    text-decoration: none;
    color:#ffffff;
}
a.button{
    text-decoration: none !important;
}
.button:hover, .button:focus {
    background-color: #3b0c46;
    color: #ffffff !important;
}   
p{
    line-height: inherit!important;
}
    
.h1, .h2, .h3, h1, h2, h3 {margin-top: 0px !important; margin-bottom: 0px !important; hyphens:auto; }
    
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #450e52;
}
img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
thead, tbody, tfoot {
    border: 0!important;
    background-color: transparent!important;
}
.size-12 { font-size: 12px; }
      
.size-14 { font-size: 14px; }

.size-16 { font-size: 16px; }

.size-18 { font-size: 18px; }

.size-21 { font-size: 21px; }

.size-24 { font-size: 24px; }

.size-36 { font-size: 36px; }

.size-48 { font-size: 48px; }

.size-60 { font-size: 60px; }

.size-72 { font-size: 72px; }

.text-left{
    text-align:left;
}
.text-center{
    text-align:center;
}
.text-right{
    text-align:right;
}

.text-standard {
    color: #450e52!important;
}
.text-blue{
    color: #5CA5E0!important;
}
.text-purple {
    color: #8e96c6!important;
}
.text-green {
    color: #c2c541!important;
}
.text-turqoise {
    color: #34b1c9!important;
}
.text-red {
    color: #eb5374!important;
}
.text-orange {
    color: #f39241!important;
}
.text-dark-grey {
    color: #d6dcde!important;
}
.text-light-grey {
    color: #f9f9f9!important;
}
.text-white {
    color: #ffffff!important;
}
.text-black {
    color: #000000!important;
}
.bg-standard {
    background: transparent!important;
}
.bg-blue{
    background: #5CA5E0!important;
}
.bg-purple {
    background: #8e96c6!important;
}
.bg-green {
    background: #c2c541!important;
}
.bg-turqoise {
    background: #34b1c9!important;
}
.bg-red {
    background: #eb5374!important;
}
.bg-orange {
    background: #f39241!important;
}
.bg-dark-grey {
    background: #a2a2a2!important;
}
.bg-light-grey {
    background: #d6dcde!important;
}
.bg-lila {
    background: #450e52!important;
	color: #ffffff!important;
}
/* Header */
.c-site-header{
    position: absolute;
    top: 0px;
    z-index: 5000;
    background: #fff;
    height: 100%;
    display: none;
}
.c-site-header .o-wrapper{
    padding-top:60px;
    padding-left:60px;
    width:360px;
    text-align:left;
}
.c-site-header .o-wrapper .vertical.menu.accordion-menu{
    margin-top:60px;
    font-size:20px;
}
.c-site{
    margin:auto;
    max-width:1900px;
    position:relative;
}
.dropdown.main a{
    font-weight:bold;
}
.dropdown.main .dropdown-submenu a{
    font-weight:normal;
}
.dropdown.main .dropdown-submenu{
    list-style-image:url('/fileadmin/assets/icon/list-style-type.png');
}
.c-site-header .accordion-menu {
    width:240px;
}
.c-site-header .accordion-menu a {
    padding: 0.7rem 0rem!important;
}
.c-site-header .menu .active > a {
    background: inherit!important;
    color: #450e52!important;
    text-transform: uppercase;
    font-weight: normal;
}
.c-site-header .menu .active > a:hover{
    color: #34b1c9!important;
}
.c-site-header .menu .active,
.c-site-header .menu .active > a,
.c-site-header .menu li:hover{
    color: #34b1c9!important;
}
.c-site-menu{
    position: absolute;
    top: 65px;
    left: 60px;
    z-index: 4000;
    color: #ffffff;
	display:none;
}
.c-site-header .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border: none!important;
    border-bottom-width: unset!important;
    border-top-style: unset!important;
    border-color: unset!important;
    width: 24px!important;
    height: 13px!important;
    background: url('/fileadmin/assets/icon/open.png') 0 0;
    }
/* Content Elements */

.tx-kesearch-pi1 .kesearch_searchbox {
    /*margin-top: -200px;*/
}

.tx-kesearch-pi1 {



}

.tx-kesearch-pi1 #ke_search_sword, .tx-kesearch-pi1 span.resetbutt {
	display:none;
}

.tx-kesearch-pi1 span.submitbutt input{
    display: inline-block;
    vertical-align: middle;
    margin: 3rem 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #450e52;
    color: #fefefe;
	
	padding: 6px 42px!important;
    font-weight: bold;
    text-transform: uppercase;
	
}



#kesearch_filters select {
background: url(/fileadmin/assets/icon/dropdown.png) no-repeat right center #fff;
 background-position: right 20px center;
}



.bg-lila  .text .text2 {
    font-size: 20px;
    line-height: 26px;
}

.bg-lila  .text .text2 strong {
    font-size: 26px;
    line-height: 28px;
}



.teaser{
    padding:10% 15%;
    color:#ffffff;
}
.teaser .headline{
    font-size:50px;
    font-weight:bold;
    line-height:66px;
    text-transform: uppercase;
}
.teaser .headline.headline-min-height{
    min-height: 8rem;
}

.teaser .subheadline {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
	font-weight: 300;
}

.teaser .subheadline3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
	font-weight: 300;
}

.teaser .subheadline p, .teaser .headline2 p  {
	margin:0;
}	

.teaser .headline2{
    font-size:50px;
    font-weight:900;
    line-height:66px;
    text-transform: uppercase;
}
.teaser .text{
    font-size:16px;
    line-height:24px;
}
.teaser .text2{
    font-size:16px;
    line-height:25px;
}
.teaser .text2 a{
    text-decoration:underline;
    color:#ffffff;
}
.teaser .text2 a:hover{
    text-decoration:none;
    color:#ffffff;
}
.teaser .text-box{
    /*margin-top:2.5rem;*/
	margin-top:0rem;
	min-height: 110px;
}
#kesearch_filters select {
    display: ruby;
}
.tx-kesearch-pi1 form {
    margin: 0 0 0 0!important;
}
.teaser .paragraph-box.type-min-height{
    min-height:19rem;
}
.text{
    margin-bottom:50px;
}
.frame-layout-1 .text {
    margin-bottom: 10px;
}
.text.text-spacing-large{
    margin-top:80px;
}
.text .headline{
    font-size:50px;
    font-weight:bold;
    line-height:66px;
    text-transform: uppercase;
}
.text .headline2{
    font-size:30px;
    line-height:50px;
    text-transform: uppercase;
}
.text .text{
    font-size:17px;
    line-height:26px;
    text-transform: uppercase;
}
.text .text2{
    font-size:16px;
    line-height:25px;
}
.text .text2 a{
    text-decoration:underline;
}
.text .text2 a:hover{
    text-decoration:none;
}
.text .text-box{
    margin-top:2.5rem;
}
.frame-layout-1 .text .text-box {
    margin-top: 22px;
}
.text .paragraph-box.type-min-height{ 
}
.text .fi-quote::before{
    font-size:32px;
    padding-right: 10px;
}
.text blockquote{
    background: rgba(0, 0, 0, 0.2);
    border-left: 0;
    padding: 1rem;
    margin: 0 0 1rem 0;
    color: inherit;
}
.text blockquote p {
    color: inherit;
}
.button{
    padding:6px 42px!important;
    font-weight:bold;
    text-transform:uppercase;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery{
    margin-bottom:0px;
}
.onecol .frame-type-jedsystem_teaser{
    text-align:center
}
.onecol .teaser{
    max-width:960px;
    display: inline-block;
    margin: 6% 15%;
    padding: 0px;
    text-align:center;
    color: #450e52!important;
}
.onecol .teaser-button-box{
    margin-top:3rem;
}
.twocols .teaser{
    max-width:480px;
    display: inline-block;
    margin: 10% 15%;
    padding: 0px;
    text-align:left;
}
.twocols > div:nth-child(1) {
    text-align: right;
}
.frame-type-jedsystem_image{
    width: 100%;
    height: 100%;
    min-height:320px;
}
.frame-type-jedsystem_image .image-box{
    width: 100%;
    height: 100%;
}
.frame-type-jedsystem_image .image-box .image {
    height: 100%;
    min-height:320px;
    display: block;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}


.home .frame-type-jedsystem_image .image-box .image {
    height: 100%;
    display: block;
    background-repeat: no-repeat!important;
	background-position: top center!important;
	background-size: auto!important;
}



.frame-type-jedsystem_video{
    width: 100%;
    height: 100%;
    min-height:320px;
}
.frame-type-jedsystem_video .video-box{
    width: 100%;
    height: 100%;
    position:relative;
}
.frame-type-jedsystem_video .video-box .video {
    height: 100%;
    min-height:320px;
    display: block;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.frame-type-jedsystem_video .video-box .player-icon {
    position: absolute;
    top: 42%;
    left: 42%;
    cursor:pointer;
}
#videoBox .videoplayer iframe{
    width: 100%;
    height: 100%;
    min-height: 412px;
}
body{
    text-align:center;
}
.c-site-content{
    width:100%;
}
.c-site-content .content{
    width:100%;
}
.c-site-content-grid{
    max-width:1920px;
    display: inline-block;
}
.frame-type-jedsystem_stageslider .slider-headline-box{
    position: absolute;
    top: 10%;
    left: 17%;
    color: #ffffff;
    text-align: left;
	/*background: url(../img/header-logo.png) left top no-repeat;
    background-size: auto 72px;*/
	padding-top:140px;
}

.frame-type-jedsystem_stageslider .slider-normal .slider-headline-box{
	padding-top:80px;
}
.frame-type-jedsystem_stageslider .slider-headline-box span.headline {
    clear: left;
    display: inline-block;
}

.frame-type-jedsystem_stageslider .headline{
    font-family: Conv_Nort-Extralight, Arial, Helvetica, Geneva, sans-serif;
    font-size:100px;
    line-height:100px;
    width: 575px;
}
.frame-type-jedsystem_stageslider .slider-text-box{
    margin-top:10px;
    font-size:24px;
    line-height:30px;
}
.frame-type-jedsystem_stageslider .slider-normal .headline{
    font-size:50px;
    line-height:50px;
    width: 100%;
	white-space: pre-line;
	color:#d2d756;
	font-weight:bold;
}

.frame-type-jedsystem_stageslider .slider-normal .slider-text-box-text2 {
    display:none;
}

.frame-type-jedsystem_stageslider .slider-normal .slider-text-box-text1 {
    margin-top: 0px; 
}


.frame-type-jedsystem_stageslider .slider-normal .headline .text-orange {
    font-weight: normal !important;
}



.frame-type-jedsystem_stageslider .slider-homepage .headline{
    font-size:80px;
    line-height:80px;
    width: 575px;
	display: block;
	white-space: pre-line;
	color:#d2d756;
	font-weight:bold;
}

.frame-type-jedsystem_stageslider .slider-homepage .headline .text-orange {
    font-weight: normal !important;
}



#c541 .twocols .teaser, #c547 .twocols .teaser {
    max-width: 480px;
    margin: 30px 15%;
}

#c542 .tx-kesearch-pi1 .kesearch_searchbox, #c544 .tx-kesearch-pi1 .kesearch_searchbox,  #c548 .tx-kesearch-pi1 .kesearch_searchbox, #c550 .tx-kesearch-pi1 .kesearch_searchbox {
    margin-top: -80px;
}


.kesearch_searchbox .submitbutt {
    display:none;
}


#kesearch_num_results {
    display:none;
}

#kesearch_results .result-list-item {
  position: relative;
}

#kesearch_results .result-list-item .result-teaser {
    color:#450e52!important;
	padding: 20px 0 30px 0;
	display: block;
	border-bottom:1px solid #ffffff
}


#kesearch_results .result-list-item a.button:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #222!important;
}
#kesearch_results .result-list-item a.button{
    color: #ffffff;
    text-decoration:none;
}

#kesearch_results .result-list-item .result-teaser a.button  {
margin-top:15px;	
}

#kesearch_results .result-list-item .result-teaser a.button:hover  {
    text-decoration: none;
    cursor: pointer;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #222!important;
}


.button:hover  {
    text-decoration: none;
    cursor: pointer;
    background-color: #f8f8f8!important;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1)!important;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #222!important;
}



.result-list-item .result-title > a::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 1;
}


.liste  .frame-type-jedsystem_onecol  .grid-x > .medium-12 header h2 {
	font-size:30px!important;
    line-height:30px!important;
	color:#ffffff;	
	text-transform: uppercase;
	margin-bottom:40px!important;
}

.result-title {
	font-size:40px!important;
    line-height:40px!important;
	color:#450e52;	
	text-transform: uppercase;
	font-weight:bold;
}


.news.news-single {
	max-width: 1060px;
    margin: 0 auto;
	text-align: left;
	color: #450e52;
}

.news.news-single .medium-7 {
    display: block;
    width: 60%;
	float: left;
}

.news.news-single .medium-5 {
    display: block;
    width: 40%;
	float: left;
}

.news-single .article .news-img-wrap {
    background: transparent;
	width: auto;
    margin: 0 0 0 0px;
}


.news-single .article .news-img-wrap .outer {
    margin: 0 0 15px 0;
	padding: 45px 25px;
	background: #fff;
}


.detail  .frame-type-jedsystem_onecol  .grid-x > .medium-12 header h2 {
	font-size:30px!important;
    line-height:30px!important;
	color:#ffffff;	
	text-transform: uppercase;
	margin-bottom:40px!important;
}

.result-title {
	font-size:40px!important;
    line-height:40px!important;
	color:#450e52;	
	text-transform: none;
	font-weight:bold;
}
.result-title a{
    text-decoration: none;
}

.detail .header.detail {
	font-size:34px!important;
    line-height:34px!important;
	color:#450e52;	
	text-transform: uppercase;
	margin-bottom:55px;
}

.detail h4 {
	font-size:25px!important;
    line-height:25px!important;
	color:#450e52;	
	text-transform: uppercase;
	margin-bottom:15px;
}

.detail .header.titel h2 {
	font-size:40px!important;
    line-height:40px!important;
	color:#450e52;	
	font-weight:bold;
	margin-bottom:40px!important;
	font-family: arial;
}

.detail .news-text-wrap {
    margin-bottom: 40px;
	color:#450e52;	
}


.news-backlink-wrap {
text-align: center;	
}


.header.region, .header.thema, .header.arbeitsform, .header.kontakt {
	margin-bottom: 40px;
	
}


@media print, screen and (min-width: 40em) {
.liste  .frame-type-jedsystem_onecol  .grid-x > .medium-12 .tx-kesearch-pi1, .detail .frame-type-jedsystem_onecol .grid-x > .medium-12 .tx-kesearch-pi1,
.liste  .frame-type-jedsystem_onecol  .grid-x > .medium-12 header, .detail .frame-type-jedsystem_onecol .grid-x > .medium-12 header
 {
    max-width: 960px;
	text-align: left;
	margin: 0 auto;
	}

}


.frame-type-jedsystem_stageslider .headline.headline-large,
.frame-type-jedsystem_stageslider .slider-normal .headline.headline-large{
    width: 765px;
}
.frame-type-jedsystem_stageslider .slider-normal .slider-text-box{
    margin-top:10px;
    font-size:20px;
    line-height:26px;
}
.frame-type-jedsystem_stageslider .slider-text-box-text1{
    margin-top: 25px;
    font-family: Conv_Nort-Ultra, Arial, Helvetica, Geneva, sans-serif;
}
.frame-type-jedsystem_stageslider .slider-text-box-text1 p{
    margin-bottom:0px;
}
.frame-type-jedsystem_stageslider .slider-text-box-text2{
    font-family: Conv_Nort, Arial, Helvetica, Geneva, sans-serif;
}


.frame-type-jedsystem_stageslider .slider-normal .slider-logo-box{
    position: absolute;
    top: 7%;
    left: 17%;
}

.frame-type-jedsystem_stageslider .slider-homepage .slider-logo-box{
    position:absolute;
	left: 17%;
    top: 4%;
}
.frame-type-jedsystem_stageslider a{
    color:#ffffff;
}
.orbit-previous, .orbit-next {
    color: #f39241!important;
    font-size:200%;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    color: #FFFFFF!important;
}
.orbit-bullets {
    margin-top: -3.0rem!important;
}
.orbit-bullets button.is-active{
    background-color: #f39241!important;
}

.c-site-footer {
       position: relative;
}

.c-site-footer .o-wrapper{
    margin-top:25px;
}
.c-site-footer .sitemap-text{
    font-size:19px;
    color: #450e52!important;
}
.c-site-footer .nordkirche-box{
    font-size: 19px;
    color: #450e52 !important;
    line-height: 28px;
    position: absolute;
    top: 60px;
}
.c-site-footer .nordkirche-box a{
    text-decoration: none;
}
.c-site-footer .nordkirche-box img{
    vertical-align: top;
}
.c-site-footer .nordkirche-box span{
    display:inline-block;
    width:260px;
    margin-left:20px;
}
.nordkirche-box span{
    display: inline-block;
    width: 260px;
    text-align: left;
}
.c-site-footer .sitemap-text {
    margin-top: 1rem;
    margin-bottom: 2.875rem;
}
.c-site-footer .copyright{
    background:#450e52 !important;
    color:#ffffff;
    height:60px;
    padding-top: 18px;
}
.c-site-footer .menu a, .c-site-footer .menu .button {
    padding: 0.3rem 0rem;
    color:#00acc1;
    font-weight:normal;
}
.c-site-footer .menu a:hover{
    color:#450e52!important;
}
.c-site-footer .menu .active > a{
    padding: 0.3rem 0rem;
    color:#00acc1;
    font-weight:normal;
    background:none;
}
.c-site-footer .menu.vertical{
    margin-top:25px;
    margin-bottom:140px;
}
.c-site-footer .menu.vertical.vertical-menu2{
    margin-left:58px;
}
.c-site-footer .logo-box{
    position: absolute;
    right: 95px;
    bottom: 210px;
}
.frame-type-form_formframework form, .frame-type-form_formframework #kontakt-51{
    display: inline-block;
    margin: 10% 15%;
    padding: 0px;
    text-align: left;
    color: #ffffff;
}
div.form-group > label {
    display: none;
}
::placeholder {
    color: #b0bcc5!important;
}
.frame-type-form_formframework form input{
    min-height: 50px;
    border-radius: 4px;
}
#kontakt-51-name, #frageeinreichen-329-name{
    background: url('/fileadmin/assets/icon/icon-name.png') no-repeat right center #fff;
    background-position: right 20px center;
}
#kontakt-51-subject{
    background: url('/fileadmin/assets/icon/icon-subject.png') no-repeat right center #fff;
    background-position: right 20px center;
}
#kontakt-51-text-1{
    background: url('/fileadmin/assets/icon/icon-telephone.png') no-repeat right center #fff;
    background-position: right 20px center;
}
#kontakt-51-email, #frageeinreichen-329-email{
    background: url('/fileadmin/assets/icon/icon-email.png') no-repeat right center #fff;
    background-position: right 20px center;
}
.frame-type-form_formframework form textarea{
    min-height: 190px;
    border-radius: 4px;
}
.frame-type-form_formframework form .btn {
    color: #ffffff;
    background: #450e52;
    display: inline-block;
    height: 30px;
    width: 100%;
    font-weight: bold;
}
.frame-type-form_formframework  input.error{
    border:2px solid #eb5374;
    margin:0;
}
.frame-type-form_formframework  span.error{
    color:#ffffff;
    font-weight:bold;
    margin-bottom: 10px;
    display: inline-block;
}
.events{
    margin-bottom:120px;
}
.events .tabs {
    margin: 0;
    border: 0;
    background: transparent;
    list-style-type: none;
}
.events .tabs-title > a:focus, .events .tabs-title > a[aria-selected="true"], .events .tabs-title > a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff!important;
}
.events .tabs-title > a.category2:focus, .events .tabs-title > a.category2[aria-selected="true"], .events .tabs-title > a.category2:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
}
.events .tabs-title > a.bg-standard:focus, .events .tabs-title > a.bg-standard[aria-selected="true"], .events .tabs-title > a.bg-standard:hover{
    background: rgba(0, 0, 0, 0.2);
}
.events .tabs-title > a.bg-blue:focus, .events .tabs-title > a.bg-blue[aria-selected="true"], .events .tabs-title > a.bg-blue:hover{
    background: #5CA5E0!important;
}
.events .tabs-title > a.bg-purple:focus, .events .tabs-title > a.bg-purple[aria-selected="true"], .events .tabs-title > a.bg-purple:hover{
    background: #72789e!important;
}
.events .tabs-title > a.bg-green:focus, .events .tabs-title > a.bg-green[aria-selected="true"], .events .tabs-title > a.bg-green:hover{
    background: #9b9e34!important;
}
.events .tabs-title > a.bg-turqoise:focus, .events .tabs-title > a.bg-turqoise[aria-selected="true"], .events .tabs-title > a.bg-turqoise:hover{
    background: #2a8ea1!important;
}
.events .tabs-title > a.bg-red:focus, .events .tabs-title > a.bg-red[aria-selected="true"], .events .tabs-title > a.bg-red:hover{
    background: #bc425d!important;
}
.events .tabs-title > a.bg-orange:focus, .events .tabs-title > a.bg-orange[aria-selected="true"], .events .tabs-title > a.bg-orange:hover{
    background: #c27534!important;
}
.events .tabs-title > a.bg-dark-grey:focus, .events .tabs-title > a.bg-dark-grey[aria-selected="true"], .events .tabs-title > a.bg-dark-grey:hover{
    background: #abb0b2!important;
}
.events .tabs-title > a.bg-light-grey:focus, .events .tabs-title > a.bg-light-grey[aria-selected="true"], .events .tabs-title > a.bg-light-grey:hover{
    background: #c7c7c7!important;
}

.events .tabs-title > a {
    border-top:1px solid #ffffff;
    font-size: 1rem;
    line-height: 1.5625rem;
    color: #ffffff;
    padding: 15px;
}
.events .tabs-title img{
    vertical-align: top;
}
.events .tabs-title:nth-child(1) > a {
    border-top:0;
}
.events .tabs-title picture{
    vertical-align: top;
    padding-right:15px;
}
.events .tabs-title > a .text-box{
    display:inline-block;
}
.events .tabs-title > a .text-box{
    display:inline-block;
}
.events .tabs-title > a .text-box .headline{
    text-transform:uppercase;
    font-weight:bold;
}
.events .tabs-content {
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.events .tabs-content .tabs-panel.bg-standard{
}
.events .tabs-content .tabs-panel.bg-blue{
    background: #5CA5E0!important;
}
.events .tabs-content .tabs-panel.bg-purple{
    background: #72789e!important;
}
.events .tabs-content .tabs-panel.bg-green{
    background: #9b9e34!important;
}
.events .tabs-content .tabs-panel.bg-turqoise{
    background: #2a8ea1!important;
}
.events .tabs-content .tabs-panel.bg-red{
    background: #bc425d!important;
}
.events .tabs-content .tabs-panel.bg-orange{
    background: #c27534!important;
}
.events .tabs-content .tabs-panel.bg-dark-grey{
    background: #abb0b2!important;
}
.events .tabs-content .tabs-panel.bg-light-grey{
    background: #c7c7c7!important;
}

.events .tabs-panel {
    padding: 0rem;
}
.events .tabs-panel .text-box{
    padding:3.4rem;
    font-size: 16px;
    line-height: 25px;
}
.events .tabs-panel .text-box .headline{
    font-size: 20px;
    line-height: 30px;
    display:inline-block;
    font-weight:bold;
    text-transform:uppercase;
    padding-right:10px;
}
.events .tabs-panel .text-box .location{
    font-size: 20px;
    line-height: 30px;
    display:inline-block;
    text-transform:uppercase;
}
.events .dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 96%;
    padding: 1rem;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    background-color: #34b1c9;
    font-size: 1rem;
}
.downloads{
    margin-bottom:120px;
}
.downloads .tabs {
    margin: 0;
    border: 0;
    background: transparent;
    list-style-type: none;
}
.downloads .tabs-title > a:focus, .downloads .tabs-title > a[aria-selected="true"], .downloads .tabs-title > a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff!important;
}
.downloads .tabs-title > a.category2:focus, .downloads .tabs-title > a.category2[aria-selected="true"], .downloads .tabs-title > a.category2:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
}
.downloads .tabs-title > a.bg-standard:focus, .downloads .tabs-title > a.bg-standard[aria-selected="true"], .downloads .tabs-title > a.bg-standard:hover{
    background: rgba(0, 0, 0, 0.2);
}
.downloads .tabs-title > a.bg-blue:focus, .downloads .tabs-title > a.bg-blue[aria-selected="true"], .downloads .tabs-title > a.bg-blue:hover{
    background: #5CA5E0!important;
}
.downloads .tabs-title > a.bg-purple:focus, .downloads .tabs-title > a.bg-purple[aria-selected="true"], .downloads .tabs-title > a.bg-purple:hover{
    background: #72789e!important;
}
.downloads .tabs-title > a.bg-green:focus, .downloads .tabs-title > a.bg-green[aria-selected="true"], .downloads .tabs-title > a.bg-green:hover{
    background: #9b9e34!important;
}
.downloads .tabs-title > a.bg-turqoise:focus, .downloads .tabs-title > a.bg-turqoise[aria-selected="true"], .downloads .tabs-title > a.bg-turqoise:hover{
    background: #2a8ea1!important;
}
.downloads .tabs-title > a.bg-red:focus, .downloads .tabs-title > a.bg-red[aria-selected="true"], .downloads .tabs-title > a.bg-red:hover{
    background: #bc425d!important;
}
.downloads .tabs-title > a.bg-orange:focus, .downloads .tabs-title > a.bg-orange[aria-selected="true"], .downloads .tabs-title > a.bg-orange:hover{
    background: #c27534!important;
}
.downloads .tabs-title > a.bg-dark-grey:focus, .downloads .tabs-title > a.bg-dark-grey[aria-selected="true"], .downloads .tabs-title > a.bg-dark-grey:hover{
    background: #abb0b2!important;
}
.downloads .tabs-title > a.bg-light-grey:focus, .downloads .tabs-title > a.bg-light-grey[aria-selected="true"], .downloads .tabs-title > a.bg-light-grey:hover{
    background: #c7c7c7!important;
}

.downloads .tabs-title > a {
    border-top:1px solid #ffffff;
    font-size: 1rem;
    line-height: 1.5625rem;
    color: #ffffff;
    padding: 15px;
}
.downloads .tabs-title:nth-child(1) > a {
    border-top:0;
}
.downloads .tabs-title picture{
    vertical-align: top;
    padding-right:15px;
}
.downloadc .tabs-title img{
    vertical-align: top;
}
.downloads .tabs-title > a .text-box{
    display:inline-block;
}
.downloads .tabs-title > a .text-box{
    display:inline-block;
}
.downloads .tabs-title > a .text-box .headline{
    text-transform:uppercase;
    font-weight:bold;
}
.downloads .tabs-content {
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.downloads .tabs-content .tabs-panel.bg-standard{
}
.downloads .tabs-content .tabs-panel.bg-blue{
    background: #5CA5E0!important;
}
.downloads .tabs-content .tabs-panel.bg-purple{
    background: #72789e!important;
}
.downloads .tabs-content .tabs-panel.bg-green{
    background: #9b9e34!important;
}
.downloads .tabs-content .tabs-panel.bg-turqoise{
    background: #2a8ea1!important;
}
.downloads .tabs-content .tabs-panel.bg-red{
    background: #bc425d!important;
}
.downloads .tabs-content .tabs-panel.bg-orange{
    background: #c27534!important;
}
.downloads .tabs-content .tabs-panel.bg-dark-grey{
    background: #abb0b2!important;
}
.downloads .tabs-content .tabs-panel.bg-light-grey{
    background: #c7c7c7!important;
}

.downloads .tabs-panel {
    padding: 0rem;
}
.downloads .tabs-panel .text-box{
    padding:3.4rem;
    font-size: 16px;
    line-height: 25px;
}
.downloads .tabs-panel .text-box .headline{
    font-size: 20px;
    line-height: 30px;
    display:inline-block;
    font-weight:bold;
    text-transform:uppercase;
    padding-right:10px;
    width:100%
}
.downloads .tabs-panel .text-box .subline{
    font-size: 20px;
    line-height: 30px;
    display:inline-block;
    text-transform:uppercase;
    width:100%
}
.downloads .dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 96%;
    padding: 1rem;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    background-color: #34b1c9;
    font-size: 1rem;
}
.btn {
    color: #ffffff;
    background: #450e52;
    display: inline-block;
    text-align:center;
    height: 30px;
    width: 100%;
    font-weight: bold;
}
.btn a{
    color: #ffffff;
    width: 100%;
    display: inline-block;
}
.btn a:hover,.btn a:focus{
    color: #ffffff;
}
.frame-type-jedsystem_accordion{
    text-align:center;
}
.accordion{
    max-width:960px;
    width:100%;
    display: inline-block;
    text-align:left;
}
.accordion-title {
    font-size: 17px!important;
    color: #ffffff!important;
    border:0px !important;
    font-weight:bold;
}
.accordion-content {
    background: rgba(0,0,0,0.2)!important;
    color: #ffffff!important;
    font-size: 16px!important;
    line-height: 19px!important;
    border:0px !important;
    padding-bottom: 2.5rem !important;
}
.frame-type-jedsystem_accordion li.is-active div{
    background: rgba(0,0,0,0.2);
}
.accordion-title:hover, .accordion-title:focus {
    background-color: transparent!important;
}
.accordion-title::before{
    font-weight:bold;
}
.frame-type-jedsystem_tabs{
    text-align:center;
}
.frame-type-menu_sitemap_pages{
    background:transparent!important;
    display: inline-block;
    width: 100%;
    text-align:center;
}
.frame-type-menu_sitemap_pages ul{
    display:inline-block;
    text-align:left;
    list-style-type:none;
    font-weight: bold;
}
.frame-type-menu_sitemap_pages ul li{
    display:inline-block;
}
.frame-type-menu_sitemap_pages ul li a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
}
.frame-type-menu_sitemap_pages ul li a:hover {
    background: rgba(0,0,0,0.2) !important;
}
.frame-type-jedsystem_sitenavi{
    background:transparent!important;
    display: inline-block;
    width: 100%;
    text-align:center;
}
.frame-type-jedsystem_sitenavi ul{
    display:inline-block;
    text-align:left;
    list-style-type:none;
    font-weight:bold;
}
.frame-type-jedsystem_sitenavi ul li{
    display:inline-block;
}
.frame-type-jedsystem_sitenavi ul li a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
}
.frame-type-jedsystem_sitenavi ul li a:hover,
.frame-type-jedsystem_sitenavi ul li.active a {
    background: rgba(0,0,0,0.2) !important;
}
.tabs{
    background:transparent!important;
    display: inline-block;
    width: 100%;
}
.tabs-content {
    background:transparent!important;
}
.tabs-title{
    float:none!important;
    display:inline-block;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    /*color: #ffffff!important;*/
    background: rgba(0,0,0,0.2) !important;
}
.tabs-title > a {
    font-size:16px!important;
    /*color: #ffffff!important;*/
    background:transparent!important;
}

.tx_questions_show .headline p{
    font-size:50px!important;
    font-weight:bold;
    line-height:66px!important;
    text-transform: uppercase;
    padding-bottom:0px;
}
.tx_questions_show p{
    font-size: 30px;
    line-height: 48px;
    padding-bottom:2.5rem;
}
.tx_questions_show .from{
    font-size: 16px;
    line-height: 21px;
    color: #450e52!important;
}
.tx_questions_show .even{
    padding-left:0px;
    max-width:700px;
    text-align: left;
}
.tx_questions_show .odd{
    max-width:700px;
    text-align: left;
}
.tx_questions_question .button {
    padding: 6px 10px !important;
}
.tx_questions_question .accordion{
    background:transparent;
}
.tx_questions_question .accordion-item{
    margin-bottom:6.25rem;
}
.tx_questions_question .accordion-content {
    background: transparent !important;
    padding:0;
}
.tx_questions_question .headline p{
    margin-top:1rem;
    margin-bottom:9rem;
}
.tx_questions_question .accordion-content .text-white{
    padding-bottom:2rem;
}
.tx_questions_question a p{
    font-size: 34px;
    line-height: 30px;
    padding-bottom:0;
    text-transform: uppercase;
}
.tx_questions_question .from{
    font-size: 16px;
    line-height: 21px;
    color: #450e52!important;
}
.tx_questions_question .accordion-title::before{
    content:'' !important;
}
.tx_questions_question .accordion-title{
    padding:0;
}
.tx_questions_question .circle{
    z-index: 20;
    cursor: pointer;
    background: #d6dcde;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: inline-block; 
    line-height: 10px;
    margin-left: 10px;
}
.tx_questions_question .circle .arrow{
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 10px;
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #450e52 transparent transparent !important;
    margin-left: 5px;
    position:relative;
    top:8px;
}
.tx_questions_question li.is-active .circle .arrow{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    top:11px;
}
.onecol .frame-type-jedsystem_onecol{
    text-align:left;
}
.frame-type-jedsystem_onecol .frame-type-list{
    text-align:center;
}
.onecol .tx_questions_show{
    max-width:960px;
    display: inline-block;
    margin: 6% 3%;
    padding: 0px;
    text-align:left;
    color: #450e52!important;
}
.tx_questions_answers .headline{
    font-size:50px;
    font-weight:bold;
    line-height:66px;
    text-transform: uppercase;
}
.tx_questions_answers form{
    margin: 10% 15%;
    padding: 0px;
    text-align: left;
    color: #ffffff;
}
.tx_questions_answers label {
    display: none;
}
::placeholder {
    color: #b0bcc5!important;
}
.tx_questions_answers form input{
    min-height: 50px;
    border-radius: 4px;
}
.tx_questions_answers #name{
    background: url('/fileadmin/assets/icon/icon-name.png') no-repeat right center #fff;
    background-position: right 20px center;
}
.tx_questions_answers #email{
    background: url('/fileadmin/assets/icon/icon-email.png') no-repeat right center #fff;
    background-position: right 20px center;
}
.tx_questions_answers form textarea{
    min-height: 190px;
    border-radius: 4px;
}
.tx_questions_answers form .btn {
    color: #ffffff;
    background: #450e52;
    display: inline-block;
    height: 30px;
    width: 100%;
    font-weight: bold;
}
.tx_questions_answers input.error{
    border:2px solid #eb5374;
    margin:0;
}
.tx_questions_answers span.error{
    color:#ffffff;
    font-weight:bold;
    margin-bottom: 10px;
    display: inline-block;
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
    color:initial!important;
}
.tx_questions_answers .headline{
    font-size:50px;
    font-weight:bold;
    line-height:66px;
    text-transform: uppercase;
}
.tx_questions_question .headline{
    font-size:50px;
    font-weight:bold;
    line-height:66px;
    text-transform: uppercase;
}
.onecol .frame-type-jedsystem_onecol{
    text-align:center
}
.onecol .tx_questions_question{
    max-width:960px;
    display: inline-block;
    margin: 6% 15%;
    padding: 0px;
    text-align:left;
    color: #450e52!important;
}


@media only screen and (min-width: 105rem) {
    .frame-type-jedsystem_image .image-box .image {
        min-height: 540px;
    }
}
@media only screen and (max-width: 105em) {
    .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 40px;
        line-height: 40px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-logo-box {
        width: 15rem;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-headline-box {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 90rem) {
    .frame-type-jedsystem_stageslider .headline{
        font-family: Conv_Nort-Extralight, Arial, Helvetica, Geneva, sans-serif;
        font-size:80px;
        line-height:80px;
        width: 575px;
    }
    .frame-type-jedsystem_stageslider .slider-text-box{
        margin-top:10px;
        font-size:20px;
        line-height:24px;
    }
    .frame-type-jedsystem_stageslider .slider-headline-box{
        padding-top:80px;
    }
    .frame-type-jedsystem_stageslider .slider-homepage .headline {
        font-size: 70px;
        line-height: 70px;
    }
    .frame-type-jedsystem_stageslider .slider-homepage .headline {
        font-size: 60px;
        line-height: 60px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-logo-box {
        width: 12rem;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-headline-box {
        padding-top: 40px;
        
    }
}

@media only screen and (max-width: 80rem) {
    .teaser .headline {
        font-size: 45px;
        font-weight: bold;
        line-height: 66px;
        text-transform: uppercase;
    }
    .teaser .text-box {
        margin-top: 2.0rem;
    }
    .frame-type-jedsystem_stageslider .slider-headline-box{
        padding-top:80px;
        top:4%;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-headline-box {
        padding-top: 50px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 50px;
        line-height: 50px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-headline-box {
        padding-top: 90px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-text-box {
        max-width: 480px;
    }
    
}
@media only screen and (max-width: 64rem) {
    .teaser .headline {
        font-size: 36px;
        font-weight: bold;
        line-height: 40px;
        text-transform: uppercase;
    }
    .teaser .paragraph-box.type-min-height {
        min-height: 0rem;
    }
    .teaser .text-box {
        margin-top: 0.5rem;
    }
    .teaser .text {
        font-size: 17px;
        line-height: 24px;
    }
    .teaser .text2 {
        font-size: 16px;
        line-height: 22px;
    }
    .frame-type-jedsystem_stageslider .headline,
    .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 60px;
        line-height: 70px;
        width: 375px;
    }
    .frame-type-jedsystem_stageslider .slider-text-box,
    .frame-type-jedsystem_stageslider .slider-normal  .slider-text-box {
        margin-top: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .frame-type-jedsystem_stageslider .slider-logo-box {
        position: absolute;
        right: 45px;
        bottom: 25px;
        width: 11rem;
    }
    .frame-type-jedsystem_stageslider .slider-headline-box{
        padding-top:80px;
        top:0%;
    }
    .c-site-footer .medium-12{
        text-align:center;
    }
    .c-site-footer .sitemap-text {
        margin-bottom: 0;
    }
    .c-site-footer .nordkirche-box {
        margin-left: 0;
    }
    .c-site-footer .menu.vertical {
        margin-bottom: 40px;
    }
    .c-site-footer .menu.vertical.vertical-menu2 {
        margin-left: 0;
    }
    .c-site-footer .logo-box {
        position: unset;
        right: unset;
        bottom: unset;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .frame-type-jedsystem_stageslider .headline, .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 40px;
        line-height: 40px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-text-box {
        max-width: 430px;
    }
    .article {
        padding: 0 2% 0;
    }
}
@media only screen and (max-width: 60rem) {
    .teaser .headline {
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        text-transform: uppercase;
    }
    .teaser .paragraph-box.type-min-height {
        min-height: 0rem;
    }
    .teaser .text-box {
        margin-top: 0.5rem;
    }
    .teaser .text {
        font-size: 17px;
        line-height: 21px;
    }
    .teaser .text2 {
        font-size: 14px;
        line-height: 18px;
    }
    .button {
        font-size: 0.75rem;
        line-height: 0.9;
    }
    .button {
        padding: 6px 22px !important;
    }
    .frame-type-jedsystem_stageslider .slider-headline-box {
        position: absolute;
        top: 16%;
        left: 17%;
        color: #ffffff;
        text-align: left;
    }
    .frame-type-jedsystem_stageslider .headline,
    .frame-type-jedsystem_stageslider .slider-normal .headline  {
        font-size: 40px;
        line-height: 45px;
        width: 230px;
    }
    .frame-type-jedsystem_stageslider .slider-text-box,
    .frame-type-jedsystem_stageslider .slider-normal  .slider-text-box {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px;
    }
    .frame-type-jedsystem_stageslider .slider-logo-box {
        position: absolute;
        right: 40px;
        bottom: 15px;
        width: 10rem;
    }
    .c-site-menu {
        position: absolute;
        top: 25px;
        left: 20px;
        z-index: 4000;
        color: #ffffff;
    }
    .orbit-previous, .orbit-next {
        color: #f39241 !important;
        font-size: 100%;
    }
    .frame-type-jedsystem_stageslider .slider-headline-box{
        padding-top:20px;
    }
    .frame-type-jedsystem_stageslider .slider-homepage .headline {
        font-size: 50px;
        line-height: 50px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-headline-box {
        padding-top: 40px;
    }
    .frame-type-jedsystem_stageslider .headline, .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 32px;
        line-height: 32px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-text-box {
        max-width: 430px;
    }
    
}
@media only screen and (max-width: 48rem) {
    .frame-type-jedsystem_stageslider .slider-headline-box{
        padding-top:20px;
    }
    .frame-type-jedsystem_stageslider .slider-homepage .headline {
        font-size: 40px;
        line-height: 40px;
    }
    .frame-type-jedsystem_stageslider .headline, .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 40px;
        line-height: 40px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-text-box {
        max-width: 430px;
    }
    .frame-type-jedsystem_stageslider .headline, .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 32px;
        line-height: 32px;
    }
    .frame-type-jedsystem_stageslider .headline, .frame-type-jedsystem_stageslider .slider-normal .headline {
        font-size: 24px;
        line-height: 24px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-text-box {
        max-width: 300px;
    }
    .twocols .teaser {
        margin: 10% 10%;
    }
    select {
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 639px) {
    .orbit-previous, .orbit-next, .orbit-bullets{
        display:none;
    }
    .c-site-menu {
        top: 20px;
        left: 10px;
    }
    .frame-type-jedsystem_stageslider .slider-headline-box {
        top: 22%;
        left: 10px;
    }
    .frame-type-jedsystem_stageslider .headline,
    .frame-type-jedsystem_stageslider .slider-normal .headline,
    .frame-type-jedsystem_stageslider .slider-homepage .headline {
        font-size: 60px;
        line-height: 60px;
    }
    .frame-type-jedsystem_stageslider .slider-homepage  .slider-logo-box {
        right: unset;
        bottom: unset;
        left: 10px;
        top: 22px;
        width: 13rem;
    }
    .frame-type-jedsystem_stageslider .slider-text-box,
    .frame-type-jedsystem_stageslider .slider-normal  .slider-text-box {
        margin-top: 27px;
        font-size: 14px;
        line-height: 17px;
    }
    .frame-type-jedsystem_stageslider .slider-text-box-text1{
        width: 170px;
    }
    .frame-type-jedsystem_stageslider .slider-text-box-text1 p{
        margin-bottom:0px;
    }
    .frame-type-jedsystem_stageslider .slider-text-box-text2{
        font-size: 10px;
    }
    .teaser {
        padding: 40px 10px;
    }
    .twocols .teaser {
        margin: 40px 10px;
    }
    .twocols > div:nth-child(1) {
        text-align: left;
    }
    .onecol .teaser {
        margin: 40px 10px;
        text-align:left;
    }
    .teaser .headline {
        font-size: 32px;
        font-weight: bold;
        line-height: 32px;
        text-transform: uppercase;
    }
    .teaser .text-box {
        margin-top: 2rem;
    }
    .teaser .text-box .text{
        margin-bottom: 0.5rem;
    }
    .teaser .text-box .text p{
        margin-bottom:0;
    }
    .c-site-footer .copyright {
        height: 80px;
    }

    .text .headline{
        font-size:30px;
        font-weight:bold;
        line-height:66px;
        text-transform: uppercase;
    }
    
    .frame-type-jedsystem_stageslider .headline.headline-large,
    .frame-type-jedsystem_stageslider .slider-normal .headline.headline-large{
        width: 360px;
    }

    .tx_questions_show .headline p{
        font-size:40px!important;
        font-weight:bold;
        line-height:66px!important;
        text-transform: uppercase;
        padding-bottom:0px;
    }
    #totop{
        z-index: 20;
        display: none;
        position: fixed;
        bottom: 7px;
        cursor: pointer;
        right: 7px;
        background: #d6dcde;
        border-radius: 100px;
        width: 30px;
        height: 30px;
    }
    #totop .arrow{
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        display: inline-block;
        width: 0;
        height: 0;
        border: inset 10px;
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #450e52 transparent transparent !important;
        margin-top: 7px;
    }
    .tx_questions_show .headline{
        padding:0 1rem;
    }
    .tx_questions_show .answer--button{
        margin:0 1rem;
    }
    .tx_questions_answers form {
        margin: 10% 1rem;
    }
    .tx_questions_show .headline p, .tx_questions_answers .headline {
        font-size: 30px!important;
        line-height: 50px!important;
    }



    .tx_questions_question .accordion-item{
        margin-bottom:2.25rem;
    }
    .tx_questions_question .headline p{
        margin-bottom:2rem;
        font-size: 30px;
        line-height:34px!important;
    }
    .tx_questions_question .accordion-content .text-white{
        padding-bottom:1rem;
    }
    .tx_questions_question a p{
        font-size:20px;
        line-height: 24px;
    }
    .tx_questions_question .from{
        font-size: 16px;
        line-height: 21px;
        color: #450e52!important;
    }
    .tx_questions_question .circle{
        z-index: 20;
        cursor: pointer;
        background: #d6dcde;
        border-radius: 100px;
        width: 20px;
        height: 20px;
        display: inline-block; 
        line-height: 5px;
        margin-left: 10px;
    }
    .tx_questions_question .circle .arrow{
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        display: inline-block;
        width: 0;
        height: 0;
        border: inset 8px;
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #450e52 transparent transparent !important;
        margin-left: 2px;
        position:relative;
        top:5px;
    }
    .tx_questions_question li.is-active .circle .arrow{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        top:8px;
    }
    .c-site-footer .nordkirche-box {
        position: initial;
        margin-bottom: 20px;
    }

    .frame-type-jedsystem_stageslider .headline, .frame-type-jedsystem_stageslider .slider-normal .headline, .frame-type-jedsystem_stageslider .slider-homepage .headline {
        font-size: 40px;
        line-height: 40px;
    }
    .frame-type-jedsystem_stageslider .slider-headline-box {
        top: 12%;
    }
    .frame-type-jedsystem_stageslider .slider-text-box-text1 {
        width: 300px;
    }
    .frame-type-jedsystem_stageslider .slider-text-box, .frame-type-jedsystem_stageslider .slider-normal .slider-text-box {
        margin-top: 7px;
    }
    .frame-type-jedsystem_stageslider .headline, .frame-type-jedsystem_stageslider .slider-normal .headline {
        width: 400px;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-logo-box {
        left: 2%;
    }
    .twocols .teaser {
        margin: 10% 15%;
    }
    select {
        font-size: 1rem;
    }

}
@media only screen and (max-width: 30rem) {
    .frame-type-jedsystem_stageslider .slider-headline-box {
        top: 26%;
        left: 10px;
    }
    .frame-type-jedsystem_stageslider .headline,
    .frame-type-jedsystem_stageslider .slider-normal .headline,
    .frame-type-jedsystem_stageslider .slider-homepage .headline {
        font-size: 32px;
        line-height: 32px;
    }
    .frame-type-jedsystem_stageslider .slider-homepage  .slider-logo-box {
        right: unset;
        bottom: unset;
        left: 10px;
        top: 22px;
        width: 11rem;
    }
    .frame-type-jedsystem_stageslider .slider-normal .slider-headline-box {
        padding-top: 20px;
    }
    
}