/* jost-regular - latin */
@font-face {
	font-display: swap; 
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/jost-v14-latin-regular.woff2') format('woff2'),
		 url('../fonts/jost-v14-latin-regular.woff') format('woff');
  }
  
  /* jost-italic - latin */
  @font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/jost-v14-latin-italic.woff2') format('woff2'),
		 url('../fonts/jost-v14-latin-italic.woff') format('woff');
  }
  
  /* jost-500 - latin */
  @font-face {
	font-display: swap; 
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/jost-v14-latin-500.woff2') format('woff2'),
		 url('../fonts/jost-v14-latin-500.woff') format('woff');
  }
  
  /* jost-600 - latin */
  @font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/jost-v14-latin-600.woff2') format('woff2'),
		 url('../fonts/jost-v14-latin-600.woff') format('woff');
  }
  




body, html {
	font-family: 'Jost', sans-serif !important;
	font-size: 1em;
	font-weight: 400;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: 100% !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Jost', sans-serif !important;
}
h3 {
	margin-left: 0;
	padding-top: 32px;
	font-family: 'Jost', sans-serif !important;
	font-size: 1.4em;
	font-weight: 500;
}
h4 {
	font-size: 1em;
	font-weight: 500;
	padding-bottom: 0.6em;;
}
h1 {
	font-family: 'Jost', sans-serif;
	margin-left: 0;
	font-size: 1.2em;
	font-weight: 500;
}
h2 {
	font-family: 'Jost', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.5em;
}
a {
	color: #333;
}
a:hover, a:focus {
	text-decoration: none;
	color: #7bc3d1;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
}
.dreieck-blue li {
		list-style-image:url(../img/dreieck.svg);
		list-style-position: outside;
		margin: 0 13px 0 10px;
		padding: 5px 0 5px 0;
}
.dreieck-white li {
	list-style-image:url(../img/dreieck-white.svg);
	list-style-position: outside;
	margin: 0 13px 0 10px;
	padding: 5px 0 5px 0;
}
.danke {
	position: relative;
	top: 100px;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #3D85D8;
  }
/* Navigation */
.nav {
	font-family: 'Jost', sans-serif;
	font-weight: 500;
  }
#nav {
	z-index: 9999;
}
#nav.affix {
  	height: 45px;
	box-shadow: 0 5px 5px -3px #333;
	border-bottom: 1px solid #000;
	position: fixed!important;
	top: 0;
	width: 100%;
}
.navbar-custom {
    font-family: 'Jost', sans-serif !important;
  	height: 45px;
	font-weight: 400;
	background-color:#003a66;
	border-radius: 0px;
}
.navbar-custom .navbar-brand {
	font-weight: 400;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	font-size: 0.9em !important;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	-webkit-transition: background .6s ease-in-out;
	-moz-transition: background .6s ease-in-out;
	transition: background .6s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #eecbad;
	background-color: transparent;
	-webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #eecbad;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	color: #eecbad;
}
.navbar-custom .nav li.active a:hover {
	color: #eecbad;
}
/* Home Section */
#home {
	padding: 0;
	}
#home-text {
	padding-top: 5px;
	padding-bottom: 5px;
	color:#000;
    font-size: 16px;
	line-height: 1.4em;
}
#home p {
	margin: 20px;
}

.amensic-image-wrapper{
max-width:500px;
height:auto;
position: relative;
display:block;
margin:0 auto;
}
.amensic-image-wrapper img{
width:100% !important;
height:auto !important;
display:block;
}


/* ueber-mich Section */
/*.entrytext {
	z-index: 100000;
	top:55%;
	position: absolute;	
	text-align: center;
	padding: 10px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	/*top:55%;
	position: absolute;
	text-align: center;
	display: inline!important;
	font-family: 'Jost', sans-serif;
	font-size: 3em !important;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	z-index: 100000;
	text-shadow: 1px 1px 1px #000;
}*/
.entrytext-box {
	max-width: 1100px;
	margin: 55px 8px 0 8px;
	text-align: center;
	padding: 10px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.2em;
	color: #003a66;
}
#ueber-mich {
	border-top: solid 10px #003a66;
	padding: 0;
	/*background: rgb(248,248,250);
	background: linear-gradient(0deg, rgba(248,248,250,1) 0%, rgba(204,214,215,1) 100%);*/
	}
#ueber-mich h2 {
	margin-left: 3px;
	color: #000;
}
#ueber-mich h4 {
	margin-left: 0px;
}
#ueber-mich-copy-box{
	text-align: center;
}
#ueber-mich-copy{
	letter-spacing: 0.05em;
	margin-left: 4px;
	margin-right: 4px;
}

