@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");


* {
    padding:0px;
    margin:0px;
}

body {
    background-image:none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color:#222222;
    font-style:normal;
}

html, body {
    background-color: #ffffff;
}

div {
    font-size: 0.8rem;
}

.ui-widget-content, .ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Open Sans', sans-serif !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background:#ffffff;
    color:#058dc7;
}

.ui-state-highlight {
    border: 1px solid #0a6300;
    background: #96f784;
    color: #0a6300;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    background-color:#f4f4f4;
}

input[type=text], input[type=number], input[type=password], select, textarea {
    color:#454545;
    font-size:14px;
    padding:3px;
    border: 1px solid #c4c4c4;
    background-color:#f4f4f4;
    outline:none;
    font-family: 'Open Sans', sans-serif;
}


a , a:link, a:visited, a:active {
	color:#058dc7;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: none;
	cursor:pointer;
}


.a, .a a:link, .a a:visited, .a a:active {
	color:#222222;
}

.a a:hover {
	color:#990000;
}

.td_ffffff td {
    color:#fff;
}

/**
 *  Geburtstagskalender
 */
.geburtstage {
    font-size:11px;
}

.geburtstage a, .geburtstage a:link, .geburtstage a:visited, .geburtstage a:active {
	color:#FF9900;
	text-decoration: none;
}

.geburtstage a:hover {
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #000000;
	height:1px;
	margin-top:10px;
	margin-bottom:9px;
}

h2 {
	color:#222222;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;	
}


/* Bilder */
img {
	border:none;
}

#aussen {
    min-width:1200px;
    max-width: 100%;
}


/* Head (Kopf) */
#head {
    border-top:none;
    border-right:none;
    border-left:none;
    border-bottom:1px solid #aaaaaa;
    width:100%;
    overflow: hidden;
}

.new_mess {
    height:112px;
    width:300px;
    color:#222222;
    overflow-x:hidden;
    overflow-y:auto;
    /*
    background-color: #ffffff;
    background-image:url(../templates/default/images/icons/chat_100.png);
    background-position:right 20px top 40px;
    background-repeat:no-repeat;
    */
}

.new_mess a {
    color:#222222;
}

.new_mess a:hover {
    color:#990000;
}

#new_mess ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}

#new_mess li  {
    padding:2px;
	width:300px;
	border-top:none;
	border-right: none;
	border-bottom:1px solid #E1E1E1;
	text-decoration:none;
}


#new_mess li:hover {
	background-color:#222222;
	color:#ffffff;
	opacity: 0.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}


.offline {
	background-color:#990000;
	color:#ffffff;
	font-weight:bold;
	font-size:80%;
	text-align:center;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}

.offline a {
	color:#ffffff;
}

.offline a:hover {
	color:#222222;
}

/* Online-Button */
.online {
	background-color:#00FF00;
	color:#222222;
	font-weight:bold;
	font-size:80%;
	text-align:center;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}

/* Online-Button - Link */
.online a {
	color:#222222;
}

/* Online-Button - Link - Mouseover */
.online a:hover {
	color:#ffffff;
}


.tab-pane p,
.tab-pane div {
    font-size: 0.9rem;
}


/* Navigation */

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.nav li {
	/* border-right: 1px solid #aaaaaa; */
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align:left;
}

.nav li ul {
    z-index: 2;
}

.nav li a {
    font-size:0.9rem;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 6px 8px;
    color:#222;
    text-decoration: none;
}

#nav-one li:hover a, #nav-one li.sfHover a {
    background: #c3c3c3;
}

#nav-one li:hover ul a, #nav-one li.sfHover ul a {
    text-shadow: none;
    background: #c3c3c3;
    font-weight:normal;   
}

#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
    background-color:#eaeaea;
}

.nav ul {
	background: #666666;
	border-bottom: 1px solid #222222;
	list-style: none;
	margin: 0;
	min-width: 80px;
	position: absolute;
	top: -999em;
	left: -1px;
    -webkit-box-shadow: #666 2px 4px 5px;
    -moz-box-shadow: #666 2px 4px 5px;
    box-shadow: #666 2px 4px 5px;
}

