

html {
	box-sizing: border-box;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

.clearL,
.clearR,
.clear {
	clear: both;
}

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

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v22-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v22-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v22-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v22-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v22-latin-italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v22-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
H1,
H2,
H3,
H4,
H5,
H6 {
	font: 18px "Raleway", Arial, Verdana, Sans-serif;
	line-height: 120%;
	color: #323540;
	padding: 10px 0 0;
	font-weight: bold;
}

H1 {
	font-size: 32px;
}

H2 {
	font-size: 28px;
}

H3 {
	font-size: 24px;
}

H4 {
	font-size: 18px;
}

H1+H1,
H1+H2,
H1+H3,
H1+H4,
H1+H5,
H2+H1,
H2+H2,
H2+H3,
H2+H4,
H2+H5,
H3+H1,
H3+H2,
H3+H3,
H3+H4,
H3+H5,
H4+H1,
H4+H2,
H4+H3,
H4+H4,
H4+H5,
H5+H1,
H5+H2,
H5+H3,
H5+H4,
H5+H5 {
	padding: 0;
}

P {
	padding: 10px 0 5px;
}

A {
	text-decoration: none;
	color: #3c3c3c;
}
A[href*="//"]{
	position: relative;
}
A[href*="//"]:after{
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	width: 15px;
	height: 15px;
	min-width: 15px;
	background: url('../img/icons/external-link.svg') no-repeat center left;
	background-size: 100% auto;
	margin-left: 10px;
}

.allcont P A,
#contactform .field.privacy A {
	border-bottom: 2px solid #a3a3a3;
}

#contactform .field.privacy A {
	color: #666;
}

.allcont P A:hover,
#contactform .field.privacy A:hover {
	border-bottom: 2px solid #3c3c3c;
}

::-moz-selection {
	background: #323540;
	color: #ffffff;
}

::selection {
	background: #323540;
	color: #ffffff;
}

::-moz-selection {
	background: #323540;
	color: #ffffff;
}

HR {
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 30px auto;
	border-bottom: 6px dotted #ccc;
}
table {
	width:auto;
	border-collapse: collapse;
	border-spacing: 0;
}

img:not(.is_svg), embed, object, video {
	max-width: 100%;
	height: auto;
	width: auto;
}

.is_svg{
	display: inline-block;
	min-height: 1px;
	min-width: 1px;
	max-width: none;
}

