/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: "poppins", sans-serif;
	font-weight: 300;
	background-color: #fff;
	color: #707070;
	margin: 0px;
	line-height: 1.6;
	font-size: 20px;
	scroll-behavior: smooth;
}
h1 {
	font-size: 40px;
	font-weight: 400;
	color: #707070;
	margin: 0 0 20px;	
	line-height: 1.2;
}
h2, h3, h4, h5, h6 {
	font-size: 36px;
	font-weight: 400;
	color: #707070;
	margin: 0 0 20px;	
	line-height: 1.2;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
a{
	color: #CE470A;
	text-decoration: none;
}
a:active, a:hover {
	color: #EDD9CD;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.textcenter{
	text-align: center;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 60px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:900px;
	margin:0 auto;
	position:relative;
}
.w700{
	max-width:700px;
	margin:0 auto;
	position:relative;
}
.margin_oben{
	margin-top: 60px;
}
.margin_unten{
	margin-bottom: 60px;
}
.margin_oben_small{
	margin-top: 30px!important;
}
.margin_unten_small{
	margin-bottom: 30px!important;
}
main{
	position: relative;
	width:100%;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
}
.fullwidth{
	width:100%;
	position: relative;
	overflow: hidden;
}


/* //////////////////////////////////// Header //////////////////////////////////// */
.header{
	position:relative;
	padding: 30px 60px 80px;
}
.orange .header{
	padding: 0;
}
.logo {
	width: 400px;
	height: 400px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 11;
	background-image: url('https://raffeiner.effekt.it/wp-content/themes/effekt/images/Logo-Orchiedee.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.logo svg{
	width:400px;
	height: auto;
}
.logo a{
	display: block;
}
.menu {
	width: 100%;
	position: fixed;
	top: -100vh;
	left:0;
	height: 100vh;
	z-index: 10;
	background: rgba(206, 71, 10, 0.9);
	overflow: scroll;
	padding: 0 70px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.slide_in{
	top: 0;
}
.inner_menu{
	display: grid;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}
.nav-menu{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.nav-menu li{
	display: block;
	margin: 0 auto 20px;
}
.nav-menu li:last-child{
	margin: 0 auto;
}
.nav-menu li a{
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
}
.nav-menu li a:hover{
	color: #8D2B3E;	
}
.menubox{
	position:fixed;
	right: 60px;
	top: 120px;
	z-index: 11;
	background-image: url('https://raffeiner.effekt.it/wp-content/themes/effekt/images/Menu.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width:110px;
	height: 230px;
}
.whatsapp{
	position: absolute;
  	right: 38px;
 	top: 97px;
 	z-index: 11;
  	width: 35px;
  	height: 18px;
	cursor: pointer;
}
.zeiten{
	position: absolute;
  	right: 35px;
 	bottom: 55px;
 	z-index: 11;
  	width: 35px;
  	height: 18px;
	cursor: pointer;
}
.whatsapp a, .zeiten a{
	display:block;
	width:100%;
	height:100%;
}
.whatsapp a:hover #whatsicon, .zeiten a:hover #zeiticon{
	fill:#8D2B3E!important;
}
.open_menu{
	position: absolute;
  	right: 35px;
 	top: 48px;
 	z-index: 11;
  	width: 35px;
  	height: 18px;
	vertical-align: middle;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block;
}
.open_menu:hover{
	cursor: pointer;
}
.open_menu span{
	display: block;
	position: absolute;
	height: 2px;
	width: 90%;
	background: #707070;
	border-radius: 1px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.open_menu:hover span{
	background-color: #8D2B3E;
}
.open_menu span:nth-child(1){
	top: 0px;
}
.open_menu span:nth-child(2), .open_menu span:nth-child(3){
	bottom: 8px;
	width: 70%;
	margin-left: 10%;
}
.open_menu span:nth-child(4){
	bottom: 0px;
}
.open_menu.open span:nth-child(1){
	top: 18px;
	width: 0%;
	left: 50%;
}
.open_menu.open span:nth-child(2){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 8px;
	width: 70%;
	left: 6px;
	margin-left: 0;
}
.open_menu.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 8px;
	width: 70%;
	left: 6px;
	margin-left: 0;
}
.open_menu.open span:nth-child(4){
	top: 18px;
	width: 0%;
	left: 50%;
}
#languages {
	position: relative;
	line-height: 1;
	margin-top: 10px;
	color: #fff;
}
#languages a{
	display: inline-block;
	vertical-align: middle;
	text-transform: lowercase;
	font-size: 13px;
	color: #fff;
	line-height: 1;
}
#languages a:hover{
	color: #8D2B3E;
}
#languages a.active_lang{
	display: none;
}

