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}
@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}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
.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}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**
 * CLICKPRESS CSS-Grid
 * @author: Stefan Schulz-Lauterbach
 *
 * thanks to Dinko Skopljak for co-working
 */
.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-stretch {
  justify-items: stretch;
}

.content-start {
  align-content: start;
}

.content-center {
  align-content: center;
}

.content-end {
  align-content: end;
}

.items-start {
  align-items: start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.items-stretch {
  align-items: stretch;
}

.items-baseline {
  align-items: baseline;
}

[class*=grid_] {
  display: grid;
  grid-gap: 1rem;
}
[class*=grid_] > .block {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .grid_mobile_100 {
    grid-template-columns: 1fr;
  }
  .grid_mobile_50_50 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_mobile_33_33_33 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid_mobile_25_25_25_25 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid_mobile_75_25 {
    grid-template-columns: 3fr 1fr;
  }
  .grid_mobile_25_75 {
    grid-template-columns: 1fr 3fr;
  }
  .grid_mobile_66_33 {
    grid-template-columns: 2fr 1fr;
  }
  .grid_mobile_33_66 {
    grid-template-columns: 1fr 2fr;
  }
  .grid_mobile_60_40 {
    grid-template-columns: 3fr 2fr;
  }
  .grid_mobile_40_60 {
    grid-template-columns: 2fr 3fr;
  }
  .grid_mobile_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid_mobile_25_50_25 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid_mobile_25_25_50 {
    grid-template-columns: 1fr 1fr 2fr;
  }
  .grid_mobile_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }
  .grid_mobile_30_40_30 {
    grid-template-columns: 3fr 4fr 3fr;
  }
  .grid_mobile_30_30_40 {
    grid-template-columns: 3fr 3fr 4fr;
  }
  .gap_mobile_0 {
    grid-gap: 0;
  }
  .gap_mobile_1 {
    grid-gap: 1rem;
  }
  .gap_mobile_2 {
    grid-gap: 2rem;
  }
  .gap_mobile_3 {
    grid-gap: 3rem;
  }
  .gap_mobile_4 {
    grid-gap: 4rem;
  }
  .gap_mobile_5 {
    grid-gap: 5rem;
  }
  .gap_mobile_6 {
    grid-gap: 6rem;
  }
  .gap_mobile_7 {
    grid-gap: 7rem;
  }
  .gap_mobile_8 {
    grid-gap: 8rem;
  }
  .gap_mobile_9 {
    grid-gap: 9rem;
  }
  .gap_mobile_10 {
    grid-gap: 10rem;
  }
  .gap_mobile_11 {
    grid-gap: 11rem;
  }
  .gap_mobile_12 {
    grid-gap: 12rem;
  }
}
@media (min-width: 768px) {
  .grid_tablet_100 {
    grid-template-columns: 1fr;
  }
  .grid_tablet_50_50 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_tablet_33_33_33 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid_tablet_25_25_25_25 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid_tablet_75_25 {
    grid-template-columns: 3fr 1fr;
  }
  .grid_tablet_25_75 {
    grid-template-columns: 1fr 3fr;
  }
  .grid_tablet_66_33 {
    grid-template-columns: 2fr 1fr;
  }
  .grid_tablet_33_66 {
    grid-template-columns: 1fr 2fr;
  }
  .grid_tablet_60_40 {
    grid-template-columns: 3fr 2fr;
  }
  .grid_tablet_40_60 {
    grid-template-columns: 2fr 3fr;
  }
  .grid_tablet_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid_tablet_25_50_25 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid_tablet_25_25_50 {
    grid-template-columns: 1fr 1fr 2fr;
  }
  .grid_tablet_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }
  .grid_tablet_30_40_30 {
    grid-template-columns: 3fr 4fr 3fr;
  }
  .grid_tablet_30_30_40 {
    grid-template-columns: 3fr 3fr 4fr;
  }
  .grid_tablet_20_40_40 {
    grid-template-columns: 1fr 2fr 2fr;
  }
  .grid_tablet_40_20_40 {
    grid-template-columns: 2fr 1fr 2fr;
  }
  .grid_tablet_40_40_20 {
    grid-template-columns: 2fr 2fr 1fr;
  }
  .gap_tablet_0 {
    grid-gap: 0;
  }
  .gap_tablet_1 {
    grid-gap: 1rem;
  }
  .gap_tablet_2 {
    grid-gap: 2rem;
  }
  .gap_tablet_3 {
    grid-gap: 3rem;
  }
  .gap_tablet_4 {
    grid-gap: 4rem;
  }
  .gap_tablet_5 {
    grid-gap: 5rem;
  }
  .gap_tablet_6 {
    grid-gap: 6rem;
  }
  .gap_tablet_7 {
    grid-gap: 7rem;
  }
  .gap_tablet_8 {
    grid-gap: 8rem;
  }
  .gap_tablet_9 {
    grid-gap: 9rem;
  }
  .gap_tablet_10 {
    grid-gap: 10rem;
  }
  .gap_tablet_11 {
    grid-gap: 11rem;
  }
  .gap_tablet_12 {
    grid-gap: 12rem;
  }
}
@media (min-width: 992px) {
  .grid_desktop_100 {
    grid-template-columns: 1fr;
  }
  .grid_desktop_50_50 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_desktop_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid_desktop_33_33_33 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid_desktop_75_25 {
    grid-template-columns: 3fr 1fr;
  }
  .grid_desktop_25_75 {
    grid-template-columns: 1fr 3fr;
  }
  .grid_desktop_66_33 {
    grid-template-columns: 2fr 1fr;
  }
  .grid_desktop_60_40 {
    grid-template-columns: 3fr 2fr;
  }
  .grid_desktop_40_60 {
    grid-template-columns: 2fr 3fr;
  }
  .grid_desktop_33_66 {
    grid-template-columns: 1fr 2fr;
  }
  .grid_desktop_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid_desktop_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }
  .grid_desktop_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid_desktop_25_50_25 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid_desktop_25_25_50 {
    grid-template-columns: 1fr 1fr 2fr;
  }
  .grid_desktop_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }
  .grid_desktop_30_40_30 {
    grid-template-columns: 3fr 4fr 3fr;
  }
  .grid_desktop_30_30_40 {
    grid-template-columns: 3fr 3fr 4fr;
  }
  .grid_desktop_20_40_40 {
    grid-template-columns: 1fr 2fr 2fr;
  }
  .grid_desktop_40_20_40 {
    grid-template-columns: 2fr 1fr 2fr;
  }
  .grid_desktop_40_40_20 {
    grid-template-columns: 2fr 2fr 1fr;
  }
  .grid_desktop_25_25_25_25 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid_desktop_40_20_20_20 {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
  .grid_desktop_20_40_20_20 {
    grid-template-columns: 1fr 2fr 1fr 1fr;
  }
  .grid_desktop_20_20_40_20 {
    grid-template-columns: 1fr 1fr 2fr 1fr;
  }
  .grid_desktop_20_20_20_40 {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }
  .grid_desktop_20_20_20_20_20 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gap_desktop_0 {
    grid-gap: 0;
  }
  .gap_desktop_1 {
    grid-gap: 1rem;
  }
  .gap_desktop_2 {
    grid-gap: 2rem;
  }
  .gap_desktop_3 {
    grid-gap: 3rem;
  }
  .gap_desktop_4 {
    grid-gap: 4rem;
  }
  .gap_desktop_5 {
    grid-gap: 5rem;
  }
  .gap_desktop_6 {
    grid-gap: 6rem;
  }
  .gap_desktop_7 {
    grid-gap: 7rem;
  }
  .gap_desktop_8 {
    grid-gap: 8rem;
  }
  .gap_desktop_9 {
    grid-gap: 9rem;
  }
  .gap_desktop_10 {
    grid-gap: 10rem;
  }
  .gap_desktop_11 {
    grid-gap: 11rem;
  }
  .gap_desktop_12 {
    grid-gap: 12rem;
  }
}

