/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 11, 2026 */



@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: fallback;
}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: fallback;
}


@font-face {
    font-family: 'alex_brushregular';
    src: url('../fonts/alexbrush-regular-webfont.eot');
    src: url('../fonts/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alexbrush-regular-webfont.woff') format('woff'),
         url('../fonts/alexbrush-regular-webfont.ttf') format('truetype'),
         url('../fonts/alexbrush-regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;
}
/*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*/

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
} 

:root {
	--highlight: #3399AA;
	--highlight2: #bee1e3;
	--text: #525252;
    --lightback: #f3ece2;
}

body{
    font-family: 'montserratregular', sans-serif;
	font-size:16px;
	line-height: 30px;
	color:var(--text);
}

h1, h2, h3{
	font-family: 'Times New Roman', 'serif';
	font-weight: normal;
	text-transform: uppercase;
}

h1{
	font-size:26px;
}

h2, h3{
	font-size:20px;
}

p{
    font-family: 'montserratregular';
}

main a, main a:visited{
	color:inherit;	
}

main a:hover, main a:focus, main a:active{
	color:var(--highlight);	
}


img {
	max-width: 100%;/*  alle img responsive;max. die Breite, die des Fotos selbst hat --- */
	height: auto;
}

header, nav, main, article, section, footer{
	display:block;
}






/*header*/
header {
  height: 720px;
  background-image: url("../img/hg_start.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -600px;
}

#intro {
  color: #fff;
  text-align: center;
  padding-top: 150px;
}

#intro h1{
	font-size:40px
}

@keyframes einblenden {
  0% {opacity:0;}
  100% {opacity:1;}
}

.einblenden1, .einblenden2, .einblenden3, .einblenden4{
	opacity: 0;
	font-size: 24px;
    font-family: 'montserratregular';
	text-transform: none;
	animation:einblenden;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;		
}

.einblenden1{
	animation-delay: 0.4s;	
}
.einblenden2{
	animation-delay: 1s;	
}
.einblenden3{
	animation-delay: 1.6s;	
}
.einblenden4{
	animation-delay: 2.2s;
    font-family: 'alex_brushregular';
	font-size: 50px;
}


/*navigation*/
#navbarwrapper{
	position: relative;
}

.icon_contact {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
  display: inline-block;
}

#icon_fon{
	background-image: url("../img/icon_telefon.svg");
	margin-right: 15px;
}

#icon_mail{
	background-image: url("../img/icon_mail.svg")
}

#kontaktinfo{
	position: absolute;
	top:10px;
	right: 70px
}

/* Kleines Pfeil-Icon rechts neben dem Link */
.dropdown-toggle-split::after {
      margin-left: 0.25rem;
    }
/* Optional: Hover auf das Pfeil-Icon nur */
.nav-item.dropdown .dropdown-toggle-split {
      cursor: pointer;
}

#navbarNavDropdown {
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-nav {
  margin: auto;
}

.navbar-collapse {
  text-align: right;
}
	
.nav-item.dropdown.d-flex.align-items-center {
  display: block !important;
}

.dropdown-menu.show {
  text-align: right;
}

.dropdown-menu:hover, .dropdown-menu{
  border: none;
}

.dropdown-item {
  font-size: 14px;
}
.nav-link:hover, .dropdown-item:hover {
  color: var(--highlight);
}

.navbar-toggler {
  padding: 4px 0;
  border: none;
	color:transparent
}
/*slider*/





/*teaser*/
.teaser{
	margin-top:100px;
	margin-bottom:100px;
}

.card {
  background-color: var(--lightback);
	color:var(--text);
  border-radius: 0;
  padding: 20px 10px;
 /* border: 10px solid #fff;*/
	font-size: 14px;
}


.card_teaser_img_wrapper{
	width:85%;
	max-height:280px;
	max-width:280px;
	overflow:hidden;
	display: block;
	margin:30px auto;
	border-radius: 50%;
	background-color:#fff;
}

.card-text{
	line-height: 24px;
}

/*formular*/

/*scrolltotop*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  /*left:calc((100% - 50px) * 0.5);*/
  left:80%;
  z-index: 99;
  font-size: inherit;
  border:0;
  background-color: var(--text);
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius:50%;
}


#myBtn:hover {
  background-color:var(--highlight);
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}

/*classes und ids*/

.btn-custom, .btn-custom:visited, .btn-custom-light,  .btn-custom-light:visited {
  text-transform: uppercase;
  background-color: var(--lightback);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0;
	font-family: 'Times New Roman', 'serif';
	margin:0 auto 50px auto;
	font-size: 18px;
	color:var(--text);
}

 .btn-custom-light,  .btn-custom-light:visited {
  background-color:#fff;
}


.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom-light:hover, .btn-custom-light:focus, .btn-custom-light:active {
  background-color: var(--highlight2);
}

.col-md-4-costum{
	margin-bottom: 50px;
	border:none;
}

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

.container-fluid{
	padding:0;
}


.lightback{
	background-color:var(--lightback);
}

.geflext {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	padding:10px;
}


.pt-costum{
	padding-top:80px;
}
.pb-costum{
	padding-bottom:80px;
}


.row-costum{
	justify-content: space-between;
}

/*tablet*/

@media screen and (min-width: 480px) and (orientation:landscape){
	

	
}

	
@media (min-width: 768px) {

  .col-md-4-costum {
    flex: 0 0 auto;
    width: 32%;
  }	

}	

@media(min-width: 992px) {
	
h1{
	font-size:30px;
}

h2, h3{
	font-size:24px;
}		
	
	
/*header*/
header {
  background-position: left center;
}
	
	
#intro {
	padding-top: 200px;
}	
	
/*navigation*/	
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
	

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 35px;
  }	
	
.nav-item.dropdown.d-flex.align-items-center {
  display: flex!important;
}	
.dropdown-menu.show {
  text-align: left;
}
	
/*classes und ids*/
	.btn-custom, .btn-custom:visited, .btn-custom-light,  .btn-custom-light:visited {
	font-size: 24px;
}
	
	
}
/*desktop*/	
@media screen and (min-width: 1400px){


 
 }