header{
	height: 430px;
	text-align: center; 
}

#wrapper{
	width: auto; 
	height:auto;
    font-family: 'Work Sans', sans-serif; 	
    font-size: 17px;
	margin-left: 100px;
	margin-right: 100px;
	letter-spacing: 0.2px;
	line-height: 25px; 
}

#document{
	cursor: pointer; 
}

#wrapper1{
	width: auto; 
	height: auto;
    font-family: 'Work Sans', sans-serif;
	padding: 25px; 
    border: 4px solid #5ca0a1;
    border-radius: 6px; 	
    font-size: 17px;
}

#service{
	width: 70%; 
	background-color: #5ca0a1;
	padding: 25px;
	padding-left: 25px;
	color: #fff;
	font-size: 16pt;
	line-height: 20px;
	letter-spacing: 0.2px;
	border-radius: 6px;
    margin: auto; 	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: justify; 
}

#welcome2{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 25%; 
	margin-right: 25%;
	width: 50%;
	height: auto;
	border: 4px solid #5ca0a1;
    border-radius: 6px;
	background-color: #abced0;
	padding: 30px;
	text-align: center;
}

#wrapper2{
	text-align: center; 
	font-family: 'Work Sans', sans-serif;
	padding: 5px;
	color: #5ca0a1;
	width: 500px; 
	height: 1300px;
	margin-left: 1250px; 
	border: 4px solid #5ca0a1;
	border-radius: 6px;
}

#wrapper3{    /*Impressum*/
	font-family: 'Work Sans', sans-serif;
	width: auto; 
	height: auto;
    border: 4px solid #5ca0a1;
    border-radius: 6px; 
	padding: 20px;
	margin-left: 300px; 
	margin-right: 300px;
}

#wrapper4{
	height: auto; 
	width: 70%;
	#background-image: linear-gradient(to right, #84b8b9 , #4a8081);
	color: #5ca0a1;
	padding: 10px; 
	padding-left: 50px; 
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	cursor: pointer; 
    margin: auto;
	border: 4pt solid #5ca0a1
}

.flex{
    display: flex; 
    justify-content: center; 
    align-items: center;
}

#btn {
  background: #ffffff;
  height: 45px;
  min-width: 50px;
  border: 2px solid #5ca0a1;
  border-radius: 10px;
  color: #5ca0a1;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  transition: 1s;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: 5px;
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  margin-bottom: 20px; 
}

#btn #circle {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transition: 500ms;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#btn:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

#btn:hover #circle {
  height: 50px;
  width: 150px;
  left: 0;
  border-radius: 0;
  border-bottom: 2px solid #eee;
}

#wrapper5{    /*Kontakt*/
	font-family: 'Work Sans', sans-serif;
	width: 80%; 
	height: auto;
    border: 4px solid #5ca0a1;
    border-radius: 6px; 
	padding: 20px; 
	margin: auto; 
	text-align: center; 
}

.icon-bar {
  width: auto; /* Full-width */
  background-color: #5ca0a1; /* Dark-grey background */
  overflow: auto; /* Overflow due to float */
  margin-left: 100px;
  margin-right: 100px; 
  border-radius: 6px;
}

.icon-bar a {
  float: left; /* Float links side by side */
  text-align: center; /* Center-align text */
  width: 33.33%; /* Equal width (5 icons with 20% width each = 100%) */
  padding: 12px 0; /* Some top and bottom padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: white; /* White text color */
  font-size: 36px; /* Increased font size */
}

.icon-bar a:hover {
  background-color: #abced0; /* Add a hover color */
}

.active {
  background-color: #5ca0a1; /* Add an active/current color */
}

#h1{
   font-family: 'Work Sans', sans-serif;
   color: #5ca0a1;
}

#h2{
   font-family: 'Work Sans', sans-serif;
   text-align: center;
   color: #5ca0a1;    
}

#Kontakt{
	margin-left: 500px;  
    cursor: pointer;
    text-align: center; 
    width: 300px;
	height: 50px;
	transition: background-color 0.4s;
	border-radius: 6px;
	background-color: #5ca0a1;
	font-size: 16px; 
	color: #ffffff;
	font-weight: 600;
	}

#Kontakt:hover{
	background-color:#ffffff;
	color:#5ca0a1;
}

#Kontaktformular{
	text-align: center; 
	color: #5ca0a1;
	line-height: 30px;
}

#SelectGender{
	border-radius: 4px;
	font-size: 13pt; 
	color: #5ca0a1;
}

#InputName{
	border-radius: 4px; 
	text-align: center; 
	font-size: 13pt;
    color: #5ca0a1;	
}

#InputEmail{
	border-radius: 4px;
	text-align: center; 
	font-size: 13pt;
    color: #5ca0a1;	
}

TextareaMessage{
	border-radius: 4px;
	color: #5ca0a1;
}

#opt-in{
	cursor: pointer;
}

#Impressum{ 
    padding: 0,75px;
	height: auto; 
	width: auto; 
	font-family: Arial;
	text-align: center;
	margin-left: 100px;
    margin-right: 100px;	
}

#mailhandler{
	width: auto;
	height: auto;
	border: 4px solid #5ca0a1;
    border-radius: 6px;
	background-color: #abced0;
    padding:50px;
	margin-left: 150px; 
	margin-right: 150px;
	cursor: pointer; 
}

#Absendername{
	border: 2px solid #5ca0a1;
	font-size: 14px; 
	text-align: center;
	width: 200px; 
}

#Absendermail{
	border: 2px solid #5ca0a1;
	font-size: 14px; 
	text-align: center;
	width: 200px;
}

#Absendernr{
	border: 2px solid #5ca0a1;
	font-size: 14px; 
	text-align: center;
	width: 200px;
}

#message{
	border: 2px solid #5ca0a1;
	font-size: 14px; 
	width: 200px;
}

#Anfrage_senden{
	cursor: pointer;
    text-align: center; 
    width: 120px;
	transition: background-color 0.4s;
	border-radius: 6px;
	width: 150px;
	height: 35px;
	font-weight: bold;
	color: #5ca0a1
}

#Anfrage_senden:hover{
	background-color:#5ca0a1; 
	color: #ffffff;
}

#pic_contact {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 50px; 
	cursor: pointer;
}

Footer{
	background-color:#5ca0a1; 
	height: auto; 
	width: auto; 
	border-radius: 6px; 
	color: #ffffff; 
	margin-top: auto;
	margin-left: 100px;
	margin-right: 100px;
	text-align: justify;
}