/* Leistung Section */
#leistungen {
	padding: 0 0 20px 0;
	/*background: rgb(180,181,182);
	background: linear-gradient(0deg, rgba(180,181,182,1) 0%, rgba(112,151,177,1) 100%);*/
	background-color: rgb(180,199,214)
}
#leistungen h2 {
	margin-left: 3px;
	color: #003a66;
}
#leistungen h4 {
	margin-left: -2px;
}
/* Referenzen Section */
#referenzen {
	width: 100%;
	padding: 0;
	background: #003a66;
}
#referenzen h2 {
	margin-left: 3px;
	color: #fff;
}
#referenzen h4 {
	margin-left: -2px;
}
/* Netzwerk Section */
#netzwerk {
	width: 100%;
	padding: 0;
	/*background: rgb(225,241,231);
	background: linear-gradient(180deg, rgba(225,241,231,1) 0%, rgba(112,151,177,1) 100%);*/
}
#netzwerk h2 {
	margin-left: 3px;
	color: #003a66;
}
#netzwerk h4 {
	margin-left: -2px;
}
#container-person {
	min-width: 240px;
	text-align: center;
	padding: 10px;
}
.img-person img{
	border: solid 10px #003a66;
}


/* Netzwerk neu */
.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  grid-template-rows: masonry;
  grid-gap: 1rem;
}

.masonry {
  max-width: 900px;
  padding: 0;
}

.masonry li {
  margin: 0;
}



/* Kontakt Section */
#kontakt {
	width: 100%;
	padding: 0;
	background: #003a66;
}
#kontakt h2 {
	margin-left: 3px;
	color: #fff;
}
#kontakt h4 {
	margin-left: -2px;
}
#kontakt p {
	color: #FFF;
}
/* Imprint Section */
#imprint {
	width: 100%;
	padding: 0;
	background-color: #ffffff;
	}
#imprint h2 {
	color: #003a66;
	margin-left: 3px;
}
/* Data Section */
#data {
	color: #fff;
	width: 100%;
	padding: 0;
	background-color: #000;
	}
#data p {
	font-size: 1em !important;
}
#data a {
	color: #FFFFFF !important;
}
#data a:hover {
	color: rgb(180,199,214) !important;
}
#data h2 {
	color: #fff;
	margin-left: 3px;
}

#section-dsgvo {
  max-width: 1000px;
  background-color: #fff;
  padding: 0 20px;
}
.button-dsgvo {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  margin-top: 20px;
  background-color: #3D85D8;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px;
  font-size: 1em;
  font-family: 'PT Sans', sans-serif;
  transition: 0.4s;
}
.button-dsgvo:hover {
  background-color: #104E8B;
}
/* Footer Section*/
#footer {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #003a66;
	padding: 5px;
	color: #FFFFFF !important;
	border-top: 1px solid #000;
}
#footer p {
	font-size: 0.9em !important;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
#footer a {
	color: #fff !important;
}
#footer a:hover {
	color: #eecbad !important;
}

/* Media Queries */
@media (min-width: 250px) and (max-width: 887px) {
	.container-home {
		background-image: url(../img/rz-logo-kc-solo-white.webp);
		background-repeat: no-repeat;
		width: 100%;
		height: auto;
	}
	p {
		font-size: 1em;
		line-height: 1.4em !important;
		/* hyphens */
	   -moz-hyphens: auto;
	   -o-hyphens: auto;
	   -webkit-hyphens: auto;
	   -ms-hyphens: auto;
	   hyphens: auto;
	}
	ul {
		font-size: 1em;
		line-height: 1.4em !important;
		/* hyphens */
	   -moz-hyphens: auto;
	   -o-hyphens: auto;
	   -webkit-hyphens: auto;
	   -ms-hyphens: auto;
	   hyphens: auto;
	}
	h2 {
		margin-left: 3px !important;
	}
	h4 {
		margin-left: -3px;
	}
	.navbar-collapse {
		border: none !important;
		background-color:#003a66;
	}
	.navbar-custom {
		padding-top: 3px;
	}
	.navbar-custom .nav li a {
		font-size: 1em !important;
		padding: 1.8em 0 0.8em 14px;
	  }
	.container {
		padding: 0 20px !important;
	}
	.container > .navbar-collapse, .container-fluid > .navbar-collapse {
		padding-left: 25px;
		margin-right: -20px;
		margin-left: -20px;
		box-shadow: inset 0 5px 6px -2px black !important;
	}
	#ueber-mich-copy{
		margin-left: 4px;
		margin-right: 4px;
	}
	#logo a {
		padding-left: 0;
		max-width: 120px;
		font-size: 1em;
		letter-spacing: 0.04em;
	}
	.logo-uli {
		margin-top: 1px;
	}
	#home {
		margin-top: 20px;
	}
	#content {
		padding-left: 30px !important;
		margin-top: -20px;
}	
	.city-netzwerk img {
		max-width: 270px;
	}
}

