/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */

[canvas],[off-canvas*=push]{z-index:1}[off-canvas*=reveal],[off-canvas*=shift]{z-index:0}[canvas=container],[off-canvas],body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden}[canvas=container]{width:100%;height:100%;overflow-y:auto;position:relative;background-color:#fff;-webkit-overflow-scrolling:touch}[canvas=container]:after,[canvas=container]:before{clear:both;content:'';display:table}[off-canvas]{display:none;position:fixed;overflow:hidden;overflow-y:auto;background-color:#000;color:#fff;-webkit-overflow-scrolling:touch}[off-canvas*=top]{width:100%;height:255px;top:0}[off-canvas*=right]{width:255px;height:100%;top:0;right:0}[off-canvas*=bottom]{width:100%;height:255px;bottom:0}[off-canvas*=left]{width:255px;height:100%;top:0;left:0}[off-canvas*=overlay]{z-index:9999}[canvas],[off-canvas]{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden}[off-canvas*=shift][off-canvas*=top]{-webkit-transform:translate(0,50%);transform:translate(0,50%)}[off-canvas*=shift][off-canvas*=right]{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}[off-canvas*=shift][off-canvas*=bottom]{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}[off-canvas*=shift][off-canvas*=left]{-webkit-transform:translate(50%,0);transform:translate(50%,0)}@media print{[canvas]{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}[off-canvas]{display:none!important}}
/* Grid
-------------------------------- */

.row {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
		padding: 0 80px;
		/* position: relative; */

}

.row.full {
	max-width: auto !important;
}
.row .row {
	width: auto;
	padding: 0;
    margin-left: -10px;
    margin-right: -10px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.columns {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    position: relative
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.push {
    float: right
}
@media screen and (max-width: 43.75em) {
    .small-1 {
        width: 25%
    }
    .small-2 {
        width: 50%
    }
    .small-3 {
        width: 75%
    }
    .small-4 {
        width: 100%
    }
}
@media screen and (min-width: 43.75em) and (max-width: 62.5em) {
    .medium-1 {
        width: 12.5%
    }
    .medium-2 {
        width: 25%
    }
    .medium-3 {
        width: 37.5%
    }
    .medium-4 {
        width: 50%
    }
    .medium-5 {
        width: 62.5%
    }
    .medium-6 {
        width: 75%
    }
    .medium-7 {
        width: 87.5%
    }
    .medium-8 {
        width: 100%
    }

		.medium-33 {
        width: 33.33333%
    }

}
@media screen and (min-width: 62.5em) {
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
}

/*-----------------------------------------------------------------------------------*/

/*	1.0 Reset
/*-----------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	display: inline;
	zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

figure {
	margin: 0;
}

figcaption {
	text-align: center;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a:hover,
a:active,
a:focus {
	outline: none;
	-moz-outline-style: none;
}

input {
	-webkit-border-radius: 0;
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: #9b9b9b;
}

:-moz-placeholder {
	color: #9b9b9b;
}

::-moz-placeholder {
	color: #9b9b9b;
}

:-ms-input-placeholder {
	color: #9b9b9b;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #d7f4f9;
}

::-moz-selection {
	background: #d7f4f9;
}

.entry-content .syntaxhighlighter,
.syntaxhighlighter div,
.entry-content .syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody {
	font-size: 17px !important;
}

/* Clearfix */

.clearfix:after,
#main-wrap .sharedaddy:after,
.clear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}




/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/**
 * Standardize some basic elements
 */
body,form,figure {
	margin:0;
	padding:0;
}
img {
	border:0;
}
header,footer,nav,section,aside,article,figure,figcaption {
	display:block;
}

/**
 * Fix some font issues
 */
body {
	font-size:100.01%;
}
select,input,textarea {
	font-size:99%;
}

/**
 * Fix some positioning issues
 */
#container,.inside {
	position:relative;
}

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.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 classes (see #6851)
 */
.float_left {
	float:left;
}
.float_right {
	float:right;
}

/**
 * Clear floats
 */

.clear,#clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

/**
 * Hide invisible elements
 */
.invisible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

/**
 * Custom layout sections
 */
.custom {
	display:block;
}
#container:after,.custom:after {
	content:"";
	display:table;
	clear:both;
}

/* Fullpage.js - Verhindert FOUC */
#fullpage {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease-in-out;
}