/* //////////////////////////////////// Button //////////////////////////////////// */


/* //////////////////////////////////// Inhalt //////////////////////////////////// */
/* HOME TITEL BILD */
/*.homebox{
	overflow: hidden;
}*/
.right .home_bild{
	float: right;
}
.right .home_text{
	float: left;
}
.home_bild{
	width: 50%;
}
.home_text{
	width: 50%;
	display: table;
	padding: 0 20px;
}
.home_text_inner{
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	z-index: 2;
}
.home_text_inner .blocktitel{
	line-height: 1.5;
	margin-bottom: 0;
}
.home_text_inner .buttonlink{
	margin-left: -30px;
	margin-bottom: 100px;
}
.doppelkreis_xbig{
	width: 175%;
  	padding-top: 175%; /* 1:1 Aspect Ratio */
  	position: relative;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.right .doppelkreis_xbig{
	margin-left: -40%;
	margin-top: -25%;
}
.doppelkreis_xsmall{
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	padding-top: 80%;
	opacity: 1!important;
	z-index: 2;
}
.doppelkreis_xbig::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(206, 71, 10, 0.7); /* Halbtransparente Überlagerung */
    border-radius: 500px;
    z-index: 1;
}

/* TITEL - TEXT - LINK */
.textblock{
	padding: 0 5%;
}
.blocktitel{
	font-size:33px;
	margin-bottom: 40px;
}
.blocklink{
	padding-top: 40px;
}
.buttonlink{
	display: inline-block;
	padding: 15px 60px;
	line-height: 1;
	font-size: 20px;
	text-align: center;
	background-image: url('https://raffeiner.effekt.it/wp-content/themes/effekt/images/Button.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	color:#fff;
}
.buttonlink:hover{
	background-image: url('https://raffeiner.effekt.it/wp-content/themes/effekt/images/Button_hov.svg');
	color:#a51d0b;
}

/* DOPPEL BILD */
.doppel{
	width: 50%;
}
.dpl{
	float: left;
}
.dpr{
	float: right;
	margin-top: 200px;
}
.doppelkreis_gr{
	width: 100%;
  	padding-top: 100%; /* 1:1 Aspect Ratio */
  	position: relative;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.doppelkreis_gr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7); /* Halbtransparente Überlagerung */
    border-radius: 500px;
    z-index: 1;
}
.doppelkreis_kl{
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	padding-top: 80%;
	opacity: 1!important;
	z-index: 2;
}

/* ICON BOX MIT BILD */
.iconbox{
	display: inline-block;
	width: 20%;
	margin: 0 5% 50px;
	text-align: center;
}
.iconbox_icon{
	-webkit-border-radius: 200px;
	border-radius: 200px;
	margin-bottom: 0;
}
.iconbox_titel{
	font-size:30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
}
.iconbox_untertitel{
	font-size:20px;
	font-weight: 400;
}
.icon_marg{
	display: inline-grid;
}