/*# sourceMappingURL=clickpress-grid.css.map */

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/kg/webfonts/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/kg/webfonts/lato-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
  --red: #d1212f;
  --grey: #EEE;
  --text: #111;
  --black: #111;
  --radius: 8px;
  --lowwhite: #DDD;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

*{
	margin:0;
	border:0;
	padding:0;
	box-sizing: border-box;
}

[id] {
	scroll-margin-top: 110px;
}

img,
svg,
iframe,
canvas,
[style*='inline-block'] {
	vertical-align: middle;
}

body {
	font-size: 1rem;
	line-height: 1.4rem;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	color: var(--text);
    font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	/* background: url('../../files/kg/img/body-bg.png') repeat-x; */
}

body.has-sticky-header {
	padding-top: 80px;
}

.bggrey {
	background-color: var(--grey);
}

a:link, a:visited {
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 color: var(--black);
}

a:hover {
	text-decoration:none;
	color: var(--red);
}

button {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 font-family: 'Lato';
	   font-style: normal;
	   font-weight: 700;

}

.cta a, a.cta, button {
	padding: 13px 14px 13px 18px;
	color: #FFF;
	font-weight: bold;
	font-size: .9rem;
	background-color: var(--black);
	border-radius: var(--radius);
	display: inline-flex;
	align-items: center;
	margin-right: 5px;
	margin-bottom: 5px;
}

