header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}

/* ESSENTIAL STYLES */
.sf-menu,
.sf-menu * {
    margin:0;
    padding:0;
    list-style: none;
}
.sf-menu li {
    position:relative;
}
.sf-menu ul {
    top:100%;
    position:absolute;
    display:none;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float:left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display:block;
}
.sf-menu a {
    position:relative;
    display:block;
}
.sf-menu ul ul {
    top:0;
    left:100%;
}

/* DEMO SKIN */
.sf-menu {
    float:left;
    margin:0;
}
.sf-menu ul {
    min-width:12em;
    background-color:#cc007a;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    /* allow long menu items to determine submenu width */
    	*width: 12em;
    /* no auto sub width for IE7, see white-space comment below */;
}
.sf-menu a {
    padding:.75em .5em;
    text-decoration:none;
    /* fallback colour must use full shorthand */
    zoom: 1;
    /* IE7 */;
}
.sf-menu a {
    color: #fff !important;
    border: none !important;
}
.sf-menu strong {
    display:block;
    padding:.75em .5em;
    background-color:rgba(255,255,255,.75);
    font-weight:normal;
    text-decoration:none;
    color:#cc007a;
    /* fallback colour must use full shorthand */
    zoom: 1;
    /* IE7 */;
}
.sf-menu li {
    white-space:nowrap;
    /* no need for Supersubs plugin */
    	*white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    	-webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li {
    width:100%;
    display:block;
}
.sf-menu ul ul li {
    background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background-color:rgba(255,255,255,.25);
    /* only transition out, not in */
    	-webkit-transition: none;
    transition: none;
}

/* arrows (for all except IE7) */
.sf-arrows .sf-with-ul {
    padding-right:2em;
    *padding-right: 0.5em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    width:0;
    height:0;
    top:50%;
    position:absolute;
    margin-top:-3px;
    content: '';
    right: 1em;
    /* order of following 3 rules important for fallbacks to work */
    	border: 5px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
    /* IE8 fallback colour */;
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top:-5px;
    margin-right:-3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}


/* eg. &lt;ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
    /* If you want the width of the closed menu to expand to its
      widest top-level menu item (like its "Supersubs" submenus do),
      replace the width rule above with the following two rules. */
      /*
    */;
}
.sf-vertical ul {
    left:100%;
    top: 0;
}
.sf-vertical > li {
    float:none;
}
.sf-vertical li {
    width:100%;
}

/* alter arrow directions */
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
    margin-top:-5px;
    margin-right:-3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
      border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

@media print {
body {
    padding:1rem;
}
footer {
    display:none;
}
header {
    display:none;
}
.widget-submit {
    display:none;
}
.syndication {
    display:none;
}
}