.nav li:hover ul, .nav li.sfHover ul {
	top: 26px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul a {
	border: 1px solid #222222;
	border-bottom: 0;
	padding-right: 20px;
	width: auto;
	white-space: nowrap;
}

.nav ul a:hover {
	background: #c3c3c3;
	color: #000;
}

.nav_group_header {
    cursor:default;
    color:#ffffff;
    font-size:13px;
    font-style:italic;
    font-weight:bold;
    padding:5px 5px 5px 20px !important;
    border-top:1px solid #222222;
    border-left:1px solid #222222;
    border-right:1px solid #222222
}


/**
*	Mainframe (Hauptbereich)
****************************************/
#main {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
    max-width: 1600px;
}

#main2 {
    padding: 10px 20px 10px 20px;
    vertical-align: top;
    width: 100%;
    min-width: 1050px;
}

#menu_left {
    padding: 15px 15px 5px 0px;
    height: calc(95vh - 200px);
    min-height: calc(95vh - 200px);
    /* width: 180px+; */ 
    min-width: 70px;
    vertical-align: top;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

#menu_left .material-icons {
    padding-right:15px;
}

#menu_left a {
    padding:5px 15px 5px 28px;
    color:rgb(111, 111, 111);
    display:block;
    font-size:13px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    white-space: nowrap;
    text-decoration:none;
}

#menu_left .menu_checked,
#menu_left a:hover {
    background-color:rgba(0, 0, 0, 0.06);
}

#menu_left .menu_checked {
    font-weight: bold;
}


.hide_menu {
    display: none;
}

.show_menu {
    display: inline-block;
}

#menu_left .menu_checked .material-icons {
    color:#ae4740;
}

#menu_left .material-icons.md-20 {
    font-size: 20px;
    vertical-align: middle;
}

#menu_left .submenu {
    padding: 5px 5px 5px 0px;
    color: rgb(111, 111, 111);
    display: block;
    cursor: pointer;
}

#menu_left .submenu .arrow {
    padding-right:0;
    vertical-align: middle;
}

#menu_left .submenu_videothek,
#menu_left .submenu_photoalbums,
#menu_left .submenu_shop,
#menu_left .submenu_members,
#menu_left .submenu_member_newsletter,
#menu_left .submenu_actors,
#menu_left .submenu_transactions,
#menu_left .submenu_pages,
#menu_left .submenu_blog,
#menu_left .submenu_stats,
#menu_left .submenu_coupons,
#menu_left .submenu_telegram,
#menu_left .submenu_settings,
#menu_left .submenu_template_settings,
#menu_left .submenu_others {
    display:none;
}

#menu_left .submenu_videothek a,
#menu_left .submenu_photoalbums a,
#menu_left .submenu_shop a,
#menu_left .submenu_members a,
#menu_left .submenu_member_newsletter a,
#menu_left .submenu_actors a,
#menu_left .submenu_transactions a, 
#menu_left .submenu_pages a,
#menu_left .submenu_blog a,
#menu_left .submenu_stats a,
#menu_left .submenu_coupons a,
#menu_left .submenu_telegram a,
#menu_left .submenu_settings a,
#menu_left .submenu_template_settings a,
#menu_left .submenu_others a {
    padding:5px 15px 5px 40px;
}

#menu_left #menu_toggle {
    margin-top:10px;
    color:rgba(0,0,0,.38);
    text-align: right;
}

#menu_left #menu_toggle a {
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.06);
}

#menu_left #menu_toggle a .material-icons {
	padding: 0;
}

#menu_left #footer {
    margin-top:10px;
    padding:10px 0 10px 0;
    border-top:1px solid rgba(0,0,0,.10);
    color:rgba(0,0,0,.38);
    text-align: center;
    line-height: 1.5;
    width:100%
}

#menu_left #footer a {
    padding:5px 0;
    white-space: nowrap;
    background-color:#ffffff;
}

#menu_left #navi_themes {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    padding: 1px;
    font-size: 12px;
}


/*
*	Shop - Kategorie
****************************************/
.cat_list {
	padding:10px;
	font-size:12px;
	background-color:#222222;
}

/* Link */
.cat_list a {
	text-decoration: none;
	color: #d0d0d0;
}

/* Link mouseover */
.cat_list a:hover {
	text-decoration: none;
	color: #990000;
}

.cat_list td, .cat_list th {
	background-color:#666666;
	border:1px solid #e1e1e1;
	padding:4px;
	color:#d0d0d0;
}

.cat_list th {
	font-weight:bold;
}



/*
*	Shop - vorschau
****************************************/
.preview_aussen {
	margin-top:15px;
	padding:5px;
	border:1px solid #d0d0d0;
	background-color:#222222;
	color:#d0d0d0;
}