.cta a:hover, a.cta:hover, button:hover {
	background-color: var(--red);
	cursor: pointer;
}

.cta a::after,
a.cta::after {
	content: "";
	width: 18px;
	height: 9px;
	margin-left: 12px;
	display: inline-block;
	background-image: url('../../files/kg/img/arrow-right-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 0.3s ease;
}

.cta a:hover::after,
a.cta:hover::after {
	animation: arrowMove 0.8s ease-in-out infinite alternate;
}

@keyframes arrowMove {
	0% { transform: translateX(0); }
	100% { transform: translateX(6px); }
}

.ctabut {
	display: inline-block;
	background-color: var(--black);
	padding: 12px;
	border-radius: var(--radius);
	text-align: center;
	margin-right: 5px;
}

.ctabut img {
	width: 23px;
	height: 22px;
}

.ctabut:hover {
	background-color: var(--red);
}

.ctaform, .bggrey {
	background-color: var(--grey);
	border-radius: var(--radius);
}

.ctaform {
	padding: 40px !important;
	margin-bottom: 120px !important;
}

h1 {
	font-size: 2rem;
	line-height: 2.3rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.headline {
	position: relative;
	padding-bottom: 20px; /* Abstand zum Balken */
	display: inline-block; /* damit der Balken nur so breit wie nötig ist */
}

.headline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;     /* Länge des Balkens */
	height: 3px;     /* Höhe des Balkens */
	background: #000; /* Farbe */
}

h2 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin-bottom: 3px;
}

h3.headline {
	margin-bottom: 20px;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--red);
}

h5 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: var(--red);
}

h6 {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	hyphens: manual;
}

img,
svg,
iframe,
canvas,
[style*='inline-block'] {
	vertical-align: middle;
}

img {
	width: 100%;
}

.rounded img, .rounded{
	border-radius: var(--radius);
}

.ce_form input[type=text], .ce_form input[type=tel], .ce_form input[type=email], textarea{
	padding: 5px 10px;
	width: 100%;
	border: 1px solid var(--black);
	height: 50px;
	box-shadow: none;
	border-radius: var(--radius);
	box-sizing: border-box;
	outline: 0;
    font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4rem;
	color: var(--black);
	background: none;
}

textarea {
	height: 200px;
}

.ce_form .widget {
	margin-bottom: 10px;
}

.checkbox_container input, .radio_container input {
	float: left;
	padding: 0;
	margin-top: 5px;
	margin-right: 5px;
}

.ce_form .formlegals label{
	width: 60%;
}

.explanation {
	font-size: .8rem;
	line-height: 1rem;
}

p {
	margin-bottom: 20px;
	word-wrap: break-word;
	text-align: justify;
}

p a:link {
	border-bottom: 1px solid var(--text);
	padding-bottom: 1px;
}

p a:link:hover {
	border-bottom: 1px solid var(--red);
}

/* accessibility Menu Start */

.accessibility {
	display: block;
	overflow: hidden;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 position: absolute;
	 
}

.accessibility:hover {
	cursor: pointer;
}

