html{
	background: #E0FFFF; /* entspricht Footer white*/
}

body {
font-family: playregular;
color: #444;
background: #fbfbfb;
font-size: 16px;
line-height:20px;
margin:0 0 0 0;
}
p {
margin:0;
}
* { 
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		outline: none;
		vertical-align: top;
}

/*Felder*/
button[type=submit],
button[type=button],
input[type=submit] {
font-family: playregular;
	font-size: 16px;
	letter-spacing: 0px;
    word-spacing: 0px; 
	padding:5px 10px; 
    background:#00bfff;
	color: white;
	width: auto;
	border: 2px solid white;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	transition: 0.1s all;
	box-shadow: rgba(0,191,255, 0.4) 0px 4px 8px, rgba(0,191,255, 0.4) 0px 8px 12px, rgba(0,191,255, 0.4) 0px 16px 24px;
}
button[type=submit]:active,
button[type=button]:active,
input[type=submit]:active {
transform: scale(0.95);
	box-shadow: rgba(0,191,255, 1) 0px 1px 2px, rgba(0,191,255, 1) 0px 2px 3px, rgba(0,191,255, 1) 0px 3px 7px;
}
input[type=email],
input[type=text] {
font-family: playregular;
	font-size: 16px;
	letter-spacing: 0px;
    word-spacing: 0px;
	padding:5px 15px; 
    background:#ddd; 
	color: #0000ff;
	width: 250px; 
	border: 2px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=date], 