@media (min-width: 888px) and (max-width: 3000px) {
	.container-home {
		background-image: url(../img/rz-logo-kc-solo-white.webp);
		background-repeat: no-repeat;		
		top: 0;
		width: 100%;
		height: auto;
	}
	.nav-icon-2 {
		display: none !important;
	}
	.nav > li > a {
		padding: 0px 10px;
	  }
	.navbar-nav > li > a {
		padding-top: 9px;
		padding-bottom: 0px;
	  }
	.container > .navbar-collapse, .container-fluid > .navbar-collapse {
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	  }
	.navbar-collapse {
		background-color: transparent !important;
		margin-top: 3px;
	}

	.navbar-custom .nav li a:hover {
		outline: 0;
		color: rgb(180,199,214);
		background-color: transparent;
		-webkit-transition:200ms ease;
		-moz-transition:200ms ease;
		-o-transition:200ms ease;
		transition:200ms ease;
	}
	.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
		outline: 0;
		background-color: transparent;
		color: #eecbad;
	}
	.navbar-custom .nav li.active {
		outline: 0;
	}
	.navbar-custom .nav li.active a {
		color: #104e8b;
	}
	.navbar-custom .nav li.active a:hover {
		color: #104e8b;
}
	.logo-uli {
		margin-top: 3px;
	}
	.container-home {	
		top: 0;
	  }
	#logo img {
		margin-top: 5px !important;
	}
}

#logo {
	line-height: 2em;
	font-weight: 500;
	font-family: 'Jost', sans-serif !important;
	font-size: 1.2em;
	letter-spacing: 0.08em;
    color:#FFFFFF;
}
#logo > li {
	letter-spacing: 0.15em;
	list-style: none;
}
.logo-uli {
	float: left;
}
/*PopUp*/
 /* The Modal (background) */
 .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  a:hover, a:focus {
	text-decoration: none;
	color: #3D7D9A;
  }

  .modal-content {
	background-color: #fefefe;
	margin: 2.5em auto; /* 2.5em from the top and centered */
	padding: 20px;
	width: 80%; /* Could be more or less, depending on screen size */
  }

  button, input, optgroup, select, textarea {
	color: #fff;
	font-weight: 500;
	font-size: 1.2em !important;
	border: none;
	background-color: #fff;
  }
  
  /* The Close Button */
  .close {
	color: #3D7D9A;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  /* Collapse Box */
  .collapsible {
	background-color: #3D7D9A;
	padding: 10px;
	margin-left: 0px;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1em;
  }
  
  .active, .collapsible:hover {
	background-color: #003a66;
  }
  
  .collapsible:focus {
	background-color: #003a66;
  }
  
  .collapsible:after {
	content: '\2193';
	color: #fff;
	font-weight: bold;
	float: right;
  }
  
  .active:after {
	content: "\2191";
  }
  
  .content-collapse {
	text-align: left !important;
	max-height: 0;
	padding: 0 20px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
  }

/* Form */
  .form-control {
	border: none;
	border-radius: 0px !important;
	box-shadow: inset 0px 4px 10px rgba(0,0,0,.39);	
  }


/* Hamburger Button */
.nav-icon-2{
	float: right;
	width: 25px;
	height: 30px;
	margin: 5px 10px;
	position: relative;
	cursor: pointer;
	display: block;
  }
  .nav-icon-2 span{
	background-color:#FFF;
	position: absolute;
	border-radius: 1px;
  }
  .nav-icon-2 span:nth-child(1){
	width: 100%;
	height:  3px;
	display: block;
	top: 0.313em;
	left: 0px;
  }
  .nav-icon-2 span:nth-child(2){
	width: 100%;
	height:  3px;
	display: block;
	top: 0.844em;
	left: 0px;
  }
  .nav-icon-2 span:nth-child(3){
	width: 100%;
	height:  3px;
	display: block;
	bottom: 0.313em;
	left: 0px;
  }
  .nav-icon-2.open span:nth-child(1){
	left:5px;
	top: 0.5em;
	width: 20px;
	transform: rotate(90deg);	
  }
  .nav-icon-2.open span:nth-child(2){
	left:-1px;
	top: 1.25em;
	width: 20px;
	transform: rotate(45deg);
	
  }
  .nav-icon-2.open span:nth-child(3){
	left:11px;
	top: 1.25em;
	width: 20px;
	transform: rotate(-45deg);
	
  }