
/****** Fonts *********/

@font-face {
font-family: "SoletoTK_W_lt";
src: url('fonts/SoletoTK_W_lt.ttf'),
url('fonts/SoletoTK_W_lt.woff2'),
url('fonts/SoletoTKHeadline_W_Lt.woff');
font-weight: bold;
font-style: italic, oblique;
}

@font-face {
font-family: "SoletoTK_W_Lt";
src: url('fonts/SoletoTK_W_Lt.ttf');
font-weight:500;
}

@font-face {
font-family: "SoletoTKHeadline_W_Lt";
src: url('fonts/SoletoTKHeadline_W_Lt.ttf'),
url('fonts/SoletoTKHeadline_W_Lt.woff2'),
url('fonts/SoletoTKHeadline_W_Lt.woff');
font-weight: bolder;
font-style: italic, oblique;
}

@font-face {
font-family: "SoletoTK_W_Md";
src: url('fonts/SoletoTK_W_Md.ttf'),
url('fonts/SoletoTK_W_Md.woff2'),
url('fonts/SoletoTK_W_Md.woff');
font-weight: bolder;
font-style: italic, oblique;
}

/****** General Styles *********/

.l-no-horizontal-scroll {overflow-x: hidden}


html,
body {
font-family: System Installed Font Name, SoletoTK_W_lt, sans-serif;
height: 100%;
margin: 0;


}


table {
display: table;
box-sizing: border-box;
text-indent: initial;
border-color: grey;
}

tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

tr {

margin: 0%;
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

td {
display: table-cell;
vertical-align: inherit;
}



p {
font-family: SoletoTK_W_lt;
font-color: #454542;
font-size: 16px;
text-align: left;
}

.p1 {
display: inline-block;
font-weight: 600;
font-size: 16px;
color: black;
margin: 1em 0;
}

ul {
list-style: none;
margin: 0;
display: flex;
padding: 1em 0;
text-align: center;
margin: auto;
}

li {
text-decoration: none;
padding: 0 2em;
}


input {
height: 35px;
background-color: white;
border: none;
padding: 0px 0px 0px 10px;
margin: 20px 10px 15px 0px;
}

.zoom {
-moz-transform: scale(0.8, 0.8); /* Moz-browsers */
zoom: 0.8; /* Other non-webkit browsers */
zoom: 80%; /* Webkit browsers */
}

select {
height: 20px;
background-color: white;
border: none;
padding: 0px 0px 0px 10px;
margin: 20px 10px 15px 0px;
outline: none;
}



/****** header *********/

#logo {
width: 160px;
height: 160px;
top: -500px;
left: 100px;
position: relative;
}

/****** headerbox *********/
/****** intro-text *********/

.accordion {
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), 0 4px 10px 0 rgb(0 0 0 / 19%);
border: 1px solid #EEEAE5;
width: 80%;
color: #444;
height: 45px;
padding:5px;
align-content: center;
max-width: 70%;
margin-left: 15%;
font-size: 15px;
}

.accordion_rotate {
transform: rotate(180deg);
height: 24px;
width: 24px;
float: right;
right: 0px;
margin: 0.65em;
transition: all 500ms;
}

.active,
.accordion:hover {

}
/****** tk-service *********/

/****** online-modules *********/

/* Dropdown Button */
.dropbtn {
background-color: yellow;
padding: 16px;
font-size: 16px;
border: none;
}

.dropdown-content0{
display:none;
}
.dropdown-content1{
display: none;
}
.dropdown-content2{
display: none;
}
.dropdown-content3{
display: none;
}
.dropdown-content4{
display: none;
}


.dropbtn:hover, .dropbtn:focus {
background-color: red;
}
.dropdown {
position: relative;
display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
background-color: rgba(255,255,255,1);
box-shadow: 0px 16px 8px rgba(0,0,0,0.2);
z-index: 1000;
}

.dropdowncontentwebinare {
background-color: white;
min-width: 160px;
box-shadow: 0px 16px 8px rgba(0,0,0,0.2);
z-index: 1;
}


.show {
display: block;
}

.btn {
border: none;
outline: none;
cursor: pointer;
}

.active,
.btn:hover {
color: white;
}

/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
//.dropdown:hover .dropdowncontentwebinare {display: block; position: relative}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/****** info *********/
.info_img {
margin:auto;
background-color: rgba(238,234,229, 0.3);
}

@-moz-document url-prefix() {
.zoom {
top: -100px;
left: 0% !important;
position: relative;
}
.firefox{
position: relative;
top: -50px;
margin-top: 0px !important;
}

.firefox2{

position: relative;
top: -40px !important;
}
}

#info__logo {
height: 60px;
}

.info__container {
position: relative;
margin-top: 80px;
}

.info__picture {
margin-left: 150px;
width: 300px;
height: 300px;
border: 1px solid lightgrey;
z-index: 50;
}

.info__description {
position:absoulte;
margin-top: 100px;
margin-right: 250px;
width: 700px;
padding: 15px;
padding-left: 208px;
padding-right: 50px;
background-color: rgba(238,234,229, 0.3);
}

.info__module__description {
position:absoulte;
margin-top: 100px;
margin-right: 200px;
width: 700px;
height: 72%;
padding: 15px;
padding-left: 208px;
padding-right: 50px;
background-color: rgba(238,234,229, 0.3);
}

