.alink {
  color: #212529;
  text-transform: uppercase;
  padding-left: 0px !important;
  background-color: transparent !important;
  font-size: large !important;
  font-family: 'Zen Kurenaido', sans-serif !important;
}


form {
  position: relative;
  width: 18rem;
  margin-top: 8vh;
}

.chosen-value,
.value-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.chosen-value {
  font-family: 'Ek Mukta';
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  height: 4rem;
  font-size: 1.1rem;
  padding: 1rem;
  background-color: #FAFCFD;
  border: 3px solid transparent;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.chosen-value:hover {
  background-color: #FF908B;
  cursor: pointer;
}
.chosen-valselect {
  border: 2px grey solid;
  padding: 0px;
  font-family: kurale, serif;
  float: left;
  width: 80%;
  /* margin: 5%; */
}ue:hover::-webkit-input-placeholder {
  color: #333;
}
.chosen-value:focus, .chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: #FF908B;
  color: #000;
}
.chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {
  color: #000;
}

.value-list {
  list-style: none;
  margin-top: 4rem;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.value-list.open {
  max-height: 320px;
  overflow: auto;
}
.value-list li {
  position: relative;
  height: 4rem;
  background-color: #FAFCFD;
  padding: 1rem;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  opacity: 1;
}
.value-list li:hover {
  background-color: #FF908B;
}
.value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}


.logoheader {
  width: 13% !important;
}

.img-proposte{
  width:350px;
  margin-top:15%
}

.img-proposte:hover{
  text-decoration:none;
}

blockquote {
  padding: 15%;
  background-color: transparent;
  width: 80%;
  margin-left: 40%;
  padding-top: 0%;
  text-align: center;
}

#myBtn2 {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */
  color: darkslategrey; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  border:2px darkslategray solid;
  margin-right: 10%;
}

#target {
  background:#0099cc;
  width:300px;
  height:300px;
  height:160px;
  padding:5px;
  display:none;
}

.Hide
{
  display:none;
}


#myBtn2:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#myBtn3 {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn3:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.comments__container {
  background-color: #f5f5f5;
  color: #636b75;
  margin-top: 24px;
  margin-bottom: 36px;
  width: 20% !important;
  overflow: scroll;
  height: 150px!important;
  border: 3px darkslategray solid !important;
  border-radius: 3px;
}

.comments__form-button {
  color: #FFFFFF;
  background-color: darkslategray ;
  border-radius: 24px;
  margin-left: 0;
}


.error p {
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	margin:50px;
	}
  
.tt-select {
  overflow: auto;
  position: absolute;
  height: 300px;
  width: 250px;
  padding: 0px;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 45%;
  text-transform: uppercase;
  color: #444 !important;
  
  }

.tt-select select {
    display: none;

}
.select-selected {
  
    color: brown !important;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
}
.select-selected:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    border: 6px solid transparent;
    transform: rotate(180deg);
}
.select-selected.select-arrow-active:before {
    border: none;
}
.select-selected.select-arrow-active:after {
    top: 10px;
}
.select-items div, .select-selected {
  padding: 8px 16px;
  cursor: pointer;
  float: left;

}

.select-items {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 99;
  background: whitesmoke !important;
  text-transform: capitalize;

}
.select-hide {
    display: none;

}

h1{
  font-family: 'Zen Kurenaido', sans-serif;
    text-transform: capitalize !important;

}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    
}

body{
  text-align:center;
}

#über{
  margin-top: 150px;
  
}

#myBtn {
  display: none;
  position: fixed;
  right: 20px !important;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(37,126,129);
  color: whitesmoke;
  cursor: pointer;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: brown;
}
.logoheader{
border: 0;
vertical-align: top;
max-width: 200%;
width:500px;

}

.topimpressum{
  float: right;
  position: fixed;
  bottom: 10%;
  left: 70%;
  border-radius: 360px;
  background: #212529;
  border: 2px silver solid;
  padding-left: 2%;
  padding-right: 2%;
  color:silver;
}

.topdatenschutz {
  float: right;
  position: fixed;
  bottom: 10%;
  left: 70%;
  border-radius: 360px;
  background: #212529;
  border: 2px silver solid;
  padding-left: 1%;
  padding-right: 1%;
  color: silver;
}

.navbar-collapse :hover{
  display: none;
}

