* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


body {
	position: relative;
	font-family: var(--font02), sans-serif;
	background-color: var(--farbe05);
}

.page-container {
	max-width: 1200px;
	margin: 0 auto;
}

.clearfix:after,
#frames_center:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}


/* MOBILE */
@media only screen and (min-width: 280px) {
	#home_div {
    width: 100%;
		/*text-align: center;*/
		position: relative;
		top: -2px;
  } 
	
	.css_site {
		width: 100%;
	}

	.styleLine2 {
		width: 20%;
		margin: 0 auto;
		height: 4px;
		background-color: #000;
		box-shadow: none !important;
		border: none !important;
		border-style: none !important;
		margin-bottom: 40px;
	}
	.title_text {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0px;
		margin-top: 20px;
		color: var(--farbe04);
	}
	
	.frame_homesite {
		margin: 0 auto;
		width: 100%;
	}
	
	#ss_title_wrapper {
		width: 100%;
		position: relative;
	}
	
	#ss_title_wrapper img {
		width: 100%;
	}
	
	#ss_title_blocks {
		position: relative;
	}
	
	#ss_ueberschrift {
		font-size: 40px;
		font-weight: bold;
		letter-spacing:10px;
		text-transform: uppercase;
		width: 100%;
		margin: 20px auto;
		position: relative;
		color: var(--farbe01);
	}

	
	#ss_unterzeile_1 {
		color: #69869D;
		font-size: 40px;
    text-align: center;
		position: relative;
		left: 0px;
		text-transform: uppercase;

	}
	
	.edit_wrap_2	{
		width: fit-content;
		margin: 0 auto;
		position: relative;
	}

	#frames_wrap {
    width: 100%;
		background: #CAD7DA;
		padding: 40px;
		box-sizing: border-box;
		position: relative;
  }
	
	#home_text_overlay {
		position: relative;
		top: -40px;
		left: 0px;
	}
	
	#iframe_line_left {
		position: absolute;
		left: 0;
		bottom: -50px;
		width: 100px;
	}
	
	#iframe_line_left img {
		width: 100%;
	}
	
	#iframe_line_right {
		position: absolute;
		right: 0;
		top: -50px;
		width: 100px;
	}
	
	#iframe_line_right img {
		width: 100%;
	}
	/*
	.editable {
		border: 4px solid yellow;
	}
	
	.editable + .circle-abs {
		display: block;
	}

	.editable_img .circle-img-wrap {
		display: block;
	}
	*/
	
	.circle {
	display: inline-block;
	background-color: #c1c3d3;
	border-radius: 100%;
	margin-right: 5px;
	cursor: pointer;
}

.circle:hover {
	background-color: #e2e8f0;
}

.circle img {
	width: 100%;
	height: 100%;
}



.circle-big {
	width: 30px;
	height: 30px;
}

.circle-small {
	width: 25px;
	height: 25px;
}

.circle-mini {
	width: 15px;
	height: 15px;
}

.circle-mega {
	width: 60px;
	height: 60px;
}

.circle-abs {
	display: none;
	position: absolute;
	top: -20px;
	right: -25px;
}

.circle-del {
	display: none;
	position: absolute;
	top: -20px;
	right: -60px;
}