.accessibility-menu span:hover {
	color: var(--red);
	cursor: pointer;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut{
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.fadeOut {
	animation: fadeOut 0.5s;
}

.fadeIn {
	animation: fadeIn 0.5s;
}

.accessibility-menu {
	background-color: #FFF;
	max-width: 380px;
	width: 100%;
	position: fixed;
	right: 20px;
	top: 100px;
	z-index: 1002;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
	padding: 30px;
	display: none;
	opacity: 0;
	line-height: 2rem;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 animation: fadeIn 0.5s;
	 z-index: 9999;
}

.accessibility-menu h3 {
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.accessibility-menu.showme {
	display: block;
	opacity: 1;
}

.accessclose {
	font-size: 1.4rem;
	float: right;
	z-index: 1001;
}

.accessibility-menu img {
	width: 22px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

body.fontmedium, body.fontmedium footer {
	font-size: 1.6rem;
	line-height: 2rem;
}

body.fontbig {
	font-size: 2rem;
	line-height: 2.6rem;
}

body.whitepoint, body.whitepoint .accessibility-menu, body.whitepoint #container, body.whitepoint input, body.whitepoint textarea, body.whitepoint select, body.whitepoint #main, body.whitepoint .mobile_menu .inner {
	background-color: var(--lowwhite);
}

body.whitepoint footer a, body.whitepoint footer, body.whitepoint .slogan, body.whitepoint .item, body.whitepoint .cta a, body.whitepoint a.cta{
	color: var(--lowwhite);
} 

body.whitepoint .item img, body.whitepoint .ctabut img {
	opacity: .8;
}

html.desaturate {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

body.fontmedium .contactbox {
	line-height: 1.2rem;
}

/* accessibility Menu End */

.invisible {
	display:none;
}

.active, .trail
{
}

.centered {
	text-align: center;
}

.image_container img {
	width: 100%;
	display: block;
}

/* responsive iframes */

.myframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

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

.mb20 {
	margin-bottom: 20px;
	overflow: hidden;
}

.mb40 {
	margin-bottom: 40px;
	overflow: hidden;
}

.mb60 {
	margin-bottom: 60px;
	overflow: hidden;
}

.mb80{
	margin-bottom: 80px;
	overflow: hidden;
}

.mb100 {
	margin-bottom: 100px;
	overflow: hidden;
}

.red {
	color: var(--red);
}

header .inside, footer .inside {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

header {
	background: none;
	overflow: hidden;
	padding: 20px 0;
	transition: 
	box-shadow 0.3s ease,
	background-color 0.3s ease,
	transform 0.3s ease,
	padding 0.3s ease;
	z-index: 1101;
}

header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	padding-block: 8px;
}

header.is-sticky #logo {
	width: 100px;
}

header .inside {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#logo {
	max-width: 240px;
	width: 100%;
	float: left;
}

.navtrigger {
	width: 30px;
	float: right;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.navtrigger:hover {
	opacity: .7;
	cursor: pointer;
}

.mobile_menu_trigger img {
	width: 30px;
}

.mobile_menu_trigger:hover {
	cursor: pointer;
	color: var(--grey);
}

.mobile_menu {
	z-index: 9999;
}

.mobile_menu a:link, .mobile_menu a:visited {
	color: var(--black);
}

.mobile_menu a:hover {
	color: var(--red);
}

.mobile_menu .inner {
	padding: 40px;
	color: var(--black);
	background: #FFF;
	overflow-y: hidden;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: bold;
	text-transform: uppercase;
}

.mobile_menu .inner li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.mobile_menu .inner li:last-of-type {
	border: none;
}

.mobile_menu .inner .ctabar {
	font-size: 1rem;
	line-height: 1.4rem;
}

.mobile_menu .inner .ctabar a {
	color: #FFF;
}

#main .mod_article.sliderbox {
  padding-top: 0;
}

.sliderbox {
	max-width: 1600px;
	margin: auto;
	overflow: hidden;
	position: relative;
	background-color: var(--grey);
	padding: 50px 50px 0 50px;
	border-radius: var(--radius);
}

.hero {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  float: right;
  margin-right: 140px;
  text-align: center;
}

.hero img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2; /* Bild liegt über dem Kreis */
}

/* Hintergrund-Kreis
.hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  padding-bottom: 160%;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}  */

.slidercaption {
	float: left;
	width: 100%;
	position: absolute;
	top: 38%;
}

.schead {
	font-weight: bold;
	font-size: 6rem;
	line-height: 6.4rem;
	margin-bottom: 5px;
}

.scsub {
	font-size: 2.28rem;
	line-height: 2.5rem;
}

.arrowdown {
	width: 15px;
	position: absolute;
	left: 20px;
	bottom: 80px;
	animation: arrowBounce 1.6s ease-in-out infinite;
}

@keyframes arrowBounce {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(8px); /* wie weit nach unten */
		opacity: 0.5;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}


.contactbox {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.contactbox.hidden {
  opacity: 0;
  transform: translateX(40px);
  pointer-events: none; 
}


.contactbox a {
	background-color: #111;
	padding: 12px 12px 12px 12px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	border-radius: var(--radius) 0 0 var(--radius);
}

.contactbox a:hover {
	background-color: var(--red);
}

.contactbox img {
	width: 30px;
}

#container {
}

#main {
	overflow: hidden;
	clear: both;
	background-color: #FFF;
	max-width: 1600px;
	margin: auto;
	padding: 0 50px;
	border-radius: var(--radius);
	clear: both;
	float: none;
}

#main .mod_article {
	max-width: 1600px;
	margin: auto;
	padding: 60px 0;
	clear: both;
	float: none;
	overflow: hidden;
}