#HCB_comment_box .hcb-comment-tb {
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-left: 8% !important;
}

#HCB_comment_box blockquote {
  text-align: left;
  text-transform: capitalize;
}

#HCB_comment_box .hcb-comment-body {
  font-size: medium!important;
  margin: 8px 0 0 0;
  padding: 0;
  color: #353535!important;
  text-align: left!important;
}

#HCB_comment_box .hcb-icon {
 display: none;
}

#HCB_comment_box .hcb-icon {
  border: 0px transparent none;
  display: none !important;
}

#HCB_comment_box {
  font-family: "kurale";
  letter-spacing: 0.25;
  height: 1500px;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 25%;
  border: 5px rgb(37,126,129) solid !important;
  padding: 5%!important;
  text-align: left !important;
  background: rgba(255,255,255,0.5);
}

#HCB_comment_box textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  border: 3px rgb(37,126,129) solid;
  margin-bottom: 5%;
  font-size: medium;
}

#HCB_comment_box input {
  margin-left: 0;
  margin-bottom: 3% !important;
  color: black !important;
  font-size: small !important;;
  border-bottom:rgb(37,126,129) 3px solid !important;;
}

#HCB_comment_box textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  border: 3px rgb(37,126,129) solid;
  margin-bottom: 5%;
  font-size: small !important;
}


#HCB_comment_box .hcb-comment-tb button {
  font-size: 14px;
  color: brown!important;
  text-decoration: none;
  font-weight: 600;
  border: none;
  padding: 0;
  margin-right: 4px;
  background: none;
  cursor: pointer;
}



#HCB_comment_box #HCB_comment_form_box .btn {
  font-family: "montserrat";
  letter-spacing: 0.25;
  border: 1px solid #353535;
  outline: 0;
  background: none;
  background-color: rgb(37,126,129)!important;
  color: brown!important;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: x-small !important;
  padding: 10px 16px;
  margin-right: 6px;
  font-weight: 500;
}

#HCB_comment_box input.inputfile+label {
  display: none !important;
}

.home-desc{
  display: none;
}

.value.af{
  display: none;
}
#hcb_subscribe{
  display: none;
}
.like, .unlike, .likes_count {
	color: blue;
  display: block !important;
}
.hide {
	display: block;
}
.fa-thumbs-up, .fa-thumbs-o-up {
	transform: rotateY(-180deg);
	font-size: 1.3em;
}

::-webkit-scrollbar  {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:  transparent;
  background-color: transparent;
}

.comment{
  text-transform: lowercase;
}
.comments .comment_header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 10px;
  align-items: center;
  padding-left: 5% !important;
}

.comments .comment_header .total {
  color: darkcyan !important;
  font-size: 14px;
}

.comments .comment_header .write_comment_btn {
  margin: 0;
      display: none;
}
.comments .write_comment_btn, .comments .write_comment button {
  display: inline-block;
  background-color: #565656;
  color: #fff;
  text-decoration: none;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
}
.comments .write_comment_btn:hover, .comments .write_comment button:hover {
  background-color: #636363;
}
.comments .write_comment {
  display: none;
  padding: 20px 0 10px 0;
}
.comments .write_comment textarea {
  width: 100%;
  padding: 10px;
  border-bottom: 1px #212529 solid !important;
  border-radius: 5px;
  height: 150px;
  margin-top: 10px;
  background: transparent;
  width: 80% !important;
  margin-left: 10% !important;
  font-size: x-small;
}

.comments .write_comment input {
  display: block;
  width: 250px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  border-bottom: 1px #212529 solid !important;
  font-size: x-small;
}

.comments .write_comment button {
  cursor: pointer;
  background:transparent !important;
  border-bottom: #212529 solid 1px !important;
  color:brown !important;
  margin-left: 10% !important;
}

.comments .comment {
  padding-top: 10px;
  padding-left: 5%;
  text-align: left;
  margin-bottom: 0px !important;
  text-transform: capitalize;
  border-bottom: 0px;
  overflow: scroll;
  height:350px;
  overflow-x: hidden;
   border-bottom: 2px #212529 solid !important;
}

::-webkit-scrollbar-track {
  background: whitesmoke;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: whitesmoke;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: whitesmoke;
}


