html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-size:100%;
}

/* iPads ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    html {
        font-size:80%;
    }
    .karte{
        margin-top: 0!important;
        margin-left: 0!important;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1600px) {
    html {
        font-size:90%;
    }
}


/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1224px) {
    html {
        font-size:80%;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1024px) {
    html {
        font-size:80%;
    }
}
@media only screen  and (max-width : 959px) {
    .karte{
        margin-top: 0!important;
        margin-left: 0!important;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 31.25rem) and (max-device-width : 480px) {
    html {
        font-size:90%;
    }
    .karte{
        margin-top: 0!important;
        margin-left: 0!important;
    }
}

/* Small Desktops and laptops ----------- */
@media only screen  and (max-width : 640px) {
    html {
        font-size:80%;
    }
    .karte{
        margin-top: 0!important;
        margin-left: 0!important;
    }
}
body {
    /*font-family: source-sans-pro, sans-serif;*/
    font-family: 'Barlow', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight:400;
    color:#454545;
}

a,
a:hover{
    color:#8b1000;
}

ol, ul {
    list-style: none;
}

.small{
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
}

.section.textmod ul,
.section.sumpmod ul {
    list-style-type:none; 
    padding:0; 
    margin:0;
}

.section.sumpmod ul {
    padding-bottom:15px;
}

.section.textmod li,
.section.sumpmod li {
    display:block;
    padding-left:2rem; 
    text-indent:-2rem;
    padding-bottom:10px;
}

.section.textmod li:before,
.section.sumpmod li:before { 
    content: "■ ";
    color: #dadada;
    font-size: 2.3rem;
    line-height: 0;
    vertical-align: middle;
}

blockquote, q {
    quotes: none;
    margin: 30px 30px 50px 30px!important;
    hyphens: auto;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    clear:both;
}

blockquote h1 {
    position: relative;
    color: #999;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.5rem;
    font-style: italic;
    margin: 0;
    padding: 25px;
    padding-bottom: 0;
    text-transform: none;
}

blockquote h1:after {
    content:"";
    position: absolute;
    /*border: 2px dashed #8b1000;
    border-radius: 0 50px 0 0;*/
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
    display:none;
}