/* Nach Initialisierung */
#fullpage.fullpage-ready {
	opacity: 1;
	visibility: visible;
}

/* Sections initial auf 100vh setzen */
#fullpage .section {
	min-height: 100vh;
	height: 100vh;
}

/* Optional: Smoother Übergang */
body:not(.fp-enabled) #fullpage {
	opacity: 0;
}

body.fp-enabled #fullpage {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/

/*	Typo
/*-----------------------------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo Sans 100 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry

 * Webfont: Museo Sans 300 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry

 * Webfont: Museo Sans 700 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry

 * Webfont: Museo Slab 100 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry

 * Webfont: Museo Slab 300 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry
 
 * © 2025 MyFonts Inc. */

@font-face {
   font-family: "Museo Sans";
   src: url('../../files/theme/fonts/MuseoSans100/font.woff2') format('woff2'), url('../../files/theme/fonts/MuseoSans100/font.woff') format('woff');
   font-weight: 100;
 }
  
@font-face {
  font-family: "Museo Sans";
  src: url('../../files/theme/fonts/MuseoSans300/font.woff2') format('woff2'), url('../../files/theme/fonts/MuseoSans300/font.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: "Museo Sans";
  src: url('../../files/theme/fonts/MuseoSans700/font.woff2') format('woff2'), url('../../files/theme/fonts/MuseoSans700/font.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: "Museo Slab";
  src: url('../../files/theme/fonts/MuseoSlab100/font.woff2') format('woff2'), url('../../files/theme/fonts/MuseoSlab100/font.woff') format('woff');
}
@font-face {
  font-family: "Museo Slab";
  src: url('../../files/theme/fonts/MuseoSlab300/font.woff2') format('woff2'), url('../../files/theme/fonts/MuseoSlab300/font.woff') format('woff');
}





@font-face {
	font-family: 'icomoon';
	src: url('../../files/theme/fonts/icomoon.eot?a2tf2m');
	src: url('../../files/theme/fonts/icomoon.eot?a2tf2m#iefix') format('embedded-opentype'),
		url('../../files/theme/fonts/icomoon.ttf?a2tf2m') format('truetype'),
		url('../../files/theme/fonts/icomoon.woff?a2tf2m') format('woff'),
		url('../../files/theme/fonts/icomoon.svg?a2tf2m#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-s-logo:before {
	content: "\e900";
	font-size: 60%;
	padding-right: 10px;
	font-weight: normal;
}

p .icon-s-logo:before {
	padding-right: 0
}

.icon-s-logo strong {
	visibility: hidden;
	font-size: 0;
}

p,
main ul {
	padding-bottom: 1.5em;
}

h1,
.inhaltsuebersicht h2 {
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

h1,
.inhaltsuebersicht h2 {
	font-weight: 100;
	margin-bottom: 1em;
	line-height: 1.2em;
	font-size: 36px;
	margin-bottom: 0.5em;
}

.inhaltsuebersicht h2 {
	font-size: 40px;
}



h1 .icon-s-logo:before {
	color: rgb(102, 0, 0);
}


h2 {
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.rechtliches h2 {
	font-size: 24px;
}

.large-text-intro {
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	font-size: 32px;
	font-weight: 300;
}

.text-extra-large {
	font-size: 64px;
}


.inhaltsuebersicht h2 {
	margin-bottom: 0;
}

.inhaltsuebersicht .ce_text,
.inhaltsuebersicht .rte {
	margin-bottom: 1.5em;
}


ul {
	margin-left: 15px
}

#main {
	font-size: 18px;
	line-height: 1.4;
}

.padding-footer {
	padding-bottom: 100px;
}

/*-----------------------------------------------------------------------------------*/

/*	2.0 General Styles
/*-----------------------------------------------------------------------------------*/

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5em;
	font-weight: 300;
	color: rgb(102, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	/* border-bottom: 85px solid #fff; */
}

.equalize {
	position: relative;
}

.ce_text a,
.rte a {
	color: rgb(102, 0, 0);
}



.s-pfeil {
	background: url("../../files/theme/img/s-pfeill.svg") center center no-repeat;
	position: absolute;
	bottom: 160px;
	left: 50%;
	margin-left: -50px;
	height: 50px;
	width: 100px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	animation-name: blink;
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
}




.arrow {
	position: absolute;
	bottom: 140px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

.arrow img {
	position: relative;
	margin: 0 auto;
	display: block;
	-webkit-animation: arrow 2s both infinite;
	animation: arrow 2s both infinite;

}

@media screen and (max-height:900px) {

	.arrow {
		position: absolute;
		bottom: 120px;
		width: 70px;
		left: auto;
		right: 50px;

	}

}



@-webkit-keyframes arrow {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-10px);
	}
}

@keyframes arrow {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-10px);
	}
}

.full-width .row {
	max-width: 100% !important;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}


.text-bottom {
	min-height: 1px;
}

.text-bottom p {
	/* position: absolute;
	bottom: 0;
	width: 100%; */

}

.round-img figure {
	border-radius: 50%;
	line-height: 0;
	overflow: hidden;
	margin: auto;
}

#main {
	padding-bottom: 150px;
	padding-top: 150px;
}

