@font-face {
    font-family: 'UbuntuL';
    src: url('./fonts/Ubuntu-L.ttf');
}

@font-face {
    font-family: 'UbuntuR';
    src: url('./fonts/Ubuntu-R.ttf');
}

@font-face {
    font-family: 'UbuntuC';
    src: url('./fonts/Ubuntu-C.ttf');
}

@font-face {
    font-family: 'UbuntuB';
    src: url('./fonts/Ubuntu-B.ttf');
}

@font-face {
    font-family: 'UbuntuM';
    src: url('./fonts/Ubuntu-M.ttf');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::placeholder {
  color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}

h1, h2, h3, p {
    margin: 0;
}

body {
    font-family: 'UbuntuL';
}

.wrapper {
    display: grid;
    grid-template-rows: 66px auto auto 46px;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1209px;
    height: 843px;
}

header {
    padding: 8px;
    background: #394048;
    height: 66px;
    grid-column-start: 1;
    grid-column-end: 4;
    display: grid;
}

header .logo {
    height: 100%;
    grid-column: 1/2;
}

header .logo img {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

header .logo2 {
    grid-column: 3/4;
    text-align: right;
}

header .logo2 img { 
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

header .menu {
    height: 100%;
    line-height: 100%;
    margin-right: 10px;
    grid-column: 2/3;
    text-align: center;
}

header .menu ul li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-size: 13px;
    padding-right: 40px;
}

header .menu ul li a {
    color: #fff;
}

/*row 1*/

section.row1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

section.row1 .willkommen {
    background: #394048;
    width: 100%;
    padding: 85px 0 30px 0;
	height: 431px;
}

section.row1 .willkommen .content {
   text-align: center;
   color: #fff;
   padding: 0 45px;
}


section.row1 .willkommen .content .willkommenLogo {
   width: 70px;
}

section.row1 .willkommen .content h3 {
   text-transform: uppercase;
    font-size: 45px;
    font-family: 'UbuntuL';
    font-weight: 100;
}


section.row1 .willkommen .content p {
    font-size: 19px;
    font-family: 'UbuntuL';
    font-weight: 100;
    line-height: 20px;
}

section.row1 .willkommen .content .loginForm {
    margin-top: 25px;
}


section.row1 .willkommen .content .loginForm .containerForm {
    display: flex;
}

section.row1 .willkommen .content .loginForm p {
    color: #fff;
    font-size: 13px;
    font-family: 'UbuntuR';
    text-decoration: underline;
    /* padding-top: 10px; */
}

section.row1 .willkommen .content .loginForm input {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    width: 130px;
    height: 20px;
    font-size: 10px;
    margin-right: 7px;
}

section.row1 .willkommen .content .loginForm label {
    display: block;
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 13px;
}

section.row1 .willkommen .content .loginForm button {
    background: transparent;
    border: none;
    height: 21px;
    padding: 0;
}

section.row1_2 {
    padding: 105px 0;
    background: #f2f4f5;
    grid-column-start: 2;
    grid-column-end: 4;
    color: #323c46;
    overflow-y: auto;
    background: url('../img/bgBlock.jpg');
	background-size: cover;
	height: 431px;
}



section.row1_2.textActive {
    padding: 15px;
    grid-row-start: 2;
    grid-row-end: 4;
	height: 737px;
}

/* @-moz-document url-prefix() {
	section.row1_2.textActive {
		height: 710px;
}
} */

.img1 {
    width: 100%;
}

.row2_1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.row2_2 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.row2_3 {
    grid-column-start: 3;
    grid-column-end: 4;
}

.row2_1 p, .row2_2 p, .row2_3 p {
    position: absolute;
    color: #394049;
    font-size: 22px;
    font-family: 'UbuntuC';
    top: 0;
    right: 0;
	padding: 5px 20px;
}

.row2_1, .row2_2, .row2_3 {
    position: relative;
}

footer {
    background: #394048;
    grid-column-start: 1;
    grid-column-end: 4;
    height: 30px;
    line-height: 30px;
    margin-top: -7px;
    position: relative;
}

.sprache {
    position: absolute;
    left: 50px;
    padding: 3px;
}

.sprache img {
    margin-left: 10px;
}

footer ul {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
	padding: 0;
}

footer ul li {
    color: #fff;
    list-style: none;
    font-size: 13px;
    padding-left: 35px;
}

footer ul li::before {
}

footer ul li:nth-child(1)::before {
}

footer ul li:nth-child(1) {
    /* margin-left: auto; */
}

footer ul li.btnFooter {
    cursor: pointer;
}




/* Unterseiten */
/* Unternehmen */

.tg  {
    border-collapse:collapse;
    border-spacing:0;
    color: #394049;
    font-size: 14px;
}

.tg th {
    font-size:14px;
    font-weight:normal;
    padding: 0px 10px 0px 0px;
    overflow:hidden;
    word-break:normal;
	vertical-align: top;
}

.tg .colNormal {
    text-align:center;
    font-family: 'UbuntuR';
	padding-top: 10px;
}

.tg .colJahr {
    text-align: center;
    font-family: 'UbuntuB';
}

.tg .colContent {
    text-align:left;
    font-family: 'UbuntuR';
}

.tg .colContent ul {
    list-style: square;
	padding-top: 0;
	padding-left: 15px;
    margin-top: 0;
}

.unterContainer {
    position: relative;
}

.datMenu {
	text-decoration: underline;
    color: #000000;
    display: block;
    padding-bottom: 20px;
}

.dat1, .dat2 {
	height: 299px;
	overflow-y: auto;
    margin-bottom: 20px;
    border: 1px solid #0000003d;
    padding: 5px;
}

.dat1 h4, .dat2 h4 {
	margin: 15px 0;
	font-family: 'UbuntuM';
	font-size: 14px;
}
.dat1 h4:nth-child(1), .dat2 h4:nth-child(1) {
	margin-top: 0;
}

.dat1 p, .dat2 p {
	font-size: 14px;
	font-family: 'UbuntuR';
}

.title1, .title2 {
    padding-bottom: 20px;
    font-size: 16px;
    font-family: 'UbuntuM';
}

.textUnter {
    padding-top: 45px;
	font-family: 'UbuntuR';
	font-size: 14px;
}

/* Leistungsspektrum */

.lTitle {
	font-size: 16px;
    font-family: 'UbuntuM';
	padding-top: 15px;
}

.lText {
	font-family: "UbuntuM";
	font-size: 14px;
}

.lList {
    list-style: square;
    font-family: 'UbuntuR';
    font-size: 14px;
	padding-left: 15px;
}

.lList li {
    padding-bottom: 15px;
}

.logosBlock {
    display: flex;
    list-style: none;
    margin-top: 20px;
}

.logosBlock img {
    height: 35px;
    margin-right: 25px;
}

/* Impressum */

.impTabelle {
    font-size: 13px;
    color: #394049;
    width: 100%;
	font-family: 'UbuntuR';
}

.impTabelle td {
	vertical-align: top;
}


.impTabelle img {
    margin-bottom: 10px;
}

/* AGB */

.agbTitle {
    font-family: 'UbuntuM';
}

.agbText {
    font-family: 'UbuntuR';
    font-size: 14px;
}

.impText {
    margin-top: 15px;
    font-size: 13px;
	font-family: 'UbuntuR';
}

/* Karriere */

.kTitle1 {
    font-size: 16px;
	font-family: 'UbuntuM';
}

.kText1 {
    font-family: 'UbuntuR';
    font-size: 14px;
}

.kText2 {
	font-family: 'UbuntuM';
    font-size: 14px;
}

.kText2 a {
    color: #0082cb;
}

.kList1 {
    list-style: none;
    font-family: 'UbuntuM';
    font-size: 14px;
}

.kList2 {
    color: #394049;
    list-style: square;
	font-size: 14px;
	line-height: 27px;
	font-family: 'UbuntuM';
}

.kList2 li a {
    color: #0082cb;
}


.loginerror {
	color:#fd374c;
	text-decoration: none;
	font-size: 12px;
}