.imgdasboard{
  background-image: url('img/welcomefoto-transformed.png');
  font-family: kurale;
  background-size: 30%;
  background-repeat: no-repeat;
  background-size: 300px;
  height:300px;
  width: 40%;
  margin-left: 30%;
  float: revert;
  background-position: top;
}

.imgdasboarden{
  background-image: url('img/welcomefoto-transformed.png');
  font-family: kurale;
  background-size: 30%;
  background-repeat: no-repeat;
  background-size: 300px;
  height:300px;
  width: 40%;
  margin-left: 30%;
  float: revert;
  background-position: top;
}

.comments .comment .name {
  display: inline;
  padding: 0 5px 3px 0;
  margin: 0;
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  font-size: large;
  text-transform: uppercase;
}

.contents  {
  color:red;
}

.comments .comment .date {
  color: #888888;
  font-size: 14px;
}
.comments .comment .content {
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
  margin: 0px;
  width: 100%;
  text-transform: lowercase;
  color:Maroon;
}

#HCB_comment_box .date {
  font-size: 13px;
  color: gray;
  text-decoration: none;
  display: block;
}

.comments .comment .reply_comment_btn {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  margin-bottom: 5%;
    color: brown !important;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 5px 5px;
    border-radius: 5px;
    border-bottom: 2px brown solid;
    border-right: 2px brown solid;
    font-size: 14px;
    font-weight: 600;
    margin-top:5%;
}
.comments .comment .replies {
  background: transparent;
  text-align: center;
  padding: 5%;
  margin-top: 5%;
}


.replies .comments .comment {
  text-transform: capitalize;
}
/*blog*/
.row{
margin-right: 0px;
margin-left:0px;
}
.form{
    margin-top:0px;
  margin-left:0px;
  width:100%;
  margin:0px;
  padding-top:1%;
  padding:0;
}

.divform{
  width:100%;
  height:700px;
}

.login-button {
  color: #fff;
  background: rgb(37,126,129);
  border: grey solid 2px;
  border-radius:3px;
  outline: 0;
  width: 30%;
  height: 50px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.imglogin{
  border-radius:350px;
}

h1 {
  margin-top: 0%;
  margin-bottom: 5%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  margin-top: 0;
  color: #444 !important;
  font-weight: 300;
}


h2 {
padding: 50;
  font-size:40px;
  border-bottom: 0px;
  color: grey;
  padding-top: 1%;
}


.slideDown {
  background: #FAF9F6;
  display: none;
  height: 700px;
  padding-bottom: 10%;
  padding: 5%;
  width: 50%;
  overflow: auto;
  text-align: center;
  margin-left: 0%;
  margin-top: -55% !important;
  position: absolute;
  margin-left: 25%;
  border:grey solid 3px;
  z-index: 10;
  font-size: medium !important;
  
} 

.grabPromo { cursor:pointer; }

.h1impressum {
  border-bottom: none;
  font-size: large !important;
  text-transform: capitalize;
  color: silver;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-family: 'Kurale'!important;
  font-weight: normal !important;
}

.slideDown2 {
  display: none;
  height: 700px;
  padding-bottom: 10%;
  padding: 5%;
  width: 50%;
  overflow: auto;
  text-align: center;
  margin-left: 0%;
  margin-top: -55% !important;
  position: absolute;
  margin-left: 25%;
  border: grey solid 3px;
  z-index: 10;
  font-size: medium !important;
  background: #FAF9F6;
}


.grabPromo2 { 
  cursor:pointer;
}

.promo2{
margin-left: 20%;
}

#button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
 
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}


.contact {
  position: relative;
  padding-top: 0;
  margin: 20px auto;
  max-width: 500px;
}
input { border: 3px solid white; min-height: 40px; }
textarea {
  border: 3px solid white;
  min-height: 130px;
  resize: none;
}
input:focus,
textarea:focus {
  border: 3px solid yellow;
  outline: 0;
}
input#name:valid,

#contact-form {
    position: relative;
    border-radius: 0;
    border-top-right-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
    box-shadow: none;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px;
    width: 100%;
}

.form-control {
background-color: rgba(255,255,255,0.8);
}


