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}
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}
.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;
    border: none !important;
}
.sf-menu ul ul {
    top:0;
    left:100%;
}

/* DEMO SKIN */
.sf-menu {
    float:left;
    margin: 0;
}
.sf-menu ul {
    min-width:12em;
    background-color:#13a9a9;
    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 1em;
    border-left:1px solid #fff;
    text-decoration:none;
    border-top: 1px solid #dFeEFF;
    /* fallback colour must use full shorthand */
    	border-top: 1px solid rgba(255,255,255,.5);
    zoom: 1;
    /* IE7 */;
}
.sf-menu strong {
    display:block;
    padding:.75em 1em;
    background-color:#fff;
    font-weight:normal;
    text-decoration:none;
    /* fallback colour must use full shorthand */
    zoom: 1;
    /* IE7 */;
}
.sf-menu a {
    color:#313232;
}
.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 {
    text-align:left;
    width: 100%;
}
.sf-menu ul ul li {
    background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background-color:#fff;
    /* only transition out, not in */
    	-webkit-transition: none;
    transition: none;
}

/* arrows (for all except IE7) */
.sf-arrows .sf-with-ul {
    padding-right:2.5em;
    *padding-right: 1em;
    /* 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. <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. */
      /*
      min-width: 12em;
    *width: 12em;
    */;
}
.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;
}

body {
    font:18px 'Open Sans',arial,verdana,sans-serif;
    font-weight:normal;
    color:#313232;
}
a {
    font-weight:normal;
    text-decoration:none;
    color:#313232;
}
a:link {
    border-bottom:1px dotted #313232;
    font-weight:normal;
    text-decoration:none;
    color:#313232;
}
a:visited {
    border-bottom:1px dotted #313232;
    font-weight:normal;
    text-decoration:none;
    color:#313232;
}
a:hover {
    border-bottom:1px solid #313232;
    font-weight:normal;
    text-decoration:none;
    color:#313232;
    transition: all 0.35s linear 0s;
}
a:active {
    border-bottom:1px dotted #313232;
    font-weight:normal;
    text-decoration:none;
    color:#313232;
}
a:focus {
    border-bottom:1px dotted #313232;
    font-weight:normal;
    text-decoration:none;
    color:#313232;
}
h1 {
    margin-bottom:2rem;
    font-size:175%;
    font-weight:normal;
    text-decoration:none;
}
h2 {
    margin-top:2rem;
    margin-bottom:1rem;
    font-size:150%;
    font-weight:normal;
    text-decoration:none;
}
h3 {
    margin-top:1rem;
    margin-bottom:.5rem;
    font-size:125%;
    font-weight:normal;
    text-decoration:none;
}
h3 a {
    border: none !important;
    cursor: auto;
}
h6 {
    margin-top:1rem;
    margin-bottom:.25rem;
    font-size:125%;
    font-weight:normal;
    text-decoration:none;
}
button {
    padding:.25rem;
}
figure a {
    border: none !important;
}
iframe {
    width:50%;
    height:25rem;
}
img {
    max-width:100%;
    vertical-align:bottom;
    height: auto;
}
input {
    margin-bottom:1rem;
    padding:.25rem;
}
label {
    width:12rem;
    display:inline-block;
}
p {
    margin:0 0 .5rem;
}
ul {
    margin:0 0 1rem 1.25rem;
    vertical-align:bottom;
    list-style-type:circle;
}
ul li {
    padding:0 0 .25rem;
}
#cboxOverlay {
    background-color:rgba(0,0,0,.5);
}
#cboxTitle {
    padding-right:.5rem;
    padding-left:.5rem;
    background-color:#000;
}
#statistik {
    display:none;
}
.clearing {
    clear:both;
}
.cookiebar {
    background-color:rgba(0,0,0,.75);
}
.cookiebar__button {
    margin-top:1rem;
    padding:.5rem;
    background-color:#ffa003;
    font-weight:normal;
}
.cookiebar__button:hover {
    background-color:rgba(255,160,3,.75);
}
.cookiebar__link {
    color: #fff !important;
}