TEXTAREA,
INPUT:not([type="radio"]),
BUTTON,
SELECT {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-font-smoothing: inherit;
	font: 16px "Raleway", Arial, Verdana, Sans-serif;
	color: #666;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	background: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

TEXTAREA {
	border: 1px solid #d6d6d6;
}

SELECT {
	position: relative;
	cursor: pointer;
	outline: none;
	-o-text-overflow: '';
	text-overflow: '';
}

select::-ms-expand {
	display: none;
}

BUTTON {
	border: none;
	cursor: pointer;
}

INPUT[type=text],
INPUT[type=number],
INPUT[type=tel],
TEXTAREA,
INPUT[type=password],
INPUT[type=email],
SELECT,
BUTTON {
	width: 100%;
}


INPUT[type=checkbox] {
	border: 1px solid #d6d6d6;
	padding: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

INPUT[type=checkbox]:focus {
	border-bottom-color: #d6d6d6;
}

INPUT[type=checkbox]:checked {
	border-color: #000;
	position: relative;
}

INPUT[type=checkbox]:checked:after,
INPUT[type=checkbox]:checked:before {
	content: "";
	display: block;
	width: 1px;
	height: 19px;
	background: #000;
	position: absolute;
	top: 2px;
	left: 11px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

INPUT[type=checkbox]:checked:before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

INPUT[type=radio] {
	padding: 4px;
	line-height: normal;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

INPUT[type=submit],
INPUT[type=reset],
.button {
	display: inline-block;
	border: 2px solid #323540;
	border-radius: 50px;
	color: #323540;
	padding: 15px 40px;
}


INPUT[type=submit]:hover,
INPUT[type=reset]:hover,
.button:hover {
	color: #3c3c3c;
	border-color: #3c3c3c;
	text-decoration: none;
	cursor: pointer;
}

INPUT:focus,
SELECT:focus {
	border-bottom-color: #000;
}

INPUT:-webkit-autofill,
TEXTAREA:-webkit-autofill {
	box-shadow:  0 0 0 1000px #FFF inset;
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	opacity: 1;
	color: #666;
}

::-moz-placeholder {
	opacity: 1;
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

/*Blockstile*/
P.align-center,
H1.align-center,
H2.align-center,
H3.align-center,
H4.align-center,
H5.align-center,
A.align-center,
P A.align-center {
	text-align: center;
}

P.align-right,
H1.align-right,
H2.align-right,
H3.align-right,
H4.align-right,
H5.align-right,
A.align-right,
P A.align-right {
	text-align: right;
}

P.align-justify,
H1.align-justify,
H2.align-justify,
H3.align-justify,
H4.align-justify,
H5.align-justify,
A.align-justify,
P A.align-justify {
	text-align: justify;
}

/*Textstile*/
.smalltext {
	font-size: 13px;
	line-height: 150%;
}
.largetext {
	font-size: 24px;
	line-height: 150%;
}

.button,
#kontaktform {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Template*/
BODY {
	font: 16px "Raleway", Arial, Verdana, Sans-serif;
	line-height: 27px;
	color: #3c3c3c;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#site {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}


/*Subhead*/
.subhead {
	width: 100%;
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.subhead .item {
	max-height: 480px;
	overflow: hidden;
	position: relative;
}
.subhead .item .image {
	position: relative;
}
.subhead .item .image::before {
	content: '';
	background: #323540;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0;
}
.subhead .item .image IMG {
	width: 100%;
	height: auto;
}
.subhead .item .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	max-width: 1170px;
	width: 94%;
}
.subhead .item .text * {
	color: #fff;
	padding: 0;
}
.cont {
	padding: 60px 0 90px;
	position: relative;
	overflow: hidden;
}
.cont:before, .subhead:before {
	content: "";
	display: block;
	width: 300px;
	height: 300px;
	background: #67c3b7;
	opacity: 0.35;
	border-radius: 100%;
	position: absolute;
	top: -120px;
	left: 15vw;
	transform: translateX(-50%);
}
.subhead:before {
	left: auto;
	right: -20px;
	width: 200px;
	height: 200px;
	transform: none;
	z-index: 5;
	background: #67c3b7;
	opacity: 0.5;
}
.inner,
.cont>.item,
.gridwrapper>.item {
	max-width: 1170px;
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.gridwrapper>.item .gridwrapper>.item {
	width: auto;
	max-width: none;
}
.item.box {
	padding: 20px 40px 30px;
	box-sizing: border-box;
}
.item.lightbluebox {
	background-color: #c6dfde;
}

.item + .item {
	margin-top: 50px;
}

/*Foot*/
.foot {
	background: #323540;
	color: #fff;
	font-size: 15px;
	padding: 30px 0;
}
.foot A {
	color: #fff;
}
.foot P {
	padding: 0;
}


/*Listen*/
.allcont UL {
	margin: 5px 0px 10px 25px;
}
.allcont UL LI {
	list-style-type: disc;
	padding: 3px 0px;
}
.allcont OL {
	margin: 5px 0px 10px 18px;
}
.allcont OL LI {
	list-style-type: decimal;
	padding: 3px 0px;
}

/*Tabelle*/
.allcont TABLE {
	margin: 10px 0px;
	width: 100%;
}
.allcont TABLE TR TD {
	padding: 5px 10px 5px 0px;
}
.allcont TABLE TR TH {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background: #323540;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE.tabelle-basic {
	width: 100%;
}
.allcont TABLE TR:first-child {
	background: #ccd5de;
}
.allcont TABLE.tabelle-basic TR.even {
	background-color: #e8e8e8;
}
.allcont TABLE.tabelle-basic TR TD {
	padding: 5px 15px;
	border-right: 1px solid #fff;
}

/*Gridelemente*/
/*Allgemein*/
.gridrow {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.gridrow.align_middle{
	align-items: center;
}
.gridrow.align_top{
	align-items: flex-start;
}
.gridrow.align_bottom{
	align-items: flex-end;
}

.gridrow .col+.col {
	margin-left: 4%;
}

/*Boxen 50%*/
.grid2cols>.col {
	width: 48%;
}

/*Boxen 33%*/
.grid3cols>.col {
	width: 30.6%;
}

/*Boxen 25%*/
.grid4cols>.col {
	width: 22%;
}

/*Boxen 33%-66%*/
.col_pos_33-66>.col.col1 {
	width: 32%;
}

.col_pos_33-66>.col.col2 {
	width: 64%;
}

/*Boxen 66%-33%*/
.col_pos_66-3>.col.col1 {
	width: 64%;
}

.col_pos_66-3>.col.col2 {
	width: 32%;
}

/*Boxen 80%-20%*/
.col_pos_80-20>.col.col1 {
	width: 76%;
}

.col_pos_80-20>.col.col2 {
	width: 20%;
}
/*Boxen 20%-80%*/
.col_pos_20-80>.col.col1 {
	width: 20%;
}

.col_pos_20-80>.col.col2 {
	width: 76%;
}
/*Boxen 60%-40%*/
.col_pos_60-40>.col.col1 {
	width: 60%;
}

.col_pos_60-40>.col.col2 {
	width: 36%;
}


/*Special_ID-Anpassungen*/

/*formular*/
.no-js #contactform {
	display: none;
}

#contactform {
	margin-top: 20px;
	color: #666;
}
#contactform h4 {
	margin-bottom: 30px;
	text-align: center;
}

#contactform .gridrow {
	margin: 20px 0;
}

#contactform .field {
	margin: 5px 0;
	width: 100%;
}
#contactform .field.privacy INPUT {
	margin-right: 5px;
}
#contactform .field.privacy INPUT:hover {
	cursor: pointer;
}
#contactform .field.privacy span {
	position: relative;
	top: -10px;
}
.success_mail H4,
.noscript_mail H4 {
	padding: 50px 4%;
	background: #f7f7f7;
}