#info__body {
max-width: 100%;
margin: 10px 50px;
align-items: center;
justify-content: center;
z-index: -200;
}

/****** unsortiert *********/

.button1 {
background-color: #00adef;
border-style: none;
height: 30px;
width: 70%;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 10% 15% auto 15%;
}

.button2 {
border-style: 1px solid #EEEAE5;
height: 40px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;


}


.hovermode .button_p{
position : relative;
display : inline-block;
}
.hovermode .button_bold{
position : relative;
display : inline-block;
}



.panel {
align-content: center;
max-width: 1000px;
margin: auto;
padding: 0 18px;
background-color: white;
display: none;
overflow: hidden;
}

a:link,
a:visited {
text-align:left;
font-family:"SoletoTK_W_lt"
font-size: 18px;
margin-top: 2px;
color: #454542;
text-decoration: none;
cursor: pointer;
}

a:link:active,
a:visited:active {
}

select:invalid {
color: gray;
}

.button_p {
font-family:"SoletoTK_W_lt"
display: inline-block;
font-size: 16px;
margin-top: 5px;
color: #454542;
cursor: pointer;
}

.button_bold {

display: inline-block;
font-size: 18px;
margin-top: 2.7px;
color: #454542;
cursor: pointer;
}

.hide{
visibility: hidden;
opacity: 0;

}
.timeline_img{
margin:auto;
background-color: lightblue;
overflow: hidden;
display: inline-block;
margin-right: 12px;
margin-left: 12px ;
z-index: 100;

}

.hovermode{
}

.hovermode .button_p::after {
content : "";
position : absolute;
width : 100%;
bottom: 2px;
height : 2px;
background-color: #454542;
bottom: 0;
left: 0;
transform : scaleX(0);
transform-origin: bottom left;
transition : transform 0.3s linear;
}

.hovermode .button_bold::after {
content : "";
position : absolute;
width : 100%;
bottom: 2px;
height : 2px;
background-color: #454542;
bottom: 0;
left: 0;
transform : scaleX(0);
transform-origin: bottom left;
transition : transform 0.3s linear;
}

.hovermode:hover .asdr {
transform: rotate(90deg);
transition : transform 0.3s linear;
}

.asdr{
transform: rotate(0deg);
transition : transform 0.3s linear;
}

.hovermode:hover .button_p::after {
transform-origin: bottom left;
transform: scaleX(1);
}
.hovermode:hover .button_bold::after {
transform-origin: bottom left;
transform: scaleX(1);
}


.hovermode:hover .hide {
transition: visibility 0s, opacity 0.2s linear;
}

.hovermode:hover .hide {
visibility: visible;
opacity: 1;
}

.timeline_background {
right: 0px;
position:relative;
background-color: rgba(238,234,229, 0.3);
height: 00px;

z-index: -10;
}

#header__img {
height: 500px;
margin-right: 209px;
margin-top:0px;
}

#table__row {
margin-top: 50px;
width: 900px;
justify-content: center;
text-align: center;
border-spacing: 0px;
}

.icon {
width: 50px;
height: 50px;
}

.icon1 {
height: 24px;
width: 24px;
float: right;
right: 0px;
margin: 0.65em;
transition: all 500ms;

}

.icon2 {
height: 24px;
margin-left: 24px;
float: left;
}

#h2__background {
background: white;
width: 50%;
margin: 80px 90px 0px;
padding: 1px 30px 1px 10px;
}

#checkup {
width: 25%;
height: 75px;
}

#checkup__div {
width: 80%;
float: left;
margin: 0 10%;
position: relative;
}

#checkup__info {
z-index: 1;
width: 30px;
position: absolute;
top: 50px;
left: -10px;
}

#checkup__img {
width: 100%;
margin-top: 10px;
border: 1px solid lightgrey;
}

#impressum {
color: #151a32;
display: inline-block;
text-align: center;
margin: auto;
}

.overlay__calender {
width: 203px;
height: 378px;
position: absolute;
opacity: 0;
padding: 0px;
margin: -1px;
border-spacing: 0px;
}


.course__hover:hover .overlay__calender {
background-color: rgba(1, 1, 1, 0.5);
opacity: 1;
}

#navbar {
height: 100px;
width: 100%;
border-bottom: solid 2px lightgrey;
font-weight: bold;
text-align: center;
margin-bottom: 70px;
}





#main__container {
width: 501px;
height: 351px;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
padding: 6 px;
}

#AGB {
align-items: center;
justify-content: center;
width: 200%;
margin-left: -40%;
margin-top: 50px;
}


@viewport {
min-width: 640px;
max-width: 1400px;
}

@viewport {
zoom: 0.75;
min-zoom: 0.5;
max-zoom: 0.9;
}



hr {
  top: -50px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

px-lg-5{

    padding-left: 25em; 
}

.blue{
    background-color: rgba(0,0,255,0.5);;
    position: absolute;
}
.row .red{
    background-color: rgba(255,0,0,0.5);
    
}
.red, .blue {
    height: 70px;
}

.checkboxes {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  word-wrap: break-word;
}


[type="checkbox"]
{
    vertical-align:middle;
}

.impressumDiv {
    display: flex;
    justify-content: space-between;
  }
@media only screen and (max-width: 592px) {
  .impressumDiv {
    display: block !important;
    text-align: center !important;
  }
  .randimpressum{
    text-align: center;
  }
}

.impressumDiv {
  display: flex;
  justify-content: space-between;
}