.float_right, .media--right>figure {
    float: right;
    margin: 0 0 2rem 2rem;
}

.liste {
    margin-bottom:1.5rem;
}

.liste ul {
    overflow: hidden;
    list-style-type:disc;
    margin: 0;
}

.liste ul li {
    float:left;
    margin:0 3rem 0 1.25rem;
    list-style-type:disc;
}

.module-cookiebar-opener {
    overflow:visible;
    display:inline-block;
}
.sticky_animation .sf-menu a, .sticky_animation .sf-menu strong {
    padding-top:.5em;
    padding-bottom:.5em;
}


.sticky-wrapper {
    
    height: auto !important;
    
}



.tab {
    width:5rem;
    display:inline-block;
}

footer {
    background-color:rgba(34,184,184,.25);
}
footer .inside {
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
    padding-top:1rem;
    padding-bottom:1rem;
}
header {
    background: #FFA003;
    background: -webkit-linear-gradient(top, #FFA003, #FFFFFF);
    background: -moz-linear-gradient(top, #FFA003, #FFFFFF);
    background: linear-gradient(to bottom, #FFA003, #FFFFFF);
}
#hauptnavigation {
    background-color:#13a9a9;
    z-index: 2000;
}
#hauptnavigation nav {
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
    padding-left:13.5rem;
    text-align:center;
    border-right:1px dotted #fff;
    display: flex !important;
    box-sizing: border-box;
}
#hauptnavigation .block {
    overflow:visible;
    display:block;
}
#head1 {
    left:0;
    top:0;
    position:absolute;
    z-index: 1000;
}
#head2 {
    float:left;
    margin-top:1.75rem;
    margin-left:14.5rem;
}
#head2 ul {
    list-style-type:none;
    margin: 0;
}
#head2 li {
    margin: 0 !important;
    padding: 0 !important;
}
#head2 li:first-child {
    font-size:200%;
}
#head3 {
    float:right;
    margin-top:4rem;
}
#head3 a {
    border: none;
}
#head3 ul {
    list-style-type:none;
    margin: 0;
}
#head3 li {
    display:inline-block;
}
#head3 li:last-child {
    margin-left:1rem;
    font-size:175%;
    font-weight:normal;
}
#main {
    min-height:42rem;
    background: #13A9A9;
    background: -webkit-linear-gradient(bottom, #13A9A9, #FFFFFF);
    background: -moz-linear-gradient(bottom, #13A9A9, #FFFFFF);
    background: linear-gradient(to top, #13A9A9, #FFFFFF);
}
#main .inside {
    min-height:30rem;
    max-width:1200px;
    float:none;
    margin:2rem auto;
}
#navigationmobil {
    display:none;
}
.box1 {
    width:50%;
    float:left;
    box-sizing: border-box;
}
.fotogalerie {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 !important;
}
.fotogalerie .layout_latest {
    width:30%;
    padding:1rem;
    background-color:#fff;
    border-radius:.25rem;
    box-sizing: border-box;
}
.fotogalerie .layout_latest:hover {
    background-color:#ffa003;
}
.fotogalerie .layout_latest h3 {
    margin-bottom:1.5rem;
}
.fotogalerie ul {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 !important;
}
.fotogalerie ul img {
    margin: 0 0 1rem 0 !important;
}
.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 */
}
.kopfzeile {
    height:120px;
    margin-right:auto;
    margin-left:auto;
}
.kopfzeile .inside {
    max-width:1200px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
}
.layout_latest {
    margin-bottom:2rem;
    transition: all 0.25s linear 0s;
}
.mod_newsreader .layout_full img {
    float:left;
    margin-right:2rem;
    margin-bottom:1rem;
}
.nach_oben_link {
    bottom:1rem;
    right:1rem;
    position:fixed;
    padding-right:1rem;
    padding-left:1rem;
    font-size:300%;
}
.nach_oben_link:hover {
    background-color:#ffa003;
    font-size:300%;
    transition: all 0.35s linear 0s;
}
.nach_oben_link a {
    border-radius:.25rem;
    border: none !important;
}
.pagination {
    width:100%;
    display: block !important;
}

