/* cmsms stylesheet: NaviCSS modified: 05.06.2023 07:53:20 */
/*
Menu / Navi Settings
28.02.17
arte-gianna
Lucien Ruhlé

*/
#header {
    
    height: 65px;
    z-index: 2;
    display: block;
    width: 100%;
    background-color:#fffff5;
    /*background-color:#fcefcf;*/
    position: fixed;
    
}
#menu {
    margin: 15px 0px;
    color: #583D2C;
}
#menu ul li {
    list-style: none;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    float: left;
    width: auto;
    margin-left: 35px;
}
#menu ul li:first-child {
margin-left: 0px;
}
#menu ul li a {
    display: block;
    height: 35px;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 47px;
    color:#252425;
    
}
#menu ul li a:hover {
    text-decoration: none;
    border-bottom: solid 3px #252425;
    transition: all 0.2s ease;
}
.currentpage a{
    color: #583D2C;
    border-bottom: solid 3px #252425;
}
.navLogoHome a{
    font-size: 23px;
    text-transform: uppercase;
    display: block;
    margin:15px 0px;
    color:#252425;
}
.langswrapper {
    width: 215px;
    height: 40PX;
    background-color: #583D2C;
    color:#fff;
    margin-top: -15px;
}
#langs {
    margin: 10px auto;
    width: 185px;
    height: 20px;
    
}
#langs a {
    text-align: center;
    color:#fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}
#langs a:first-child {
    margin-left: 15px;
}
/* cmsms stylesheet: settingsCSS modified: 12.03.2024 15:38:18 */
/*
Settings over all
28.02.17
arte-gianna
Lucien Ruhlé

*/

body {
    
}
h1 {
    color:#fff;
    font-family: 'Courgette', cursive;
}
h2 {
    color:#fff;
    font-family: 'Courgette', cursive;
}
h3 {
    color:#252425;
    font-family: 'Courgette', cursive;
}
h4 {
    color:#252425;
    font-family: 'Courgette', cursive;
}
p {
    font-family: 'Courgette', cursive;
    font-size:18px;
    color:#252425;
}
a {
    font-family: 'Courgette', cursive;
}
a:hover {
    text-decoration: none;
}
.titlewrapper {
    margin-top:100px;
}
.section {
    background-color:#fffff5;
    /*background-color:#fcefcf;*/
}
.row-centered {
    text-align: center;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.sectionTitle {
    width: 33.33333333%;
    float: left;
    /*color:#e27f2f;*/
    color:#252425;
}
.boxwrapper {
    width: 85%;
    margin: 80px auto 0px;
}
.box {
    float: none;
    display: inline-block;
}
.box img {
    display: block;
    width: 100%;
    height: auto;
}
.newsbox {
    margin: 0 auto;
    display: block;
    float: none;
}
/*Positions*/
.right {
    float: right;
}
.left {
    float: left;
}
.center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.margin0 {
    margin:0 auto;
    float: none;
}
.margin0-top {
    margin:80px auto 35px;
    float: none;
}
.nopadding-right {
    padding-right: 0px;
}
.block {
    display:block;
}
.inline-block {
    display: inline-block;
}
.topcenter {
    margin-top: 80px;
}
/*Colors text*/
.sandcolortxt {
    color:#e27f2f;
}
.browntxt {
    color:#695543;
}
.whitetxt {
    color:#fff;
}
.graytxt {
    color:#333333;
}
.grayshadow {
    text-shadow: 3px 3px #272626;
}
/*Colors Background*/
.sandcolor {
    /*background-color:#e27f2f;*/
    background-color:#583D2C;
}
.brown {
    color:#695543;
}
.white {
    background-color:#fff;
}
.gray {
    background-color:#333333;
}
.round {
    border-radius: 100%;
}
.round1 {
    border-radius: 90%;
}
.NewsSummaryLink {
    margin-top: 80px;
}
.NewsSummaryLink a {
    color:#583D2C;
    font-family: 'Courgette', cursive;
    font-size: 28px;
}
.NewsSummarySummary {
    margin-top:20px;
}
.fp-tableCell {
    display: block;
}
.title {
    margin-top:80px;
}
.content {
    margin-top:80px;
}
.news {
    margin-top: 55px;
}
.contentImage img{
    max-width: 100%;
    height: auto;
    width: 80%;
}

.parallaxText {
    width: 100%;
    height: auto;
    margin-top: 14%;
}
.parallaxText h1 {
    font-size: 45px;
}
.parallaxImage1 {
    background-image: url("/uploads/images/parallax/Parallax2.jpg");
    height: 600px;
    background-attachment: fixed;
}
.parallaxImage2 {
    background-image: url("/uploads/images/parallax/parallax8.jpg");
    height: 600px;
    background-attachment: fixed;
}
.parallaxImage3 {
    background-image: url("/uploads/images/parallax/Parallax3.jpg");
    height: 600px;
    background-attachment: fixed;
}
.parallaxImage4 {
    background-image: url("/uploads/images/parallax/parallax4.jpg");
    height: 600px;
    background-attachment: fixed;
}
.parallax {
    height: 600px;
    width: 100%;
}
#contactText {
    margin-top: 80px;
}
.contactList {
    width: 320px;
    margin-left: 190px;
    height: auto;
    margin-top: 120px;
}
.contactList p {
    width: 275px;
    display: block;
}
.contactList i {
    font-size: 35px;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
}
.contactIcon {
    width: 320px;
    margin-bottom: 50px;
    height: auto;
}
#footer {
    background-color: #fffff5;
    position: absolute;
    /*border-top:1px solid #252425;*/
    bottom:0;
}
.accept {
    height: auto;
}
.accept label {
    display: block!important;
    width: 106px;
    float: left;
}
#fbrp__83 {
    display: block;
    float: left;
    width: 20px;
    height: 16px;
}
#fbrp__86 {
    display: block;
    float: left;
    width: 20px;
    height: 16px;
}
#fbrp__87 {
    display: block;
    float: left;
    width: 20px;
    height: 16px;
}
.terms {
    width: auto;
    display: block;
    float: left;
}
#optout{text-align: center;margin-top: 5px;margin-bottom:5px;width: 100%;
    display: block;
    float: left;}