.send-message {
  position: absolute;
  bottom: 18px;
  left: 12px;
  width: 32px;
  z-index: 1;
  top: 8px;

}
@keyframes sendMessage {
  to {
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes sendMessageNot {
  to {
    transform: rotate(360deg) translateY(120%);
    opacity: 0;
  }
}
@keyframes shake {
  from {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(10px);
  }
}
#contact-form.active {
  animation: shake 0.05s alternate 5;
}
#mailbox {
  position: absolute;
  bottom: -1px;
  width: 66px;
  z-index: 1;
}
.flag {
  transform: rotate(130deg);
  transform-origin: 40px 30px;
}
#mailbox.active .flag {
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.button {
  background-color: red;
  border-radius: border-irregular;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
  .button:hover {
    color: white;
  }
  .button:before {
    content: "";
    position: absolute;
    background-color: lightblue;
    height: 101%;
    left: -30%;
    top: 0;
    transform: skew(40deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    transition: all 0.3s;
    width: 0;
    z-index: -1;
  }
  .button:hover:before {
    width: 135%;
  }


#contact-form .btn-send {
  border: 0;
  position: relative;
  width: 100%;
}
  input {
    font-family: kurale, serif;
    background-color: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }


.form-control:hover {
 background-color: transparent;
 border: 1px solid #212529;
}


        
#submit
  {
    background-image: url('http://www.w3.org/2000/svg');
    background-size: 30px;

}

        
:focus {
  outline: auto 5px grey;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
}


.contact {
  position: relative;
  padding-top: 0;
  margin: 20px auto;
  max-width: 500px;
  margin-top:10%;
}

input:focus,
textarea:focus {
  border: 3px solid #212529;
  outline: 0;
}



.form-control-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: none;
    border: none;   
    border-radius: 0.25rem;
    background-color: transparent !important;
  }




.button {
  background-color: brown;
  border-radius: 0 0.3em;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 70%;
}
.button:hover {
  color: white;
}
.button:before {
  content: "";
  position: absolute;
  background-color: #30aab3;
  height: 101%;
  left: -30%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  transition: all 0.3s;
  width: 0;
  z-index: -1;
}
.button:hover:before {
  width: 135%;
}


.Go{
  color: #212529;
    border: 2px grey solid;
    padding-left: 2px;
    padding-right: 2px;
 
    margin-top: 0px;
}

.hvrbox::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.hvrbox::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.55);        /* color of the tracking area */
}

.hvrbox::-webkit-scrollbar-thumb {
  background-color: silver;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #212529;  /* creates padding around scroll thumb */
}
/*on image hover show text*/
.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  color:#303030;
  text-align: center;
  font-size: 18px;;
  
}


.parallax-one{
  background: url(img/brief.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 300px;
    margin-top:30%;

}


.hvrbox img {
  max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
  display: block;
}

.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  padding: 100px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}

.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 10px !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}

.hvrbox.active .hvrbox-text_mobile {
  display: block;
}
/*end on hover text */

.refresh:hover{
  text-decoration: none;
}

#aboutstart{
  display: block;
  margin-left:10%;margin-top:5%;

}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #212529;
}
/* Dropup Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;

    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: relative;
  display: inline-block;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  bottom: 50px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropup */
.dropup-content a {
  color: silver;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: rgba(0,0,0,0.55);
}

/* Change color of dropup links on hover */


#show{
  padding-top:5%;
  text-align: center;
  padding-left:30%;
  padding-right: 30%;

}
      
.dropbtn {

  background-image: url(img/drop.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 40px;
    height: 40px;
    background-size: 100%;
    border:1px silver solid;
    margin-left:30%;

}
.sc{
  color: brown;
}
.sc2{
  color: brown;
  margin-top:0px;  
  margin-bottom: 0%;  
}


#container {
            width: 300px;
            margin: 0 auto;
            margin-top: 150px;
        }

        .navbar-expand-lg .navbar-collapse {
   margin-left: 10%;
   margin-top:0%;
}

        .divlenguage{
          text-align: center;
          margin-top:0px;
        }

        #divlenguage{
          margin-top:50px;
        }
        
        .lenguage{
          width: 30px;height: 30px;
        }
        .tabs {
          width: 200px;
          font-weight: bold;
            display: table-cell;
           border:olivedrab solid 3px;
            background-color: transparent;
            padding: 5px;
            text-align: center;
            vertical-align: middle;
            position: relative;
            font-size: 1.3em;
            color: #212529;
            background: linear-gradient(to right, olivedrab 50%, white 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: all .5s ease-out;
  
        }
        .tabs:hover{
         
          background-position: left bottom;
          color:white;
        }
        a.show{
          text-decoration: none;
          color: #212529 !important;
          font-feature-settings: 18px;
          padding-left:5px;
          padding-right:5px;
          background-color: transparent !important;
        }

        * a:hover {
          color: #444;
          background-color: transparent;
          text-decoration:none;
      }

      

        a.show:hover{
          border-bottom: 3px grey solid;
    background-color: transparent;
    padding-bottom: 5px;
}
       
        a.dropdown-item:hover {
    border-bottom: #6e6e6e solid 2px !important;
    background-color: transparent;
}

/* Please ❤ this if you like it! */

.aabout{
  border-right: 2px grey solid;
}


#sec-center {
  height: 500px;

}