.pagination ul {
    float:left;
    margin:0 0 0 2rem;
    list-style-type:none;
}
.pagination li {
    float:left;
    margin-right: 0.5rem;
    list-style-type:none;
}
.pagination p {
    float:left;
    list-style-type:none;
    margin: 0 1rem 0 0;
    padding:.25rem;
}
.pagination a {
    padding:.25rem;
    background-color:rgba(255,255,255,.5);
    border-bottom: 0;
    display: block;
}

.pagination strong {
    padding:.25rem;
    border-bottom: 0;
    display: block;
}








.mod_newslist .layout_latest time {
    font-size:85%;
}

@media screen AND (min-width: 600px) {

	
	a[href^="tel"] {
	    pointer-events:none; 
	    cursor:default; 
	    text-decoration:none;
	    border: none;
	}

}
@media screen and (max-width: 1224px) {
footer .inside {
    margin-right:auto;
    margin-left:auto;
    padding:1rem;
}
#hauptnavigation nav {
    padding-left:12rem;
}
#head2 {
    float:left;
    margin-left:12.25rem;
}
#head3 {
    margin-top:4rem;
    margin-right:1rem;
}
#head3 li:last-child {
    font-size:150%;
}
#main .inside {
    float:none;
    margin:2rem auto;
    padding-right:1rem;
    padding-left:1rem;
}
.box1 {
    padding-right:1rem;
}
.sf-menu a {
    padding:.75em .25em;
}
.sf-menu strong {
    padding:.75em .25em;
}
}

@media screen and (max-width: 900px) {
    
    h1 {
        font-size:175%;
    }
    iframe {
        width:100%;
        height:25rem;
    }
    #hauptnavigation {
        display:none;
    }
    #head1 figure {
        max-width:75%;
        max-height:75%;
    }
    #head2 {
        margin-left:9.5rem;
    }
    #head3 {
        margin-top:0;
        margin-right:0;
        margin-left:8rem;
    }
    #menue:hover {
        cursor: pointer;
    }
    #navigationmobil {
        right:1rem;
        top:1rem;
        position:absolute;
        display:block;
        font-size:300%;
    }
    
    .fotogalerie .layout_latest {
        width:48%;
    }  
    
    .mobile_menu .inner {
        background-color:#13a9a9;
    }
    .box1 {
        width:100%;
        float:none;
        display:block;
    }
    
    .mobile_menu {
        z-index: 2000;
    }

}

@media screen and (max-width: 768px) {
    
    .float_right, .media--right>figure {
        float: none;
        display: block;
        margin: 0 0 2rem 0;
    }


}

@media screen and (max-width: 550px) {
    
    h1 {
        font-size:150%;
    }
    #head1 figure {
        max-width:50%;
        max-height:50%;
    }
    #head2 {
        margin-top:1rem;
        margin-left:6.5rem;
    }
    #head2 li:first-child {
        font-size:100%;
    }
    #head3 {
        float:left;
        margin-top:3rem;
        margin-left:1rem;
    }
    
    
    .kopfzeile {
        height: 175px;

    }    
    
    
    
    
    #main .inside {
        margin:1rem auto;
        z-index: 2000;
    }
    
    #navigationmobil {
        right:1rem;
        top:0.25rem;
        font-size:250%;
    }    
    

    #hauptnavigation-sticky-wrapper {
        display:none;
        height: auto !important;
    }
    
    .fotogalerie .layout_latest {
        width:108%;
    }        
    
    
    
    .nach_oben_link {
        display:none;
        padding-right:1rem;
        padding-left:1rem;
        font-size:300%;
    }

}

@media screen and (max-width: 400px) {
    
    
    
    #head3 li:last-child {
        margin-left: 0;
    }    
    
    
    
    .kopfzeile {
        height: 185px;
    }  

}

