html {
  box-sizing: border-box; 
  background-color: #111111; 
}

body {
  background: #ffffff; 
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; 
  font-size: 14px;
  font-family: playregular;
  background-image: url(../images/bg.jpg);
  padding-top: 52px;
  color: #333333;
}

* {
  box-sizing: inherit; 
}

a {
  color: #ce1b28;
  text-decoration: none; line-height: inherit; font-weight: bold;
}
  a:hover {
  color: #111111;
  text-decoration: none;
}
  a:focus {
  color: #111111; 
  outline: none;
}

#header {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: #111111;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
  height: 3.25rem;
  left: 0;
  line-height: 3.25rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001; 
}
  #header > .logo {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: inherit;
    line-height: inherit;
    padding: 0 1.25rem;
    text-decoration: none; 
}
  #header > nav > a {
    color: inherit;
    display: inline-block;
    padding: 0 0.75rem;
    text-decoration: none; 
}
    #header > nav > a:hover {
      color: #ffffff; 
}
    #header > nav > a[href="#menu"] {
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
      #header > nav > a[href="#menu"]:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important; 
}
      #header > nav > a[href="#menu"]:before {
        content: '\f0c9';
        margin: 0 0.5rem 0 0; 
}
    #header > nav > a + a[href="#menu"]:last-child {
      border-left: solid 1px rgba(255, 255, 255, 0.25);
      margin-left: 0.5rem;
      padding-left: 1.25rem; 
}
    #header > nav > a:last-child {
      padding-right: 1.25rem; 
}

/* Heading */
#heading {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: linear-gradient(rgba(17, 17, 17, 0.25), rgba(17, 17, 17, 0.25)), url("../images/logo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 15rem !important;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; 
}

#heading h1 {
    color: #ffffff; 
}

  #heading:before {
    background: linear-gradient(135deg, #ce1b28 0%, #111111 74%);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; 
}
  #heading h1 {
    margin-bottom: 0;
    position: relative;
    z-index: 2; 
}


h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
	color: #888888;
}

h1 {
  font-size: 35px;
	margin: 0 0 24px 0; 
 }

h2 {
  font-size: 24px;
	margin: 0 0 24px 0; 
}

h3 {
  font-size: 20px; 
margin: 0 0 24px 0; 
}

h4 {
  font-size: 16px; 
margin: 0 0 24px 0; 
}

h5 {
  font-size: 14px; 
margin: 0 0 24px 0; 
}

h6 {
  font-size: 12px; 
margin: 0 0 24px 0; 
}

hr {
	border:solid #111111 0.1px;
	opacity: 0.2;
	clear:both;
}


/* Main */
#main .content {
  background: #ffffff;
  border-radius: 3px;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
	padding: 2% 5% 4% 5%; /* Abstand Content-Schrift */
}

/* Wrapper */
.wrapper {
  padding: 5% 0 5% 0; /* Abstand Content */
}

/* Inner */
.inner {
  margin: 0 auto;
  width: 1600px;
  max-width: calc(100% - 10%); 
}

/*THR Form*/
.input_name_field,
.input_message_field {
	font-family: playregular;
	font-size: 15px;
	border: 1px solid #666; 
	background: #d5d5d5; 
	color: #333333; 
	padding:2px; 
}
textarea { 
	font-family: playregular;
	font-size: 15px;
	border: 1px solid #666; 
	background: #d5d5d5; 
	color: #333333; 
	padding:2px; 
	min-width: 180px;
}
input[type=text],
input[type=email],
input[type=password]{
	font-family: playregular;
	font-size: 15px;
	border: 1px solid #666; 
	background: #d5d5d5; 
	color: #333333; 
	padding:2px; 
}

select {
	font-family: playregular;
	font-size: 15px;
    border: 1px solid #666; 
	background: #d5d5d5; 
	color: #333333; 
	padding: 2px; 
	min-width: 170px;
}
button[type=submit],
button[type=button],
input[type=submit] {
font-family: playregular;
	border: 1px solid #666; 
	background: #d5d5d5; 
	color: #333333; 
	font-size: 15px;
	letter-spacing: 0px;
    word-spacing: 0px; 
	padding:2px 5px 2px 5px; 
	width: auto;
    cursor:pointer;
	box-shadow: 4px 3px 5px 1px #b5b5b5;
}
button[type=submit],
button[type=button],
input[type=submit]:active {
transform: scale(0.97);
	box-shadow: 1px 1px 2px 0px #b5b5b5;
}

input[type=number] {
	font-family: playregular;
	font-size: 15px;
	border: 1px solid #666; 
	background: #d5d5d5; 
	color: #333333; 
	padding:2px; 
	width:50px; 
	letter-spacing: 5px
}

input[type="checkbox"] {
	appearance: none;
	 cursor: pointer;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background-color: #d5d5d5;
	background-clip: content-box;
	padding: 1px;
	margin: 15px 10px -5px 0px;
    -webkit-transition: all 0.6s ease;
	transition: all 1s ease;
}

input[type="checkbox"]:checked {
	background-color: #111111;
	 cursor: pointer;
	-webkit-transition: all 0.6s ease;
     transition: all 1s ease;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
 /*   line-height: 20px; */
	line-height: 22px;
    display: inline-block;
    color: #333333;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    border-radius: 100%;
    background: #d5d5d5;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #111111;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.captcha_iframe{
font-family: playregular;
	border: 1px solid #666; 
	background: #d5d5d5; 
	color: #333333; 
	font-size: 15px;
	letter-spacing: 0px;
    word-spacing: 0px; 
	padding:2px 5px 2px 5px; 
	width: 185px; 
	height: 65px;
    cursor:pointer;
}

/*Class for Search*/
.radio {
    width:20px; 
}

/*Scrollbar*/
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #ddd;
	background: #ddd;
}
::-webkit-scrollbar-thumb {
  background: #565656;
}

.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 #ddd;
}
.main,
.side {
  /*nix*/
}

@media(max-width: 736px){
  .grid {
	  grid-template-columns: 100%; 
  }
	.side {
	border-left: none;
		border-top: 2px solid #ddd;
		padding: 10px 0 0 0;
  }
	.main {
	padding: 0 0 25px 0;
  }
}
/*THR Form*/
/* 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;
}

.thrfooter{
	padding: 15px 0px 0px 0px;
	background: #111111;
	text-align: center;
	color: #ffffff;
	 		font-weight: bold;
	        font-style: normal;
	        font-size: 14px;  
}
.thrfooter a {
	        color: #888888;
			text-decoration: none; 
	        font-weight: bold;
}
.thrfooter a:hover {
				color: #ffffff;
				text-decoration: none; 
	            font-weight: bold;
}
.footer{
	padding: 15px 0px 0px 0px;
	background: #111111;
	text-align: center;
	color: #ffffff;
	 		font-weight: normal;
	        font-style: normal;
	        font-size: 10px;  
}

.footer a {
	        color: #888888;
			text-decoration: none; 
}
.footer a:hover {
				color: #ffffff;
				text-decoration: none; 
}
.copyright{
	padding: 0px 0px 25px 0px;
	background: #111111; 
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;  
}

.copyright a {
	        color: #888888;
			text-decoration: none; 
}
.copyright a:hover {
				color: #ffffff;
				text-decoration: none; 
}
