@font-face {
    font-family:dancing-script;
    font-display:swap;
    src:url("/fileadmin/template/font/DancingScript-Regular.woff") format("woff");
}
@font-face {
    font-family:sofia-sans;
    font-display:swap;
    src:url("/fileadmin/template/font/SofiaSansExtraCondensed-Medium.woff") format("woff");
}
*{
    font-family: sofia-sans;
    font-size: 22px;
    letter-spacing: 1.4px;
    line-height: 1.5;
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
}
.head .wrapper{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.text-center{
    text-align: center;
}
/*---------- Header ----------*/
.head{
    float: left;
    width: 100%;
    height: 100px;
    background-color: #0f3f22;
}
.head .logo{
    width: 18%;
    float: left;
    padding: 18px 0;
    min-height: 10px;
}
.head .logo img{
    width: auto;
    height: 64px;
}
.head .menu.desktop{
    float: left;
    width: 72%;
    min-height: 10px;
    text-align: center;
    padding: 32px;
}
.head .menu.desktop span{
    color: rgba(216,174,97,1);
    text-decoration: none;
    margin-right: 50px;
    font-size: 24px;
    line-height: 36px;
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
}
.head .menu.desktop span a{
    color: rgba(216,174,97,1);
    text-decoration: none;
    font-size: 24px;
    line-height: 36px;
}
.head .menu.desktop span:last-child{
    margin-right: 0;
}
.head .menu.desktop span:hover{
    text-decoration: underline;
}
.head .menu.mobile{
    display: none;
    position: fixed;
    z-index: 1001;
    right: 0;
}
.head .social_media{
    float: left;
    width: 10%;
    min-height: 10px;
    text-align: right;
    padding: 34px 0;
}
.head .social_media a{
    width: 32px;
    height: 32px;
    display: inline-block;
}
.head .social_media a img{
    width: 32px;
    height: 32px;
}
.head .social_media a:last-child{
    margin-left: 12px;
}
.menu_box{
    background-color: #0f3f22;
    padding: 70px 20px 30px 20px;
    color: #d8ae61;
    position: fixed;
    top: -320px;
    height: 320px;
    width: 100%;
    z-index: 1000;
}
.menu_box ul{
    padding: 0;
    list-style: none;
    margin: 0 0 30px 0;
}
.menu_box ul li{
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #d8ae61;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.2s;
}
.menu_box ul li a{
    font-size: 24px;
    cursor: pointer;
    transition: all 0.2s;
    color: #d8ae61;
    text-decoration: none;
}
.menu_box ul li:hover{
    color: #f8de91;
}
.menu_box ul li a:hover{
    color: #f8de91;
}
.menu_box ul li:last-child{
    border-bottom: 0px none;
}
.menu_box .link_row{
    text-align: center;
}
.menu_box .link_row a{
    color: #d8ae61;
    text-decoration: none;
    margin-right: 30px;
}
.menu_box .link_row a:hover{
    color: #f8de91;
}
.menu_box .link_row a:last-child{
    margin-right: 0;
}
/*---------- Parallax ----------*/
.parallax_container {
    height: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 0 0;
    perspective-origin: 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    width: 100%;
}

.parallax {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* firefox requires this for children */
    z-index: -1;
    height: 600px;
    width: 100%;
    overflow: hidden;
    float: left;
}

.parallax .parallax_image {
    -webkit-transform: translateZ(50px) scale(2);
    transform: translateZ(50px) scale(2);
    height: 100%;
    width: 100%;
    background-size: 50% auto;
    background-attachment: fixed;
    background-position: calc(50%) center;
    background-repeat: no-repeat;
}
.view.view_1 .logo_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    /*display: grid;*/
    display: none;
}
.view .logo_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0);
    display: grid;
}
.view{
    height: 600px;
    width: 100%;
    float: left;
    position: relative;
}
.view .logo_overlay img{
    margin: auto;
    width: 100%;
    max-width: 600px;
    height: auto;
}
.parallax_image{
    height: 100%;
    width: 100%;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ueber_uns_img{
    width: 100%;
    max-width: 780px;
    margin: 60px auto 0 auto;
}
.ueber_uns_img .img{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.ueber_uns_img .img .image{
    float: left;
    width: 45%;
    display: grid;
    padding-right: 1%;
}
.ueber_uns_img .img .image .inner{
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
.ueber_uns_img .img .image .name{
    position: absolute;
    bottom: 20px;
    background-color: rgba(255,255,255,0.8);
    color: rgba(216,174,97,1);
    left: 0;
    right: 0;
    padding: 10px 15px;
}
.ueber_uns_img .img .image img{
    float: left;
    width: 100%;
}
.ueber_uns_img .img .text{
    margin: 0 auto;
    padding-top: 10px;
    width: 55%;
    max-width: 380px;
    text-align: center;
    display: grid;
    min-height: 450px;
    padding-left: 1%;
}
.ueber_uns_img .img .text span{
    margin: auto;
}
/*---------- Content ----------*/
.ce-headline-center{
    text-align: center;
}
.green_text_box .frame-default h2{
    font-family: dancing-script;
    font-size: 52px;
    margin: 0;
    letter-spacing: 0;
}
.content{
    float: left;
    width: 100%;
}
.content.content_1{
    padding: 90px 0;
    background-color: rgba(216,174,97,0.2);
}
.content h1{
    font-family: dancing-script;
}
.green_text_box .frame-default{
    background-color: rgba(15,63,34,1);
    color: #d8ae61;
    padding: 40px;
    margin: 0 auto;
    max-width: 880px;
    float: none;
}
.content.content_2{
    padding: 90px 0 90px 0;
    background-color: rgba(216,174,97,0.2);
}
.content.content_1 h2,
.content.content_2 h2{
    font-family: dancing-script;
    font-size: 52px;
    margin-top: 0;
    color: rgba(216,174,97,1);
    letter-spacing: 0;
    line-height: 1.2;
}
.content.content_3{
    padding: 90px 0 90px 0;
    background-color: rgba(15,63,34,1);
    color: #d8ae61;
}
.anfahrt{
    float: left;
    width: 100%;
}
.anfahrt .headline{
    float: left;
    width: 100%;
}
.anfahrt .headline h2{
    font-family: dancing-script;
    font-size: 52px;
    margin-top: 0;
    color: #d8ae61;
    text-align: center;
    letter-spacing: 0;
}
.anfahrt .row{
    float: left;
    width: 100%;
}
.anfahrt .map{
    float: left;
    width: 70%;
    padding-right: 5%;
    border-right: 1px solid #d8ae61;
}
.anfahrt .map .anfahrt_map{
    width: 100%;
    height: 440px;
    float: left;
}
.anfahrt .adresse{
    float: left;
    width: 30%;
    padding-left: 5%;
}
.anfahrt .adresse h3{
    font-family: dancing-script;
    font-size: 34px;
    margin-top: 0;
    letter-spacing: 0;
}
.anfahrt .adresse b.short{
    margin-right: 20px;
}
.anfahrt .adresse a{
    color: #d8ae61;
    text-decoration: none;
    transition: all 0.2s;
}
.anfahrt .adresse a:hover{
    color: #f8de91;
}
.anfahrt .adresse .social_media{
    margin-top: 40px;
}
.anfahrt .adresse .social_media a{
    float: left;
}
.anfahrt .adresse .social_media a:last-child{
    margin-left: 12px;
}
.anfahrt .adresse .social_media a img{
    width: 32px;
    height: 32px;
}
.frame-default{
    float: left;
    width: 100%;
}
.frame-space-before-medium{
    margin-top: 70px;
}
.frame-space-before-large{
    margin-top: 110px;
}
#termin{
    float: left;
    width: 100%;
    margin-top: 70px;
}
.row.oeffnungszeiten{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.row.oeffnungszeiten h2{
    font-family: dancing-script;
    font-size: 52px;
    margin-top: 0;
    color: #d8ae61;
    text-align: center;
    letter-spacing: 0;
}
.grid{
    display: grid;
    float: left;
    width: 100%;
}
.grid .inner{
    margin: 0 auto;
}
.row.oeffnungszeiten .tag{
    float: left;
    width: 150px;
    min-height: 10px;
    white-space: nowrap
}
.row.oeffnungszeiten .trenner{
    width: 20px;
    float: left;
    text-align: center;
    min-height: 10px;
    white-space: nowrap
}
.row.oeffnungszeiten .zeit_1{
    float: left;
    width: 120px;
    text-align: center;
    min-height: 10px;
    white-space: nowrap
}
.row.oeffnungszeiten .zeit_1.padding_left{
    padding-left: 10px;
}
.row.oeffnungszeiten .zeit_1.text_left{
    text-align: left;
}
.row.oeffnungszeiten .zeit_1.full{
    float: left;
    width: 260px;
    text-align: center;
    min-height: 10px;
}
.row.oeffnungszeiten .zeit_1.full.left{
    text-align: left;
    padding-left: 10px;
}
.row.oeffnungszeiten .zeit_1.full.left.padding{
    padding-left: 25px;
}
.row.oeffnungszeiten .zeit_2{
    float: left;
    width: 120px;
    text-align: center;
    min-height: 10px;
    white-space: nowrap
}
.blank_page .content a{
    color: #d8ae61;
    text-decoration: none;
}
.blank_page .content a:hover{
    text-decoration: underline;
}
.ce-center .image{
	text-align: center;
	margin: 0;
}
.ce-center .image img{
	width: 100%;
	height: auto;
}
.hz_cont{
	float: left;
	width: 100%;
	max-width: 880px;
	margin: 0 auto 30px auto;
}
.hz_cont .left{
	float: left;
	/*width: 56%;
	margin-right: 4%;*/
	width: 100%;
	margin-right: 0;
	text-align: center;
}
.hz_cont .right{
	float: left;
	width: 40%;
}
.hz_cont .right .inner{	
	background-color: rgba(15,63,34,1);
  	color: #d8ae61;
  	padding: 20px;
  	text-align: center;
  	width: 100%;
  	margin-top: 25px;
}
.hz_cont .right h3{
	margin: 0 0 10px 0;
	text-decoration: underline;
}
.hz_cont .right p{
	margin: 0 0 10px 0;
	line-height: 1.1;
}
#c40 ul{
	display: table;
	margin: 0 auto;
}
/*---------- Picture-List ----------*/
.picture_list{
    float: left;
    width: 100%;
    padding: 0 5%;
    margin: 90px 0 0 0;
}
.picture_list .ce-column{
    float: left;
    width: 28%;
    margin-right: 8%;
}
.picture_list .ce-column:last-child{
    margin-right: 0;
}
.picture_list .ce-column .image{
    margin: 0;
}
/*---------- Termin vereinbaren ----------*/
#easyMeetF{
    height: 650px;
    width: 100%;
    float: left;
    border: 0px;
}
#easyMeetF easymeet{
    float: left;
    width: 97%;
}
/*---------- Footer ----------*/
.footer{
    float: left;
    width: 100%;
    background-color: rgba(15,63,34,1);
    color: #d8ae61;
    padding: 30px 0;
}
.footer .link_row a{
    color: #d8ae61;
    text-decoration: none;
    float: left;
    margin-right: 25px;
}
/*---------- Karriere ----------*/
#karriere{
	float: left;
	width: 100%;
	margin-top: 90px;
}
#karriere p a{
	color: rgba(216,174,97,1);
	transition: all 0.2s;
}
#karriere p a:hover{
	color: rgba(236,194,117,1);
}