.animsition {}


.animsition {

	border-top: 45px solid #fff;
	border-left: 65px solid #fff;
	border-right: 65px solid #fff;
	border-bottom: 85px solid #fff;
}


.scrollTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  background-color: #BE3F48;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}


/*-----------------------------------------------------------------------------------*/

/*	Header
/*-----------------------------------------------------------------------------------*/

#header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	background-color: rgba(255, 255, 255, 1);
}

#header .logo {
	/* width: 60px;
	height: 60px; */
	display: inline-block;

	transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	background-color: rgb(255, 0, 51);
	width: 90px;
	height: 90px;
	text-align: center
}

#header .logo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 40px
}



#header .logo object {
	background-color: rgb(255, 0, 51);
	padding: 30px;
	pointer-events: none;
}



/*-----------------------------------------------------------------------------------*/

/*	Footer
/*-----------------------------------------------------------------------------------*/

#footer {
	z-index: 1;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	background-color: rgba(255, 255, 255, 1);
	padding: 30px 0;
	font-size: 18px;
	transition: all .3s;

}

.glaubensbekenntnis_open {
	cursor: pointer;
}

#footer a:hover {
	color:rgb(255, 0, 51);
}

/* #footer a {
	transition: all .3s;
}

#footer:hover {
	background-color: rgb(255, 0, 51);
}

#footer:hover a {
	color: #fff;
} */



#footer ul {
	margin-left: 0;
}

#footer nav li {
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
}

#footer nav li:after {
	content: " . "
}

#footer nav li.last:after {
	content: ""
}

#footer a {
	color: rgb(102, 0, 0);
	text-decoration: none;
	cursor: pointer;
}

#footer a:hover {
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/

/*	One-Page
/*-----------------------------------------------------------------------------------*/

.fp-tableCell {
	padding-bottom: 85px;
}

.layout-fullpage [canvas=container] {
	height: auto;
}



.layout-home .inside {
	position: static;
}

.section,
.full-height {
	height: 100vh;
	font-size: 18px;

	font-weight: 300;
	line-height: 1.4;

}

.scroll-section h2 {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 300;
	margin-bottom: 1rem;
}

