@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slabregular';
  src: url('../fonts/robotoslab-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}








html {
  font-family: latoregular, latobold, roboto_slabregular, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  width:100%!important;
}
@-ms-viewport {
  width: device-width
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: latoregular, latobold, roboto_slabregular, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  width:100%!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}
.h1, h1 {
  font-size: 2.5rem;
  margin: 60px 0px 40px 0px;
}
.h2, h2 {
  font-size: 2rem;
  margin: 20px 0px 40px 0px;
}
.h3, h3 {
  font-size: 1.75rem
}
.h4, h4 {
  font-size: 1.5rem
}
.h5, h5 {
  font-size: 1.25rem;
  margin: 0px 0px 0px 30px;
}
.h6, h6 {
  font-size: 1.1rem;
  color: #8d9091;
  font-weight: 600;
}
p {
    font-size:14px;
    line-height:20px;
}
.dark_blue {
    color:#435a9a;
    font-size: 20px;
}
.clearfix {
  display: block;
  clear: both;
  width:100%;
}
.container_logo {
    position:fixed;
    display:block;
    width: 100%;
    top:0;
    background-color:white;
}
.grauer_balken {
    display:block;
    float: left;
    width:100%;
    height:20px;
    background-color:#eee;
}
.logo {
  color: #8d9091;
  font-size: 1rem;
  margin: 15px 0px 10px 15px;
  display:block;
  float: left;
/*  background-color:blue;
*/  width:100vw;
}
.logo img {
  float: left;
  width: 150px;
  display: block;
  margin-left:6%;
/*  background-color:grey;
*/}
.logo-info {
	color: #8d9091;
	font-size: 1rem;
	padding-top: 7px;
	padding-right: 50px;
	margin-left: 1%;
	margin-right: 150px;
	display: block;
	float: left;
}
 .logo_grafik {
    background-color:white;
    width:100%;
    display:block;
    float:right;
    height:100px;
    margin-top: 38px;
    position:absolute;
    z-index: -20;
 }
 img.grafik {
    width:110px;
    height:auto;
    display:block;
    float:right;
    margin-right:11%;
 }
.container_befragung {
    width:100%;
    float:left;
}
form {
    margin: 100px 10% 0px 6%;
    width:84%;
}
fieldset {
    border:none;
}

.smiley {
    width:50%;
    height:auto;
    min-width:30px;
    /*display:block;
    clear:both;
    margin: 0% 25%;*/
}


/*******************************************************/
       Tabellen
/*******************************************************/

table {
}
th, td, caption {
  border: 1px solid #fff;
}
th {
    background-color: #fff;
    font-weight: 700;
    font-size:16px;
    padding: 1%;
}
tbody tr:nth-child(even) {
  background-color: #ddd;
  color: #000;
}
td {
    padding: 1%;
    text-align: center;
    font-size:16px;
    margin:1em auto;

}
td.links {
    text-align: left;
}
th.spalte_01, td.spalte_01 {
    width: 51%;
}
th.spalte_02, td.spalte_02, th.spalte_03, td.spalte_03, th.spalte_04, td.spalte_04, th.spalte_05, td.spalte_05 {
    width: 11%;
    background-color:#AAB2D1;
    padding: 2% 0px 1% 0px;
    text-align: center;
}
th.spalte_2_5 {
    /*width: 49%;*/
}
.white {
	color:white;
}


/*******************************************************/
       Eingabefelder
/*******************************************************/

.eingabe_einheit {
    display:block;
    float:left;
    width:100%;
    clear:left;
}
.eingabefeld {
    display:block;
    float:left;
    width:100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.kursnummern {
    width:100%;
    display:block;
}
.eingabefeld.kursnummer_01, .eingabefeld.kursnummer_02, .eingabefeld.kursnummer_03 {
    display:block;
    float:left;
    width:30%;
    min-width: 20%;
    text-align: center!important;
}
.trennstrich {
    display:block;
    float:left;
    width:5%;
    text-align: center!important;
    color:black !important;
}
input, textarea {
    width:100%;
    display:block;
    float:left;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    border: 3px solid #AAB2D1;
    background-color:#AAB2D1;
    color:white;
    outline: none;
    margin: 20px 0px 5px 0px;
    font-family: sans-serif;
}

.eingabefeld.nachricht, textarea {
    width:99%;
    height: auto;
}
.name, .sprachtrainer, .email {
    width:100%;
}
label {
    width:100%;
    display:block;
    float:left;
    font-size: 16px;
    line-height: 20px;
    color:grey;
}
.label_nachricht {
    margin: 0px 0px 0px 0px;
}
input:focus, textarea:focus {
    /*background-color:#435a9a;*/
    border:3px solid #435a9a;
}

::placeholder {
    color:rgba(0,0,0,0.35);
    font-size: 16px;
}
/* Radio-Buttons */
input[type="radio"] {
    -moz-appearance: None;
    -webkit-appearance: none;
    display:block;
    clear:both;
    margin: 10% 40% 0% 40%;
    height: 1em;
    width: 1em;
    background-color: #eee;
    border-radius: 50%;
    border:#435a9a 4px solid;
	cursor: pointer;
}

input[type="radio"]:checked {
    background: #435a9a;
}
/* Checkbox-Buttons */
input[type="checkbox"] {
    -moz-appearance: None;
    -webkit-appearance: none;
    display:block;
    clear:both;
    margin: -2% 40% 3% 40%;
    height: 1em;
    width: 1em;
    background-color: #eee;
    /*border-radius: 50%;*/
    border:#435a9a 4px solid;
}

input[type="checkbox"]:checked {
    background: #435a9a;
}
button {
    width:40%;
    display:block;
    float:left;
    font-size: 16px;
    line-height: 20px;
    border:none;
    margin: 0px 5% 0px 5%;
    padding: 1%;
    color:white;
}
.good {
    background-color:#6876ae;
}

.reset {
    background-color:#d2d2d2;
    color:black;
}
button.good:hover {
    background-color:#435a9a;
    cursor: pointer;
}
button.reset:hover {
    background-color:#6C6C6C;
    cursor: pointer;
    color:white;
}
label {
    display:block;
    float:left;
    width:100%;
    min-width: 200px;
    font-size: 12px;
    margin: 0px 0px 0px 5px;
}
.neben_button {
    width:100%;
    height:40px;
    float:left;
}