blockquote h1:before {
    content:'"';
    position: absolute;
    top:20px;
    left: 0;
    z-index: 1;
    font-size:4rem;
    color:#f0f0f0;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

blockquote h5 {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:80px;
    color:#999999;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight:600;
}
.clear{
    clear:both;
    width:100%;
}
video {
    display: inline-block;
    vertical-align: baseline;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a[href^="mailto:"]{ 
    color: inherit;
    text-decoration: none;
    padding:2px 8px;
    background-color:#d2d2d2;
    color:#454545;
}

a[href^="mailto:"]:hover{ 
    color: inherit;
    text-decoration: none;
    padding:2px 8px;
    background-color:#8b1000;
    color:#FFFFFF;
}

.uk-accordion-content a[href^="mailto:"]{ 
    color: inherit;
    text-decoration: none;
    padding:0;
    background-color:transparent;
    color:#000000;
}

.uk-accordion-content a[href^="mailto:"]:hover{ 
    color: inherit;
    text-decoration: none;
    padding:0;
    background-color:transparent;
    color:#000000;
    text-decoration:underline;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"],
input[type="email"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    /*font-family: source-sans-pro, sans-serif;*/
    font-family: 'Barlow', sans-serif;
    font-weight:400;
}

img[src$=".gif"], img[src$=".png"], img[src$=".jpg"] {
    /*image-rendering: -moz-crisp-edges;*/
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

img.alignright{
    float:right;
    margin:10px;
}

img.alignleft{
    float:left;
    margin:10px;
}

.wp-caption.alignright{
    float:right;
    margin:10px;
    margin-right:0;
}

.wp-caption.alignleft{
    float:left;
    margin:10px;
    margin-left:0;
}

.wp-caption-text{
    font-style:italic;
    font-size:14px;
    line-height:18px;
}

.alignleft .wp-caption-text{
    padding-right:10px; 
}

.alignright .wp-caption-text{
    padding-right:10px;
    padding-left:0; 
}

button{
    outline: none;
}

p img{margin-top: 6px;}

.center{
    text-align:center;
}

p{
    margin-bottom:1rem;
    hyphens:auto;
}

p:last-child{
    margin-bottom:0;
}

em{color:#000000;font-style: italic;}

b{font-weight:600;}

/***************************************************/
/* Colors */

.red{
    color:#8b1000;
}

.arrow-up {
    position:absolute;
    z-index:50;
    top:20px;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}

.arrow-down {
    position:absolute;
    z-index:50;
    top:20px;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFFFFF;
}

.arrow-right {
    position:absolute;
    z-index:50;
    top:20px;
    right:-10px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
}

.arrow-left {
    position:absolute;
    z-index:50;
    top:20px;
    left:-10px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #FFFFFF; 
}

.arrow-left.red {
    border-right:10px solid #8b1000; 
}

/***************************************************/
/* Map */
#map { 
    height:75vh;
    min-height: 400px;
}

.maps{width:100%;max-width:1050px;margin:auto;position:relative;margin-top:-80px;z-index:999999;background-color:#FFFFFF;padding:50px;}

.leaflet-tile-pane{
    /*
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    */
}

.leaflet-control-layers {
    box-shadow: 0!important;
    background: #fff;
    border-radius: 0!important;
}

.leaflet-popup-content-wrapper{
    border-radius:0!important;
}

.leaflet-popup-content {
    width:300px!important;
    /*font-family: source-sans-pro, sans-serif!important;*/
    font-family: 'Barlow', sans-serif!important;
}

.marker-cluster-small {
    background-color: rgba(190, 190, 190, 0.6)!important;
}
.marker-cluster-small div {
    background-color: rgba(190, 190, 190, 0.6)!important;
}
.marker-cluster-medium {
    background-color: rgba(190, 190, 190, 0.6)!important;
}
.marker-cluster-medium div {
    background-color: rgba(190, 190, 190, 0.6)!important;
}

.marker-cluster-large {
    background-color: rgba(190, 190, 190, 0.6)!important;
}
.marker-cluster-large div {
    background-color: rgba(190, 190, 190, 0.6)!important;
}

.kirchgal{min-height:330px!important;}

/***************************************************/
/* Typography */
h1, h2, h3, h4, h5, h6{}

h1{
    font-size:2.2rem;
    line-height:2.1rem;
    color:#000000;
    text-transform: uppercase;
    font-weight:200;
    margin-bottom:5px;
}
.singleinhalt h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 5px;
}

h2{
    font-size:1.5rem;
    line-height:1.5rem;
    color:#000000;
    text-transform: uppercase;
    font-weight:200;
    margin-bottom:1rem;
}

.startseitebottom h2{
    font-size:1.5rem;
    line-height:1.5rem;
    color:#000000;
    text-transform: uppercase;
    font-weight:200;
    margin-bottom:1rem;
}

h3{
    font-size:2.2rem;
    line-height:2.1rem;
    color:#000000;
    text-transform: uppercase;
    font-weight:200;
}

h4{
    font-size:1.5rem;
    line-height:1.5rem;
    color:#000000;
    text-transform: uppercase;
    font-weight:200;
    margin-bottom:1rem;
}

h5{
    color:#000000;
    font-weight:200;
    margin-bottom:1rem;
}

/***************************************************/
/* Header */
#header {
    background-color:#ffffff;
    padding:0 2rem;
    position:relative;
    z-index:9999;
}

#header.home {
    background-color:#f0f0f0;
}

.logorow{
    /*
    padding-top:5rem;
    padding-bottom:1.875rem;
    */
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
}

.logorow img{
    height:2.875rem;
    width:auto;
}

.titlerow{
    padding-bottom:1.5625rem;
    text-transform:uppercase;
    font-size:2.875rem;
    line-height:2.875rem;
    font-weight:600;
    color:#FFFFFF;
    max-width:43.75rem;
}

/***************************************************/
/* Hauptnavigation */
.navigationrow{
    position: absolute;
    /*
    top: 5rem;
    right: 0;
    */
    top: 1rem;
    right: 3rem;
    padding-top: 0.5rem;
}

.menu li{
    font-size:1rem;
    text-transform: uppercase;
    font-weight:600;
    float:left;
    list-style: none;
}

.menu li a{
    display:block;
    color:#000000;
    padding:0 0.625rem 0.375rem 0.625rem;
    border-bottom:2px solid transparent;
}

.menu li a:hover{
    text-decoration:none;
    border-bottom:2px solid transparent;
}

.menu li:hover > .sub-menu{
    display:block;
}

.menu ul{
    position:absolute;
    margin:0 0 0 0;
	z-index: 100;
	background: rgba(255,255,255,0.95);
	display:none;
    padding-bottom:0.625rem;
}

.menu ul li{
    display:block;
    float:none;
    /*width:12.5rem;*/
    margin-right:0.625rem;
}

.menu ul li a{
    color:#454545;
    border-bottom:0;
    font-weight:300;
    padding:0.625rem 0 0 0.625rem;
}

.menu ul li a:hover{
    border-bottom:0;
    color:#8b1000;
}

.menu li.current-menu-item a,
.menu li.current-menu-parent a,
.menu li.current-menu-ancestor a{
    color:#8b1000;
    border-bottom:2px solid transparent;
}

.menu li.current-menu-item ul li a,
.menu li.current-menu-parent ul li a,
.menu li.current-menu-ancestor ul li a{
    color:#000000;
    border-bottom:0;
}

.menu li.current-menu-item ul li a:hover,
.menu li.current-menu-parent ul li a:hover,
.menu li.current-menu-ancestor ul li a:hover{
    color:#8b1000;
    border-bottom:0;
}

.menu li.current-menu-item ul li.current-menu-item a,
.menu li.current-menu-parent ul li.current-menu-item a,
.menu li.current-menu-ancestor ul li.current-menu-item a{
    color:#8b1000;
    font-weight:600;
    border-bottom:0;
}

/***************************************************/
/* Mobile Navigation */
.mobnav .menu li{
    font-size.0.875rem;
    text-transform: uppercase;
    font-weight:600;
    float:none;
    list-style: none;
    margin-top:1rem;
}

.mobnav .menu li a{
    display:block;
    color:#555555;
    padding:0 0.625rem 0 0.625rem;
    border-bottom:0;
}

.mobnav .menu li a:hover{
    text-decoration:none;
    border-bottom:0;
}

.mobnav .menu li:hover > .sub-menu{
    display:block;
}

.mobnav .menu ul{
    position:relative;
    margin:0 0 0 0;
	display:block;
}

.mobnav .sub-menu{
    padding-bottom:1.5rem;
}

.mobnav .menu ul li{
    display:block;
    float:none;
    /*width:12.5rem;*/
    margin-right:0.625rem;
    margin-left:1.5rem;
    margin-top:0;
}

.mobnav .menu ul li a{
    color:#000000;
    border-bottom:0;
    font-weight:300;
    padding:0.625rem 0 0 0.625rem;
}

.mobnav .menu ul li a:hover{
    border-bottom:0;
    color:#8b1000;
}

.mobnav .menu li.current-menu-item a,
.mobnav .menu li.current-menu-parent a,
.mobnav .menu li.current-menu-ancestor a{
    color:#8b1000;
    border-bottom:0;
}

.mobnav .menu li.current-menu-item ul li a,
.mobnav .menu li.current-menu-parent ul li a,
.mobnav .menu li.current-menu-ancestor ul li a{
    color:#000000;
    border-bottom:0;
}

.mobnav .menu li.current-menu-item ul li a:hover,
.mobnav .menu li.current-menu-parent ul li a:hover,
.mobnav .menu li.current-menu-ancestor ul li a:hover{
    color:#8b1000;
    border-bottom:0;
}

.mobnav .menu li.current-menu-item ul li.current-menu-item a,
.mobnav .menu li.current-menu-parent ul li.current-menu-item a,
.mobnav .menu li.current-menu-ancestor ul li.current-menu-item a{
    color:#8b1000;
    font-weight:600;
    border-bottom:0;
}

/***************************************************/
/* Search */
#search{
    padding: 0 2rem 3.625rem 2rem;
    background-color:#454545;
    display:none;
    position: relative;
    z-index:0;
}

.searchclose{
    position:absolute;
    top:1.5rem;
    right:0;
    width:2rem;
    height:2rem;
    cursor:pointer;
}

.searchbutton{
    position:absolute;
    top:1.5rem;
    right:0;
    width:2rem;
    height:2rem;
    cursor:pointer;
}

.mobnavbutton{
    display:none;
}

.searchbox{
    padding-top:4rem;
    color:#FFFFFF;
}

input.searchme,
input.searchInput{
    font-size: 2rem;
    font-weight: 100;
    border-radius: 0;
    margin: 0;
    border: none;
    width: 80%;
    background: rgba(0, 0, 0, 0);
    color:#FFFFFF;
    transition: padding-top 0.2s ease, margin-top 0.2s ease;
    overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
    border-bottom:0.0625rem solid #555;
}

input.searchInput{
    width: 100%;
    color:#000000;
    border-bottom:0 solid #555;
    margin-bottom:20px;
    background-color:#FFFFFF;
    padding:0.3125rem 0.9375rem;
}

input.searchme + label,
input.searchInput + label{
    display: block;
    font-weight: 100;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 0;
    border-top: 0.0625rem solid #FFFFFF;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0;
}

input.searchInput + label{
    border-top: 0 solid #555555;
    z-index:50;
}

input.searchme:focus + label{
    width: 80%;
}

input.searchInput:focus + label{
    width: 100%;
}

input.searchme:focus + label > span,
input.searchme:valid + label > span,
input.searchInput:focus + label > span,
input.searchInput:valid + label > span {
    top: -4.2625rem;
    left: 0.125rem;
    color: #aaaaaa;
    font-size:0.875rem;
}

input.searchInput:focus + label > span,
input.searchInput:valid + label > span {
    top: -5.7rem;
    color: #555555;
    z-index:50;
}

input.searchme + label > span,
input.searchInput + label > span{
    font-weight: 100;
    margin: 0;
    position: absolute;
    color: #FFFFFF;
    font-size:2rem;
    top: -2.1875rem;
    left: 0;
    z-index: -1;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

input.searchInput + label > span{
    top: -3.3rem;
    left: 0.9375rem;
    color: #555555;
    font-size:2rem;
}

input.searchme:valid ~ input[type="submit"],
input.searchInput:valid ~ input[type="submit"]{
    position: absolute;
    top:5rem;
    right:2.3rem;
    border:0;
    background-color:transparent;
    font-size:1.3rem;
    font-weight:300;
    text-transform:uppercase;
    color:#FFFFFF;
    cursor:pointer;
    padding-left:2rem;
    -webkit-animation: appear 1s forwards;
    animation: appear 1s forwards;
    background:url(../img/arrow-white.svg)no-repeat left center;
}

input.searchme:invalid ~ input[type="submit"],
input.searchInput:invalid ~ input[type="submit"]{
    display: none;
}

@-webkit-keyframes appear {
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    100% {
        opacity: 1;
    }
}

/***************************************************/
/* Grid */
/* Grid Specials */

.mixitup-page-list{
    text-align: center;
    padding: 10px 25px;
    /*background-color: #FFFFFF;*/
    margin-top: 25px;
    /*font-family: source-sans-pro, sans-serif;*/
    font-family: 'Barlow', sans-serif;
    font-weight:400;
}

.mixitup-control{
    border: 0;
    font-size: 1rem;
    cursor:pointer;
    /*font-family: source-sans-pro, sans-serif;*/
    font-family: 'Barlow', sans-serif;
    font-weight:400;
}

.mixitup-control:hover{
    background-color:#f2f2f2;
}

.mixitup-control-active,
.mixitup-control-active:hover{
    background-color:#8b1000;
    color:#FFFFFF;
    cursor:default;
}

.mixitup-control-truncation-marker:hover,
.mixitup-control-disabled:hover{
    background-color:#FFFFFF;
    cursor:default;
}

.uk-tooltip{
    width:300px;
    background:rgba(255,255,255,0.9);
    color:#000000;
}

.controls button{
    border: 0;
    padding: 5px 20px;
    margin-right: 3px;
    margin-left: 3px;
    /*font-family: source-sans-pro, sans-serif;*/
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    background-color:#FFFFFF;
    cursor:pointer;
}

.controls .mixitup-control-active, 
.controls .mixitup-control-active:hover {
    background-color: #8b1000;
}

.controls .archfilterselect{
    height: 28px!important;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    border:0;
}

.filterchar{
    padding:0 12px!important;
    min-width:30px;
}

.kirchenbauten{
    margin-top:-180px;
}

.linkbox{
    cursor:pointer;
}

.zusatzinfos h4{
    margin-bottom:-20px;
    /*margin-top:-50px;*/
    clear: both;
}

.uk-transition-slide-bottom {
    transform: translateY(0);
    max-width: 900px;
    margin: auto;
    bottom: 0px;
}

#requestlocation .uk-width-1-3{
    max-width:120px;
    margin-bottom:10px;
}

#requestlocation .linkkirche{
    padding-top:12px;
    border-bottom:1px solid #f2f2f2;
    margin-bottom:0;
}