.preview_aussen hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #d0d0d0;
	height:1px;
}

.preview_aussen a {
	text-decoration: none;
	color: #ff0000;
}

.preview_aussen a:hover {
	text-decoration: none;
	color: #d0d0d0;
}

.preview_beschreibung {
	padding:5px;
	margin-left:265px;
	text-align:justify;
	min-height:210px;
}

.preview_beschreibung_edit {
	padding:5px;
	margin-left:265px;
	text-align:justify;
	min-height:210px;
}

.preview_image {
	width:250px;
	height:200px;
	border:1px solid #d0d0d0;
}

.preview_img {
	padding:5px;
	height:188px;
	width:250px;
	float:left;
}


.admin_tables {
    border-spacing:0;
    border-collapse:separate;
    width:100%
}

.admin_tables th, th {
    padding:2px 5px;    
    border: 1px solid #aaaaaa;
    background: #ccc;
    color: #454545;
    font-weight: bold;
}

.admin_tables td {
	padding:2px 5px;
	border-bottom:1px solid #aaaaaa;
	border-top:none;
	border-right:none;
	border-left:none;
	color: #222222;
}


.admin_tables th a, .admin_tables th a:link, .admin_tables th a:visited, .admin_tables th a:active {
	color:#454545;
	text-decoration: none;
}


.admin_tables th a:hover, .admin_tables td a:hover {
	color: #454545;
	text-decoration: underline;
}

.admin_tables td a, .admin_tables td a:link, .admin_tables td a:visited, .admin_tables td a:active,
.wm td a, .wm td a:link, .wm td a:visited, .wm td a:active {
	color:#454545;
	text-decoration: none;
}

.admin_tables td a:hover, .wm th a:hover, .wm td a:hover {
	color: #454545;
	text-decoration: none;
}


.headline {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.headline-title,
.headline_icon {
    color: #ae4740;
}

.headline-title {
    color: #ae4740;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headline-title h1 {
    font-size:2rem;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0px;
    line-height: 2.0;
    font-style: normal;
    padding-left: 0.5rem;
}

.headline div:last-child {
    font-size:1rem;
    padding-left: 0.5rem;
}

.headline img,
.headline #headline_icon {
    width:60px;
    height:80px;    
}

.headline #headline_icon .material-icons {
    font-size:80px;
    color:#ae4740;
}

.site_description {
    font-size:15px;
    font-weight:normal;
    letter-spacing:1px;
    padding:8px;
    margin-bottom:10px;
}
	

.admin_login {
	font-size:80%;
}

#admin_login {
    background-color: rgba(0, 0, 0, 0.06);
    background-image: none;
    margin:0 auto;
    padding:0;
    width:300px;
    text-align:left;
    vertical-align:top;
    font-size:12px;
}


#admin_login2 {
	color:#222222;
	padding:0px;
	margin:10px;
}

.admin_login_footer {
    margin: 1rem auto 0 auto;
    text-align: center;
    color:#444444;
    font-size: 10px;
}
.admin_login_footer a {
    color:#444444;
    font-size: 10px;
}
.admin_login_footer a:hover {text-decoration:underline;}

.admin_reihe {
    padding-bottom:5px;
}


.admin_label {
	padding:3px 0 2px 5px;
	font-weight:bold;
}

.admin_feld {
  width: 150px;
} 

.admin_defbreite {
	padding:6px !important;
	border:1px solid #222222;
	color: #222222 !important;
	font-size:20px !important;
	background-color:#ffffff !important;
	width:262px;
}


#admin_logout_mess {
    padding:5px;
    margin-bottom:15px;
    border-left:none;
    border-top:none;
    border-right:none;
    text-align: center;
}


/**
*	Fehler (so wird ein Fehler dargestellt)  
****************************************/
.fehler {
    border: 1px solid #cd0a0a;
    background: #b81900 url(../templates/default/images/diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
    border-radius:4px;         /* CSS3 */
    -o-border-radius:4px;      /* Opera <= 9 */
	-moz-border-radius:4px;    /* Firefox */
	-khtml-border-radius:4px;  /* Konqueror */
	-webkit-border-radius:4px; /* Safari, Chrome */     
	height:auto;
	padding:8px;
	color:#ffffff;
	font-weight:normal;
	overflow: auto;
}