#main .mod_article.intro {
	padding-top: 50px;
}

#main .mod_article.fullwidth {
	margin-top: 60px;
	margin-bottom: 60px;
}

.slogan {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.5rem;
	border-radius: var(--radius);
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 45px !important;
}

.slogan p, .subslogan p {
	text-align: center;
}

.subslogan {
	text-align: center;
	font-weight: bold;
}

.quote {
	font-style: italic;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right: 3px;
	hyphens: manual;
}

.quote::before {
	content:"„";
	font-size: 7rem;
	font-weight: bold;
	color: var(--grey);
	position: absolute;
	left: 0;
	top: -70px;
}

.quote::after {
	content:"“";
	font-size: 7rem;
	font-weight: bold;
	color: var(--grey);
	position: absolute;
	right: 30px;
	bottom: -50px;
}

.itembox {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
}

.slick-track {
	display: flex;
	margin-bottom: 10px;
}

.slick-slide {
	margin-right: 10px;
	height: auto !important;
}

.slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.slick-dots li {
	list-style: none;
}

.slick-dots li::marker {
	content: "";
	display: none;
}

.slick-dots button {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	line-height: inherit;
	padding: 0;
	background: none;
	border: 1px solid var(--black);
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.slick-dots button:hover {
	background-color: var(--red);
	border-color: var(--red);
}

.slick-dots .slick-active button:hover {
	border-color: var(--black);
}

.slick-dots .slick-active button {
	background: var(--black);
}

.item {
	background-color: var(--black);
	text-align: center;
	padding: 30px 30px 15px 30px;
	border-radius: var(--radius);
	font-size: 1.1rem;
	line-height: 1.4rem;
	/* width: 24%; */
	color: #FFF;
	margin-bottom: 20px;
	height: 100%;
}

.item p {
	margin-bottom: 0;
	text-align: center;
}

.item img {
	width: 50px;
	height: 50px !important;
	margin: 0 auto 15px auto;
}

.item h3 {
	margin-bottom: 25px;
}

.result {
	clear: both;
	float: none;
	text-align: center;
	font-weight: bold;
}

.item .servicebutton {
	display: none;
}

/* Galerie */

.gal ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.gal li {
  margin-left: 0;
  padding: 0;
  border-bottom: 0;
  width: 24.25%;
  margin-right: 1%;
}

.gal li:nth-last-of-type(4n+1) {
  margin-right: 0;
}

.gal img {
	width: 100%;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out;
}

.gal img:hover {
	opacity: .8;
}

#cboxLoadedContent {
	border: none;
}

#cboxOverlay {
	opacity: .6 !important;
}

#cboxCurrent, #cboxTitle {
	display: none !important;
}

#cboxClose {
	background-image: none;
	text-indent: 0;
	color: #FFF;
}

#cboxClose:hover {
	opacity: .8;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url('../../files/files/aurillian/img/arrow-right.svg');
  background-repeat: no-repeat;
  width: 28px;
  height: auto;
  opacity: 1;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 10px;
  background-repeat: no-repeat;
  width: 28px;
  height: auto;
  opacity: 1;
}

#cboxPrevious:hover, #cboxNext:hover  {
	background-position: inherit;
	opacity: .8;
}

/* JUPUS Overwrite */

#botario-chat-widget {
	font-family: 'Lato' !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

#botario-chat-floating-button {
  display: none !important;
}

#botario .chat-window-head {
	background: #000 !important;
}

#botario #chat-window-messages .chat-button, #botario #chat-window-messages .chat-button-link, #botario #chat-window-messages .chat-button-event, #botario #chat-window-rating button, #botario #chat-window-messages .chat-body .chat-content {
	background: #000 !important;
}

#botario #chat-window-messages .chat-button {
	border-bottom: 1px solid #222 !important;
}

#botario #chat-window-messages .chat-left .chat-content {
	background: var(--grey) !important;
}

