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{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.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}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
/* mobile_menu extension for Contao Open Source CMS, Copyright (C) 2011-2015 Codefog */
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background-image:url("../../files/icons/hg-karton.jpg");;overflow-y:auto; border-right:10px solid white;}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,0.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,0.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,0.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,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,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}
.bs-caption {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 40px;
    color: white;
}

.bs-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bs-nav .item, .bs-nav .item-nav {
    display: inline-block;
    *display: inline;
    zoom: 1;

    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 4px;

    text-indent: -999em;
    *text-indent: 0;

    border: 2px solid #fff;
    border-radius: 6px;

    cursor: pointer;
    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.bs-nav .item.active {
    background: #fff;
    opacity: 1;
}

.bs-nav .item-nav {
    border-radius: 0;
    width: 0;
    height: 0;
    border-style: inset;
    -webkit-transform:rotate(360deg);
}

.bs-nav .item-nav:hover {
    opacity: 1;
}

.bs-nav .item-nav.next {
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #ffffff;
}

.bs-nav .item-nav.prev {
    border-width: 7px 14px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#f7f7f7; opacity: 0.8; filter: alpha(opacity = 80);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#fff;}
        .cboxIframe{background:#f7f7f7;}
        #cboxError{padding:50px; border:1px solid #fff;}
        #cboxLoadedContent{border:5px solid #fff; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#363636;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#363636;}
        #cboxLoadingGraphic{background:url("../../assets/colorbox/images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-35px; background:url("../../assets/colorbox/images/controls.png") no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
		#cboxPrevious:hover{position:absolute; top:50%; left:5px; margin-top:-35px; background:url("../../assets/colorbox/images/controlshover.png") no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-35px; background:url("../../assets/colorbox/images/controls.png") no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
		#cboxNext:hover{position:absolute; top:50%; right:5px; margin-top:-35px; background:url("../../assets/colorbox/images/controlshover.png") no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxClose{position:absolute; top:8px; right:5px; display:block; background:url("../../assets/colorbox/images/controls.png") no-repeat top center; width:30px; height:30px; text-indent:-9999px;}
		#cboxClose:hover{position:absolute; top:8px; right:5px; display:block; background:url("../../assets/colorbox/images/controlshover.png") no-repeat top center; width:30px; height:30px; text-indent:-9999px;}

.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('https://www.zahnprothetik-praxis.ch/files/fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.zahnprothetik-praxis.ch/files/fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.zahnprothetik-praxis.ch/files/fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('https://www.zahnprothetik-praxis.ch/files/fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.zahnprothetik-praxis.ch/files/fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ks-main.css */
html{font-size:100%}body{width:100%;height:100%;margin:0;padding-top:0;padding-bottom:0;font:13px 'Roboto',Sans-Serif;overflow-y:scroll !important;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%}#header,#container,#footer{float:none;clear:both}#header .inside:after,#header .inside:before{position:relative;float:none;clear:both;display:table;content:""}#header{left:0;top:0;position:fixed;background-color:#db2c2c;z-index:9999;transition: all .2s ease-out;-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-ms-transition: all .2s ease-out}.headerlist{width:100%;height:70px;top:0;position:fixed;background-image:url("../../files/icons/hg-verlauf.png");background-position:left top;background-repeat:repeat-x;z-index: 10;background-size-Y: 100%}#wrapper{max-width:1600px;margin-top:70px;margin-right:auto;margin-left:0;padding:0}*{-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box}a.footer-link,a.footer-link-2{width:auto;height:50px;padding:9px 20px 9px 40px;background-image:url("../../files/icons/pfeil-rechts.png");background-position:left center;background-repeat:no-repeat;font-size:1.0rem;font-weight:normal;text-decoration:none;color:rgba(255,255,255,.95);letter-spacing:1px;background-size: 30px,  30px;     background-position-y: 4px}a.footer-link:hover,a.footer-link-2:hover{opacity: 0.65;background-size: 30px,  30px}.footer-box{margin-top:3%;margin-bottom:3%;margin-left:10%}.footer,.footer2{width:100%;height:auto;min-height:100px;bottom:0;left:0;right:0;position:relative;margin-top:50px;margin-right:auto;padding-top:2%;padding-bottom:2%;text-align:left;background-image:url("../../files/icons/hg-karton-bg.jpg");background-size: 100%}.footer2{border-top:20px solid #fff}.logoweiss-footer{margin-top:1%;margin-bottom:2%;margin-left:10%}.con-links{right:10%;top:50%;position:absolute;font-size:1rem;line-height:1.4rem;font-weight:normal;text-decoration:none;color:rgba(255,255,255,.95)}.con-links a{font-size:1rem;line-height:.9rem;font-weight:normal;text-decoration:none;color:#fff;letter-spacing:1px}.con-links a:hover{opacity: 0.65}h1,h2,h3,h4,h5,h6{text-decoration:none;letter-spacing:1px;font-weight:300}strong{font-size:1.17em;text-decoration:none;color:#354c78;letter-spacing:1px;font-weight:400}.headline{margin-top:-52px;margin-bottom:15px;margin-left:-2px;font-size:2em !important; line-height:1.8em !important}.subline{margin-top:0;margin-bottom:15px;margin-left:-2px;font-size:1.5em !important}.headline h1{padding-top:2%;padding-bottom:1.2%;border-bottom:3px solid #000;border-spacing:3px;font-weight:300}.subline h2{font-weight:300}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight: inherit}h1{font-size:2em}.logoschwarz{width:26px;height:26px;margin-top:-2px;margin-bottom:6px}a.phone:link,a.phone:active,a.phone:hover,a.anfahrt:link,a.anfahrt:active,a.anfahrt:hover,a.anfahrt:visited{border-bottom:1px solid #354c78;border-spacing:4px;text-decoration:none;color:#354c78;text-transform:none}a.phone_mobile:link,a.phone_mobile:active,a.phone_mobile:hover{border-bottom:1px solid #fff;border-spacing:4px;text-decoration:none;color:#fff;text-transform:none}.abstand{margin-top:-47px !important}h2{width:90%;font-size:1.4em;hyphens: auto;        hyphenate-limit-chars: auto 5;        hyphenate-limit-lines: 2;        -webkit-hyphens: auto;        -webkit-hyphenate-limit-chars: auto 3;        -webkit-hyphenate-limit-lines: 4;        -ms-hyphens: auto;        -ms-hyphenate-limit-chars: auto 3;        -ms-hyphenate-limit-lines: 4;        -moz-font-feature-settings:"pnum" 1;         -ms-font-feature-settings:"pnum" 1;         -o-font-feature-settings:"pnum" 1;         -webkit-font-feature-settings:"pnum" 1;         font-feature-settings:"pnum" 1}h3{font-size:1.17em}h4{font-size:1.12em}h5{font-size:.83em}h6{font-size:.75em}p,blockquote{font-size:17px;line-height:24px;letter-spacing:1px;color:rgba(000,.75);font-weight:300;hyphens: auto;    hyphenate-limit-chars: auto 5;    hyphenate-limit-lines: 2;    -webkit-hyphens: auto;    -webkit-hyphenate-limit-chars: auto 3;    -webkit-hyphenate-limit-lines: 4;    -ms-hyphens: auto;    -ms-hyphenate-limit-chars: auto 3;    -ms-hyphenate-limit-lines: 4;    -moz-font-feature-settings:"pnum" 1;     -ms-font-feature-settings:"pnum" 1;     -o-font-feature-settings:"pnum" 1;     -webkit-font-feature-settings:"pnum" 1;     font-feature-settings:"pnum" 1}#buecherkarten a{font-size:15px;line-height:26px;font-weight:normal;text-decoration:none;color:#000;font-weight: 300}.sc2{width:50%}.sc3{width:33.3%}.sc3-2{width:66.6%}.sc4{width:25%}.sc4-2{width:50%}.sc4-3{width:75%}.sc5{width:20%}.sc5-2{width:40%}.sc5-3{width:60%}.sc5-3{width:80%}.sc{float:left;box-sizing: border-box !important;-moz-box-sizing: border-box !important;-webkit-box-sizing: border-box !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;clear: none !important;padding-left: 15px !important}.sc-first{padding-left:15px !important}.sc2,.sc3,.sc3-2,.sc4,.sc4-2,.sc4-3,.sc5,.sc5-2,.sc5-3,.sc5-4{padding-right:3% !important;padding-left:3% !important}@media (max-width:991px){.sc2, .sc3, .sc3-2, .sc4, .sc4-2, .sc4-3, .sc5, .sc5-2, .sc5-3, .sc5-4 {width:100% !important;}}.sitemapcss a{margin-left:10%;font-size:1.2rem;line-height:2.5rem;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);letter-spacing:1px;list-style-type:none}.invisible{display:none}.mod_customnav.block{margin-top:5%;margin-bottom:0;margin-left:10%}.mod_customnav a{font-size:2rem;line-height:3.5rem;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);letter-spacing:1px;list-style-type:none}.mod_customnav strong.active{padding-bottom:1px;border-bottom:3px solid rgba(252,252,252,.95);font-size:2rem;line-height:3.5rem;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);letter-spacing:1px;list-style-type:none}.mod_customnav a:hover{padding-bottom:1px;border-bottom:3px solid rgba(252,252,252,.95)}hr{width:80%;height:3px;margin:2% auto 0 10%;background-color:rgba(252,252,252,.95);border:0px;z-index: 5555}.play{margin-right:auto;margin-left:auto;text-align:center;text-transform: uppercase;  text-decoration: none;  display: block;  width: 80px;  margin-bottom: 10px;  border-radius: 30px}.play:hover{-webkit-transform: translateY(10px);        -ms-transform: translateY(10px);        transform: translateY(10px)}img.pfeil{margin-right:auto;margin-left:auto;text-align:center}.macak{width:300px;height:300px;right:70px;top:20px;position:fixed;background-image:url("../../files/icons/macak.png");background-position:left top;background-repeat:no-repeat;background-size: 300px auto}.macak:hover{-webkit-transform: translateX(10px);            -ms-transform: translateX(10px);            transform: translateX(10px)}.adressbox{margin-top:2%;margin-left:10%;text-align:left}.adressbox a{font-weight:normal;text-decoration:none;color:rgba(255,255,255,.95);letter-spacing:1px}.adresse{font-size:1.2rem;line-height:1.5rem;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);letter-spacing:1px;list-style-type:none}.logoweiss{width:400px;left:0;top:0;position:fixed;margin-top:0;margin-right:auto;margin-left:0;text-align:left;opacity: 0.95}.ecke{width:100px;bottom:20px;right:20px;position:fixed;opacity: 0.95}.ecke:hover{opacity: 0.65}.home-titel{width:80%;margin-top:-1%;margin-bottom:-2%;margin-left:10%;font-weight:normal;text-decoration:none;color:#000;letter-spacing:1px}.menubutton,.mailbutton,.play,.macak,.slider-next,.slider-prev,#hgnews{-webkit-transition: 400ms all;transition: 400ms all}.menubutton{right:3%;top:3%;position:fixed;float:none;z-index:111;cursor: pointer}.mailbutton{margin-top:2%;margin-left:10%}.home-b-img{margin-left:0;opacity: 0.95; -webkit-transform: rotate(0deg);        -ms-transform: rotate(0deg);        transform: rotate(0deg)}.home-b-img:hover{opacity: 0.75; -webkit-transform: rotate(-180deg);        -ms-transform: rotate(-180deg);        transform: rotate(-180deg)}.mail-b-img{margin-left:3%;opacity: 0.95; -webkit-transform: rotate(0deg);        -ms-transform: rotate(0deg);        transform: rotate(0deg)}.mail-b-img:hover{opacity: 0.75; -webkit-transform: rotate(-180deg);        -ms-transform: rotate(-180deg);        transform: rotate(-180deg)}.cart-b-img{margin-left:3%;opacity: 0.95; -webkit-transform: rotate(0deg);        -ms-transform: rotate(0deg);        transform: rotate(0deg)}.cart-b-img:hover{opacity: 0.75; -webkit-transform: rotate(-180deg);        -ms-transform: rotate(-180deg);        transform: rotate(-180deg)}.newsmeldung{width:80%;margin-top:1%;margin-bottom:1%;margin-left:10%;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);letter-spacing:1px}#hgnews{width:80%;height:auto;margin-top:.2%;margin-right:auto;padding:0 0 2%;background-color:rgba(255,255,255,.95);border:0px}#hgnews2{width:80%;height:auto;margin-top:22%;margin-bottom:5%;padding:0 1.5%;background-color:rgba(255,255,255,.95);border:0px}.newsmeldung h2{margin-top:0;margin-left:35;padding-left:50px;background-image:url("../../files/icons/info.png");background-position:left top;background-repeat:no-repeat;font-weight:normal;text-decoration:none;color:#000;text-transform:uppercase;letter-spacing:1px;background-size: 30px,  30px; background-position-y: 4px;hyphens: auto;    hyphenate-limit-chars: auto 5;    hyphenate-limit-lines: 2;    -webkit-hyphens: auto;    -webkit-hyphenate-limit-chars: auto 3;    -webkit-hyphenate-limit-lines: 4;    -ms-hyphens: auto;    -ms-hyphenate-limit-chars: auto 3;    -ms-hyphenate-limit-lines: 4}.newsmeldung a{font-weight:normal;text-decoration:none;color:#fff;letter-spacing:1px}.newsmeldung a:hover{border-bottom:1px solid;border-spacing:1.3px;font-weight:normal;text-decoration:none;color:#fff;letter-spacing:1px}.newsmeldung h3{margin-top:0;margin-left:35;padding-left:50px;background-image:url("../../files/icons/info.png");background-position:left top;background-repeat:no-repeat;line-height:1.5rem;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);text-transform:uppercase;letter-spacing:1px;background-size: 30px,  30px; background-position-y: 4px}.infofenster{margin-top:16px;margin-left:0;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);text-transform:uppercase;letter-spacing:1px}.infofenster a{font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95)}.infofenster h3,.infofenster h2{margin-top:0;margin-left:0;padding-left:50px;background-image:url("../../files/icons/info.png");background-position:left top;background-repeat:no-repeat;line-height:1.5rem;font-weight:normal;text-decoration:none;color:rgba(252,252,252,.95);text-transform:uppercase;letter-spacing:1px;background-size: 30px,  30px; background-position-y: 4px}.adressmeldung p{margin-top:-5px;margin-left:0;padding-left:50px;background-image:url("../../files/icons/infoschwarz.png");background-position:left top;background-repeat:no-repeat;background-size: 30px,  30px; background-position-y: 7px}.adressmeldung a{font-weight:normal;text-decoration:none;color:#000;font-weight:300}.galerie{margin-right:2%;margin-left:2%}.galerie a:hover{background:#ed1f1f url("../../files/icons/envelop.png") center center no-repeat;opacity: 0.65}a:hover,:focus{outline: 0}#werke .image_container,#archiv .image_container,#buecherkarten .image_container{width:300px;height:auto}.galerie figure{position:relative !important;background:white !important}.galerie figure img{display:block !important;max-width:100% !important;height:auto !important}.galerie figure:hover img{opacity:0.8 !important}.galerie figure figcaption{border-top:3px solid #fcfcfc;font-size:1em;font-weight:normal;text-decoration:none;letter-spacing:1px;width:90% !important;opacity:0 !important;visibility:hidden !important;position:absolute !important;left:0!important;right:0!important;bottom:0!important;background:rgba(255,255,255,.5) !important;color:black !important;text-align:left!important;padding:7px !important;z-index:2 !important}.galerie figure:hover figcaption{opacity:1!important;visibility:visible!important}.ce_sliderStart{position:relative;display:block;padding-right:3%;padding-left:3%}.ce_sliderStart img{width:100%;height:auto}.content-slider{background-color:rgba(0,0,0,.05)}.ce_sliderStart figure{font-size:0px}.slider-control .slider-menu{display:none}.slider-control{height:0px;top:50%;position:absolute;left:15px;right:15px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%)}.slider-prev{width:50px;height:50px;top:-25px;position:absolute;display:block;text-align:center;line-height:0px;color:#000;display:block !important;left:45px !important;cursor:pointer}.slider-prev:hover,.slider-next:hover{opacity: 0.65}.slider-next{width:50px;height:50px;top:-25px;position:absolute;float:right;display:block;text-align:center;line-height:0px;color:#000;display:block !important;cursor:pointer;right:45px !important}.slider-prev:hover,.slider-next:hover{color:#fbfbfb}form label{position:relative;float:none;display:block;margin-bottom:5px;color:#fff}form{position:relative}form fieldset label{display:inline}form .text,form .textarea,form .captcha{width:100%;margin-bottom:10px;padding:14px;background-color:rgba(255,255,255,.3);border-top:0px solid #fff;border-right:0px solid #fff;border-bottom:2px solid #fff;border-left:0px solid #fff;border-radius:0;color:#000;font:16px 'Roboto',Sans-Serif;behavior:url('assets/css3pie/1.0.0/PIE.htc');-ms-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out}form .text:focus,form .textarea:focus,form .captcha:focus,#Slidersection form .text:focus{border-top:0px solid #000;border-right:0px solid #000;border-bottom:2px solid #000;border-left:0px solid #000;color:#000;background-color:rgba(c70540,.2);outline:none}form fieldset legend{margin-bottom:10px}form fieldset span label{margin-right:15px;margin-left:-3px}form span.mandatory{margin-left:3px;font-weight:bold;color:#fff}form p.error{margin-top:0;margin-bottom:5px;padding-right:5px;padding-left:5px;text-align:left;font-size:13px;font-weight:bold;color:#080707}form br{display:none}form .submit{width:100%;height:70px;position:relative;display:block;margin-top:10px;margin-bottom:10px;padding:10px 0;white-space:nowrap;background-color:#fff;border:1px solid #fff;border-radius:0;text-decoration:none;color:rgba(0,0,0,.1);text-transform:uppercase;font:15px 'Roboto',Sans-Serif;cursor:pointer;font-weight:600;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in}form .submit:hover{text-decoration:none;color:#fff;background:none;font-weight:600}form .submit:focus{outline:none}input.submit{-webkit-appearance: none;    -moz-appearance: none;    appearance: none;     border-radius: 0}.mapframe{position: relative;        padding-bottom: 0%; // This is the aspect ratio        height: 0;        overflow: hidden}.mapframe iframe{position: absolute;        top: 0;        left: 0;        width: 100% !important;        height: 100% !important}.mod_search .even,.mod_search .odd{position:relative;overflow:hidden;display:block;margin-bottom:20px;background-color:rgba(fff,.05)}.mod_search p{position:relative;overflow:hidden;display:block;margin-bottom:20px;font-weight:normal;text-decoration:none;color:#fff;background-color:rgba(fff,.05)}.mod_search .even a,.mod_search .odd a{width:100%;position:relative;display:block;padding:11px 115px 11px 40px;background-image:url("../../files/icons/pfeil-rechts.png");background-position:left top;background-repeat:no-repeat;border-bottom:3px solid #fff;border-spacing:3px;font-size:20px;text-decoration:none;color:#fff;background-color:rgba(fff,.7);-ms-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background-size: 30px,  30px;background-position-y: 8px}.mod_search .even a:hover,.mod_search .odd a:hover{opacity: 0.65}.mod_search .even h3,.mod_search .odd h3{margin-top:0}.mod_search .even a:hover,.mod_search .odd a:hover{background-color:rgba(000,.99)}.mod_search .even h3 span,.mod_search .odd h3 span{right:0;top:13px;position:absolute;padding-right:11px;font-size:12px;color:#fbfbfb}.mod_search .even .context,.mod_search .odd .context{padding:10px 20px 0}.mod_search .even .url,.mod_search .odd .url{padding:0 20px 10px;font-size:12px}.mod_search .text{-webkit-appearance: none;-moz-appearance: none;appearance: none}.mod_search .pagination{padding-right:0;padding-left:0}.mod_search .submit{margin-top:10px;margin-bottom:15px}.pagination{position:relative;float:none;clear:both;display:block;padding:15px 15px 40px}.pagination ul{position:relative;float:left;display:block;margin:0;padding:0;list-style-type:none}.pagination p{position:relative;float:right;display:block;margin-top:-10px;margin-right:10px}@media (max-width:768px){.pagination p{    float:none;    clear:both;    }}.pagination ul li{height:42px;position:relative;float:left;display:block;margin-bottom:10px}.pagination ul li a,.pagination ul li span{height:42px;margin-right:10px;padding:10px 16px;border:1px solid #000;font-size:15px;text-decoration:none;color:#fbfbfb;background-color:rgba(000,1);-ms-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out}.pagination ul li a:hover,.pagination ul li span{text-decoration:none;color:#000;background:none}
