:root {
	--purple: #657bac;
	--white: #ffffff;
	--black: #000000;
	--grey: #666666;
	--orange: #D95E11;
	--purple-light: rgba(101,123,172,0.2);

}


/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-v32-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Loretta';
    src: url('../fonts/loretta-regular.woff2') format('woff2'),
        url('../fonts/loretta-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Loretta';
    src: url('../fonts/loretta-light.woff2') format('woff2'),
        url('../fonts/loretta-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



img { border: none; }
form {margin:0px; padding:0px;}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.svg-container {
 position: relative; 
 height: 0; 
 width: 100%; 
 padding: 0;
 padding-bottom: 100%; /* override this inline for aspect ratio other than square */
}

.svg-container svg {
 position: absolute; 
 height: 100%; 
 width: 100%; 
 left: 0; 
 top: 0;
}

/* ### HTML ###################################################################### */
html {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
  	scroll-padding: 10rem;

}

@media (max-width:720px) {
    html {font-size: 58%; /* 1rem = 8px */}
}


/* ### BODY ###################################################################### */
body {
	background-color: rgba(242,242,242,1);
	color: var(--grey);
	font-family: 'Nunito';
    font-weight: 400;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-size:2.2rem;
	background-position:0px 0px;
	background-repeat:repeat;
	height:100%;
	/*letter-spacing: 0.4px;*/
	/*word-spacing: 2px;*/
	

	}

.wrapper_outer {padding: 0 3%;}
.wrapper_inner {width: 100%; max-width: 1005px; margin: auto;}


.inner_1240 { max-width:1240px !important;}
.inner_920 { max-width:920px !important;}
.inner_740 { max-width:740px !important;}
.inner_700 { max-width:700px !important;}
.inner_640 { max-width:640px !important;}

.margin_auto {margin: auto;}

.flexbox { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
	  	  
	  }

.nowrap { 
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
	/*breite flexibel passt sich ein - standard*/ 
	  }	

.wrap { 
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
	/*breite fix passt sich nicht ein*/
	  }
	  
.space-between { 	    
-webkit-box-pack:justify;
      -ms-flex-pack:justify;
		-webkit-justify-content:space-between;
          justify-content:space-between;
}

.align-items-center {align-items: center;}

.horizontal-mitte {
-webkit-box-flex:1;
      -ms-flex:1 auto;
          flex:1 auto; 
		  display:flex;  
		  -webkit-box-align:center;  
		  -ms-flex-align:center;  
		  align-items:center; 
		  
		  /*-webkit-box-pack:center; 
		  -ms-flex-pack:center; 
		  justify-content:center;*/
		   
		  -ms-flex-item-align:stretch; 
		  align-self:stretch; 
}

.horizontal-unten {
-webkit-box-flex:1;
      -ms-flex:1 auto;
          flex:1 auto; 
		  display:flex;  
		  -webkit-box-align:end;  
		  -ms-flex-align:end;  
		  align-items:end; 
		  
		  /*-webkit-box-pack:center; 
		  -ms-flex-pack:center; 
		  justify-content:center;*/

}


.height_100 {height: 100%;}

/* ### INHALT ###################################################################### */
.loretta {font-family: 'Loretta';}
.nunito {font-family: 'Nunito';}

h1 {font-family: 'Loretta'; font-weight: 300; font-size: 4.8rem; color:var(--purple); text-align: center; letter-spacing: 0.8px; line-height: 120%;}
h1:after {display: block; margin-left: auto; margin-right: auto; content: ''; width: 150px; height: 1px; background-color: var(--purple); margin-top: 25px;}

h2 {font-family: 'Loretta'; font-weight: 300; font-size: 3.6rem; color:var(--purple); letter-spacing: 0.8px; line-height: 120%;}

h3 {font-family: 'Loretta'; font-weight: 300; font-size: 2.8rem; color:var(--purple); letter-spacing: 0.8px; line-height: 120%;}

h4 {font-weight: 600; font-size: 2.2rem; color:var(--black); line-height: 120%; margin-bottom: 0;}

@media (max-width:720px) {
	h1:after {width: 100px;}
}

.quote_box {font-family: 'Loretta'; font-weight: 300; font-size: 3.6rem; color:var(--purple); letter-spacing: 0.8px; line-height: 120%; text-align: center; position: relative; display: inline-block;}
/*.quote_box.quotes_on {padding-left: 10px; padding-right: 10px;}*/
.quotes_on:before {content:'„'; display: inline-block; font-size:6rem; position: relative; bottom:0px; left: 0px; line-height: 1px; height: 20px;}
.quotes_on:after {content:'“'; display: inline-block; font-size:6rem; position: relative; top:10px; right: 0px; line-height: 1px; height: 20px;}


p {padding-top: 0px; margin-top: 0px;}

strong,b {font-weight: 700; color:var(--black);}

.clear {clear:both; font-size:1px; line-height:1px; height:1px;}

.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}

.white {color:var(--white);}
.black {color:var(--black);}
.purple {color:var(--purple);}
.purple_light {color:var(--purple-light);}
.orange {color:var(--orange) !important;}

.hg_section {padding:30px 0;}
.hg_purple_light {background-color: var(--purple-light);}
.hg_purple {background-color: var(--purple);}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--purple-light);
    margin: 0;
    padding: 0;
}