.footernav p {
border-right: 1px solid;
font-size: 16px;
margin: 0 auto 0 30px;
    margin-left: 30px;
padding-right: 30px;
        width: 110px;
    float: left;
    text-align: center;
}
.footernav p:first-child {
    margin-left: 0;
}
.footernav p:last-child {
    padding-right: 0;
    margin-left:0;
}
.subnav {
    width: 220px;
    margin:0 auto;
}
/* cmsms stylesheet: FolgeWorkshopsCSS modified: 03.08.2022 12:35:59 */
.titlewrapper {
    margin-top: 100px;
}
#bannerimg {
    background-image: url('/uploads/images/banner1.jpg');
    height: 230px;
    background-position: center center;
}
#ueberImage img {
    float: right;
}
#ueberText {
    margin-top: 5%;
}
.topcenter {
    margin-top: 80px;
}
#workshops.section{
   min-height:1900px!important;
   height: 1900px
}
.horizontal {
    height:1px;
    width:33.33333333%;
}
.horizontal.left {
    margin-top: 20px;
}
.horizontal.right {
    margin-top:-20px;
}

.boxwrapper {
    width: 85%;
    margin: 80px auto 0px;
}
#workshop1{
    transition: all 0.4s ease-in-out 0s;
}
#workshop2{
    transition: all 0.4s ease-in-out 0s;
}
#workshop3{
    transition: all 0.4s ease-in-out 0s;
}
#workshop4{
    transition: all 0.4s ease-in-out 0s;
}
.hovertext{
        width:90%;
}
.workshopImage:hover .hovertext {
    display: block!important;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
}
#angebotTitle {
    margin-bottom: 80px;
}
/*#workshop2:hover{
    background-image: url('/uploads/images/workshop2.jpg');
    background-size: cover;
    background-position: center center;
    transition: all 0.4s ease-in-out 0s;
    color:#fff;
}
#workshop2:hover .inline-block{
    display:none;
    transition: all 0.4s ease-in-out 0s;
}
#workshop2:hover .smallButton{
    margin-top: 19%;
    border-color:#fff;
    transition: all 0.6s ease-in-out 0s;
}
#workshop2:hover .smallButton p{
    color:#fff;
    transition: all 0.6s ease-in-out 0s;
}
#imgholder1 {background-image: url('/uploads/images/workshop2.jpg');margin-top: 96px;}
#imgholder2 {background-image: url('/uploads/images/workshop1.jpg');}
/*----------------------------*/
/*#workshop1:hover{
    background-image: url('/uploads/images/workshop1.jpg');
    background-size: cover;
    background-position: center center;
    transition: all 0.4s ease-in-out 0s;
    color:#fff;
}
#workshop1:hover .inline-block{
    display:none;
    transition: all 0.4s ease-in-out 0s;
}
#workshop1:hover .smallButton{
    margin-top: 19%;
    border-color:#fff;
    transition: all 0.6s ease-in-out 0s;
}
#workshop1:hover .smallButton p{
    color:#fff;
    transition: all 0.6s ease-in-out 0s;
}
/*----------------------------*/
/*#workshop3:hover{
    background-image: url('/uploads/images/Workshop6.jpg');
    background-size: cover;
    background-position: center center;
    transition: all 0.4s ease-in-out 0s;
    color:#fff;
}
#workshop3:hover .inline-block{
    display:none;
    transition: all 0.4s ease-in-out 0s;
}
#workshop3:hover .smallButton{
    margin-top: 19%;
    border-color:#fff;
    transition: all 0.6s ease-in-out 0s;
}
#workshop3:hover .smallButton p{
    color:#fff;
    transition: all 0.6s ease-in-out 0s;
}
#workshop4:hover{
    background-image: url('/uploads/images/workshop5.jpg');
    background-size: cover;
    background-position: center center;
    transition: all 0.4s ease-in-out 0s;
    color:#fff;
}
#workshop4:hover .inline-block{
    display:none;
    transition: all 0.4s ease-in-out 0s;
}
#workshop4:hover .smallButton{
    margin-top: 19%;
    border-color:#fff;
    transition: all 0.6s ease-in-out 0s;
}
#workshop4:hover .smallButton p{
    color:#fff;
    transition: all 0.6s ease-in-out 0s;
}*/
.workshopbox {
    float: none;
    display: inline-block;
    height: 300px;
}
.workshopImage {
    background-color: red;
}
.workshopText h3{
    float: left;
    width: 100%;
}
.workshopText p{
    float: left;
}
.orange {
    color:#C0410C;
    line-height: 24px;
}
.smallButton {
    width: 45%;
    height: 50px;
    border: solid #583D2C 2px;
    margin: 0 auto;
    display: table;
    transition:all 0.2s ease-in-out;
}
.smallButton:hover {
    background-color:#583D2C;
    color:#e0d3c4;
    transition:all 0.2s ease-in-out;
}
.smallButton:hover p{
    color:#e0d3c4;
}
.smallButton p{
    color: #583D2C;
    float: none;
    margin-bottom: 0px;
    margin-top: 9px;
}
section#contact {
    height: 1600px!important;
}
#footer {
   height: 80px;
    background-color: #583D2C;
    width: 100%;
}
.copyright {
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
}
/* cmsms stylesheet: FormBuilder Default Style modified: 05.06.2023 08:43:01 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em;
	width: 70%;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
label {
    display:none;   
}
input {
    width: 49%;
    height: 42px;
    margin-bottom: 10px;
    padding: 13px;
    color:#8c8c8c;
    float:left;
    font-size: 15px;
}
select {
    background-color: fffff5;
    color: #583d2c;
    height: 42px;
    width: 100%;
    border-radius: 5px;
    border-color:#583D2C;
    border-style: solid;
}
.required input {
    width: 49%;
    height: 42px;
    margin-bottom: 10px;
    padding: 8px;
}
.formbuilderform input {
    border-radius: 5px;
    border-color:#252425;
    border-style: solid;
}
.formbuilderform input {
}
.formbuilderform textarea {
    border-radius: 5px;
    border-color:#583D2C;
    border-style: solid;
}
#fbrp__29 {
    width: 70%;
}
#fbrp__29 input{
    width: 100%;
    background-color:#fffff5;
    color:#252425;
}
#fbrp__40 {
    width: 70%;
}
#fbrp__40 input{
    width: 100%;
    background-color:fffff5;
    color:#583D2C;
}

#fbrp__51 {
    width: 70%;
}
#fbrp__51 input{
    width: 100%;
    background-color:fffff5;
    color:#583D2C;
}
#fbrp__34 {
    width: 70%;
}
#fbrp__34 div{
    margin-left:10px;
}
#fbrp__34 textarea{
    height: 350px;
    background-color:fffff5;
    color:#583D2C;
}

#fbrp__46 {
    width: 70%;
}
#fbrp__46 div{
    margin-left:10px;
}
#fbrp__46 textarea{
    height: 350px;
    background-color:fffff5;
    color:#583D2C;
}

#fbrp__57 {
    width: 70%;
}
#fbrp__57 div{
    margin-left:10px;
}
#fbrp__57 textarea{
    height: 350px;
    background-color:fffff5;
    color:#583D2C;
}
#m580d3fbrp_submit {
    width: 170px;
    height: 55px;
    margin: 20px auto 0;
    background-color:fffff5;
    color:#583D2C;
    display: block;
    float: none;
}
#me8f21fbrp_submit {
    width: 170px;
    height: 55px;
    margin: 0 auto;
display: block;
float: none;
    background-color:fffff5;
    color:#583D2C;
}
#m7e86bfbrp_submit {
    width: 170px;
    height: 55px;
    margin: 20px auto 0;
display: block;
    float: none;
    background-color:fffff5;
    color:#583D2C;
}
#mda8e7moduleform_2 {
    width: 270px;
}
#mda8e7moduleform_2 .submit {
    width: 100%;
}
#m5b416moduleform_2 .submit {
    width: 90%;
}
#mf64c3moduleform_2 {
    width: 270px;
}
#mf64c3moduleform_2 .submit {
    width: 100%;
}
.subscribe {
    margin-top: 22px;
}
#fbrp__62 {
    max-width: 270px;
    padding: 0;
}
#fbrp__63 {
  
    width: 100%;
}
#fbrp__69 {
    max-width: 270px;
    padding: 0;
}
#fbrp__70 {
  
    width: 100%;
}
#fbrp__76 {
    max-width: 270px;
    padding: 0;
}
#fbrp__77 {
  
    width: 100%;
}
#mda8e7fbrp_submit {
background-color: fffff5;
border: medium none;
color: #583d2c;
float: none;
height: auto;
font-size: 16px;
float: none;
display: block;
margin: 0 auto;
}
#mda8e7fbrp_submit:hover {
    text-decoration: underline;
}
#m5b416fbrp_submit {
    background-color: fffff5;
    border: medium none;
    color: #583d2c;
    float: none;
    height: auto;
    font-size: 16px;
    margin: -110px auto 0px;
}
#m5b416fbrp_submit:hover {
    text-decoration: underline;
}
#mf64c3fbrp_submit {
    background-color: fffff5;
    border: medium none;
    color: #583d2c;
    float: none;
    height: auto;
    font-size: 16px;
    margin: -110px auto 0px;
}
#mf64c3fbrp_submit:hover {
    text-decoration: underline;
}
/*Captcha*/
.captcha {
    margin: 0.5em 0;
    width: 70%;
    text-align: center;
}
.captcha img {
    margin-bottom: 0.5em;
    margin: 10px auto;
    display: block;
}