.scroll-section .ce_text,
.scroll-section .rte {
	margin-bottom: 50px;
}

.home-1 {
	background-color: rgb(255, 204, 204);
}

.home-2 {
	background-color: rgb(204, 255, 255);
}

.home-2 h2 {}

.home-2 h2 a {
	color: rgb(102, 0, 0);
	text-decoration: none;
}

.home-2 ul,
.home-2 p {
	margin: 0;
	padding: 0;
}

.home-2 li {
	display: inline-block;
	padding-right: 0.5rem
}

.home-2 .marker {
	margin-top: 100px;
}

.home-2 .marker a {
	background-image: url(../../files/theme/img/marker-braun.png);
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
	padding-top: 110px;
	background-size: 50%;
	text-decoration: none;
	color: rgb(102, 0, 0);
}





.home-3 p {
	padding-bottom: 0 !important;
}



.home-3 .telefon {
	color: #fff;
}

.home-3 .telefon a {
	color: #fff;
	font-size: 48px;
	text-decoration: none;
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

.home-3 {
	background-color: rgb(204, 204, 255);
}

.home-3 .item {
	border-radius: 50%;
	background-color: #fff;
	max-width:
}

.home-3 .piktogramme {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media screen and (max-height:900px) {

	.home-3 .piktogramme {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.picto {
	position: relative;
}

.picto h3 {
	font-weight: 300;
	font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	position: absolute;
	bottom: 40px;
	text-align: center;
	left: 10px;
	right: 10px;

}

.icon-beratung h3 {

	top: 30px;


}


.home-4 {
	background-color: rgb(255, 255, 153);
}






.home-1 .bubble strong {
	font-weight: 100;
	font-size: 160px;
	line-height: 1em;
	margin-left: -25px;
}

.bubble {
	position: relative;
	background: #ffffff;
	padding: 25px 50px 100px 50px;

	border-radius: 15px;
	font-size: 36px;
	line-height: 1.2em;
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	margin-top: -20%;
}

.bubble:after {
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
	content: "";
	position: absolute;
	top: 100%;
	left: 50px;
	border-width: 80px 120px 0 0;
	border-style: solid;
	border-color: #fff transparent;
}

.about-intro {
	background-color: rgb(255, 204, 204);
	background-image: url("../../files/theme/img/schnoerkel.svg");
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: -155px 35%;
}

.about-2 .bottom {
	position: absolute;
	bottom: 0;
}

.about-2 table .col_0 {
	padding-right: 10px;
}

/* .about-3 {
	background-color: rgb(255, 255, 153);
}

.about-2 {
	background-color: rgb(204,204,255);
} */





.contact-1 {
	background-color: rgb(204, 204, 255);
	font-size: 24px;
	line-height: 1.5em;

}

.contact-1 a {
	text-decoration: none;
}



.contact-2 .row {
	position: relative;
}

.contact-2 .bottom {
	position: absolute;
	left: 90px;
	bottom: 50px;
}

.panel-title {
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

.contact-3 {
	background-color: rgb(255, 255, 153);
	/* background-image: url("../../files/theme/img/schnoerkel-2.svg");
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: 10px 50%; */
}

.contact-3 .schnoerkel figure {
	margin-top: 50px;
}

.contact-4 .bg-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	background-image: url(https://www.simply-s.de/files/theme/img/contact-bg.jpg);
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-1 .bg-img {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;

	position: fixed;
	background-image: url(https://www.simply-s.de/files/inhalt/contact/72dpi_Agentur_Half_bg.jpg);
	height: 100vh;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.dlh_googlemap {
	padding-bottom: 0 !important;
	height: 100vh;
}

/*-----------------------------------------------------------------------------------*/

/*	Forms
/*-----------------------------------------------------------------------------------*/

label {
	display: none;
}

.text,
.textarea {
	border: 2px solid #fff;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

.submit {
	border: 2px solid #ff0400;
	background-color: #ff0400;
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

.bubble-form {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}

.bubble-form .text,
.bubble-form .textarea {
	border-bottom: 2px solid #000;
}


.bubble-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.bubble-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}

.bubble-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.bubble-form :-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/

/*	Slideout
/*-----------------------------------------------------------------------------------*/

[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: rgb(255, 255, 153);
	/* Basic background color, overwrite this in your own css. */
	color: rgb(102, 0, 0);
	/* Basic colors, overwrite this in your own css. */
	-webkit-overflow-scrolling: touch;
	/* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

#fp-nav.fp-right {

	right: 17px;

}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {

	background: rgb(102, 0, 0);


}



.off-canvas-trigger {
	position: fixed !important;
	z-index: 1000;
	top: 50%;
	background-color: transparent;
	height: 40px;
	width: 20px;
	margin-top: -20px;
	border: none;
	border-left: 2px solid rgb(102, 0, 0);
	border-right: 2px solid rgb(102, 0, 0);
	left: 22px;
	cursor: pointer;
}









.off-canvas-trigger:before {
	content: "";
	width: 2px;
	height: 40px;
	background-color: rgb(102, 0, 0);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	display: block;
}

.off-canvas-trigger span {
	display: none;
}

.off-canvas-menu {
	background-color: #fff;
	padding: 40px 45px;
	max-width: 200px;
	width: 100%;
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

.off-canvas-menu .close {
	display: none;
}

.off-canvas-menu nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.off-canvas-menu nav li {
	font-size: 32px;
	text-transform: lowercase;
}



.off-canvas-menu nav li a,
.off-canvas-menu nav li strong {
	color: rgb(102, 0, 0);
	font-weight: 300;
	text-decoration: none;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

.off-canvas-menu nav li a:hover,
.off-canvas-menu nav li strong {
	color:rgb(255, 0, 51);
}





.off-canvas-menu nav.mobile {
	display: none;
}


/*-----------------------------------------------------------------------------------*/

/*	Panel
/*-----------------------------------------------------------------------------------*/

#mobile-menu-1 {
	min-width: 200px !important;
}

#mobile-menu-1 .inner {
	background-color: rgb(255, 255, 153);
}

#mobile-menu-1-trigger {
	position: fixed;
	width: 20px;
	height: 40px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	top: 50% transform: translateY(-50%) right: 20px cursor: pointer;
}

#mobile-menu-1-trigger .open:before {
	content: "";
	width: 2px;
	height: 40px;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/

/*	Referenzen
/*-----------------------------------------------------------------------------------*/

object, embed, video, iframe {
max-width:100%;
}


.mod_portfolioreader .ce_gallery,
.mod_portfolioreader .ce_image,
.mod_portfolioreader .ce_text,
.mod_portfolioreader .rte,
.mod_portfolioreader .ce_player {
	padding: 0 10px;
}



.mod_portfolioreader .ce_text,
.mod_portfolioreader .rte {
	margin-bottom: 40px;
}


.ce_gallery li {
	float: left;
	padding: 10px;
}

.ce_gallery .cols_1,
.ce_gallery .cols_2,
.ce_gallery .cols_3,
.ce_gallery .cols_4 {
	margin: 0 -10px;
}


.ce_gallery .cols_2 li {
	width: 50%;
}

.ce_gallery .cols_3 li {
	width: 33.3333333333%;
}

.ce_gallery .cols_4 li {
	width: 25%;
}

@media screen and (max-width: 620px) {
	.ce_gallery .cols_1 li,
	.ce_gallery .cols_2 li,
	.ce_gallery .cols_3 li,
	.ce_gallery .cols_4 li {
		width: 100% !important;
	}
}











.mod_portfoliolist .caption {
	display: none;
}

.mod_portfolioreader .ref-header {
	margin-bottom: 60px;
}

.mod_portfolioreader h1 {
	font-size: 32px;
	margin-bottom: 10px;

}

.mod_portfolioreader h2 {
	font-size: 18px;
	font-weight: 700;
	/* font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif; */
}

.mod_portfolioreader figcaption {
	padding-top: 10px;
}

.mod_portfolioreader figure {
	line-height: 1.2em !important;
}

.portfolio-filter {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.portfolio-filter button,
.ref-back a {
	font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
	"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	background-color: transparent;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	border: none;
	color: rgb(102, 0, 0);
	text-transform: lowercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	font-weight: 300;
	outline: 0;
}

.portfolio-filter button:before,
.portfolio-filter button:after,
.ref-back a:before,
.ref-back a:after {
	color: rgb(255, 204, 204);
	font-size: 46px;
	font-weight: 100 !important;
	text-transform: none;
	font-weight: normal;
	position: absolute;
	line-height: 50px;
	height: 50px;
	top: -4px;
}

.portfolio-filter button:before,
.ref-back a:before {
	content: "[";
	left: 0;
}

.portfolio-filter button:after,
.ref-back a:after {
	content: "]";
	right: 0;
}

.portfolio-filter button:hover:before,
.portfolio-filter button:hover:after {
	color: rgb(102, 0, 0);
}





.mixitup-control-active {
	color: rgb(255, 204, 204) !important;
}



.mix {}

.col-1-4 {
	width: 25%;
}

.col-1-3 {
	width: 33.33333%;
}

.col-1-2 {
	width: 50%;
}

.col-1 {
	width: 100%;
}

.mod_portfolioreader figure {
	line-height: 0;
	margin-bottom: 40px;
}

.mod_portfolioreader figure,
.ref-text,
.mod_portfolioreader .ce_player {
	margin-bottom: 60px;
}








.ref-text {
	width: 100%;
	padding: 0 10px
}

.ref-item {
	line-height: 0;
	margin-bottom: 20px;
	text-align: center;
}

.ref-item a {
	display: inline-block;
	position: relative;
}

.ref-item a>div {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(255, 204, 204, .9);
	height: 100%;
	width: 100%;
}


.ref-item a:hover>div {
	opacity: 1;
}




.ref-back {
	text-align: right;
}





.ref-item a .ref-title {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 18px;
	display: inline-block;
	visibility: visible;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	position: relative;
}



.ref-item a .ref-title:before,
.ref-item a .ref-title:after {
	color: #fff;
	font-size: 46px;
	font-weight: 100;
	position: absolute;
	line-height: 50px;
	height: 50px;
	top: -4px;
}

.ref-item a .ref-title:before {
	content: "[";
	left: 0;
}

.ref-item a .ref-title:after {
	content: "]";
	right: 0;
}






.logo svg {
	width: 120px
}




/*-----------------------------------------------------------------------------------*/

/*	Modal
/*-----------------------------------------------------------------------------------*/

.popup {
	background-color: rgb(255, 255, 204);
	padding: 60px 30px;
	border: 10px solid #fff;
	max-width: 760px;
	min-height: 760px;
	width: 100%;
	font-size: 20px;
	line-height: 1.5em;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 99999999;
}




.popup .close {
	position: absolute;
	/* right: 10px;
	top: 0;
	border: 0;
	background-color: transparent;
	color: rgb(102, 0, 0);
	font-size: 55px;
	font-weight: 100;
	cursor: pointer; */
	top: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	font-size: 30px;
	font-weight: 100;

	border: 0 !important;
	z-index: 2;
	cursor: pointer;
	color: rgb(102, 0, 0);
}

.popup:after {
	bottom: -10px;
	width: 100px;
	height: 50px;
	background-color: rgb(255, 0, 51);
	left: 50%;
	margin-left: -40px;
	border: 0 !important;
	z-index: 2;
	content: "";
	display: block;
	position: absolute;

}





#you {
	background-color: rgb(204, 255, 255);
}

.you_open {
	background-color: transparent;
	border: none;
	font-size: 72px;
	width: 300px;
	height: 300px;
	line-height: 300px;
	text-align: center;
	color: rgb(255, 255, 153);
	font-weight: 300;
	cursor: pointer;
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	transition: all .3s;
	background-image: url(../../files/theme/img/andyou.svg);
	background-repeat: no-repeat;
	background-size: 300px;

}

.contact-3 .you_open {
	background-color: transparent;
	border: none;
	font-size: 72px;
	width: 300px;
	height: 300px;
	line-height: 300px;
	text-align: center;
	color: rgb(255, 255, 153);
	font-weight: 300;
	cursor: pointer;
	font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	transition: all .3s;
	background-image: url(../../files/theme/img/andyou.svg);
	background-repeat: no-repeat;
	background-size: 300px;

}

.you_open span {
	display: none;
}

.you_open:hover {
	transform: rotate(-15deg) scale(1.2);
}















/*-----------------------------------------------------------------------------------*/

/*	Media-Queries
/*-----------------------------------------------------------------------------------*/


@media screen and (max-width:1680px) {
	.row {
		max-width: 1440px;
	}

	#footer {
		padding: 15px 0;
	}


}

@media screen and (max-width:990px) {
	.home-3 .round-img figure {
		margin-bottom: 30px;
	}

	.picto h3 {

		font-weight: 300;
		font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
		position: absolute;
		bottom: 80px;
		text-align: center;
		left: 10px;
		right: 10px;

	}

	.home-3 .telefon {

		text-align: center;

	}


}





@media screen and (max-width: 768px) {
	#footer a {
		font-size: 16px;
	}

	#footer .columns {
		text-align: center;
	}

	.popup {

	}

	.contact-1 .bg-img {
		width: 100%;

	}

	.home-2 .marker {
		margin-top: 0;
	}





	.contact-1 .bg-img {
		display: none;
	}

	.contact-3 .schnoerkel {
		display: none;
	}
	
	

	.you_open {


		width: 200px;
		height: 200px;
		line-height: 300px;

		background-size: 200px;

	}


}

@media screen and (max-width: 620px) {

	#header {
		height: 60px
	}

	#header .row {
		padding: 0;
	}

	#header .logo {
		left:0;
		position: absolute;
	}


	.off-canvas-trigger {
		height: 30px;
		width: 20px;

	}

	.arrow {
		display: none;
	}

	/* .off-canvas-menu .close {
	display:block;
	border:0;
	background-color:transparent;
	height:45px;
	width:45px;
	line-height:45px;
	position:absolute;
	top:0;
		left: 10px;
		font-size: 46px;
		font-weight: 100

}

.off-canvas-menu .mod_navigation {
	margin-top: 70px;
}
 */






	.off-canvas-trigger:before {

		height: 30px;

	}

	.off-canvas-menu {
    background-color: #fff;
    padding: 20px;
    max-width: 200px;
    width: 100%;
    font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

	.off-canvas-menu nav.mobile {
		display: block;
		margin-top: 50px;
	}

	.off-canvas-menu nav.mobile li {
		font-size: 16px;
	}

	.off-canvas-menu nav.mobile li a,
	.off-canvas-menu nav.mobile li strong {
		color: rgb(102, 0, 0);



		font-weight: 300;
		text-decoration: none;
		padding: 5px 0;
		display: block;
		font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	}


	#fp-nav {
		display: none;
	}

	#footer {
		display: none !important;
	}

	.fp-tableCell {

		padding-bottom: 0;

	}

	.off-canvas-trigger {
		z-index: 1000000;
		right: 20px;
		left: auto;
		top: 36px;
		cursor: pointer;
		transform: rotate(90deg);
	}

	.fp-nav {
		display: none;
	}

	.home-1 .bubble strong {
		font-size: 84px;
	}

	.animsition {

		border-top: 45px solid #fff;
		border-left: 25px;
		border-right: 25px;
		border-bottom: 85px solid #fff;
	}

	.ref-back {

		text-align: left;
		margin-bottom: 1.5em;
	}

	.home-3 .piktogramme {
		text-align: center;
	}


	.picto {}

	.home-3 .round-img figure {
		border-radius: 50%;
		line-height: 0;
		overflow: hidden;
		margin: auto;
		width: 210px;
		height: 210px;
		margin-bottom: 30px;
		background-color: #fff;
	}

	.icon-konzeption img,
	.icon-layout img,
	.icon-umsetzung img {
		margin-top: -20px
	}

	.picto h3 {

		font-weight: 300;
		font-family: 'Museo Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
		position: absolute;
		bottom: 80px;
		text-align: center;
		left: 10px;
		right: 10px;

	}

	.row {

		padding: 0 40px;


	}

	.arrow {
		position: absolute;
		bottom: 40px;
		width: 50px;
		left: 50%;
		margin-left: -25px;

	}

	.home-2 .align-right {
		text-align: center;
		margin-top: 50px;
	}

	.home-3 .telefon a {
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}

	.home-4 .align-right {
		text-align: center;
	}

	.home-4 .align-right {
		text-align: center;
	}

	.home-1 .bubble strong {
		font-weight: 100;
		font-size: 100px;
		line-height: 1em;
		margin-left: 0;
	}

	.bubble {
		position: relative;
		background: #ffffff;
		padding: 20px;

		border-radius: 15px;
		font-size: 36px;
		line-height: 1.2em;
		font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
		margin-top: 0;

	}

	.bubble:after {
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		transform: skewX(0deg);
		content: "";
		position: absolute;
		top: 100%;
		left: 50px;
		border-width: 40px 80px 0 0;
		border-style: solid;
		border-color: #fff transparent;
	}

	.contact-1 .bg-img {
		height: 100vh;
	}

	.you_open {
		width: 100px;
		height: 100px;
		line-height: 100px;
		background-size: 100px;
		margin-top: 0;

	}

	#header .logo {

		width: 60px;
		height: 60px;

	}

	.popup {
		font-size: 16px;
		line-height: 1.5em;
		height: auto !important;

	}




}