section.mg_bottom_xl {padding-bottom: 120px;}
section.mg_bottom_l {padding-bottom: 80px;}
section.mg_bottom_m {padding-bottom: 40px;}
section.mg_bottom_s {padding-bottom: 20px;}

@media (min-width:1200px) {
    .abstand_150 {padding:3%;}
}


/*focus nur tastatur - nur bei input felder wird auch auf klick outline gemacht hier greift focus-visible nicht*/
*:focus:not(:focus-visible) {
    outline: none
}

*:focus-visible {
    outline: 2px dashed currentColor;
    outline-offset: 2px;
}


main a {color:var(--orange); text-decoration: none; }
main a:hover {color: var(--purple);}

main a.reverse {color:var(--purple); text-decoration: none; }
main a.reverse:hover {color: var(--orange);}

.klein {font-size:0.812em; line-height: 1.235em;}

.linie_1px {line-height:1px; font-size:1px; height:1px; background-color:#d0cfc5; display:block; margin-top:8px; margin-bottom:9px; clear:both;}


/*p + ul {margin-top: -0.5em;}*/
main ul {list-style-position:outside; list-style-type:disc;  padding-left:48px; padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:18px;}
main ol {list-style-position:outside; list-style-type:decimal; padding-left:48px; padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:18px; margin-left:0px;}
main ul li {padding-left:3px; padding-bottom:0px;}
main ol li {padding-left:3px; padding-bottom:0px;}
main ul li::marker {}

blockquote {
	background-color: #efefef;
	margin: 0;
	padding: 5px 15px;
	font-style: italic;
	color:#00788d;
}


@media (max-width:870px) {
    
}

main {/*padding-top: 4vw;*/}



.accordion_text_li {width: 48%;}
.accordion_fullbox {width: 48%; border-top:1px solid var(--purple-light);}
.accordion {display: none;}
.accordion_box {border-bottom:1px solid var(--purple-light);}
.accordion_box button {outline: none; border:none; background-color: transparent; padding: 0; margin: 0; display: flex; justify-content: space-between; align-items: center; width: 100%;}
.accordion_text {font-family: 'Loretta'; font-weight: 300; font-size: 3rem; color:var(--purple); letter-spacing: 0.8px; line-height: 120%; display: block; text-align: left; padding: 6px 0px;}
.accordion_arrow {font-size:6rem; font-family: 'Loretta'; font-weight: 300; line-height: 1; color:var(--purple-light); display: block; position: relative; top:-3px;}
.accordion_trigger {cursor: pointer;}
.accordion_trigger:hover .accordion_text, .accordion_trigger:hover .accordion_arrow {color:var(--orange);}

@media (max-width: 760px) {
	.accordion_text_li {width: 100%;}
	.accordion_fullbox {width: 100%;}
}

.team_box_1 {border-top:1px solid var(--purple-light); border-bottom:1px solid var(--purple-light);}
.team_1_li {width: 197px; margin-right: 4%;}
.team_1_li img {width: 100%; height: auto; display: block;}

@media (max-width: 420px) {
	.team_1_li {width: 100%; margin-right: 0;}
}

.bildrund {border-radius: 100%;}
.team_2_li {width: 280px;}
.team_2_li img {width: 100%; height: auto; display: block;}
.team_2_re {width: calc(100% - 280px);}
.team_2_text_1 {padding-left: 4%;}
.team_2_text_1 h2 {padding-bottom: 0; margin-bottom: 0;}
.team_2_text_1 p {padding-top: 0;}
.team_2_text_2 {padding-left: 4%; padding-top: 20px;}

.team_box_2_bild_rechts .team_2_li {order:2;}
.team_box_2_bild_rechts .team_2_re {order:1;}
.team_box_2_bild_rechts .team_2_text_1 {padding-left: 0%; padding-right: 4%; text-align: right;}
.team_box_2_bild_rechts .team_2_text_2 {padding-left: 0%; padding-right: 4%; text-align: right;}

@media (max-width: 780px) {
	.team_2_li {width: 200px;}
	.team_2_re {width: calc(100% - 200px);}
}

@media (max-width: 620px) {
	.team_box_2 {margin-bottom: 20px;}
	.team_2_li {width: 100%;}
	.team_2_li img {max-width: 200px; margin-left: auto; margin-right: auto;}
	.team_1_li {width: 100%;}
	.team_1_li img {max-width: 197px; margin-left: auto; margin-right: auto;}
	.team_2_re {width: 100%;}
	.team_box_2_bild_rechts .team_2_li {order:1;}
	.team_box_2_bild_rechts .team_2_re {order:2;}
	.team_box_2_bild_rechts .team_2_text_1 {padding-left: 0%; padding-right: 0%; text-align: left;}
	.team_box_2_bild_rechts .team_2_text_2 {padding-left: 0%; padding-right: 0%; text-align: left;}
	.team_box_1.flexbox {display: block;}
}

@media (max-width: 420px) {
	.team_2_li img, .team_1_li img {width: 100%; max-width: none;}
}

.float_bild_re {float: right; margin-right: -3%; margin-left: 35px; margin-bottom: 20px; width: 50%;}
.float_bild_li {float: left; margin-left: -3%; margin-right: 35px; margin-bottom: 20px; width: 50%;}

@media (max-width: 720px) {
	.float_bild_re, .float_bild_li {float: none; margin-right: 0; margin-left: 0; width: 100%;}
}

.banner_image img {width: 100%;}

@media (max-width: 460px) {
	.banner_image img {width: 150%; margin-left: -25%;}
	.banner_image_inner {overflow: hidden; margin: auto; max-width: 94;}
}

/*
.calltoaction_box {}
.calltoaction_button {display: inline-flex; padding: 5px 26px; justify-content: center; align-items: center; gap: 8px; border-radius: 250px;
 text-decoration: none; color:var(--white); background: var(--green);}
.calltoaction_button:hover {background: var(--green); color:var(--black);}

.calltoaction_button:focus-visible {
    outline: 2px dashed var(--black);
    outline-offset: 2px;
}
*/

.no_google_maps {position: relative;}
.no_google_maps img {width: 100%; height: auto; }
.no_google_maps .outer_padding {width: 100%; height: 100%; position: absolute; top:0; left:0; text-align: center; cursor: pointer; font-size:2rem; color:#fff;}
.no_google_maps .inner_920 {width: 100%; margin: auto;}
.no_google_maps a {color:var(--white);}
@media (min-width: 960px) {
	.google_maps.embed-container {padding-bottom: 40.25%;}
}


/* ### HEADER  ###################################################################### */
header {width: 100%; overflow: hidden; position: relative;}
.header_bild {overflow: hidden; margin-bottom: -9%; margin-top: -5%; display: block;}
.header_bild img {width: 100%; height: auto; display: block;}
.header_verlauf {background-image: linear-gradient(to top, rgba(53,74,112,0.6), rgba(53,74,112,0));
}
.header_logo {width: 100%; text-align: center; position: absolute; top:0; left:0; }
.header_logo img {max-width: 455px;}
.header_notar {width: 100%; text-align: center; position: absolute; bottom:0; left:0; padding-top: 3%;}
.header_notar img {max-width: 450px; width: 100%; margin-left: -4%; margin-bottom: 20px;}

.ratio-box {width: 100%; overflow: hidden;}

@media (max-width: 1240px) {
	.header_logo img {max-width: 405px;}
	.header_notar img {max-width: 400px;}
}

@media (max-width: 1055px) {
	.header_logo img {max-width: 305px;}
	.header_notar img {max-width: 300px;}
}

@media (max-width: 860px) {
	.header_logo img {max-width: 255px;}
	.header_notar img {max-width: 250px; margin-bottom: 5px;}
}

@media (max-width: 590px) {
	.header_logo img {max-width: 205px;}
	.header_notar img {max-width: 200px;}
}


@media (max-width: 460px) {
	/*.header_logo img {max-width: 165px;}
	.header_notar img {max-width: 160px;}*/
	.header_bild {margin-bottom: 0; margin-top:0;}
	.header_bild img {width: 130%; margin-left: -15%;}
}

/* ### NAVI ###################################################################### */


.nav {line-height: 1.5; font-size:4rem; letter-spacing: 0.7px; margin-top: -110px; padding-top: 100px; padding-bottom: 30px; display: none; margin-bottom: 40px;}
.nav ul {margin: 0; padding: 0; text-align: center;}
.nav li {list-style: none;}

.nav ul.ebene_1 li {}
.nav ul.ebene_1 li:after {display: block; height: 1px; content:''; width:60px; background-color: var(--purple);  margin-left: auto; margin-right: auto; margin-top: 12px; margin-bottom: 12px;}
.nav ul.ebene_1 li:last-of-type:after {display: none;}
.nav ul.ebene_2 li {font-size:3rem; padding-top: 5px; padding-bottom: 5px;}
.nav ul.ebene_2 li:after {display: none;}
.nav ul.ebene_1 li a {color:var(--purple); text-decoration: none;}
.nav ul.ebene_1 li a:hover, .nav ul.ebene_1 li.active a {color:var(--orange);}
.nav ul.ebene_2 li a {color:var(--purple) !important;}
.nav ul.ebene_2 li a:hover, .nav ul.ebene_2 li.active a{color:var(--orange) !important;}
.nav ul.ebene_1 {}


.nav ul.ebene_2 {}


	
.lines-box {text-align: center; margin-bottom: 35px; margin-top: 35px; font-size:22px;}
.lines-button { height:40px;  z-index:3; background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid var(--purple);  cursor: pointer; }

.lines-button:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
.lines-button:active {
}
.lines {
    background: var(--purple) none repeat scroll 0 0;
    border-radius: 0.28571rem;
    display: inline-block;
    height:4px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width:35px;
    /*width: 2.2rem;*/
	position: relative;
  	top: -5px;
}
.lines:before, .lines:after {
    background: var(--purple) none repeat scroll 0 0;
    border-radius: 0.28571rem;
    content: "";
    display: inline-block;
    height:4px;
    left: 0;
    position: absolute;
    -webkit-transform-origin: 0.28571rem center 0;
        -ms-transform-origin: 0.28571rem center 0;
            transform-origin: 0.28571rem center 0;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width:35px;
    /*width: 2.2rem;*/
}
.lines:before {
    top:10px;
    /*top: 0.5rem;*/
}
.lines:after {
    top:-10px;
    /*top: -0.5rem;*/
}
/*.lines-button:hover .lines:before {
    top:16px;
    top: 1rem;
}
.lines-button:hover .lines:after {
    top:-16px;
    top: -1rem;
}*/
.lines-button.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
	border:1px solid transparent;
}
.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
    top: 0;
    width:35px;
    width: 2.22222rem;
    
}
.lines-button.arrow.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
            transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
            transform: rotate3d(0, 0, 1, -40deg);
}
.lines-button.arrow-up.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
            transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}