.captcha input {
    width: 196px;
    margin-top: 0.5em;
    margin: 25px auto 0;
    display: block;
    float: none;
}
/* cmsms stylesheet: TestimonialsCSS modified: 11.04.2019 16:41:02 */
.cd-testimonials-wrapper, .cd-testimonials-wrapper * {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.cd-testimonials-wrapper ul {
  list-style: none;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Helvetica Neue", sans-serif;
  color: #39393c;
  background-color: #dadee1;
}

a {
  color: #79b6e4;
  text-decoration: none;
}
img {
  max-width: 100%;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: white;
  text-align: center;
}
.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 21px;
    
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 80px;
    height: 80px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: white;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: white;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #79b6e4;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #79b6e4;
  color: white;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-light.cd-testimonials-wrapper {
  background: #fff
}
.cd-light.cd-testimonials-wrapper::after {
  color: rgba(32, 32, 34, 0.9);
  background: #f0f0f0;
}
.cd-light .cd-testimonials {
  color: #39393c;
}
.cd-light .flex-direction-nav li a::before, .cd-light .flex-direction-nav li a::after {
  background-color: #39393c;
}
.cd-light .flex-direction-nav li:hover {
  background: #eee;
}
/* cmsms stylesheet: Responsive modified: 10.02.2026 09:39:52 */
@media screen and (max-width:2560px) {
 #news {
      min-height:4200px!important;
  }
}
@media screen and (max-width:1920px) {
  #workshops {
      min-height:1900px!important;
  } 
  #news {
      min-height:3350px!important;
  }
}
@media screen and (max-width:1768px) {
  .sloganwrapper {
        width: 527px;
    }
    
}
@media screen and (max-width:1536px) {
    .box img {max-width:300px;}
    #Simplegallery {
    height:1780px!important;
}
.respbrake {
    display: block!important;
}
}
@media screen and (max-width:1366px) {
    .parallaxImage1 {background-position: center center;}
    #contact {height:1400px!important;}
}
@media screen and (max-width:1280px) {
#Welcome {
    padding-bottom: 80px;
}
#ueberMich {
    padding-bottom:120px;
}
#Simplegallery.section.subpage {
    height: 1450px !important;
}
.parallaxText {margin-top: 19%;}
.arrowdown {width:7%;}
}
@media screen and (max-width:1170px) {
    .navi.col-md-9.right.nopadding-right {
    width: 83%;
}
}
@media screen and (max-width:1060px) {
    #header {display: none;}
    #langsResponsive{display:block!important;color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;margin-top: -37px;}
    #langsResponsive a{color:#E0D3C4;}
    .titlewrapper {
    margin-top: 85px;
}
#news {
    min-height:3600px!important;
}
}
@media screen and (max-width:1024px) {
    #workshops {
        height:2500px!important;
    }
    #workshop2 {
    margin-top: 95px;
    
}
#imgholder2 {
   margin-top:35px;
}
}
@media screen and (max-width:991px) {
    #title {
        margin-top: 50px;
    }
    .parallaxText h1 {
        font-size:37px;
    }
    .parallax {
        height: 420px;
    }
    .parallaxImage1 {height: 420px;background-position: center center;}
    #welcomeImage img {
        margin: 0 auto;
        display: block;
        width:50%;
    }
    #welcomeText {
        padding-bottom: 80px;
    }
    .parallaxText {
        margin-top: 19%;
    }
    .contentImage img {
        float:none!important;
        width: 50%;
        margin:0 auto!important;
        display:block;
    }
    #ueberImage {
        margin-top:30px;
        padding-bottom:120px;
    }
    #ueberContent .topcenter {
        margin-top:0px;
    }
    
    .boxwrapper {
        width: 100%;
    }
    .box {
        height: auto;
        margin-bottom:50px;
    }
    #box2 {
        margin-left: 0px;
        margin-right: 0px;
    }
    #box5 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cut {
        display: none;
    }
    #workshops {
        height: 2450px!important;
    }
    
    .workshopbox {
        margin-bottom:80px;
    }
    #m580d3fbrp_submit {
        margin: 0 auto;
        float: none;
    }
    fieldset {
        margin:0 auto;
    }
}
@media screen and (max-width:980px) {
    
    #contact {
    height: 2200px !important;
}
.contactList {
margin-left: auto;
    margin-right: auto;
}
#m5b416moduleform_2 .submit {
    width: 100%;
}
#m7e86bfbrp_submit {margin-left: 165px;}
}
@media screen and (max-width:972px) {
    .horizontal {
        display:none;
    }
    .sectionTitle {
        font-size: 50px;
        float:none!important;
    }
}
@media screen and (max-width:815px) {
    .button {
    width: 360px;
    float: none;
    margin: 0 auto;
}
    #button1 {
        margin:20px auto;
    }
    #button2 {
        margin:0 auto;
    }
    .parallaxText {
        margin-top: 21%;
    }
    .parallaxText h1 {
        font-size: 26px;
    }
    .sectionTitle {
        width: 250px;
    }
}
@media screen and (max-width:800px) {
    .arrowdown {
        width: 82px;
    }
    .arrowdownPage {
        width: 82px;
    }
    #contact {
        height: 2180px!important;
    }
    #title {
    margin-top: 250px;
}
#workshops {
    height:2520px!important;
    }