.fehler a, .fehler a:link, .fehler a:visited, .fehler a:active  {
	color:#fff;
	text-decoration:underline;
}

.nofehler {
    height:auto;
    border:1px solid #33691e;
    padding:8px;
    color:#33691e;
    font-weight:normal;
    background-color:#c5e1a5;
    overflow: auto;
}

.nofehler a, .nofehler a:link, .nofehler a:visited, .nofehler a:active  {
    text-decoration:underline;
    color: #003300;
}

.nofehler a:hover {
	text-decoration: none;
	color: #ffffff;
}


.box {
	background-image:none;
	background-color:#222222;
	border:1px solid #000000;
	padding:8px;
	color:#ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222222), to(#2e2a2a));
    background: -moz-linear-gradient(#222222, #2e2a2a);
    background: linear-gradient(#222222, #2e2a2a);
}

.box td, .box li {
    color:#ffffff;
}

/* Webmsater */
.wm td {
	padding:5px;
	border-top: 1px solid #222222;
	color:#222222;
}


#editsettings_reihe {
	width:100%;
	margin-bottom:2px;
}

#editsettings_lable {
	font-weight:bold;
	width:300px;
	float:left;
	padding-right:7px;
	padding-top:3px;
	text-align:right;
}

#editsettings_feld {
	width:auto;
}


.save_button {
	background-image:url(../templates/default/images/icons/save.gif); 
	background-repeat:no-repeat;
	background-position: 2px 2px;
}

.radio_set .ui-corner-bottom,
.radio_set .ui-corner-left,
.radio_set .ui-corner-right,
.radio_set .ui-corner-top {
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
    border-radius:0 !important;
}
    
.radio_set .ui-corner-all {
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important; 
    border-radius:0 !important;
}


.amateur_profil .radio_set .ui-corner-all {
    padding: 4px 8px;
    margin-left: -5px;
}

#template_settings .radio_set .ui-corner-all {
    margin-left: -6px;
}


.radio_set.hotline label {
    padding: 2px 10px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


.ui-tooltip, .arrow:after {
    background: #ffffff;
    border: none;
}
.ui-tooltip {
    padding: 10px;
    color: #222222;
    border-radius: 3px;
    font: normal 12px Arial;
    box-shadow: none;
    width:auto;
    min-width:350px; /* I have changed here */
    max-width:500px;
    border:1px solid #222222;
}

.info_box {
    background-color: #fbf9ee;
    border:1px solid #fcefa1;
    color:#363636;
}

.site-bulider-button,
.add_new_column,
.add_new_container {
	font-size:14px;
}

.site-bulider-button .material-icons,
.add_new_column .material-icons,
.add_new_container .material-icons {
	vertical-align:top;
	font-size:20px;
}

#site-builder-new-container-info {
	font-weight: 600;
	font-size: 15px;
	margin-top: 20px;
	width:100%;
	width: -webkit-fill-available;
	width: -moz-fill-available;
	border:1px dashed #333333;
	text-align:center;
	padding:30px 0;
}

#site-builder-new-container-info > div:first-of-type {
	margin-top:20px;
}

#new-containers-layer ul {
	list-style: none;
}

#new-containers-layer li {
    padding: 0.5em;
    float: left;
    width: 17%;
    margin: 1.5%;
    cursor: pointer;
    border: 1px dashed #ccc;
    margin-bottom: 2em;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left;
    position: relative;
    list-style-position: inside;
    list-style-type: none;
}

#new-containers-layer li:hover {
    border: 1px dashed #222;
}

#new-containers-layer .builder_layout_column {
    text-align: center;
    padding: 18% 0;
    display: inline-block;
    float: left;
    background: #aaa;
    color: #ddd;
    margin-right: 4%;
    font-size: 12px;
}

.builder_layer_headline {
    font-size:25px;
    margin-bottom:20px;
}

.builder_layout_column_1_1 {width: 97.5%;}
.builder_layout_column_1_2 {width: 47.4%;}
.builder_layout_column_1_3 {width: 30.33%;}
.builder_layout_column_1_4 {width: 22%;}
.builder_layout_column_1_5 {width: 16.8%;}
.builder_layout_column_1_6 {width: 13.33%;}