.sec-center {
  position: relative;
  max-width: 100%;
  text-align: center;
  z-index: 200;
}
select{
  border:1px silver solid;
  padding:5px;
  background-color: transparent;
}
.wichtisteinformationen{
  display: none;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  display: block;
}

.dropdown:checked + label,
.dropdown:not(:checked) + label{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;
  margin-top:30%;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #102770;
  box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
}
.dark-light:checked ~ .sec-center .for-dropdown{
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.dropdown:checked + label:before{
  pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.section-dropdown {
  margin-left:45%;
  padding: 5px;
  background-color: transparent;
  left: 0;
  width: 20%;
  border-radius: 4px;
  display: block;
    z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}
.dark-light:checked ~ .sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.section-dropdown:before {
display: none; 
}
.section-dropdown:after {
display: none;
}

a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

.dark-light:checked ~ .sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}

a.navüber {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
}

.dark-light:checked ~ .sec-center .section-dropdown a {
  color: #102770;
}
 .uil {
  font-size: 22px;
}
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label{
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil{
  font-size: 22px;
}
.dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
  color: #102770;
  background-color: transparent;
  border-bottom: 1px rgba(255,235,167,.15)solid;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub{
  color: #102770;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub:hover{
  color: #ffeba7;
  background-color: #102770;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}
.dropdown-sub:checked ~ .section-dropdown-sub{
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}
.section-dropdown-sub a {
  font-size: 14px;
}
.section-dropdown-sub a .uil {
  font-size: 20px;
}


.dark-light:checked ~ .logo img{
  filter: brightness(10%);
}


@media screen and (max-width: 700px)  {
  .topnav a:not(:first-child) {display: none;}
 
    .topnav a.icon {
    display: block;
    color: rgba(0,0,0,.5);
    border: 1px solid #212529;
    border-radius: 3px;
    width: 50px;
    margin-left: 45%;
    margin-top: 5%;
    float: revert;
    font-size: medium;
    }
    form {
  padding:5%;
  margin-top:15%;
  border-radius: 3px;
  margin-bottom:15%;

}

#sel{
  float: revert;
  width: 60%;
}

#dwl {
  float: revert;
  width: 60%;
}

.Go {
  position: absolute !important;
}


.button {
width: 55% !important;
font-size: xx-large;
padding-left: 2%;
}

.send-message {
position: absolute;
bottom: 18px;
left: 12px;
width: 42px !important;
padding-top: 5%;
z-index: 1;
}

label {
display: inline-block;
margin-bottom: 0.5rem;
font-size: x-large;
}

textarea.form-control {
height: auto;
font-size: x-large;
}

.parallax-one {
width: auto;
height: 600px !important;
font-size: x-large;
padding:1%;
}

h3 {
font-size: 50px;
padding-left: 6%;
color: brown;
font-size: 75px !important;
}

    
}

      #nav2{
        padding-left:0px;margin-bottom: 2%; margin-left:55% ; margin-top:0%;background-color: transparent;
      }
        
        input[type="submit"] {
            color: whitesmoke;
        }

        input[type="submit"]:hover {
            color: white;
        }

        input:hover{
          background-position: left bottom;
          color:white;

        }

       #si{
         color:#212529;
       }

       #si:hover{
         color:#212529;
       }


       .dropdown-menu {
    background-color: transparent;
}

        #clear {
            clear: both;
        }

        .comm {
            position: relative;
            visibility: hidden;
        }
        #login {
            visibility: visible;
        }

        h3 {
            display: table-cell;
            vertical-align: middle;
            padding: 10px 15px;
            font-size: 1.5em;
            color: #ffffff;
        }

        #forgot h3 {
            display: block;
            margin-top: 30px;
            text-align: center;
        }

        #forgot div {
            margin-top: 30px;
        }
       
          body{
            background-image: url('img/abstract-1264071_960_720-6.webp');
  font-family: kurale;
/*  below values are optional */
 	background-attachment:fixed;
	background-size: cover;
    background-repeat: no-repeat;
}
	
  
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #212529 solid 2px;
}