.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width:48px;
    width: 3rem;
}
.lines-button.x.close .lines {
    background: transparent none repeat scroll 0 0;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    top: 0;
    -webkit-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    width:40px;
    /*width: 3rem;*/
}
.lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    left:-2px;
}
.lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    left:-2px;
}



/* ### FOOTER ###################################################################### */
footer {color:var(--white); margin-top: 3.5vw;}
footer a {color:var(--white); text-decoration: none;}
footer a:hover {/*color:var(--orange);*/ text-decoration: underline;}
footer p {font-size:1.8rem; margin-top: -10px;}
.footer_li {width: 47%; text-align: right;}
.footer_re {width: 47%;}
.footer_padding {padding-top: 2.5vw; padding-bottom: 2.5vw;}

@media (max-width: 720px) {
	.footer_li {width: 100%; order:2; text-align: left;}
	.footer_re {width: 100%; order: 1; margin-bottom: 5px;}
}

/* ### scroll top ### */
#scroll_top {position:fixed; 
right:-40px; 
background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 30px;
    display: block;
    height: 40px;
    top: auto;
    -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    width: 40px;
    z-index: 100;
}

#scroll_top.top_on {right:0px; }

/* ### YFORM ###################################################################### */

.alert {color:rgba(186,29,32,1.00);}

