/* 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: UberMichCSS modified: 05.12.2018 08:55:20 */
.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;
}

.horizontal {
    height:1px;
    width:33.33333333%;
}
.horizontal.left {
    margin-top: 20px;
}
.horizontal.right {
    margin-top:-20px;
}
#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;
}
#imgholder1 {background-image: url('/uploads/images/workshop2.jpg');margin-top: 96px;}
#imgholder2 {background-image: url('/uploads/images/workshop1.jpg');}
.hovertext{
        width:90%;
}
.workshopImage:hover .hovertext {
    display: block!important;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
}
/*#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;
}"/"
/*----------------------------*/
/*#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;
}*/
.smallButton:hover {
    color:#E0D3C4;
    background-color:#583D2C;
    transition:all 0.3s ease-in-out;
}
.smallButton:hover p{
    color:#E0D3C4;
    transition:all 0.3s ease-in-out;
}
.workshopbox {
    float: none;
    display: inline-block;
    height: 300px;
}
.workshopImage {
    background-color: red;
}
.workshopText h3{
    float: left;
    width: 100%;
}
.workshopText p{
    float: left;
}
.smallButton {
    width: 45%;
    height: 50px;
    border: solid #583D2C 2px;
    margin: 0 auto;
    display: table;
    
}
.smallButton p{
    color: #583D2C;
    float: none;
    margin-bottom: 0px;
    margin-top: 9px;
}
#footer {
   height: 80px;
    background-color: #583D2C;
    width: 100%;
}
.copyright {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

@media screen and (max-width:1024px) {
    #workshops {
        height:1840px!important;
    }
}
@media screen and (max-width:980px) {
    #workshops.folge {
        height:1950px!important;
    }
}
/* 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;
}
}