#m7e86bfbrp_submit {margin-left: 135px;}
}
@media screen and (max-width:768px) {
    #Welcome {
        min-height:1250px!important;
    }
#me8f21fbrp_submit {margin-left: 130px;}

#contact {
    height: 2100px !important;
}
#Welcome {
        height:1550px!important;
    }
    #ueberMich {
       height:1500px!important;
    }

}
@media screen and (max-width:767px) {
    
}
@media screen and (max-width:675px) {
    .buttonwrapper {width:100%;}
    
}
@media screen and (max-width:620px) {
    .introTitle {
        font-size: 65px;
        margin-bottom: 30px;
    }
    .introTitle.folge {
        font-size:36px;
    }
    .subintroTitle {
        font-size: 28px;
    }
    .subintroTitle.folge {
        font-size:25px;
    }
    .parallaxText h1 {
        font-size: 21px;
    }
    .parallaxText {
        margin-top: 29%;
    }
    .parallax {
        height: 350px;
    }
    .parallax div {
        height: 350px;
        background-position:center center;
    }
    .contactList {
        margin: 120px auto;
        width: 320px;
    }
}
@media screen and (max-width:620px) {
    #fbrp__29 {
    width: 100%;
}
#fbrp__34 {
    width: 100%;
}
.arrowdownPage {
width: 82px;
}
.arrowdown {
    width:82px;
}

}
@media screen and (max-width:604px) {
    .owl-buttons {
        width:380px;
    }
    #me8f21fbrp_submit {
        margin-left:110px;
    }
}

