@charset "UTF-8";
/* CSS Document */


/*navi*/

* {
	font-family: 'Lato','Helvetica','Roboto','Arial';
}


html {
	font-family: 'Lato','Helvetica','Roboto','Arial';
}


.main-nav-mobile__trigger {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 48px;
  height: 48px;
  padding: 13px 10px;
  border: 2px solid grey;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(44,46,47,.15);
  -webkit-appearance: none;
  appearance: none;
}


.main-nav-mobile__trigger-line {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  height: 2px;
  max-height: 2px;
  background-color: grey;
  transition: transform 175ms ease,opacity 175ms ease;
  transition: transform 175ms ease,opacity 175ms ease,-webkit-transform 175ms ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}


li .sg-h2 {
  color: white;
}

.sg-h2 {
    text-align: left;
	font-size: 1.3125rem;
line-height: 1.33333;
		margin-bottom: 0.25em;
padding-bottom: 0em;
	border-bottom: none;
}



.sg-sidebar {
	color: white !important;
	background: grey;

}


.sg-nav-group a, .sg-nav-group a:visited {
	color: white;
	font-size: 1.1rem;
}


.sg-nav-group a:hover, .sg-nav-group a:focus {
    background: grey;
    border-left: 0px solid grey;
    color: grey;
	text-decoration: none;
}



.sg-nav-group li {
    margin-bottom: 0em;
}


.sg-nav-group .sg-subnav-parent {
    margin: 1.25em 0;
}


.sg-subnav-parent li h2 {
   
    font-family: inherit;
    font-weight: 700;
    font-size: 1.1rem;
}


/*header*/

.sg-header {
	background-color: grey;
	z-index: 2;
position: absolute;
width: 100%;
}

.sg-logo-full {

    background-color: grey;
    color: white;


}

.h1 span:nth-child(2n), h1 span:nth-child(2n) {
    margin-left: 0px;
}


.h1 span, h1 span {

    padding: 0px 0px;

}

/*menue*/



  .main-nav-mobile__trigger.sg-nav-toggle {
     visibility: visible;
	
}


@media only screen and (min-width: 1025px) {
  .main-nav-mobile__trigger.sg-nav-toggle {
   visibility: collapse;
}
}


/*inhalt*/

.sg-wrapper {
	top: 70px;
}


.sg-info, .sg-section-group {
    padding-bottom: 0px;
    padding-bottom: 0em;
}

/*splashscreen*/
.splashscreen {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 1;
	padding: 140px 0;
  text-align: center;
	top: 0px;
	
}

@media only screen and (min-width: 750px) {
  .splashscreen {
	display:none;
}
}



/*links*/



.g-pstyle2 a {
    font-size: 11px !important;
    color: rgb(88,99,112) !important;
}


.g-pstyle2 {

    margin-bottom: 11px !important;

}


/*raw svg*/

.sg-sub-section.sg-example > svg {
 width: 52%;
padding-top: 20%;
padding-bottom: 20%;
left: 50%;
margin-right: -50%;
transform: translate(-50%);
position: relative;
}