.circle-img-wrap {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.edit_wrap {
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.css_gallery {
	margin: 0px auto 50px auto;
	background-color: var(--farbe02);
	box-sizing: border-box;
	padding: 20px 30px 10px 30px;
	height: 300px;
	overflow:hidden;
	width: 100%;
}

.css_gallery_img {
	max-width: 100%;
	padding: 0px 10px;
	margin: 0px auto;	
	height: inherit;
}

.slick-prev:before, .slick-next:before {
	color: #fff !important; /*var(--farbe01) !important;*/
}

.css_button {
	width: fit-content;
	background: var(--farbe04);
	color: var(--farbe01);
	padding: 10px 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-decoration: none;

}

.css_button:hover {
	background-color: #d4dde1;
	color:  var(--farbe01);
}

.styleLineBuilder {
	width: 100%;
	margin: 0 auto;
	height: 4px;
	background-color: var(--farbe04);
	box-shadow: none !important;
	border: none !important;
	border-style: none !important;
}

.css_image {
	text-align:center;
	width: 100%;
	margin: 0 auto;
}


.css_video {
	text-align: center;
}

.css_title {
	width: 100%;
	margin: 20px auto;
	font-family: var(--font01);
	background-color: var(--farbe04);
	color: var(--farbe01);
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 15px 0px;
}

.css_title_only {
	width: 100%;
	margin: 20px auto;
	color: var(--farbe01);
	font-family: var(--font01);
	background-color: transparent;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 15px 0px;
}

.social-media-container {
	display: flex;
	justify-content: center;
	margin: 10px 0px;
}

.social-media-container a {
	margin: 0 10px;
	width: 50px;
	height: 50px;
}

.social-media-container img {
	width: 100%;
	height: 100%;
}

.css_text {
	color: var(--farbe03);
	line-height: 1.4;
	width: 100%;
	margin: 20px 0px;
	padding: 0px 20px;
	text-align: justify;
	font-size: 18px;
	box-sizing: border-box;
}

.img_text_block {
	color: var(--farbe03);
	line-height: 1.4;	
	font-size: 18px;
}

.css_text_styled {
	background-color: var(--farbe02);
	color: var(--farbe03);
	width: 100%;
	margin: 20px auto;
	text-align: justify;
	font-size: 18px;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.4;
}

.onDivFocus {
	border: 4px solid blue;
}

.css_image_text {
	background-color: var(--farbe02);
	padding: 20px;
}


}

/* TABLET */
@media only screen and (min-width: 768px) {
	.edit_wrap {
		position: relative;
		width: fit-content;
	}
	#iframe_line_right {
		top: -200px;
		width: 200px;
	}

	#iframe_line_left {
		bottom: -150px;
		width: 250px;
	}
	.css_text {
		width: 80% !important;
		margin: 20px auto !important;
		padding: 0px !important;
	}
	
	#ss_ueberschrift {
		font-size: 60px;
		font-weight: bold;
		letter-spacing:10px;
		text-transform: uppercase;
		width: 80%;
		margin: 20px auto;
		width: fit-content;
		position: relative;
		color: var(--farbe01);
	}
	
}

/* DESKTOP */
@media only screen and (min-width: 1024px) {
	#frames_wrap {
		padding: 0px;
  }

	#frames_center {
    width: 100%;
		margin: 20px auto;		
	}

	
	#ss_title_blocks {
		position: relative; 
	}
	
	#ss_ueberschrift {
		text-align: left;
		font-size: 120px;
	}

	.title_text {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		position: relative;
		margin-top: 30px;
	}
	.frame_homesite {
		width: calc(50% - 20px);
		margin: 10px;
		float: left;
	}
	
	#home_text_overlay {
		top: -70px;
		left: 0px;
		padding-left: 150px;
	}
	
	#ss_unterzeile_1 {
		color: #69869D;
		font-size: 80px;
    text-align: center;
		position: relative;
		left: 0px;
		text-transform: uppercase;
	}
	
	#home_div {
		top: -125px;
  }

	.css_gallery,
	.css_title,
	.css_title_only, 
	.styleLineBuilder,
	.css_text,
	.css_image {
		width: 80% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}	
	
	.css_text_styled {
		padding: 20px 10% !important;
	}
	
	.css_image_text {
		padding: 20px 10% !important;
	}
	
}





.smart-forms .prepend-icon .field-icon {
	top: 14px !important;
}

@media only screen and (max-width: 767px) {
  #kontakt_form_wrapper,
	#impressum_wrapper,
	#kurse_wrapper,
	#newsletter_wrapper	{
    width: 90%;
		margin: 0 auto;
  } 
}

@media only screen and (min-width: 768px) {
  #kontakt_form_wrapper,
  #impressum_wrapper,
	#kurse_wrapper,
	#newsletter_wrapper	{
    width: 70%;
		margin: 0 auto;
  }
}