.yform_flex_3_spalten,
.yform_flex_2_spalten
{
  display: flex;
  flex-flow: wrap;
  justify-content:space-between;
}


.yform_flex_3_spalten > div {width: 32.7%;}
.yform_flex_2_spalten > div {width: 49.5%;}

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

.yform_flex_3_spalten > div {width: 100%;}
.yform_flex_2_spalten > div {width: 100%;}
	
}


.yform .form-group {margin-bottom: 7px;}
.yform label {margin-bottom: 5px; display: inline-block; color: gray;}

.yform input,
.yform textarea {
    width: 100%;
    box-sizing: border-box; 
	padding:2px 0.3em 0 0.3em;
	line-height:1.6;

	margin-bottom: 5px;
	background-color: #f5f6f6;
	border:1px solid #f5f6f6;

	font-size:1.133em;
	}

.yform input {
    height: 36px;
}


.yform textarea {
	height: 110px;
}

.yform select {
	 width: 100%;
    box-sizing: border-box; 
	background-color: #f5f6f6;
    border: 1px solid #f5f6f6;

    line-height: 1.6;
    margin-bottom: 0.4em;
    padding:2px 0.3em 0 0.3em;

	font-size:1.133em;
    height: 36px;
	}

.yform option[selected="selected"] {
  color: black;
}

.yform .checkbox input {
	width: auto;
    height: auto;
	margin-right: 3px;
}


.yform button[type=submit] {
	display: inline-block; background-color:var(--green); color:#fff;  background-size: 16px auto; background-repeat: no-repeat; background-position: 5px 4px; padding: 5px 28px 4px 28px; margin: 5px 0px 8px 0px; border:none; font-size:0.9em; cursor: pointer; border-radius: 5px;  letter-spacing: 1px; text-transform: uppercase; height: 36px;
	
}

.yform .submit_box_gruen_pastel button[type=submit] {}

.yform input[type="file"] {width:auto;}

.formgen_submit {text-align: right;}

.yform button[type=submit]:hover {color:var(--black);}

.yform .info_pflichtfelder {margin-bottom: 10px; margin-top: 10px;}


/* ### SPECIAL ###################################################################### */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#offline-404-frontend-msg {
    background: darkred none repeat scroll 0 0;
    border: 1px solid #fff;
    color: white;
    font-family: Arial,sans-serif;
    font-size: 13px;
    left: 0;
    padding: 4px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10000;
}