@media screen and (max-width:600px) {
    #workshops {
    height: 2000px !important;
}
#Welcome {
        min-height:1350px!important;
    }
}
@media screen and (max-width:577px) {
   
}
@media screen and (max-width:490px) {
   #news {
       min-height:3800px!important;
   }
}
@media screen and (max-width:480px) {
    
    #imgholder1{background-position:center;}
    #imgholder2{background-position:center;}
    #contact {
        height: 2200px !important;
    }
    #title {
        margin-top: 150px;
    
    }
    .workshopbox {
        margin-top: 65px;
    }
    #m7e86bfbrp_submit {
       margin:0 auto;
       float:none;
    }
    #me8f21fbrp_submit {
        margin:0 auto;
        float:none;
    }
}
@media screen and (max-width:450px) {
.smallButton {
width: 70%;
}
.button {
 width: 230px;
}
.introTitle {
    font-size: 50px;
}
.subintroTitle {
    font-size: 23px;
}
.sectionTitle {
 font-size: 40px;
}
.contactList {
width: 100%;
}

.box img {
        max-width: 280px;
    }
    .owl-buttons {
        width:360px;
    }
}
@media screen and (max-width:432px) {
    .contactIcon {
        width: 255px;
        margin: 0 auto 50px;
    }
    #fbrp__51{width:85%;}
    #fbrp__57{width:85%;}
}
@media screen and (max-width:415px) {
    .subintroTitle.folge {
        font-size:20px;
    }
    #workshops {
       height: 1800px !important; 
    }

    .owl-buttons {
        width:340px;
        top:140px;
    }
    .box img {
        max-width: 260px;
    }
    .workshopbox p{
        font-size:15px;
    }
}
@media screen and (max-width:380px) {
.owl-buttons {
        width:100%;
       
    }
    #workshops {
       height: 1800px !important; 
    }
    #workshops h3 {
        font-size:20px;
    }

