<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.h2-entry-content {
	
	font-size: 21px;
}

.h1-front {
	font-size: 25px;
}
.h2-front {
	font-size: 19px;
}


h1.cms-titel {
	font-size: 2em;
}

@media (max-width: 640px) {
    .footer-logos img {
		 max-width: 50px;
        max-height: 30px;
        padding: 0;
    }
}

#footer .credits a:link{
	color:#215aa8;
}
#footer .credits a:visited{
	color:#215aa8;
}
#footer .credits a:hover{
	color:#ccc;
} 

video {
	width: 100% !important;
	height: auto !important;
	border: 5px solid black;
	border-radius: 5px;
}

.whatsapp-icon {
	position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 996;
  background: #00bd07;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
	color:white !important;
}

ol {
  margin-left: 1em;
}

ol {
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.4em;
  padding: 0 1em;
}

ol li {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  text-indent: -0.6em;
}


.content h4 {
	font-size: 17px;
}

.ref-image {
	position: relative;
}
.btn-more{
	position: absolute;
	bottom:14.5%;
	right:43%;
}
.btn-more-left{
	position: absolute;
	bottom:11.5%;
	left:43%;
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 3.75rem;
  width: 50%;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 7;
  --color: #1199d6;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
	margin-bottom: 1rem;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 6; }
ul.cloud a[data-weight="6"] { --size: 8; }
ul.cloud a[data-weight="7"] { --size: 10; }
ul.cloud a[data-weight="8"] { --size: 13; }
ul.cloud a[data-weight="9"] { --size: 16; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a { --color: #666; }
ul.cloud li:nth-child(3n+1) a { --color: #1c7fab; }
ul.cloud li:nth-child(4n+1) a { --color: #999; }

ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}



.carousel-content h2 {
	font-family: 'Fugaz One', cursive;
}

#process {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#000 url(../img/2ajaxloader.gif) center center no-repeat;
	opacity:0.7;
	z-index:9999;
	display:none;
	text-align:center;
}
#success {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	background:#0060ab;
	color:white;
	opacity:0.7;
	z-index:9999;
	display:none;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
}
/* Blog Entry */
@media (min-width: 992px) {
	.blog .entry {
		height: 490px;
	}
}
/* Bootstrap Style Button Primary new Style!*/
.btn-primary {
	background-color: #1199d6 !important;
}

a.pagelink ul li {
	font-weight: bold;
}
/* Damit Navbar Header und Footer nicht "bold" sind */
a:not(ul li a){
	font-weight: bold;
}

/*
a:not(.navbar ul li a):link 
{
   font-weight: bold;
}
*/
a.pagelink:link{
	color:#288ed6;
}
a.pagelink:visited{
	color:#288ed6;
}
a.pagelink:hover{
	color:#999;
}
a.pagelink2:link{
	color:#1199d6;
}
a.pagelink2:visited{
	color:#1199d6;
}
a.pagelink2:hover{
	color:#999;
}


a.pagelink3:link{
	color:#288ed6;
}
a.pagelink3:visited{
	color:#288ed6;
}
a.pagelink3:hover{
	color:#999;
}


a.mylink:link{
	color:#3653B1;
}
/*referenzen.php Logos*/
@media (min-width: 801px) {
	.logo-mobile {
		display: none;
	}
}
@media (max-width: 800px) {
	.logo-desk {
		display: none;
	}
}
/*Ende referenzen.php Logos*/

@media (min-width: 421px) {
	.mobileonly {
		display: none;
	}
	.nomobile {
		display:block;
	}
}
@media (max-width: 420px) {
	.nomobile {
		display: none;
	}
	.mobileonly {
		display: block;
	}
	.carousel-content p {
		
		background-color: snow;
		padding: 7px;
		border-radius: 25px;
		opacity:0.1;
	}
}
.button_ef {
	background: #002549;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
hr.dotted {
    border-top: 2px dotted #999;
}</pre></body></html>