.builder_layout_column_2_3 {width: 64%;} /*65.3333%*/
.builder_layout_column_3_4 {width: 72.8%;} /*74*/
.builder_layout_column_2_5 {width: 37.6%;}
.builder_layout_column_3_5 {width: 57.2%;} /*58.4*/
.builder_layout_column_4_5 {width: 78%;} /*79.2*/
.builder_layout_column_5_6 {width: 81.55%;} /*82.6666*/


.container {
    margin-bottom: 30px;
}

.container .ui-widget-header,
.container .builder_layout_column {
    cursor:move;
}

.container .container_menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
}

.container .ui-widget-header .container_name {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    width: 33%;
    z-index: 999;
}

.container .ui-widget-header .container_name:active,
.container .ui-widget-header .container_name:focus,
.container .ui-widget-header .container_name:hover {
  border: 1px solid #aaaaaa;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition-property: border, background, color;
  transition-property: border, background, color;
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.container .container_menu .container_menu_button {
    color: #aaa;
    border-left: 1px solid #c4c4c4;
    padding: 5px 5px;
    float: left;
    cursor: pointer;
}

.container .container_menu .container_menu_button .material-icons {
    color:#aaa;
    font-size: 17px;
    vertical-align: bottom;
    padding: 3px;
}

.container .container_menu .container_menu_button.info_container_inactive .material-icons {
    color:#f44336;
}

.builder-row {
    margin: 10px 10px 20px 20px;
    min-height:50px;
}

.builder-row .builder_layout_column {
    border:1px solid #c4c4c4;
    float: none;
    display: inline-block;
    margin: 20px 1.2%;
    font-size: 12px;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    vertical-align:top;
}

.builder-row .builder_layout_column .column_menu {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #f4f4f4;
}

.builder-row .builder_layout_column .column_menu_button {
    width: 30px;
    color:#aaa;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 7px 0;
    float:left;
    cursor:pointer;
}

.builder-row .builder_layout_column .column_menu_button:first-of-type {
    cursor:auto;
}

.builder-row .builder_layout_column .column_menu_button .material-icons {
    color:#aaa;
    font-size: 17px;
    vertical-align: bottom;
}
    
.builder-row .builder_layout_column .add_element,
.builder-row .builder_layout_column .edit_element {
    border: 1px dashed #c4c4c4;
    color:#c4c4c4;
    font-size:14px;
    cursor:pointer;
    width: 100%;
    min-height: 29px;
    overflow-y: -webkit-paged-x;
    overflow-y: -moz-hidden-unscrollable;
    overflow-x: hidden;
}

.builder-row .builder_layout_column .add_element,
.builder-row .builder_layout_column .edit_element .widget_edit {
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    /*
    position: relative;
    display: table;
    */
    width: 100%;
    position: relative;
}

.builder-row .builder_layout_column .edit_element .widget_edit {
    min-height: 43px;   
}

.builder-row .builder_layout_column .edit_element .widget_preview {
    padding: 5px;
    display: block;
}

/*
.builder-row .builder_layout_column .add_element {
    display: table;
    width: 100%;
}
*/

.builder-row .builder_layout_column .edit_element .widget_edit a {

    position: absolute;
    /* margin: auto; */
    margin: 0 20px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    /* box-sizing: border-box; */
    top: calc(50% - 9px);
    display: block;
    left: 0;
    
}

.builder-row .builder_layout_column .add_element:hover a,
.builder-row .builder_layout_column .add_element:hover,
.builder-row .builder_layout_column .edit_element:hover a,
.builder-row .builder_layout_column .edit_element:hover {
    color:#333;
    background-color: #f4f4f4;
}

.builder-row .builder_layout_column .add_element .material-icons,
.builder-row .builder_layout_column .edit_element .material-icons{
    vertical-align:top;
    font-size:19px;
}

.builder-row .builder_layout_column .edit_element .widget_preview {
    overflow: hidden;
    word-wrap: break-word;
    color:#333;
}

#new-containers-layer .builder_layout_column:last-child {
    margin-right: 0;
}

.builder-row .builder_layout_column.last {
    margin-right: 0;
}

.container_bottom_menu {
    position:absolute;
    bottom:0;
    right:0;
}

.add_new_column,
.add_new_container {
    display:none;
    cursor:pointer;
    padding:5px 20px 5px 15px;
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
    color:#aaa;
    float:left;
}

.add_new_column:hover,
.add_new_container:hover,
.container .container_menu .container_menu_button:hover .material-icons,
.builder-row .builder_layout_column .column_menu_button:hover .material-icons {
    color:#333;
}

