/*	Theme Name: Airbrush (Widget-ready)
	URI: https://www.mso-webdesign.de
	Description: wordpress theme nach dialogue avenue
	Version: 04.00 (de, en)
	Author: Marco Schwarz
	Author URI: https://mso-webdesign.de/
	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('fonts/roboto-v48-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: url('fonts/roboto-v48-latin-500.woff2') format('woff2'); }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 100%; min-height: 100.01%; }
body { font-family: 'Roboto', Segoe UI, Optima, Tahoma, Helvetica, Arial, sans-serif; color: #ddd; font-size: 120%; background-color: #696660; }

a, a:link, a:visited { color: #f99; text-decoration: none;; font-weight: 500; }
a:hover, a:focus, a:active { color: #c20000; text-decoration: underline; }
.btn { display: inline-block; color: #fff; background-color: #c00; margin: 0 0 10px 0; text-align: center; border-radius: 5px; transition: background 0.5s ease-out; }
.btn:hover { background-color: #f50000; }
.btn a, .btn a:link, .btn a:visited { display: block; padding: 20px; color: #fff; text-decoration: none; font-weight: 500; }
.btn a:hover, .btn a:active, .btn a:focus { text-decoration: none; }

header { max-width: 1320px; margin: 0 auto; background-color: #000; }
header .container { max-width: 1320px; padding: 0 0 20px 0; }
header .right img { padding: 40px 20px 20px 20px; }

nav { max-width: 1320px; margin: 0 auto; }
.stellarnav { position: relative; width: 100%; z-index: 9900; text-align: right; background-color: #222; }
.stellarnav.fixed { position: fixed; margin: 0 auto; width: 100%; max-width: 1320px; top: 0; z-index: 9999; }
.stellarnav ul { display: flex; text-align: left; }
.stellarnav li { flex: 1 1 auto; list-style: none; position: relative; text-align: center; }
.stellarnav li a { display: block; padding: 10px 0; font-size: 1em; color: #f99; font-weight: 400; text-decoration: none; border-left: 1px solid #f99; background-color: #222; transition: background-color .3s ease-out; }
.stellarnav li:first-child a { border-left: 0; }
.stellarnav ul ul { flex-direction: column; top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background-color: #222; }
.stellarnav li li { display: block; text-align: left; }
.stellarnav li li a { padding: 10px 20px; font-size: 1em; text-decoration: none; border-top: 1px solid #f99; border-left: 0; background-color: #222; }
.stellarnav ul li a:hover { color: #fff; background-color: #950403; text-decoration: none; }
.stellarnav ul li.current-menu-item a, .stellarnav ul li.current-menu-parent a, .stellarnav ul li li.current-menu-item a { color: #fff; background-color: #950403; text-decoration: none; }
.stellarnav ul li.current-menu-item ul li a, .stellarnav ul li.current-menu-parent ul li a { background-color: #222; }
.stellarnav ul li.current-menu-item ul li.current-menu-item a, .stellarnav ul li.current-menu-parent ul li.current-menu-item a { color: #fff; background-color: #950403; }
.stellarnav ul li li a:hover, .stellarnav ul li li.current-menu-item a:hover, .stellarnav ul li li.menu-item a:hover { color: #fff; background-color: #950403; text-decoration: none; }
.stellarnav ul li.current-menu-item a:hover, .stellarnav ul li.current-menu-parent a:hover, .stellarnav ul li li.current-menu-item a:hover { color: #fff; background-color: #950403; }

.stellarnav li.has-sub > a:after { content: ''; margin-left: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #f99; display: inline-block; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop li.has-sub a { padding-right: 5px; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav .dd-toggle { top: 2px; right: 20px; height: 50px; }
.stellarnav .dd-toggle:hover { background-color: #950403; }

.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #f99; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #f99; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { transform: rotate(135deg); }
.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #f99; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #f99; position: absolute; transform: rotate(-45deg); }

section { max-width: 1320px; margin: 0 auto; background-color: #000; }
.container { margin: 0 auto; max-width: 1220px; padding: 60px 0 80px 0; }

.flex, .flex2 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.box70 { flex: 0 1 auto; width: 70%; }
.box30 { flex: 0 1 auto; width: 26%; }
.box50 { flex: 0 1 auto; width: 48%; }
.box60 { flex: 0 1 auto; width: 58%; }
.box40 { flex: 0 1 auto; width: 38%; }
.box33 { flex: 0 1 auto; width: 32%; }
.box66 { flex: 0 1 auto; width: 64%; }

footer { max-width: 1320px; margin: 0 auto; background-color: #000; }
footer .container { padding: 40px 0; border-top: 1px solid #950403; }
footer p { margin: 0 0 20px 0; line-height: 2em; color: #fff; }
footer .dashicons { font-size: 1.5em; color: #f99; width: 30px; height: 30px; vertical-align: middle; }
footer a, footer a:link, footer a:visited { color: #f99; font-weight: 400; text-decoration: none; }
footer a:hover { color: #950403; text-decoration: none; }
footer span:hover, footer span:active, footer span:focus { color: #950403; text-decoration: none; }

ul.fusslist { margin: 0 0 20px 0; list-style-type: none; max-width: 270px; }
ul.fusslist li { display: block; z-index: 100; }
ul.fusslist li a { display: block; position: relative; font-size: 1em; line-height: 2em; color: #f99; font-weight: 400; }
ul.fusslist li.current-menu-item a { color: #950403; }
ul.fusslist li:hover a, ul.fusslist li a:hover, ul.fusslist li a:focus { color: #950403; text-decoration: none; }

.right { float: right; }
.rechts { text-align: right; }
.center { text-align: center; }
.abst { margin: 0 0 50px 0; }
.nah { margin: 0 0 15px 0; }
.null { margin: 0; }
.clear { clear: both; }
.big { font-size: 1.4em; font-weight: 500; line-height: 1.8em; }
.gross { font-size: 2em; font-weight: 500; line-height: 1.4em; }
.small { line-height: 1.2em; font-size: 0.87em; }
strong, b { font-weight: 500; }
.hr { border-bottom-style: solid; border-bottom-width: 1px; border-color: #aaa; height: 1px; margin: 20px 0 40px 0; }
img { border: 0; padding: 0; margin: 0; max-width: 100%; }

h1, h2, h3, h4 { font-weight: 400; line-height: 1.2em; }
h1 { font-size: 2em; margin: 0 0 50px 0; }
h2 { font-size: 1.5em; margin: 0 0 30px 0; }
h3 { font-size: 1.3em; line-height: 1.4em; margin: 0 0 20px 0; }
h4 { font-size: 1.2em; margin: 0 0 20px 0; }
p { margin: 0 0 30px 0; line-height: 1.5em; font-size: 1em; }
.bild { float: right;; margin: 0 0 30px 20px; }
.bild2 { float: left; max-width: 48%; margin: 0 20px 30px 0; }
.gal2 { flex: 0 1 auto; width: 48%; }
cite { font-size: 1.5em; line-height: 1.2em; margin: 0 0 40px 0; font-style: normal; }
blockquote { clear: left; border-left: 4px solid #222; padding: 0px 0px 0px 25px; margin: 20px 40px 16px 25px; }

ul.tx { list-style-image: url(bilder/li.jpg); margin: 0 0 30px 30px; padding: 0; font-size: 1em; line-height: 1.5em; }
ul.tx li { margin-bottom: 10px; }
ul.tx li ul { list-style-image: url(bilder/li.jpg); margin: 0 0 10px 20px; padding: 0; font-size: 1em; line-height: 1.5em; }
ol { margin: 0 0 30px 40px; padding: 0; font-size: 1em; line-height: 1.5em; }
ol.lower-latin { list-style-type: lower-latin; margin: 0 0 30px 40px; padding: 0; font-size: 1em; line-height: 1.5em; }
ol.lower-latin li { margin-bottom: 10px; }
ol.lower-latin ul { list-style-type: disc; margin: 10px 0 10px 40px; }

.tabellenbox { width: 100%; overflow-y: auto; margin: 0; }
.tabellenbox::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; }
.tabellenbox::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fff; background-color: rgba(0, 0, 0, .3); }
table { width: 96%; border: 0; margin: 0 2%; padding: 0; border-collapse: collapse; border-spacing: 0; }
td { padding: 0 10px 10px 0; text-align: left; vertical-align: top; }
td.preis { width: 140px; padding: 0 0 10px 0; text-align: right; vertical-align: top; }

ul.navlist { margin: 0; list-style-type: none; background-color: #222; }
ul.navlist li.current-menu-item, .navlist ul li.current-menu-parent { display: block; }
ul.navlist li { position: relative;  }
ul.navlist li a { display: block; padding: 10px; color: #eee; font-weight: 400; text-decoration: none; background-color: #222; }
ul.navlist li.current-menu-item { background-color: #950403; }
ul.navlist li a:hover { color: #fff; text-decoration: none; background-color: #950403; }

.newsbox { flex: 0 1 auto; width: 48%; margin: 0 0 60px 0; border: 1px solid #aaa; }
.newsbox h2 { margin: 0; padding: 0 10px 10px 10px; font-size: 1.5em; }
.newsbox p { margin: 0; padding: 0 10px 15px 10px; }
.newsbox p.ohne { margin: 0; padding: 0 0 15px 0; }
.newsbox a:hover, .newsbox a:active, .newsbox a:focus { text-decoration: none; }
.newsbox:hover { background-color: #222; }

.wpcf7 { margin: 0 0 40px 0; }
.wpcf7 p { margin: 0 0 30px 0; }
.wpcf7 input { width: 95%; color: #eee; background: #222; border: 1px solid #999; margin: 0; padding: 10px 2%; font-size: 1em; }
.wpcf7 textarea { width: 95%; color: #eee; background: #222; border: 1px solid #999; margin: 0; padding: 10px 2%; font-family: 'Roboto', Segoe UI, Optima, Tahoma, Helvetica, Arial, sans-serif; font-size: 1em; }
.wpcf7-radio input[type="radio"], .wpcf7 input[type="checkbox"] { width: 20px; }
.wpcf7 input[type="submit"], .wpcf7 input[type="reset"] { width: 110px; font-size: 1em; color: #fff; background: #950403; padding: 10px; margin: 0; border: 0; border-radius: 5px; transition: background 0.5s ease-out; }
.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="reset"]:hover { background: #f99; }
::placeholder {  color: #ddd; opacity: 1; }

nav.pagination { margin: 0 0 40px 0; font-size: 1em; background-color: #fff; text-align: center; }
nav.pagination h2 { margin: 0 0 10px 0; font-size: 1.1em; line-height: 1.2em; text-transform: none; }
.nav-links { font-size: 1.3em; }
.nav-links span, .nav-links a { padding: 0 10px; }
.nav-links a.page-numbers:hover { text-decoration: none; }

.seiten { margin: 40px auto; font-size: 1.3em; text-align: center; }
.post-page-numbers { text-decoration: none; }
a.post-page-numbers:visited { text-decoration: none; }
a.post-page-numbers:hover { text-decoration: none; }

/* Fotorama 4.6.3 | http://fotorama.io/license/  */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(bilder/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(bilder/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#222;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

@media only screen and (max-width: 1240px) {
header .container { width: 98%; padding: 70px 0 0 0; }
nav { width: 98%; }
.stellarnav { background-color: #000; }
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 40px; height: 4px; border-radius: 6px; margin: 0 0 5px 0; background-color: #f99; transition: all 1s; }
.stellarnav.active .menu-toggle span.bars span:nth-child(1) { transform: translateY(9px) rotate(-45deg); }
.stellarnav.active .menu-toggle span.bars span:nth-child(2) { opacity: 0; }
.stellarnav.active .menu-toggle span.bars span:nth-child(3) { transform: translateY(-9px) rotate(45deg); }
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { flex-direction: column; position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; text-align: left; }
.stellarnav.mobile ul { background-color: #222; }
.stellarnav.mobile ul ul, .stellarnav.mobile ul li:nth-child(2) ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; transition: none; }
.stellarnav.mobile li a { padding: 15px 10px; background-color: #222; border: 0; border-top: 1px solid #f99; }
.stellarnav.mobile li li a { padding: 15px 10px 15px 40px; background-color: #222; }
.stellarnav.mobile li li:first-child a { border-left: 0; }
.stellarnav ul li.current-menu-item ul li a, .stellarnav ul li.current-menu-parent ul li a { color: #fff; background-color: #950403; }
.stellarnav.mobile > ul { border-top: 1px solid #f99; }
.stellarnav.mobile li a.dd-toggle { border: 0; background-color: transparent; }
.stellarnav.mobile li a.dd-toggle:hover { background-color: transparent; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile.top { position: absolute; width: 98%; top: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }
.stellarnav.mobile ul li a:hover { color: #fff; background-color: #950403; text-decoration: none; }
.stellarnav.mobile ul li.current-menu-item a, .stellarnav.mobile ul li.current-menu-parent a, .stellarnav.mobile ul li li.current-menu-item a { color: #fff; background-color: #950403; text-decoration: none; }
.stellarnav.mobile ul li.current-menu-item ul li a, .stellarnav.mobile ul li.current-menu-parent ul li a { background-color: #222; }
.stellarnav.mobile ul li.current-menu-item ul li.current-menu-item a, .stellarnav.mobile ul li.current-menu-parent ul li.current-menu-item a { color: #fff; background-color: #950403; }
.stellarnav.mobile ul li li a:hover, .stellarnav ul li li.current-menu-item a:hover, .stellarnav.mobile ul li li.menu-item a:hover { color: #fff; background-color: #950403; text-decoration: none; }
.stellarnav.mobile ul li.current-menu-item a:hover, .stellarnav.mobile ul li.current-menu-parent a:hover, .stellarnav.mobile ul li li.current-menu-item a:hover { color: #fff; background-color: #950403; }
.container { width: 98%; }
footer .container { width: 96%; }
}
@media only screen and (max-width: 1000px) {
footer .box33, footer .box20 { width: 48%; }
}
@media only screen and (max-width: 920px) {
.flex { flex-direction: column; }
.flex2 { flex-direction: row; }
.box70, .box30, .box50, .box60, .box40, .box33, .box66 { width: 100%; }
footer .flex { flex-direction: row; }
.newsbox { width: 100%; max-width: 780px; }
}
@media only screen and (max-width: 680px) {
body { font-size: 110%; }
header .container, nav .container { width: 96%; }
.container { width: 96%; padding: 40px 10px 80px 10px; }
header .right img { padding: 10px; }
footer .flex { flex-direction: column; }
footer .box33, footer .box20 { width: 100%; }
.bild { width: 47%; }
.bild2 { float: none; max-width: 100%; margin: 0 0 30px 0; }
}
@media only screen and (max-width: 540px) {
body { word-wrap: break-word; }
ul.tx { margin: 0 0 30px 20px; }
ul.navlist li a { padding: 5px 0 5px 10px; }
}