.show .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    border: none !important;
}
          .scroll{
          text-align:center;
        }

          h1{
            color: rgb(37,126,129) !important;
              margin-top:0%;
              margin-bottom: 5%;;
            text-align: center;
          }

          .logo{
              width:500px;
          }

          .bg-light {
            background-color: transparent !important;
            margin-top:10%;
            padding-left:0px !important; margin-left:25% !important; background-color: transparent;
            }

          .navbar-light .navbar-nav .nav-link {
            color: #212529;
            text-transform: uppercase;
            font-feature-settings: 18px;
            padding-left:0px !important;
            background-color:transparent !important;
          }

          .navbar-light .navbar-nav .nav-link:hover{
            border-bottom: 3px grey solid;
       
          }

          .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
            color: 212529;
            font-weight: bold;
          }


          blockquote{
            padding:15%;
            background-color:transparent;
            width: 80%;
            margin-left:40%;
            padding-top:0%;
            text-align: center;
          }
          .first-character{ 
            font-weight:400; 
            float: left; 
            font-size: 50px; 
            line-height: 64px; 
            padding-top: 4px; 
            padding-right: 8px; 
            padding-left: 3px; 
            }

           * a :hover{
              text-transform: none;
            }

        footer {
          text-align: center;
          font-family: kurale, serif;
          font-size: medium;
          position: relative;
          bottom: 0;
          top: 100%;
          margin-top: 30%;
      }

        a :hover{
          text-transform: none;
        }

        @media screen and (max-width:780px) {
         
          body{
            background-size:100%;
          }

          .alink {
            font-size: small !important;
          }
          
          h2 {
            color: #444;
            font-family: 'Averia Serif Libre', cursive;
            FONT-SIZE: xxx-large;
        }

        h1{
          font-family: kurale !important;
          font-size: xx-large !important;
        }

          .imgdasboard{
            background-image: url(img/welcomefoto-transformed.png);
            font-family: kurale;
            background-size: 30%;
            background-repeat: no-repeat;
            background-size: 250px;
            height:300px;
            width: 40%;
            margin-left: 30%;
            margin-top: 20% !important;
            float: revert;
            background-position: top;
          }

          .imgdasboarden{
            background-image: url(img/welcomefoto-transformed.png);
            font-family: kurale;
            background-size: 30%;
            background-repeat: no-repeat;
            background-size: 250px;
            height:300px;
            width: 40%;
            margin-left: 30%;
            margin-top: 20% !important;
            float: revert;
            background-position: top;
          }

          .form-control {
            font-size: xx-large;
        }

          .bg-light {
          background-color: transparent !important;
          margin-top:0%;
          margin-left:5% !important;
          margin-top:10%;
          margin-bottom: 30%;
          }

          .dropdown:not(:checked) + label {
  margin-top:1%;
}

#aboutstart{
  display: block;
  margin-left:0%;margin-top:5%;

}

.comments .comment .name {
  font-size: 20px !important;
}


.contact {
   width: 60%;
}

.form-control-input {
    display: inline;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: none;
    border: none;   
    border-radius: 0.25rem;
    background-color: transparent !important;
  }

.button {
    width: 50%;
}


#mailbox {
    width: 50px;
}