/* BILD - TEXT */
/*.btx{
	overflow: hidden;
}*/
.left .btx_bild{
	float: left;
}
.left .btx_text{
	float: right;
	padding: 0 80px 0 20px;
}
.right .btx_bild{
	float: right;
}
.right .btx_text{
	float: left;
	padding: 0 20px 0 80px;
}
.btx_bild{
	width: 50%;
}
.btx_text{
	width: 50%;
	display: table;
}
.btx_text_inner{
	display: table-cell;
	vertical-align: middle;
}
.doppelkreis_big{
	width: 130%;
  	padding-top: 130%; /* 1:1 Aspect Ratio */
  	position: relative;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.left .doppelkreis_big{
	margin-left: -35%;
}
.right .doppelkreis_big{
	margin-right: -35%;
}
.doppelkreis_small{
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	padding-top: 80%;
	opacity: 1!important;
	z-index: 2;
}
.doppelkreis_big::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(206, 71, 10, 0.7); /* Halbtransparente Überlagerung */
    border-radius: 500px;
    z-index: 1;
}

/* AKKORDEON */
.akkordeontitel{
	font-size:20px;
	font-weight: 400;
	margin-bottom: 60px;
}
.accordion-item {
	padding: 20px 0;
	margin-bottom: 15px;
	position: relative;
}
.accordion-item h2{
	margin-bottom: 0;
}
.accordion-content {
    display: none;
	padding-left: 30px;
	padding-top: 20px;
}
.accordion-header {
    cursor: pointer;
	padding-left: 30px;
	font-size: 20px;
}
.toggle {
    position: absolute;
	left: 0;
	top: 20px;
	color: #CE470A;
}

/* VIDEO */
.play-button{
	width: 50px;
	height:50px;
}
.videodiv{
	position:relative;
	z-index: 1;
}
.video-container{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* MAP */
.standort{
	display:block;
	width: 100%;
	line-height: 0;
}
.standort_map iframe{
	width: 100%!important;
	height: 100%!important;
}


/* //////////////////////////////////// Footer //////////////////////////////////// */
footer{
	position:relative;
	padding: 0;
	background-color: #CE470A;
	color: #fff;
}
footer p{
	margin: 0;
}
footer a{
	color:#707070;
}
footer a:hover{
	color:#CE470A;
}
.orange{
	background-color: #CE470A;
	color:#fff;
}
.orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6{
	color:#fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}
.orchidea_bistro_logo{
	width:300px;
	max-width: 80%;
	height: auto;
}
.kunden{
	text-align: center;
}
.kundebox{
	display: inline-block;
	width: 26%;
	margin: 0 2%;
	text-align: left;
	vertical-align: top;
	font-size:16px;
}
.kundetext{
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.kundename{
	font-size:13px;
}
.sterne{
	margin-bottom: 20px;
}
.sterne img{
	max-width: 100px;
}
.footerbox{
	width:100%;
	background-image: url('https://raffeiner.effekt.it/wp-content/themes/effekt/images/Footer.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	color:#707070;
	padding: 150px 0 80px;
}
.footerbox .w1280{
	padding:0 80px;
}
.logo_footer{
	width: 200px;
	margin-bottom: 40px;
}
.logo_footer a{
	display: block;
	color:#707070;
}
.footer_left{
	width: calc(50% - 20px);
	float: left;
}
.footer_right{
	width: calc(50% - 20px);
	float: right;
}
.footer_bus{
	clear:both;
	padding-top: 40px;
	font-size:16px;
}
.bustxt{
	padding-left: 30px;
	background-image: url('https://raffeiner.effekt.it/wp-content/themes/effekt/images/Bus.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.footer_social{
	width: 40px;
	position: absolute;
	right: 80px;
	top: 0;
}
.footer_social svg{
	width: 35px;
	height: auto;
}
.impressum{
	display: inline-block;
	font-size: 16px;
	padding-top: 40px;
}
.impressum a{
	display: inline-block;
}

.rcb-sc-link{
    width:auto;
    margin: 0 10px 10px 0;
    display: inline-block;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}