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

html {
	scroll-behavior:smooth;
	font-family: 'Open Sans';
}

body {
	margin:0;
	background-image:url("../imgs/basics/bg_01.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}


img {
  display: block;
  max-width: 100%;
}

.main-wrapper{
	margin:0 auto;
	max-width:1200px;
}

h1{
	color:#5aabcf;
	font-family: 'Open Sans';
	font-size:2em;
	font-weight:700;
	letter-spacing:0.1em;
}

.regular{
	font-size:21px;
	font-weight:200;
	line-height: 32px;
	color:#42607f;
}

p{
  hyphens: auto;
}

.textblock {
	margin:0 auto;
		width:90%;
		text-align:center;
	
	}

.button {
	margin:5px;
	background-color:#D3E2F3;
	display:inline-block;
	padding:11px;
	border-radius:7px;	
}


.small {
	font-size: 13px;
	color:#999999;
	margin:0 auto;
	padding:15px;
	text-decoration: none;
}

a {
	color:inherit;
	text-decoration: none;
}

a:hover {	color:#a9696e;	
}




.icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  max-width: 350px;
}

.icon-container a {
  display: block;
  flex: 0 0 150px;
}

.icon-container .icon {
  display: block;
  width:300px;
  height: auto;
  max-width: 100%;
}








/*  --------- R E S P O N S I V E ---------- */


@media (max-width: 500px){

body {
	margin:0;
background-color:#fff;
	background-image: url()}	
	
	
.main-wrapper{
	margin:0 auto;
	max-width:100%;
}

h1{
	color:#5aabcf;
	font-family: 'Open Sans';
	font-size:20px;
	font-weight:700;
	letter-spacing:0.07em;
}

.regular{
	font-size:18px;
	font-weight:200;
	line-height: 25px;
	color:#42607f;
}


.textblock {
	margin:0 auto;
		width:85%;
		text-align: justify-all;
	
	}

    .icon-container {
        flex-direction: column;
        gap: 20px; /* Abstand zwischen den Icons */
        max-width: 150px;
    }


}