input[type=time],
input[type=password] {
font-family: playregular;
	font-size: 16px;
	letter-spacing: 0px;
    word-spacing: 0px;
	padding:5px 15px; 
    background:#ddd; 
	width: 150px; 
	color: #0000ff;
	border: 2px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
.input_mail_field,
.input_website_field,
.input_name_field,
.input_message_field{
font-family: playregular;
	font-size: 16px;
	letter-spacing: 0px;
    word-spacing: 0px;
	padding:5px 15px; 
    background:#ddd; 
	color: #0000ff;
	width: 250px; 
	border: 2px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=number] {
font-family: playregular;
	font-size: 16px;
	letter-spacing: 2px;
	word-spacing: 0px;
	padding:5px 0px; 	
    background:#ddd; 
	color: #0000ff;
	width: auto;
	border: 2px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px; 	
}
textarea{
font-family: playregular;
	font-size: 16px;
	letter-spacing: 0px;
    word-spacing: 0px;
	padding:5px 15px; 
    background:#ddd; 
	color: #0000ff;
	border: 2px solid white;
	width: 250px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type='checkbox'],
input[type='radio']:after {
        width: 16px;
        height: 16px;
	    color: #444;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: static;
        background-color: #ddd;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
	    cursor:pointer;	
}
input[type='checkbox'],
    input[type='radio']:checked:after {
        width: 16px;
        height: 16px;
		color: #444;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: static;
        background-color: #00bfff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
		cursor:pointer;
}
select {
font-family: playregular;
	font-size: 16px;
	min-width: 250px;
	letter-spacing: 0px;
    word-spacing: 0px;
	padding:5px 15px; 
    background:#ddd;
	color: #0000ff;
	border: 2px solid white;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=file]::file-selector-button {
 font-family: playregular;
	font-size: 12px;
	letter-spacing: 0px;
    word-spacing: 0px; 
	padding:2px 5px; 
    background:#ddd;
	color: #0000ff;
	border: 1px solid white;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	transition: 0.1s all;
}
input[type=file]::file-selector-button:active {
  transform: scale(0.95);
}

.captcha_iframe{
font-family: playregular;
	font-size: 16px;
	letter-spacing: 0px;
    word-spacing: 0px;
	padding:0px 0px; 
    background:#ddd; 
	border: 2px solid white;
	width: 173px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

/*Scrollbar*/
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #ddd;
	background: #ddd;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

/*Class for Search*/
.radio {
    width:20px; 
	margin: 0 3px 0 0;
}

img {max-width:100%; height:auto;}

h1, h2, h3, h4, h5, h6 {color:#444 ; font-weight: bold;}

h1 {font-size:30px}

h2 {font-size:25px}

h3 {font-size:22px}

h4 {font-size:20px}

h5 {font-size:18px}

h6 {font-size:16px}

a {
color: #1e90ff;
text-decoration: none; line-height: inherit; font-weight: bold;
}
a:hover {
color: #444;
text-decoration: none;
}
a:focus {
color: #444; 
outline: none;
}

hr{
	border:solid #1e90ff 0.1px; height:0.1px;
	clear:both;
}

li {
	padding-bottom: 4px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
	list-style-type: square
}

ol {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}

.content{
	padding: 15px 35px 25px 40px;
	max-width: 1600px;
        background: #fbfbfb;
	margin: 0 auto;
}
.thrfooter{
	padding: 25px 0px 25px 0px;
	background: #E0FFFF;
	border-top: 2px solid #1e90ff;
	text-align: center;
	color: #444;
	 		font-weight: bold;
	        font-style: normal;
	        font-size: 16px;  
}
.thrfooter a {
	        color: #1e90ff;
			text-decoration: none; 
}
.thrfooter a:hover {
				color: #444;
				text-decoration: none; 
}
.footer{
	padding: 0px 0px 0px 0px;
	background: #E0FFFF;
	text-align: center;
	color: #444;
	 		font-weight: bold;
	        font-style: normal;
	        font-size: 11px;  
}
.footer a {
	        color: #1e90ff;
			text-decoration: none; 
}
.footer a:hover {
				color: #444;
				text-decoration: none; 
}
.copyright{
	padding: 0px 0px 25px 0px;
	background: #E0FFFF;
	text-align: center;
	color: #444;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;  
}

.gridhost {
  display: grid;
  gap: 30px;
  grid-template-columns: 33% 33% 33%; 
	 margin-right: 50px; 
}
.email {
   /*nix*/
}
.pro {
   	margin: -31px 0px -10px 0px;
	   padding: 5%;
 border: 2px solid #ff0000;; 
	  border-radius: 10px;
	transform: scale(1.05);
box-shadow: rgba(17, 17, 26, 0.3) 0px 4px 16px, rgba(17, 17, 26, 0.3) 0px 8px 24px, rgba(17, 17, 26, 0.3) 0px 16px 56px;	
}
.business {
 /* nix */
}
.email,
/*.pro,*/
.business
  {
  padding: 5%;
  border: 2px solid #00bfff; 
	  border-radius: 10px;
  }	
@media(max-width: 735px){
  .gridhost {
    grid-template-columns: 100%;
	  margin: -50px 0 -30px 0;
	}
	.pro {
	margin: 0 1% 0 1%;
	}
}

.imprall{
	width: 100%;
	box-sizing: content-box;
}
.impr1 {
     float: left;
     width: 50%;
     padding-right: 5px;
	
}
.impr2 {
     float: left;
     width: 50%;
     padding-left: 5px;
}

.grid {
  display: grid;
  gap: 10px;
	grid-template-columns: 70% 30%;
}
.main {
	padding: 0 15px 0 0;
}
.side {
	padding: 0 10px 0 25px;
	border-left: 2px solid #00bfff;
}
.main,
.side {
  /*nix*/
}

@media(max-width: 736px){
  .grid {
	  grid-template-columns: 100%; 
  }
	.side {
	border-left: none;
		border-top: 2px solid #00bfff;
		padding: 10px 0 0 0;
  }
	.main {
	padding: 0 0 25px 0;
  }
}
.thrsuche {
	padding:5px 0px 4px 10px;
	background-color:#00bfff; 
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-align: right;
}

.thrsuche input[type=text] {
	background-color:white;
	color:#333;
}

.thrsuche input[type=submit] {
	border:0; 
	background-color:transparent;
}

/* Back to Top */
#backtotop {
  display: inline-block;
  background-color: #909090;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  transition: background-color .5s, 
  opacity .5s, visibility .5s;
  opacity: 0.4;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #606060;
}
#backtotop:active {
  background-color: #909090;
}
#backtotop.show {
	opacity: 0.4;
  visibility: visible;
}

 #meta-bottom {
text-align: center;	
} 

/* ======================================= 
   media queries
   ======================================= */

/* larger viewport breakpoint: 640px+ */ 	
@media screen and (min-width: 40.000em) {
	/* css */
}

/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}

/* Small devices (tablets, up to 768px) */
@media (max-width: 600px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}

	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
}

/* Small devices (Smartphone, up to <480px) */
@media (max-width: 479px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}

	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
}