/*!
 * froala_editor v2.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
}
.fr-view {
  /**
   * Image style.
   */
  /**
   * Video style
   */
}
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
/*.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}*/
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view .fr-text-gray {
  color: #AAA !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img {
  z-index: 3;
  position: relative;
  overflow: auto;
  /*cursor: pointer;*/
}
.fr-view .pl_item .pl_image img{
  position: static;
}

.fr-view img.fr-dib {
  margin: auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  float: left;
}
.fr-view img.fr-dib.fr-fir {
  margin: 5px 0 5px auto;
  right: 5px;
}
.fr-view img.fr-dii {
  margin: auto;
  display: inline-block;
  float: none;
  /*margin-top: 5px;
  margin-bottom: 5px;*/
}
.fr-view img.fr-dii.fr-fil {
  margin: 5px 10px 5px 0;
  left: 5px;
  float: left;
}
.fr-view img.fr-dii.fr-fir {
  margin: 5px 0 5px 10px;
  right: 5px;
  float: right;
}

.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}


/*my styles*/
.fr-wrapper{
  min-height:70px;
}
.fr-wrapper img{
  width:100%;
}
.we_overlay{
  position:absolute;
  padding:5px;
  z-index: 4;
  min-height:20px;
  min-width:120px;
  display:inline-block;
}
.we_overlay.ol_085{
  background: rgba(255, 255, 255, 0.85);
}
.overlay1{
  margin:10px;
}
.padding_10{
  padding:10px;
}
.fr-view .button1{
  display:inline-block;
  background-color:#26315F;
  padding:10px;
  color:#fff;
}
.fr-view .height_150{
  height:150px;
}
.fr-view .height_300{
  height:300px;
}
.fr-view .height_34{/*Overlay*/
  height:350px;
}
.fr-view .height_34.overlay1{
  height:330px;
}
.fr-view span,.fr-view a{
  vertical-align:top;
}
.fr-view .prop_fontsize{
  font-size:6.5vw;
}
.fr-view .prop_fontsize2{
  font-size:4.5vw;
}
.fr-view .prop_fontsize3{
  font-size:3.5vw;
}
.fr-view .prop_fontsize4{
  font-size:5.7vw;
}
.span_block span,div.block{
  display:block;
}
.c_title{
  font-size: 42px;
}
.headline2{
  font-size: 28px;
}
.fr-toolbar .we_overlay{
  position:static;
}
.fr-toolbar .height_150,.fr-toolbar .height_300,.fr-toolbar .height_320{
  height:auto;
}
.fr-toolbar .overlay1{
  margin:0px;
}

.gradient.bright .rci_inner_wrap{
  background: linear-gradient(#fff, #E6E6E7);
}
.gradient.dark .rci_inner_wrap{
  background: linear-gradient(#273767, #131B33);
  color:#fff;
}

.gradient.dark .rc_content{
  color:#fff;

}
.gradient .rci_inner_wrap:after{
  display:block;
  content:" ";
  clear:both;
}

table {border-spacing: 0px;border-collapse:0px;}
td {
  padding:0px;
}

@media (max-width: 979px){
  .fr-view img.fr-dib{
    margin-bottom: 5px;
  }
  .c_title{
    font-size: 28px;
    padding: 5px;
  }
}
.center{
  text-align: center;
}
.bold{
  font-weight: bold;
}
.trans_white_90{
  background:rgba(255,255,255,0.9);
  display:inline-block;
  padding:10px;
}
.rctype_3 .vheight{
  height: 250px;
}
.l2_white_box_wrap{
  background-color: #fff;
  padding: 4px;
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin-left:10px;
  margin-bottom:5px;
  max-width: 90vw;
}
.l2_white_box_wrap.double_width{
  width: 600px;
}
.l2_white_box_wrap.ot_width{
  width: 32vw;
  min-width: 400px;
}
.link_to_rezepte_item{
  color: #fff;
}
.white_box{
  vertical-align: top;
  border: 2px dotted;
  padding: 6px;
  height: 260px;
  text-align: left;
  overflow: auto;
}
.white_box .show_more{
  margin-top: 10px;
}
.white_box .wb_title{
  font-size: 36px;
}
.white_box .wb_text{
  font-size: 18px;
}
.l2_two_column{
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  column-gap:70px;
  margin: 0 auto;
  width: 72%;
  height: auto;
  text-align: left;
}
.l2_tab_element{
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  padding-top: 30px;
}
.l2_tab_element .l2_tab_head .l2_tab_button{
  font-size: 2vw;
  padding: 0.5vw;
}

.l2_tab_element.bistro table thead td{
  font-size: 2vw;
}
.l2_tab_element.bistro table tbody td{
  font-size: 2vw;
  /*border: 0.2vw solid #fff;*/
  border-left:none;
  border-top:none;
}
.l2_tab_element.bistro table tbody td:last-child{
  border-right: none
}
.l2_tab_element.bistro table tbody tr:last-child td{
  border-bottom: none
}
.l2_tab_element.bistro td{
  text-align: center;
  padding: 10px;
}
.l2_tab_element.bistro td.g_name{
  text-align: left;
  font-weight: bold;
}
.l2_tab_element.bistro td.g_name .sub_slogan{
  font-weight: normal;
}
.l2_tab_head{
  border-bottom: 1px dashed #fff; 
}
.l2_tab_head .l2_tab_button{
  display: inline-block;
  margin-right: 10px;
  border: 1px solid;
  cursor: pointer;
}
.l2_tab_element.catering .l2_tab_button{
  border:none;
}
.l2_tab_head .l2_tab_button.active{
  background: #fff;
  color:#759629;
}
.catering .l2_tab_head .l2_tab_button.active{
  background: #fff;
  color:#acba71;
}
.l2_tab_content_wrap{
  margin-top: 20px;
  padding-left: 7vw;
  padding-right: 7vw;

}
.l2_tab_element table{
  width: 100%;
}
.g_name{
  width: 80%;
}
span.bistro_hilight{
  color:#fff;
  border-radius: 8px;
  padding-left:5px;
  padding-right:5px;
  display: inline-block;
  font-weight: bold;
  font-size: 60%;
  vertical-align: middle;
}
.bistro_hilight.bh_green{
  background-color:#587911;
}
.bistro_hilight.bh_orange{
  background-color:#F57215;
}
.l2_tab_content.hidden{
  display: none;
}