#requestlocation .linkkirche:hover{
    background-color:#f2f2f2;
    border-bottom:1px solid #f2f2f2;
}

#requestlocation .linkkirche a{
    display:none!important;
}

.uk-position-medium[class*=uk-position-center-left], .uk-position-medium[class*=uk-position-center-right] {
    background-color: #8B1000;
}

.uk-lightbox-toolbar {
    padding: 20px 20px;
    background: rgba(0,0,0,.3);
    color: rgba(255,255,255,.7);
    font-size: 1rem;
}


/***************************************************/
/* Buttons */

/***************************************************/
/* Dividers */
.divider{
    width:100%;
    border-top:1px solid #aaaaaa;
}

.divider.short{
    width:50px;
}

.divider.twice{
    border-top:2px solid transparent;
}

.divider.margin{
    margin:15px 0;
}

.divider.margindouble{
    margin:25px 0;
}

.divider.red{
    border-color:#8B1000;
}

.divideraccordion{
    margin-top:0;
}

/***************************************************/
/* Content */
/* Content Specials */
#content {
    padding:0;
}

.section{
    background-color:#f0f0f0;
    padding: 3rem 2rem;
}

.section .herowrap{
    width:400px;
    float:right;
    background-color:#FFFFFF;
    padding:30px;
    height:350px;
    margin-top:100px;
    margin-right:100px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.section.pagetitle{
    padding-bottom:1.2rem;
}

.uk-dotnav > * > * {
    width: 32px!important;
    height: 4px!important;
    border:2px solid #ccc;!important;
    border-radius: 0%!important;
}

.uk-dotnav > .uk-active > * {
    background-color: #8b1000;
    border-color:transparent;
}

.section.weiss,
.section.startseitemiddle,
.section.startseitebottom{
    background-color:#ffffff;
}

.section.startseitentop{
    padding-bottom:250px;
}

.section.startseitemiddle .contentwrap{
    margin-top:-136px;
}

.section.notop{
    padding-top:0;
}

.section.nobottom{
    padding-bottom:0;
}

.contentwrap{
    max-width:75rem;
    margin:auto;
    position:relative;
}

.menu-hauptmenue-container{
    z-index:9999;
    position:relative;
}

.contentwrap.background{
    background-color: #FFF;
    padding: 3rem;
}

.frontpage .uk-card-default {
    min-height:18.75rem!important;
}

.uk-card-default {
    background: #fff;
    color:#454545;
    box-shadow:none!important;
    cursor:pointer;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
}

.sumpmod.weiss .uk-card-default {
    background: #f0f0f0;
}

.homethreeimage{
    height:200px;
    background-color:#8b1000;
    position:relative;
    z-index:1;
    margin-top:-120px;
}

.homethreecontent{
    height:200px;
    background-color:#FFFFFF;
    position:relative;
    z-index:2;
    margin:0 15px;
    padding:20px;
    font-size:1rem;
    line-height:1.5rem;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.homethreecontent p{
    min-height:96px;
}

.uk-card-default:hover,
.sumpmod.weiss .uk-card-default:hover {
    background: #8b1000;
    color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)!important;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
}

.uk-card-default .headline.homebox{
    font-size:1.625rem; 
    padding-bottom:1rem;
    margin-bottom:1rem;
    color:#8b1000;
    font-weight:600;
    border-bottom:0.0625rem solid #8b1000;
    text-transform: uppercase;
}

.uk-card-default .headline.downloadbox{
    font-size:1.3rem;
    line-height:1.7rem;
    color:#8b1000;
    font-weight:600;
}

.uk-card-default .subheadline.downloadbox{
    font-size:1.3rem;
    line-height:1.7rem;
    color:#8b1000;
}

.uk-card-default .content.homebox{
    color:#8b1000;
}

.uk-card-default .content.downloadbox{
    font-size:1rem;
    line-height:1.5rem;
}

.uk-card-default:hover .headline.homebox{
    color:#FFFFFF;
    border-bottom:0.0625rem solid #FFFFFF
}

.uk-card-default:hover .headline.downloadbox{
    color:#FFFFFF;
}

.uk-card-default:hover .subheadline.downloadbox{
    color:#FFFFFF;
}

.uk-card-default:hover .content.homebox,
.uk-card-default:hover .content.downloadbox{
    color:#FFFFFF;
}

.morelink img,
.downloadlink img{
    display:block;
}

.morelink{
    position:absolute;
    bottom:2rem;
    left: calc(50% - 11px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.7s ease, opacity 0.7s ease;
    transition: visibility 0.7s ease, opacity 0.7s ease;
}

.downloadlink{
    position:absolute;
    bottom:2rem;
    left: calc(50% - 34px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.7s ease, opacity 0.7s ease;
    transition: visibility 0.7s ease, opacity 0.7s ease;
}

.uk-card-default:hover > .morelink,
.uk-card-default:hover > .downloadlink{
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.7s ease, opacity 0.7s ease;
    transition: visibility 0.7s ease, opacity 0.7s ease;
}

.subheader{
    min-height:25rem;
    background-color:#FFFFFF;
    position:relative;
}

.subheader .headline{
    background:rgba(0, 177, 119, 0.8);
    padding:2.5rem 0;
    font-size:2.2rem;
    line-height:2.1rem;
    color:#FFFFFF;
    position:relative;
    z-index:2;
}

.subheader .background{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.intro{
    font-size:1.5rem;
    line-height:1.875rem;
    color:#8b1000;
    font-weight:600;
    padding-bottom:1.5rem;
    display:block;
}

.line{
    width:100%;
    border-top:0.0625rem solid #8b1000;
}

.meta{
    font-size:0.875rem;
    text-transform:uppercase;
    color:#A8A8AC;
    margin-bottom:1rem;
    line-height: 1.2rem;
}

.uk-card-default:hover .meta{
    color:#FFFFFF;
}

.toggled{
    font-size:1.3rem;
    line-height:1.7rem;
    overflow:hidden;
}

.toggled-toggle{
    width:100%;
    /*margin-top:4.2rem;*/
    text-align:center;
}

.toggled-toggle img{
    cursor:pointer;
    margin:auto;
}

.toggleline{
    width:100%;
    border-top: 1px solid #8b1000;
    margin-top: -1.5rem;
}

.formularwrap .uk-tab>*>a {
    padding: 10px 25px;
    color: #999;
    border-bottom: 0.375rem solid transparent;
    font-size: 1.5625rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
    font-weight:600;
}

.formularwrap .uk-tab>.uk-active>a {
    padding: 10px 25px;
    color: #8b1000;
    border-bottom: 0.375rem solid #8b1000;
    font-size: 1.5625rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
    font-weight:600;
}

.formularwrap .uk-tab::before {
    left: 0!important;
}

.filterbox{
    padding: 30px 0 10px 0;
    position:relative;
}

.filter{
    border-top:4px solid #8b1000;
    padding: 25px 0 0 0;
    width: 100%;
}

.filter fieldset{
    width: 49%;
    margin-right: 1%;
    float:left;
}

.filterfor fieldset{
    width: 32%;
    margin-right: 1%;
    float:left;
}

.filter select {
    width:100%;
    border: 0px;
    font-size: 16px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select-arrow.png) right center no-repeat #ffffff;
    padding:3px 10px;
    /*font-family: source-sans-pro, sans-serif;*/
    font-family: 'Barlow', sans-serif;
    outline: none;
    border-radius:0;
}

.filter fieldset.bottom{
    margin-bottom:15px;
}

.filter fieldset.right{
    float:right;
    margin-right: 0;
}

.filter select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}

@media screen and (min-width:0\0) {
    .filter select {
        background:none\9;
        padding: 5px\9;
    }
}

.mix{
    margin-top:15px!important;
}

.conimage{
    width:100px;
    height:100px;
    border-radius:50%;
    background-color:#dddddd;
    float:left;
    margin-right:20px;
}

.faqmod li{
    width:100%;
    max-width:900px;
}

.uk-accordion-title,
.uk-accordion-title:focus,
.uk-accordion-title:hover{
    display: block;
    color: #8B1000;
    font-weight: 600;
    text-transform:uppercase;
    padding-bottom:15px;
}

.uk-accordion-title:before{
    background: url('../img/plus-dgreen.svg')no-repeat center left;
    background-size:13px;
}
.uk-open .uk-accordion-title:before{
    background: url('../img/minus-dgreen.svg')no-repeat center left;
    background-size:13px;
}

.uk-accordion-content{
    color: #000000;
    padding-bottom:10px;
    margin-top:0px;
}

.uk-accordion-content a{
    color: #000000;
    font-weight:200;
}

.uk-offcanvas{z-index: 99999;}

.uk-offcanvas-bar {
    padding: 80px 20px;
    background: #FFFFFF;
    color:#555555;
}

.uk-close {
    color: #555555!important;
}

.uk-offcanvas-overlay:before {
    background: rgba(0,0,0,.75)!important;
}

.login-remember{
    display:none;
}

.login-submit input,
.form-submit input{
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1.35rem;
    font-weight: 300;
    text-transform: uppercase;
    float: right;
    background-color: #8b1000;
    color: #FFFFFF;
    border:0;
    font-size:1rem;
    cursor:pointer;
}

.wppb-user-forms input,
.wppb-user-forms textarea{
    border:0!important;
    border-radius:0!important;
    padding:7px 15px!important;
}

.wppb-description-delimiter{
    display:none!important;
}

.sumtoggletrigger{
    border-top:1px solid #8b1000;
    margin-top:2rem;
}

.sumptogglecontent{
    display:none;
}

.sumpmod.weiss .section{
    background-color:#FFFFFF;
}

.sumpmod.grau .section{
    background-color:#f0f0f0;
}

.weiterdok{
    padding:20px 0;
    border-top:1px dashed #cccccc;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #8b1000;
    font-weight: 600;
    margin-top:30px;
}

.ctacontent{
    position:relative;
    height: 440px;
    min-height: 30vh;
    text-align: center;
    z-index:20;
}

.ctamod .overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
} 

.ctamod .overlay.black{
    background: rgba(0,0,0,0.85);
}

.ctamod a.button{
    padding:10px 25px 10px 20px;
}

.ctamod a.button:hover{
    text-decoration:none;
}

.ctamod a.button.green{
    background-color:#8b1000;
    color:#FFFFFF;
}

.ctamod a.button.lightgreen{
    background-color:#8b1000;
    color:#FFFFFF;
}

.ctamod a.button.grey{
    background-color:#454545;
    color:#FFFFFF;
}

.ctamod a.button.white{
    background-color:#FFFFFF;
    color:#454545;
}

.embed-container { 
    position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infoboxmod{
    position:relative;
    background-color:transparent;
}

.infoboxmod .contentwrap{
    position:relative;
    z-index:20;
}

.infobox{
    padding:30px;
    font-size:1.8rem;
    line-height:2rem;
}

.infobox.green{
    background-color:#8b1000;
    color:#FFFFFF;
}

.infobox.lightgreen{
    background-color:#8b1000;
    color:#FFFFFF;
}

.infobox.grey{
    background-color:#454545;
    color:#FFFFFF;
}

.infobox.white{
    background-color:#FFFFFF;
    color:#454545;
}

.infoboxoben{
    position:absolute;
    top:0;
    right:0;
    bottom:50%;
    left:0;
    width:100%;
    height:50%;
    z-index:10;
}

.infoboxunten{
    position:absolute;
    top:50%;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:50%;
    z-index:10;
}

.infoboxoben.grau{
    background-color:#f0f0f0;
}

.infoboxoben.weiss{
    background-color:#ffffff;
}

.listimg{
    width:100%;
    /*height:200px;*/
    padding-top: 100%;
    background-color:#ededed;
}

.listdesc{
    margin: 0 20px;
    padding: 15px;
    background-color:#FFFFFF;
    margin-top:-30px;
}

.listdesc h3{
    font-size: 1.1rem;
    line-height: 1.25rem;
}

.startseitentop h3{
    font-size: 1.7rem;
    line-height: 1.8rem;
}

.listdesc p,
.startseitentop p{
    font-size: 1rem;
    line-height: 1.4rem;
}

.startseitentop p.desc{
    font-size: 0.875rem;
    line-height: 1.2rem;
    padding-top:5px;
}

.startseitentop .meta{
    margin-bottom:3px;
    color:#000000;
    font-weight:600;
}

.startseitemiddle p{
    max-width:350px;
}

.morebut{
    color: #FFFFFF;
    background-color: #000000;
    display: block;
    padding: 3px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    width: 130px;
    margin:0 auto;
    margin-top: 30px;
    text-align: center;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.morebut:hover{
    color:#FFFFFF;
    background-color:#8B1000;
    text-decoration:none;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.gallink,.gallink:hover{
    text-decoration:none;
}

.opengal,.opengoogle{
    text-decoration:none;
    color:#FFFFFF;
    background-color:#8b1000;
    padding:3px 5px;
    margin:0 30px;
    margin-top:-18px;
    margin-bottom:-15px;
    z-index:99;
    text-align:center;
    position:relative;
    border-radius:50px;
}

.opengoogle{
    margin: 0 auto;
    margin-top:15px;
    display:inline-block;
    padding:3px 20px;
}

.maphovers{margin-top: 70px;}

.opengal:hover,.opengoogle:hover{
    text-decoration:none;
    background-color:#000000;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.opengoogle:hover{color:#FFFFFF!important;}

.morebut img{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 4px;
}

.marginalie{
    margin-top:-140px;
    font-size:0.875rem;
}

.marginalie .inner{
    background-color:#ededed;
}

.fronttext, .fronttext h1{font-size:1rem;line-height:1.5rem;}

.linkkirche{
    cursor:pointer;
}

.small li,
.uk-accordion-content li{
    list-style: square;
    margin-left: 20px;
    font-size: 14px;
    line-height: 19px;
}

/***************************************************/
/* Single */
.singleimage{
    width:100%;
    position:relative;
    background-color:#000000;
    padding-top:100%;
}

.singleimage .content{
    float:left;
}

.singleinfos{
    background-color:#FFFFFF;
    padding:20px 0 0 0;
    word-wrap: break-word;
}

.singleinhalt{
    margin-bottom:30px;
}

.singleaccordion{
    margin-bottom:30px;
}

.singleautor{
    margin-bottom:30px;
    font-style: italic;
    font-size:1rem;
}

.singleanschrift{
    line-height:1.2rem;
    margin-bottom:20px;
    padding: 0 20px;
}

.uk-lightbox {
    z-index:9999;
}

.gfield_label{
    text-indent:0;
}

.ginput_container input{
    border: 1px solid #999999;
    width: 100%!important;
}

.ginput_container textarea{
    border: 1px solid #999999;
    width: 100%!important;
}

.gform_body{
    padding-top: 30px;
}

.gform_footer input[type="submit"]{
    border:0;
    background-color:#8b1000;
    color:#FFFFFF;
    padding: 5px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    cursor:pointer;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.gform_footer input[type="submit"]:hover{
    background-color:#000000;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.leaflet-control{
    display:block;
}

.leaflet-top.leaflet-left{
    display:none;
}

.onehigh{
    height:25vh;
    min-height:280px;
}

.twohigh{
    height:50vh;
    min-height:560px;
}

.teaserhigh{
    height:30vh;
    min-height:420px;
}

.bgred{
    background-color:#8b1000;
    color:#FFFFFF;
}

.bgred h3{
    color:#FFFFFF;
}

.homepagewrap h4{
    margin:0;
}

.bgwhite{
    background-color:#FFFFFF;
}

.bglight{
    background-color:#f2f2f2;
}

.paddingsmall{
    padding:30px;
}

.paddingbig{
    padding:50px;
}

.bigfont p{
    font-size:1.2rem!important;
    line-height:1.7rem!important;
}

.lastmargin{
    margin-bottom:calc(-25vh - 120px);
}

.onehigh p,
.twoheigh p{
    margin-top:15px;
    hyphens: auto;
}

/***************************************************/
/* Footer */
#footer {
    padding:3rem 2rem;
    font-size:1rem;
    line-height:1.5rem;
}

#footer .menu li{
    display:block;
    float:inherit;
    font-weight: 300;
}

/***************************************************/
/* Footernavigation */
.footernavigation{
    border-bottom:0.0625rem solid #000000;
    padding-bottom:1.25rem;
    margin-bottom:1.25rem;
    width:100%;
}

.copyright{
    float:left;
    line-height:1rem;
}

.menu-footermenue-container{
    float:left;
    margin-left:0.625rem;
    line-height:1rem;
}

.footernavigation ul{
    display:inline-block;
}

.footernavigation .menu li{
    padding:0;
}

.footernavigation .menu li a{
    display:block;
    color:#000000;
    padding:0 0.625rem;
    border-bottom:0;
}

.footernavigation .menu li a:hover{
    text-decoration:none;
    color:#8b1000;
    border-bottom:0;
}

.footernavigation .menu li.current-menu-item a{
    color:#8b1000;
    font-weight:600;
}

.footercontent .row{
    width:25%;
    float:left;
    max-width:21.875rem;
}

.footercontent .row.first{
    width:25%;
    float:left;
    max-width:18.75rem;
}

.footercontent .row.last{
    width:50%;
    float:right;
    text-align:right;
    max-width:50%;
}

/***************************************************/
/* Cookie Disclaimer */
#cookieChoiceDismissIcon{
    display:none!important;
}
#cookieChoiceInfo{
    padding:50px!important;
    font-size: 1rem;
    font-weight:600;
    background:rgba(255,255,255,0.9)!important;
    text-align:center!important;
    border-top:1px dashed #dddddd;
    color:#8B1000;
}
#cookieChoiceInfo span{
    padding-left:0;
    text-align:left;
    width:55%;
    float:left;
}
#cookieChoiceInfo div{
    padding:0 1.25rem!important;
    max-width:1400px;
    margin:auto;
}
#cookieChoiceInfo a{
    text-decoration:none;
    display:inline-block;
    padding:0.3125rem 1.3125rem;
    color:#000000;
    font-weight:300;
    background-color:#f2f2f2;
    text-transform:uppercase;
    margin-top:5px;
    float:right;
}
#cookieChoiceInfo a#cookieChoiceDismiss{
    background-color:#8B1000;
    color:#FFFFFF;
    text-transform:uppercase;}
