* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	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%;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
  } 
	
	.css_site {
		width: 100%;
	}
	
	.styleLineBuilder {
		width: 100%;
		margin: 0 auto;
		height: 4px;
		background-color: var(--farbe01);
		box-shadow: none !important;
		border: none !important;
		border-style: none !important;
	}

	.styleLine2 {
		width: 20%;
		margin: 0 auto;
		height: 4px;
		background-color: var(--farbe01);
		box-shadow: none !important;
		border: none !important;
		border-style: none !important;
		margin-bottom: 40px;
	}
	.title_text {
		margin: 0 auto;
		padding: 20px 0px;
		width: 100%;
		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);
		min-width: 50px;
		min-height: 20px;
	}
	
	.ss_ueberschrift_line {
		width: 100%;
		margin: 0 auto;
		height: 4px;
		background-color: var(--farbe01);
		box-shadow: none !important;
		border: none !important;
		border-style: none !important;
	}
	
	#ss_unterzeile_1,
	#ss_unterzeile_2	{
		font-size: 20px;
		margin: 20px 0px 0px 0px;
		background-color: var(--farbe02);
		color: var(--farbe01);
		padding: 5px 5px 5px 10px;
    text-align: center;
		width: fit-content;
		margin: 0 auto;
		position: relative;
	}
	#ss_unterzeile_1 {
		width: 200px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#ss_unterzeile_2 {
		width: 250px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

#frames_wrap {
	width: 100%;
	background: #EEF8F4;
	padding: 40px;
	box-sizing: border-box;
}


	
.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: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.onDivFocus {
	border: 4px solid blue;
}

.edit_wrap_2 {
	width: fit-content;
	margin: 0 auto;
	position: relative;
}

.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 20px 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: var(--farbe01) !important;
}

.css_button {
	width: fit-content;
	background: var(--farbe02);
	padding: 10px 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: var(--farbe01);
}

.css_button:hover {
	background-color: #71bda2;
}


.css_title {
	width: 100%;
	margin: 20px auto;
	background-color: var(--farbe02);
	color: var(--farbe01);
	text-align: center;
	font-size: 32px;
	padding: 15px 5px;
	font-family: var(--font01);
}

.css_title_only {
	width: 100%;
	margin: 20px auto;
	background-color: transparent;
	text-align: center;
	font-size: 32px;
	padding: 15px 0px;
	color: var(--farbe02);
	font-family: var(--font01);
}



.css_text {
	color: var(--farbe04);
	line-height: 1.4;
	width: 100%;
	margin: 0px 0px;
	padding: 20px;
	text-align: justify;
	font-size: 18px;
	box-sizing: border-box;
}

.img_text_block {
	color: var(--farbe04);
	line-height: 1.4;
	font-size:18px;
	padding: 20px;
}

.css_text_styled {
	background-color: var(--farbe02);
	color: var(--farbe03);
	width: 100%;
	margin: 0px auto;
	text-align: justify;
	font-size: 18px;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.4;
}

.css_image {
	text-align:center;
	width: 100%;
	margin: 0 auto;
}


.css_video {
	text-align: center;
}

.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%;
}



}

/* TABLET */
@media only screen and (min-width: 768px) {
	#ss_unterzeile_1,
	#ss_unterzeile_2	{
		text-align: left;
	}
	
	.edit_wrap {
		position: relative;
		width: fit-content;
	}
	
	.circle-img-wrap {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.img_text_block {
		padding: 0px;
	}	
	
	#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) {
	#home_div {
    width: 100%;
		margin: 0 auto;
  }
	
	.css_site {
		width: 100%;
		margin: 0 auto;
	}
	
	#frames_wrap {
		padding: 0px;
  }

	#frames_center {
    width: 100%;
		margin: 20px auto;		
	}

	
	#ss_title_blocks {
		position: absolute; 
		top: 15%; 
		right: -100px;
		width: 380px;
	}
	
	#ss_ueberschrift {
		font-size: 60px;
		font-weight: bold;
		letter-spacing:18px;
		text-transform: uppercase;
	}
	
	.ss_ueberschrift_line {
		width: 100%;
		margin: 0 auto;
	}
	
	#ss_unterzeile_1 {
		margin-left: 150px;
	}
	
	#ss_unterzeile_2 {
		margin-left: 100px;
	}
	
	.styleLine2 {
		width: 30%;
		margin: 0;
		height: 4px;
		background-color: var(--farbe01);
		box-shadow: none !important;
		border: none !important;
		border-style: none !important;
		margin-bottom: 50px;
	}
	.title_text {
		margin: 0;
		padding: 60px 0px 40px 0px;
		text-align: left;
		font-size: 18px;
	}
	.frame_homesite {
		width: calc(50% - 20px);
		margin: 10px;
		float: left;
	}

	.styleLineBuilder {
		width: 100%;
		margin: 0 auto;
		height: 4px;
		background-color: var(--farbe01);
		box-shadow: none !important;
		border: none !important;
		border-style: none !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;
  }
}

@media only screen and (min-width: 1200px) {
	#ss_title_blocks {
		top: 12%;
		right: 20px;
	}	
	
	#ss_unterzeile_1 {
		margin-left: 250px;
	}
	
	#ss_unterzeile_2 {
		margin-left: 200px;
	}
}