@font-face {
    font-family: 'Open Sans' ;
      font-style: normal;
      font-weight: 400;
      src: url('../../files/themes/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('../../files/themes/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../../files/themes/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
           url('../../files/themes/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
           url('../../files/themes/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../../files/themes/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
body {
    background-image:url("../../files/themes/theme-jugendweihe-schwerin/hg-content-2.jpg");
    background-repeat:repeat;
    font-family: 'Open Sans', arial, verdana, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #313131;
    line-height: 125%;
}
h1 {
    margin:0 0 2rem;
    font-size:200%;
    line-height:100%;
    color:#cc007a;
}
h2 {
    margin:2rem 0 1rem;
    font-size:175%;
    line-height:100%;
    color:#cc007a;
}
h3 {
    margin:0 0 1rem;
    font-size:175%;
    line-height:100%;
    color:#cc007a;
}
h5 {
    margin:1rem 0 .75rem;
    font-size:150%;
    line-height:100%;
    color:#cc007a;
}
h6 {
    margin:1rem 0 .5rem;
    font-size:125%;
    line-height:100%;
    color:#cc007a;
}
a {
    font-weight:normal;
    text-decoration:none;
    color:#313131;
}
a:link {
    border-bottom:1px dotted #313131;
    font-weight:normal;
    text-decoration:none;
    color:#000;
}
a:visited {
    border-bottom:1px dotted #000;
    font-weight:normal;
    text-decoration:none;
    color:#313131;
}
a:hover {
    border-bottom:1px solid #cc007a;
    font-weight:normal;
    text-decoration:none;
    color:#cc007a;
}
a:active {
    border-bottom:1px dotted #313131;
    font-weight:normal;
    text-decoration:none;
    color:#313131;
}
a:focus {
    border-bottom:1px dotted #000;
    font-weight:normal;
    text-decoration:none;
    color:#000;
}
button {
    margin:1rem 0 2rem;
    padding:.5rem;
}

dialog {
    z-index: 10000;
    -webkit-border-radius: 1rem; /* alte Safari/Chrome-Versionen */
    -moz-border-radius: 1rem;    /* alte Firefox-Versionen */
    border-radius: 1rem;
}

figure a {
    border: none !important;
}
iframe {
    width:100%;
    height:15rem;
}
img {
    max-width:100%;
    vertical-align:bottom;
    height: auto;
}
input {
    width:65%;
    margin:0 0 1rem;
    padding:.25rem;
}
input[type='checkbox'] {
    float:left;
    margin-top:.25rem;
    margin-right:.5rem;
    width: auto;
}
input[type='submit'] {
    display:block;
    margin-top:.5rem;
    width: auto;
}
ol {
    margin:0 0 1rem;
    list-style-type:none;
}
p {
    margin:0 0 1rem;
}
ul {
    margin:0 0 1rem 1.5rem;
    list-style-type:circle;
}
li {
    margin:0 0 .5rem;
}
label {
    display:block;
    margin:0 0 .25rem;
}
option {
    padding:.25rem;
}
select {
    width:55%;
    margin:0 0 1rem;
    padding:.25rem;
}
table {
    max-width:100%;
    border:1px solid;
}
table tr:nth-child(even) {
    background-color:rgba(255,255,255,.15);
}
table tr:hover {
    background-color:#fff;
}
th {
    padding:.5rem;
    background-color:#ece9e9;
    font-weight:bold;
}
td {
    padding:.5rem;
    border:1px solid #000;
}
textarea {
    width:65%;
    height:15rem;
    margin:0 0 1rem;
    padding:.25rem;
}
#cboxOverlay {
    background-color:rgba(0,0,0,.25);
}
#cboxTitle,
#cboxCurrent {
    padding-right:.5rem;
    padding-left:.5rem;
    background-color:#000;
}
#pur {
    display:none;
}
#statistik {
    display:none;
}
.ausgebucht ul::after {
    float:left;
    padding:.5rem;
    background-color:#cc007a;
    border-radius:.25rem;
    font-size:150%;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.25rem;
    content: "Ausgebucht";
}


.content-download a {
  border-bottom: 1px dotted #313131 !important;
  display: inline-block;
}


.content-download a:hover {
  border-bottom: 1px dotted #cc007a !important;
  display: inline-block;
}


.clearing {
    clear:both;
}
.euf_overlay__content {
    width: 85% !important;
    max-width: 600px !important;
    padding: 1rem !important;
}
.error {
    padding:.5rem;
    background-color:#cc007a;
    border:1px solid #fff;
    color:#fff;
}


.float_left, .media--left>figure {
    margin: 0 2rem 2rem 0;
}