#cookieChoiceDismiss{
    margin-left:0.0625rem!important;
}

/***************************************************/
/* DE Karte */

#kwesten:hover,#kdmitte:hover,#knorden:hover,#kosten:hover,#ksueden:hover,#ksuedwesten:hover{cursor:pointer;}
#kwesten:hover #Nordrhein-Westfalen,
#kdmitte:hover #Thueringen, #kdmitte:hover #Hessen,
#knorden:hover #Schleswig-Holstein, #knorden:hover #Niedersachsen, #knorden:hover #Mecklenburg-Vorpommern, #knorden:hover #Hamburg, #knorden:hover #Bremen,
#kosten:hover #Sachsen-Anhalt, #kosten:hover #Sachsen, #kosten:hover #Brandenburg, #kosten:hover #Berlin,
#ksueden:hover #Bayern,
#ksuedwesten:hover #Saarland, #ksuedwesten:hover #Rheinland-Pfalz, #ksuedwesten:hover #BadenWuerttemberg{fill:#8B1000;}

/***************************************************/
/* Responsive */

/* iPads ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .kirchenbauten{
        margin-top:0px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape){
    
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1600px) {
    
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1224px) {
    
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1024px) {
    .kirchenbauten{
        margin-top:0px;
    }
}

/* Smartphones ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    
    .navigationrow{
        display:none;
    }
    
    .titlerow{
        padding-top: 50px;
    }
    
    .searchbutton{
        position:absolute;
        top:1.5rem;
        right:2.5rem;
        width:2rem;
        height:2rem;
        cursor:pointer;
    }

    .mobnavbutton{
        position:absolute;
        top:1.5rem;
        right:0;
        width:2rem;
        height:2rem;
        cursor:pointer;
        display:block;
    }
    
    .section {
        background-color: #f0f0f0;
        padding: 3.625rem 2rem;
    }
    
    .section.textmod li:before { 
        content: "■ ";
        color: #dadada;
        font-size: 1.6rem;
        line-height: 0;
        vertical-align: middle;
    }
    
    .copyright{
        float:none;
        line-height:1rem;
    }

    .menu-footermenue-container{
        float:none;
        margin-left:0;
        line-height:1rem;
        margin-top:1rem;
    }
    
    .footernavigation .menu li a {
        display: block;
        color: #454545;
        padding: 0 1.3rem 0 0;
        border-bottom: 0;
    }
    
    .footercontent .row {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    
    .footercontent .row.first {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-bottom:15px;
    }
    
    .footercontent .row.last {
        width: 50%;
        float: none;
        text-align: left;
    }
    
    #footer {
        padding: 3.625rem 2rem;
    }
    
    .uk-width-1-3,
    .uk-width-2-3{
        width:100%;
    }
    
    .marginalie{
        margin-top:-20px;
    }
    
    .onehigh,
    .twohigh{
        height: 25vh;
        min-height: 280px;
    }
    
    .twohighmobile{
        height:50vh;
        min-height:400px
    }
    
    .kirchenbauten{
        margin-top:0px;
    }
    
    .footernavigation a{float:left!important;margin-top:20px;}
    .footercontent{text-align:center;}
    .footercontent .row.last{display:none;}
    .arrow-left,arrow-right{display:none;}
    
    blockquote, q {
        margin: 30px 0 50px 0!important;
        hyphens: auto;
    }
    
    .page-template-map .uk-width-2-3 {
        width: calc(100% * 2 / 3.001);
    }
    
    .paddingbig,.paddingsmall {
        padding: 30px;
    }
    
    .formmap {
        margin-bottom: 0!important;
        margin-top: 0px!important;
        padding: 20px!important;
        height: 150px!important;
    }
    
    .formmap .uk-width-2-3{width:100%!important;}
    .formmap .uk-width-1-4{width:82%!important;}
    
    .maps{padding:30px;}
    .maps .uk-width-1-3{width: calc(100% * 1 / 3.001)!important;}
    .maps .uk-width-2-3{width: calc(100% * 2 / 3.001)!important;}
    
    .controls.uk-grid-margin{margin-top:10px;}
    .zusatzinfos img{width:97%!important;}
    
    .maphovers {
        margin-top: 0!important;
        min-height: 120px;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation:landscape){
    .kirchenbauten{
        margin-top:0px;
    }
}

/* Small Desktops and laptops ----------- */
@media only screen  and (max-width : 640px) {
    
    .searchbutton{
        position:absolute;
        top:1.5rem;
        right:2.8rem;
        width:2rem;
        height:2rem;
        cursor:pointer;
    }

    .mobnavbutton{
        position:absolute;
        top:1.5rem;
        right:0;
        width:1.7rem;
        height:1.7rem;
        cursor:pointer;
        display:block;
    }
    
    .section.textmod li:before { 
        content: "■ ";
        color: #dadada;
        font-size: 1.6rem;
        line-height: 0;
        vertical-align: middle;
    }
    
    .section {
        background-color: #f0f0f0;
        padding: 3.625rem 2rem;
    }
    
    .titlerow{
        padding-top: 50px;
    }
    
    .navigationrow{
        display:none;
    }
    
    .filter fieldset {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    
    .filter fieldset.right {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        float:none;
    }
    
    #cookieChoiceInfo{
        padding:30px 10px!important;
    }
    
    #cookieChoiceInfo span{
        padding-left:0;
        text-align:left;
        width:100%;
        float:left;
    }
    
    #cookieChoiceInfo a{
        margin-left:0!important;
        margin-top:10px;
        width:100%;
        float:left;
    }
    
    .copyright{
        float:none;
        line-height:1rem;
    }

    .menu-footermenue-container{
        float:none;
        margin-left:0;
        line-height:1rem;
        margin-top:1rem;
    }
    
    .footernavigation .menu li a {
        display: block;
        color: #454545;
        padding: 0 1.3rem 0 0;
        border-bottom: 0;
    }
    
    .footercontent .row.first {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    
    .footercontent .row {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-bottom:15px;
    }
    
    .footercontent .row.last {
        width: 50%;
        float: none;
        text-align: left;
    }
    
    #footer {
        padding: 3.625rem 2rem;
    }
    
    .kirchenbauten{
        margin-top:0px;
    }
}