/* 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: PlaneContentCSS modified: 23.10.2020 17:14:45 */
#bannerimg {
    background-image: url(/uploads/images/banner1.jpg);
    height: 230px;
    background-position: center center;
}
#footer {
   height: 80px;
    background-color: #583D2C;
    width: 100%;
    position: fixed;
}
.horizontal {
    height:1px;
    width:33.33333333%;
}
.horizontal.left {
    margin-top: 20px;
}
.horizontal.right {
    margin-top:-20px;
}
.copyright {
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
}
section#contact {
    padding-bottom: 170px;
}
/* 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: Responsive modified: 09.04.2025 11:11:54 */
@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:2600px!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:2400px!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: 3500px !important;
}
#Welcome {
        min-height:1350px!important;
    }
}
@media screen and (max-width:577px) {
   
}
@media screen and (max-width:490px) {
   #news {
       min-height:2600px!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;
    }
    

    .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: 3700px !important; 
    }
    #workshops h3 {
        font-size:20px;
    }

#contact {
        height: 2200px !important;
    }
       #news {
       min-height:2500px!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;
}
}
