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

/* ----------------------------------------------------------------------------- *
 *                     Style ABN by A-KRUEGER Webdesign                          *
 * ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #1a1a1a - anthrazite
 * #29293d - Darkblue Corporate Identity
 * #006eb6 - Hellblau Corporate Identity
 * silver  - hellgrau
-------------------------------------------------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
  	padding: 0;
}

/* -------------------------------------Fonts-------------------------------------*/
@font-face {
 font-family: OpenSansLightCond;
 src: url("../fonts/Open_Sans/OpenSans-CondLight.eot") /* EOT file for IE */
}
 @font-face {
 font-family: OpenSansLightCond;
 src: url("../fonts/Open_Sans/OpenSans-CondLight.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: OpenSansLight;
 src: url("../fonts/Open_Sans/OpenSans-Light.eot") /* EOT file for IE */
}
 @font-face {
 font-family: OpenSansLight;
 src: url("../fonts/Open_Sans/OpenSans-Light.ttf") /* TTF file for CSS3 browsers */
}


/* ---------------------------------------------------------------*/
/*                        Responsive                              */
/* ---------------------------------------------------------------*/	


@media all and (max-width:900px) {
.flex-container-row {
	flex-direction: column;
	display:block;
}
	
.hero-parallax-middle h2 {
	font-size: 3.0em;
}
	
.hero-parallax-middle h4 {
	font-size: 1.5em;
	padding-top: 20px;
}
	
.parallax {
	padding-top: 20px; 
	padding-bottom: 20px;
	height: 200px;
}
	
.parallax h2 {
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 2em;
	letter-spacing: 0.1;
}

.banner, .banner-bg {
	height: auto;
}

.about-logo {
	display: none;	
	
}
.footer-container-row {
	flex-direction: column;
	 display:block; 
}	

h2 {	
	font-size: 2.0em;
	}
	
h3 {
	line-height: 1.0em;
	font-size: 1.5em;
	}

h4 {	
	font-size: 1.0em;
	}
	
p {
	font-size: 1.1em;
	}
}

@media all and (max-width:378px) {
.logo h1 {
	font-size: 3.0em;
}

.flex-item-1, .flex-item-2, .flex-item-3 {
	margin-top: 50px;
}


#Top{
    bottom: 70px;
}
	
.hero-parallax-middle h2 {
	font-size: 1.8em;
}
	
.hero-parallax-middle h4 {
	font-size: 1.2em;
	padding-top: 20px;
}	

.parallax h2 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
}

.parallax h4 {
	font-size: 1.0em;
}	
	
.article-box-text p {
	top: 1%;
	left: 1%;
	-webkit-transform: none;
	-ms-transform: none;
	transform:none;
}

h2 {
	font-size: 1.2em;
	}
	
h4 {
	font-size: 1.2em;
	}	
h5 {
	font-size: 1.2em;
	}
}

/* ---------------------------------------------------------------*/
/*                        Responsive iframe                       */
/* ---------------------------------------------------------------*/

iframe {
	background: transparent;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@support (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