.fotogalerie {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.goverlay {
    background-color:rgba(0,0,0,.45);
}
.grau {
    filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
.grau:hover {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}
.hg1 {
    background-color:#ece9e9;
}
.meldung,
.confirm {
    padding:.5rem;
    background-color:#c2d74e;
    border:1px solid #fff;
}
.mod_article img {
    border-radius:.25rem;
}
.mod_article ul {
    display:inline-block;
}
.mod_newslist .layout_latest {
    margin-bottom:2rem;
}
.mod_cookiebarOpener {
    overflow:visible;
    display:inline-block;
}
.pagination {
    width:100%;
    float:left;
    padding:.5rem;
    background-color:#c2d74e;
    display: block !important;
}
.pagination p {
    float:left;
    margin:0 1rem 0 0;
}
.pagination ul {
    float:left;
    margin:0;
    list-style-type:none;
}
.pagination ul li {
    float:left;
    margin:0 1rem 0 0;
    list-style-type:none;
}
.print img {
    width:50px;
    height:50px;
    margin-bottom:.5rem;
    border:1px solid #313131;
}
.print {
    right:0;
    top:0;
    position:absolute;
    border: none !important;
}
.sticky-wrapper {
    height: auto !important;
}
.tab {
    width:5rem;
    display:inline-block;
}
.trail {
    background-color:rgba(255,255,255,.15);
}

@media screen {
footer {
    background-color:#c2d74e;
}
footer .inside {
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
    padding-top:1rem;
    padding-bottom:2rem;
}
header {
    background-color:#c2d74e;
}
#hauptnavigation {
    background-color:#cc007a;
    z-index: 1000;
}
#hauptnavigation .block {
    overflow:visible;
    display: flex;
}
#hauptnavigation nav {
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
}
#head1 {
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
    background:#c2d74e url("../../files/themes/theme-jugendweihe-schwerin/jugendweihe-mecklenburg-original.jpg") right top no-repeat;
}
#logo {
    height:195px;
}
#main {
    min-height:35rem;
    max-width:1200px;
    float:none;
    margin:3rem auto;
}
.box1 {
    width:50%;
    box-sizing: border-box;
}
.box2 {
    width:32%;
    padding:.5rem;
    background-color:rgba(255,255,255,.5);
    border-radius:.25rem .25rem .25rem 0;
    box-sizing: border-box;
}
.box2:hover {
    background-color:#fff;
    transition: all .5s linear;
}
.box2 img {
    width:100%;
    max-width: none;
}
.box2 h6 {
    padding-top:.5rem;
    padding-bottom:1rem;
    text-align:center;
    max-width: none;
}
.fotogalerie {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nach_oben_link {
    bottom:1rem;
    right:1rem;
    position:fixed;
    font-size:200%;
}
.nach_oben_link a {
    border: none;
}
}

@media screen and (min-width: 600px) {
a[href^="tel"] {
    pointer-events:none; 
    cusor:default; 
    text-decoration:none;
    border: none;
}
}

@media screen and (max-width: 1035px) {
#head1 {
    background-image:url("../../files/css/files/themes/theme-jugendweihe-schwerin/jugendweihe-mecklenburg-original-klein.jpg");
    background-position:right top;
    background-repeat:no-repeat;
}
#hauptnavigation {
    display:none;
}
#logo img {
    width:225px;
    padding-top:.5rem;
}
#menue {
    display:inline-block;
    padding-top:.85rem;
    padding-right:1rem;
    padding-bottom:.85rem;
    font-size:200%;
    color:#fff;
}
#menue:hover {
    cursor: pointer;
}
#navigationmobil {
    text-align:right;
    background-color:#cc007a;
}
.mobile_menu .inner {
    background-color:#cc007a;
}
.schliessen {
    right:2rem;
    top:0;
    position:fixed;
    padding-right:1rem;
    padding-left:1rem;
}
.schliessen:hover {
    cursor: pointer;
}
}

@media screen and (max-width: 800px) {
    
    h1 {
        font-size:175%;
    }
    h2 {
        font-size:150%;
    }
    h3 {
        font-size:150%;
    }
    input {
        width:100%;
    }
    textarea {
        width:100%;
    }
    .box1 {
        width:100%;
        margin-bottom:2rem;
    }
    .box2 {
        width:48%;
    }
    .float_left {
        float:none;
        display:block;
        margin:0 0 1rem;
    }
    
    .nach_oben_link{
        display: none;
    }

}

@media screen and (max-width: 1235px) {
footer .inside {
    padding:1rem 1rem 2rem;
}
#head1 {
    padding-right:1rem;
    padding-left:1rem;
}
#hauptnavigation nav {
    padding-right:1rem;
    padding-left:1rem;
}
#main .inside {
    margin-right:auto;
    margin-left:auto;
    padding-right:1rem;
    padding-left:1rem;
}
.sf-menu a {
    padding:.75em .15em;
}
.sf-menu strong {
    padding:.75em .15em;
}
}

@media screen and (max-width: 540px) {
body {
    color: #000;
}
h1 {
    font-size:150%;
}
#head1 {
    background-image:url("../../files/css/files/themes/theme-jugendweihe-schwerin/jugendweihe-mecklenburg-original-kleiner.jpg");
    background-position:right top;
    background-repeat:no-repeat;
}
}

