/************************************/
/**********			       **********/
/**********   CUSTOM CSS   **********/
/**********			       **********/
/************************************/


/**********   Chronoforms START   **********/
/**
.moduletable.chrono h3 {
	color: #ff4652 !important;
}
 **/
 
.moduletable.chrono #load-form .field label {
	display:none;
}

.moduletable.chrono #load-form .field input[type="text"],
.moduletable.chrono #load-form .field textarea {
	font-family: Barlow;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	border-radius: 0;
	border: 1px solid #444;
	resize:none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #444!important;
}

.moduletable.chrono #load-form button[type="submit"] {
	font-family: Barlow Semi Condensed;
	font-weight: 500;
	background-color: transparent;
	color:#3BA2DB;
	background-image: none;
	padding: 0 80px;
	line-height: 53px;
	font-size: 16px;
	border: 1px solid #3BA2DB;
	border-radius: 0;
}

.moduletable.chrono #load-form button[type="submit"]:hover {
	background-color: #3BA2DB;
	color:#FFFFFF;
}

.moduletable.chrono #load-form .custom-error,
.chronoforms6_credits {
	display:none!important;
}

/**********   Chronoforms END   ************/

/**********   Instafeed START   ************/

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
	background-color: transparent!important;
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	color: #fff;
	border: 1px solid;
	border-color: rgba(255,255,255,.7);
	background-image: none;
	padding: 0 40px;
	line-height: 53px;
	font-size: 18px;
	border-radius: 0;
	height: auto;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more:hover {
	background: #FFFFFF!important;
	color:#111;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more .eapps-instagram-feed-posts-grid-load-more-text-visible:before {
	display:none;
}

#jux_social_instagram_feed .eapps-instagram-feed-content-loader {
    color: #3ba2db;
    margin: 0px;
}

/** NEW **/

.tm-page #jux_easy_instagram_feed .jux-item .inner-preview {
	background: rgba(0,0,0,0)
}

.tm-page #jux_easy_instagram_feed .jux-item:hover .inner-preview img {
	-ms-transform: translate(-50%, -50%) scale(1.0) rotate(0deg);
	transform: translate(-50%, -50%) scale(1.0) rotate(0deg);
	-webkit-transform: translate(-50%, -50%) scale(1.0) rotate(0deg);
	-moz-transform: translate(-50%, -50%) scale(1.0) rotate(0deg);
}

.tm-page #jux_easy_instagram_feed.jux_shortcodeId_1.layout_grid .ff-loadmore-wrapper .ff-btn {
	color: #111;
	text-transform: none;
	border: 1px solid #fff;
	border-radius: 0;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 50px 10px 50px;
}

.tm-page #jux_easy_instagram_feed.jux_shortcodeId_1.layout_grid .ff-loadmore-wrapper .ff-btn:hover {
	background-color: rgba(29,29,29,1);
	color: #fff;
	text-transform: none;
	border: 1px solid #fff;
	border-radius: 0;
	text-decoration: none;
}

.tm-page #jux_easy_instagram_feed .ff-loadmore-wrapper .ff-btn.jux-loadmore {
	position: relative;
    color: transparent!important;
    width: 214px!important;
}

.tm-page #jux_easy_instagram_feed .ff-loadmore-wrapper .ff-btn.jux-loadmore:before {
	content: 'Mehr anzeigen';
    position: absolute;
    left: 50px;
    color: #111;
    -ms-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.tm-page #jux_easy_instagram_feed .ff-loadmore-wrapper .ff-btn.jux-loadmore:hover:before {
	color:#FFF;
}

.tm-page #jux_easy_instagram_feed .ff-loader .ff-square {
    background: #3ba2db!important;
}

/**********   Instafeed END   **************/

/**** Frontend ****/

.well {
  background-color: #fff !important;  
}

/**** Frontend END ****/

/**********   MEDIA QUERIES   **************/

@media screen and (max-width : 1200px)  {

	#openLogin {
		display:none;
	}

}

@media screen and (max-width : 480px)  {

	.moduletable.chrono #load-form button[type="submit"] {
		width:100%;
	}

}

/** convertforms **/

#cf1 {
	--control-gap: 7px;
}

.convertforms .cf-content-wrap, 
.convertforms .cf-form-wrap {
	padding: 0;
}

.convertforms .cf-input {
	font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    border-radius: 0;
	color: rgba(0, 0, 0, .87);
    border: 1px solid #444;
    resize: none;
}

.convertforms .cf-input:focus, .convertforms .cf-input:invalid:focus {
	border-color: inherit;
	color: inherit;
}

.convertforms .cf-btn {
	font-family: Barlow Semi Condensed;
    font-weight: 500;
    background-color: transparent;
    color: #3BA2DB;
    background-image: none;
    padding: 0 80px;
    line-height: 53px;
    font-size: 16px;
    border: 1px solid #3BA2DB;
    border-radius: 0;
}

@media screen and (max-width : 480px)  {
  .convertforms .cf-btn {
    width: 100%;
  }
}

.convertforms .cf-btn:hover {
	background-color: #3BA2DB;
    color: #FFFFFF;
}

.convertforms .cf-response p {
  margin: 0;
}