@media screen and (max-width: 375px) {
	.row {
		padding: 0 20px;
	}

	.animsition {

		border-top: 35px solid #fff;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}


	.popup {
		/* margin-top: 35px; */
	}

	.logo {
		width: 70px;
		height: 70px;
	}

	.home-2 .marker a {
		background-image: url(../../files/theme/img/marker-braun.png);
		background-repeat: no-repeat;
		background-position: top center;
		display: inline-block;
		padding-top: 70px;
		background-size: 30%;
		text-decoration: none;
		color: rgb(102, 0, 0);
	}

	.home-3 .ce_text,
	.home-3 .rte {
		padding-top: 70px;
	}

	.home-4 .ce_text,
	.home-4 .rte {
		padding-top: 70px;
	}


	.home-3 .telefon {
		color: #fff;
		text-align: center;
		padding-top: 0 !important
		padding-bottom:100px;
	}

	.home-3 .telefon a {
		color: #fff;
		font-size: 28px;
		text-decoration: none;
		font-family: 'Museo Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	}

	.portfolio-filter {
		display: none;
	}

	.contact-1 {
		padding-top: 40px;
	}

	.panel-title {
		display: none;
	}

}


/* Popup initial verstecken - verhindert Aufblitzen beim Laden */
#you,
#glaubensbekenntnis {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

/* Wenn Popup initialisiert wurde */
#you.popup-ready,
#glaubensbekenntnis.popup-ready {
	opacity: 1;
	visibility: visible;
}

/* Fallback: Wenn Popup-Plugin eigene Klassen verwendet */
.popup-content,
.jquery-popup {
	opacity: 0;
	visibility: hidden;
}

.popup-content.is-visible,
.jquery-popup.is-visible {
	opacity: 1;
	visibility: visible;
}