h3{
  font-size: 20px !important;
  padding-left:0;
  padding-top:10%;
}
.parallax-one{
  background: url(img/brief.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px !important;
    position: relative;
    height: 200px;
    padding-bottom: 0;
}


.logocat{
  width:200px !important; 
}


.img-proposte {
  width: 45% !important;
}

.parallax-one {
  margin-top:0;
  background-size: 50% !important;
  background-position: center !important;
  padding-bottom: 35%;

}

.grabPromo2 {
  top: 90% !important;
  width: 30px !important;
}

.slideDown {
  display: none;
  height: 700px;
  padding-bottom: 10%;
  width: 90% !important;
  overflow: auto;
  text-align: center;
  margin-left: 0%;
  position: relative;
  border: grey solid 3px;
  font-size: medium !important;
  padding: 5%;
  margin-bottom: 5% !important;
  margin-left: 5% !important;
  margin-top:-220% !important;
  overflow: scroll;
  height: 450px;
}


.slideDown2{
  background: #FAF9F6;
    display: none;
    height: 700px;
    padding-bottom: 10%;
    padding: 5%;
    width: 50%;
    overflow: auto;
    text-align: center;
    margin-left: 0%;
    margin-top:-220% !important;
    position: absolute;
    margin-left: 25%;
    border: grey solid 3px;
    font-size: medium !important;
}

}

.hvrbox {
 
  font-size: 12px;
  
}

.button {
   padding:0;
}

.send-message {
    top: 30%;
    width: 25px;
    margin-right: 15%;
}

input {
  font-family: kurale, serif;
  background-color: transparent;
  color: whitesmoke;
  cursor: pointer;
  font-size: small;
  margin: 0;
  padding: 0;
  margin-bottom: 1%;
  border: 3px solid rgb(37,126,129);
}

.login-button {
  color: #fff;
  background: rgb(37,126,129);
  border: grey solid 2px;
  border-radius: 3px;
  outline: 0;
  width: 30%;
  height: 0px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  height: 0 !important;
}

a.show {
 padding-left: 0px;
}
.h1impressum {
  font-weight: bold;
  color: rgb(37,126,129) !important;
  padding-bottom: 5% !important;
  margin-top:0px;
  margin-left:0px;
  font-family: 'Kurale' !important;
  font-size: xx-large !important;
  text-transform: capitalize;
}

select {
    border: 2px grey solid;
    padding: 5px;
    background-color: transparent;
  
    font-family: kurale,serif;
}

.Go{
  color: #212529;
    border: 2px grey solid;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    margin-top: 0px;
}

label{
  background-color: rgba(255,255,255,0.8);
}
 h2.show {
    font-size: xx-large;
}

.rowform {
  width: 90% !important ;
  margin-left: 3% !important;
  margin-top:50%;
}

footer {
  text-align: center;
  font-family: kurale, serif;
  font-size: small;
  margin-top:100%;
}

.form-control:hover {
    background-color: rgba(255,255,255,0.8);
}

  h1 {
    font-size: xx-large !important;
    margin-top: 40%;
    margin-left: 5%;
    margin-bottom:0px; 
    font-family: 'kurale' serif !important;
    text-transform: capitalize;
}

.rowform {
  width: 90% !important;
  margin-left: 3% !important;
  margin-top: 10%;
}

.logo{
  width:180px !important;

}

        
        #nav2{
        padding-left:0px;margin-bottom: 2%; margin-left: 0% !important ; margin-top:0%;background-color: transparent;
      }

      .first-character {
    margin-left:0% !important;
      }

      blockquote {
        margin-left:0%;
        width: 100%;
      }


      .sc{
        margin-top:0%;
      }
      .sc2 {
        color: brown;
        margin-top: 0px;
        margin-bottom: 0%;
        font-size: xx-large !important;
    }


    .content {
      margin: 50px auto;
      font-family: 'Merriweather', serif;
      font-size: 17px;
      color: #6c767a;
      line-height: 1.9;
      width: 80% !important;
      border:0px!important;
  }

 
    #divlenguage{
        margin-top:150px;

        }
      
      h2 {
        font-weight: 400;
        font-size: 30px !important;
        font-family: 'Rubik Distressed', cursive !important;
        border-bottom: 0px;
        color: #212529 !important;
        margin-top: 0% !important;
        padding-top: 20% !important;
        text-align: right;
        padding-left:10%;
        padding-right:5%;
    }

    #myBtn {
      right: 20px !important;
    }


    .topimpressum {
      float: right;
      position: fixed;
      bottom: -2%;
      left: 82%;
      border-radius: 360px;
      background: #212529;
      border: 2px silver solid;
  }

  .topdatenschutz {
    float: right;
    position: fixed;
    bottom: -2%;
    left: 0%;
    border-radius: 0;
    background: transparent;
    color: #212529;
    left: 70%;
}    

