@import url('https://fonts.googleapis.com/css?family=Lato|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


.lang-width {
width: 800px;
margin: 10px auto 50px auto
}

.inner-lang-width {
margin-bottom: 30px auto;
text-align: center;
background-color: #fff;
padding: 20px 0px;
border-bottom: 1px solid rgba( 0,0,0,0.3 );
}

.lang-select {
text-align: right;
width: 800px;
margin: 0 auto;
}

.logo {
  padding-top: 30px;
}

.header-width {
width: 800px; 
margin: 0px auto;
text-align: center;
}

.form-width {
  position: relative;
  width: 800px;
  margin: 20px auto 100px auto;
}

.kontakt-text {
  width: 800px; margin: 0px auto -20px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 1.0em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 1.0em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 1.0em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 1.0em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}


/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 1.0em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 1.0em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 1.0em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 1.0em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

hr.solid {
  border-top: 1px solid #6b6b6b;
  margin-bottom: 60px;
}

header {
  position: relative;
  color: #5b80ac;
  margin: 100px 0 25px 0;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 7px;
  }

#form {
  position: relative;
  width: 750px;
  margin: 50px auto 100px auto;
  background-color: #dbe3ef;
  padding: 30px;
  border-radius: 8px;
}

/* checkbox-design */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 2.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
	border: 1px solid #b8181d;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add red background */
.container input:checked ~ .checkmark {
    background-color: #b8181d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


input.contact {
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  width: 95%;
  height: 35px;
  padding: 0px 15px 0px 15px;
  
  background: #fff;
  outline: none;
  color: #6b6b6b;
  
  border: solid 1px #b3aca7;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.contact {
	background: #fff;
	border: solid 1px #b3aca7;
  border-radius: 5px;
	outline: none; 
	width: 470px; 
	padding: 15px; 
	color: #6b6b6b; 
	font-family: 'Lato', sans-serif; 
	font-size: 1.2em;
  margin-bottom: 15px;
  margin-top: 10px;
}

.contact-options {
	background: #fff;
	border: solid 1px #b3aca7;
  border-radius: 5px;
	outline: none; 
	width: 95%; 
	padding: 15px; 
	color: #6b6b6b;
	font-family: 'Lato', sans-serif; 
	font-size: 1.2em;
  margin-bottom: 15px;
  margin-top: 10px;
}

.contact-checkbox {
  text-indent: -22px;
  margin-left: 22px;
	outline: none; 
	width: 95%; 
	padding: 15px 0px; 
	color: #6b6b6b; 
	font-family: 'Lato', sans-serif; 
	font-size: 1.2em;
  margin-bottom: 15px;
  margin-top: 10px;
}

label.label-form {
  color: #6b6b6b;
  font-size: 16px;
}

select#gender {
  color: #6b6b6b;
  font-size: 1.2em;
  background-color: #fff;
  border: solid 1px #b3aca7;
  border-radius: 5px;
  height: 35px;
  padding: 2px 6px;
}

/* input:hover {
  background: #b3aca7;
  color: #e2dedb;
} */

textarea {
  width: 95%;
  height: 110px;
  max-height: 110px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 15px;
  
  background: #fff/*transparent*/;
  outline: none;
  
  color: #6b6b6b;
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  
  border: solid 1px #b3aca7;
  border-radius: 5px;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

/* textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
} */

#submit {
  width: 502px;
  background: #a0cce3;
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;
  color: white;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  background: red;
  color: #e2dedb;
}

	
/* sprachkurs */

optgroup {
   background-color: pink;
}

.ikitest { font-size: 1.6em; color: #6b6b6b; margin-top: -10px; line-height: 150%; }
.ikitest_class { font-family: 'Lato', sans-serif; font-weight: 600; font-size: 1.6em; color: #1d7eaf; margin-top: -10px; line-height: 150%; }
.ikitest_subhead { font-family: 'Lato', sans-serif; font-weight: 600; font-size: 1.9em; color: #b8181d; }
.ikitest_subhead_cool { font-family: 'Lato', sans-serif; font-weight: 600; font-size: 1.9em; color: #bbb; }
.ikitest_card { padding: 2px 30px; margin-bottom: 30px;  background-color: #fff; border-radius: 8px; }

select {
	min-width: 120px;
	font-size: 0.9em; 
	font-family: inherit;
	font-weight: 300;
	border: 1px solid #aca49c;
	color: #6b6b6b;
	background: #f4f1ef
}

/* landing */
#landing {
	background: #f4f1ef;
}
#landing:hover {
	background: #fff;
}


@media only screen and (max-width: 900px) {


.lang-width {
  width: 500px;
  margin: 10px auto 50px auto
  }

  .lang-select {
    text-align: right;
    width: 500px;
    margin: 0 auto;
    }
  
  .header-width {
  width: 500px; 
  margin: 0px auto
  }
  
  .form-width {
    position: relative;
    width: 500px;
    margin: 20px auto 100px auto;
  }

  #form {
    position: relative;
    width: 450px;
    margin: 50px auto 100px auto;
    background-color: #dbe3ef;
    padding: 30px;
    border-radius: 8px;
  }

}