.success_mail {
	margin-top: 20px;
}

.field.submit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.field.time-slot {
	display: flex;
	align-items: center;
	gap: 10px;
} 

.icon {
	position: relative;
	padding: 0 5px 0 45px;
	font-weight: bold;
	color: #323540;
}

.icon::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}  

.icon-place::before {
	background-image: url('../img/icons/place.svg');
}

.icon-date::before {
	background-image: url('../img/icons/date.svg');
}

.icon-duration::before {
	background-image: url('../img/icons/duration.svg');
}

/* CSS Mobile Reset */

@media all and (max-width: 970px) {
	.col_pos_80-20 .col.col1,
	.col_pos_80-20 .col.col2,
	.col_pos_20-80 .col.col1,
	.col_pos_20-80 .col.col2
	{
		width: 100%;
	}
}
@media all and (max-width: 700px) {


/*Gridelemente*/
	.gridrow .col + .col
	{
		margin-left: 0;
	}
	.grid2cols .col,
	.grid3cols .col,
	.grid4cols .col,
	.col_pos_33-66 .col.col1,
	.col_pos_33-66 .col.col2,
	.col_pos_66-33 .col.col1,
	.col_pos_66-33 .col.col2
	{
		width: 100%;
	}
}

/*Ab hier springt er auf 100% breite Elemente (320px)*/
@media all and (max-width: 470px) {

	body {
		font-size: 16px;
	}
	.cont {
		padding: 20px 0 20px;
	}
	h1 {
		font-size: 28px;
		margin-bottom: 0;
	}
	h2 {
		font-size: 24px;
	}

	.item.box {
		padding: 15px 20px 20px;
	}
}