#contact {
        height: 2200px !important;
    }
       #news {
       min-height:3200px!important;
   }
}
@media screen and (max-width:360px) {
    #news {
        height: 950px !important;
    }
    #news p {
    font-size:16px!important;
}
#news h3 {
        font-size: 22px!important;
}
    #title {
        margin-top: 83px;
    }
    #start {
        height: 700px!important;
    }
    
}
@media screen and (max-width:355px) {
#langsResponsive {
padding-left: 15px;
    text-align: left;
}
}
@media screen and (max-width:350px) {
.sectionTitle {
    width: 218px;
}
.introTitle {
    font-size: 43px;
}
.subintroTitle {
    font-size: 20px;
}
.h2, h2 {
    font-size: 25px;
}
.contactList p {
    width: 195px;
}
.contactIcon {
width: 270px;
}

.introTitle.folge {
        margin-bottom: 17px;
    }
}
@media screen and (max-width:320px) {

.buttonwrapper {
    margin-top: 55px;
}
#title {
    margin-top: 83px;
}
#start {
    height: 680px!important;
}
#news {
       min-height:3350px!important;
       /*min-height:2600px!important;*/
   }
#news p {
    font-size:14px!important;
}
#news h3 {
        font-size: 20px!important;
}
}
@media screen and (min-height:600px) {
    .section {
min-height: 1000px !important;
}

}
@media screen and (max-height:600px) {
    #workshops {
    min-height: 1400px !important;
}
}
@media screen and (min-width:1024px) and (min-height:1440px) {
.parallaxText {margin-top: 27%;}
}
@media screen and (max-width:1024px) and (max-height:1366px) {
.parallax div {
    background-attachment: unset;
    background-position: center center;
}
}