#botario #chat-window-messages .chat-button:hover {
	background-color: var(--red) !important;
}

#botario .chat-window-foot-input-wrapper::after{
	border-bottom: 1px solid var(--red) !important;
} 

footer {
	clear: both;
	float: none;
	background-color: #000;
	color: #FFF;
	font-size: .9rem;
	padding: 140px 20px 80px 20px;
	text-align: center;
}

footer a:link, footer a:visited {
	color: #FFF;
}

footer a:hover {
	color: var(--red);
}

footer::before {
	content: url('../../files/kg/img/justitia-icon.svg');
	width: 90px;
	display: block;
	margin: auto;
	margin-top: -230px;
	left: 50%;
	margin-left: -45px;
	position: absolute;
}

@media only screen and (max-width: 1600px) {
	header .inside, footer .inside, #main{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.sliderbox {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.slidercaption {
		left: 20px;
	}
	
	.arrowdown {
		left: 40px;
	}
}

@media (max-width: 1380px) {
  .hero {
	margin-right: 60px;
  }
  
  .hero img {
	width: 80%;
	}
  
  /* Hintergrund-Kreis */
  .hero::before {
	width: 120%;
	padding-bottom: 120%;
  }
  
  .schead {
	  font-size: 4rem;
	  line-height: 4rem;
  }
  
  .scsub {
	  font-size: 1.6rem;
  }

}

@media (max-width: 1070px) {
  .hero {
	margin-right: 10px;
  }
  
  .hero img {
	width: 60%;
	}
  
  /* Hintergrund-Kreis */
  .hero::before {
	width: 90%;
	padding-bottom: 90%;
  }
  
  .schead {
	  font-size: 3rem;
	  line-height: 3rem;
  }
  
  .scsub {
	  font-size: 1.2rem;
  }

}

@media (max-width: 860px) {
  .hero {
	margin-right: 0;
  }
  
  .hero img {
	width: 58%;
	}
  
  /* Hintergrund-Kreis */
  .hero::before {
	width: 86%;
	padding-bottom: 86%;
  }
  
  .schead {
	  font-size: 2.8rem;
	  line-height: 2.8rem;
  }
  
  .scsub {
	  font-size: 1.1rem;
  }
 
  
  .mobile_menu{
		width: 55% !important;
	} 

}


@media only screen and (max-width: 768px) {
	
	.ce_form input[type=text], .ce_form input[type=tel], .ce_form input[type=email], textarea{
	width: 100%;
	}
	
	.hero {
		margin-right: 0px;
		margin-top: 140px;
	  }
	  
	  .hero img {
		width: 90%;
		}
	  
	  /* Hintergrund-Kreis */
	  .hero::before {
		width: 160%;
		padding-bottom: 160%;
	  }
	  
	  .slidercaption {
		  z-index: 90;
		  top: 30px;
	  }
	  
	  .schead {
		  font-size: 4rem;
		  line-height: 4rem;
	  }
	  
	  .scsub {
		  font-size: 2rem;
		  line-height: 2rem;
	  }
	  
	  .mobile_menu{
			width: 65% !important;
		} 
	
}

@media only screen and (max-width: 580px) {

	h1, h2, h3, h4, h5, h6 {
		hyphens: auto;
	}
	
	.hero {
		margin-top: 190px;
	}
	
	.hero img {
		width: 70%;
		}
	  
	  /* Hintergrund-Kreis */
	  .hero::before {
		width: 120%;
		padding-bottom: 120%;
	  }
	  
	  #logo {
		  max-width: 200px;
	  }
	  
	  .mobile_menu{
		  width: 75% !important;
	  }
	  
	  body, h1, h2, h3, h4, h5, h6 {
		  hyphens: none !important;
	  }
}

@media only screen and (max-width: 500px) {
	.mobile_menu {
		width: 90% !important;
	}
	
	.mobile_menu .inner {
	font-size: 2rem;
	line-height: 2.4rem;
	}
	
	.hero {
		margin-top: 250px;
	}
	
	.scsub {
		font-size: 1rem;
	}
	
	.arrowdown {
		bottom: 40px;
	}
}

@media only screen and (max-width: 428px) {
	
	.scsub {
		font-size: 1rem;
	}
	
	.arrowdown {
		bottom: 110px;
	}
	
	.ctaform {
		padding: 20px !important;
	}

}

@media only screen and (max-width: 390px) {
	.scsub {
		font-size: .9rem;
	}
}