.site_container_placeholder {
    border:1px dashed #aaa;
    background-color: #f4f4f4;
    float: none;
    display: inline-block;
    margin-top:30px;
}


.site_container_placeholder_column {
    border:1px dashed #aaa;
    background-color: #f4f4f4;
    font-weight: bold;
    float: none;
    display: inline-block;
    margin: 20px 1.2%;
    padding: 0 20px;
}

#info_container,
#info_element {
    display:none;
    position:absolute;
    max-width:300px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}

#info_container .ui-widget-header,
#info_element .ui-widget-header {
    padding:5px 10px;
    border-bottom:none;
}

#info_container .ui-widget-content,
#info_element .ui-widget-content {
    padding:10px;
}


#cboxLoadedContent {
    position:relative;
}

#new-element-layer {
    /*  width:auto; */
    height: 520px;
}

#new-element-layer #elements_menu,
#new-element-layer #elements_menu2 {
    width:250px;
    overflow-x:hidden;
    overflow-y:auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom:20px;
}

#new-element-layer #elements_menu .element_button,
#new-element-layer #elements_menu2 .element_button {
    padding:5px 10px;
    border:1px solid #c4c4c4;
    font-size:15px;
    background-color:#f4f4f4;
    margin-bottom:5px;
    cursor:pointer;
}

#new-element-layer #elements_menu .element_button:hover,
#new-element-layer #elements_menu2 .element_button:hover {
    background-color:#fff;
    cursor:pointer;
}

#new-element-layer #elements_menu .element_button i,
#new-element-layer #elements_menu2 .element_button i {
    vertical-align:middle;
    margin-right: 10px;
    font-size: 20px;
}

#new-element-layer #elements_menu_middle {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    width: auto;
    max-width:300px;
    max-height: 400px;
    padding: 0 10px;
    overflow-x:hidden;
    overflow-y:auto;
}

#new-element-layer #elements_properties {
    min-height: 90px;
}


#edit-element-layer .ui-tabs,
#edit-container-layer .ui-tabs {
    border: none !important;
    padding: 0;
    
}

#edit-element-layer .ui-tabs .ui-corner-all,
#edit-container-layer .ui-tabs .ui-corner-all {
    border-radius: 0px;
}

#edit-element-layer .ui-tabs .ui-tabs-nav,
#edit-container-layer .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 10px 0 0 20px;
}

#edit-element-layer #widget_content,
#edit-element-layer #widget_settings {
    padding: 20px 20px 60px 20px
}

#edit-element-layer #menu_bottom,
#edit-container-layer #menu_bottom {
    text-align: right;
    padding: 10px 20px;
    position: sticky;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    z-index:100;
}

#edit-element-layer #menu_bottom,
#edit-container-layer #menu_bottom,
#new-element-layer #add_element_button {
    text-align: right;
    padding: 10px 20px;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    z-index:100;
}

#edit-element-layer #menu_bottom,
#edit-container-layer #menu_bottom {
    position: sticky;
}

#new-element-layer #add_element_button {
    position: absolute;
    text-align:center;
}

#edit-element-layer #menu_bottom #element_saved,
#edit-container-layer #menu_bottom #container_saved{
    padding-right: 20px;
    color: #ffffff;
    display: none;
    text-shadow: 1px 1px 1px #000000;
    font-size: 15px;
    vertical-align: middle;
    letter-spacing: 3px;
}

#edit-element-layer #widget_image_preview .ui-resizable-e {
    border-right: 5px dashed #aaa;
    right: -6px !important;
}

#edit-element-layer #widget_image_preview .ui-resizable-s {
    border-bottom: 5px dashed #aaa;
    bottom: -6px !important;
}

#edit-element-layer #widget_content #widget_image_size {
    margin: 20px 0 30px 0;
}


#edit-element-layer #widget_content #widget_image_size input[type=text] {
    width: 55px;
    padding: 3px 5px;
    font-size: 14px;
    text-align: center;
}
    
#edit-element-layer #widget_content #widget_image_preview img {
    width:100%;
    height:100%
}


#template_settings {
    max-width: 1200px;
}


#accordion_pay4coins_arten td {
    font-size:0.8rem;
}


/* Zum überschreiben von jQuery-UI.css damit Boostrap arbeiten kann */
#main2 .ui-button {
    background:none;
}

#main2 .ui-button:hover {
    color: transparnt;
    background: none;
}