
/****** 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 *********/

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;
}

h1 {
font-family: SoletoTKHeadline_W_Lt;
text-align: center;
font-size: 30px;
color: #454542;
}

h2 {
font-family: SoletoTKHeadline_W_Lt;
color: #454542;
font-size: 30px;
margin-top: 15px;
display: inline-block;
margin-bottom: 15px;
}

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;
float: left;
margin: 0.3em;
margin-left: 10px;
font-size: 18px;
color: #454542;
}

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: 20px;
background-color: white;
border: none;
padding: 0px 0px 0px 10px;
margin: 20px 10px 15px 0px;
}

select {
height: 20px;
background-color: white;
border: none;
padding: 0px 0px 0px 10px;
margin: 20px 10px 15px 0px;
outline: none;
}

button {
border: 1px solid black;
background-color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 20px 0% auto 0%;
cursor: pointer;
}


@viewport {
min-width: 640px;
max-width: 1400px;
}

@viewport {
zoom: 0.75;
min-zoom: 0.5;
max-zoom: 0.9;
}


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;
}


//klassen

.tkbutton {
background-color: white;
border-style: 1px solid #EEEAE5;
height: 35px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5% 0% 10% 10%;
}


.hovermode {}

.tkbutton__text {
font-family: "SoletoTK_W_lt";
display: inline-block;
font-size: 16px;
margin-top: 0px;
color: #454542;
cursor: pointer;
}

.hovermode .tkbutton__text::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 .tkbutton__text {
position: relative;
display: inline-block;
}
.hovermode:hover .tkbutton__text::after {
transform-origin: bottom left;
transform: scaleX(1);
}


.tkbutton__text2 {
font-family: "SoletoTK_W_lt";
display: inline-block;
font-size: 16px;
margin-top: 5px;
color: #454542;
cursor: pointer;
}

.hovermode .tkbutton__text2::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 .tkbutton__text2 {
position: relative;
display: inline-block;
}
.hovermode:hover .tkbutton__text2::after {
transform-origin: bottom left;
transform: scaleX(1);
}

.tkbutton__arrow{
float: right;
height:30px;
margin-top: 0px;
right:0px;
}

.headline__background {
background: white;
width: 50%;
margin: 80px 90px 0px;
padding: 1px 30px 1px 10px;
}

.zoom {
-moz-transform: scale(0.8, 0.8);
/* Moz-browsers */
zoom: 0.8;
/* Other non-webkit browsers */
zoom: 80%;
/* Webkit browsers */
}


/****** firefox *********/
@-moz-document url-prefix() {
.zoom {
top: -100px;
left: 0% !important;
position: relative;
}

.fftitle {
margin-top: 0px !important;
}

.ffspace {
position: relative;
top: -40px !important;
}
}

.modal {
  display: none; /* Hidden by default */
   /* Stay in place */
  z-index: 100000; /* Sit on top */
  
  
  right: 0%;
  top: 0;
   /* Full width */
  height: 50%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  align: center;
  overflow: hidden;
  display: block;
  width: auto;
  max-height: 100%
 
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 47.3%;
  z-index: 10000;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
  padding-left:2.3vw;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup_button:hover,
.popup_button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.px-2 {
  padding-left: ($spacer * 5) !important;
  padding-right: ($spacer * 5) !important;
}


.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}




.card-img-wrap {
  overflow: hidden;
  position:relative;
  
}
.card-img-wrap:after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.3);
  opacity: 0;
  transition: opacity .25s;
}
.card-img-wrap img {
  transition: transform .25s;
  
}
.card-img-wrap:hover img {
  transform: scale(1.05);
}
.card-img-wrap:hover:after {
  opacity: 1;
}
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
.slick-slide {
    
   
   
    margin-right:3px;
    margin-left:3px;
}


.action_button {
    height: 42px;
  
    margin-top: 18px;
    padding: 3px 3px;
    width: 190px;
    background-color: #e8e100;
    border:0;
   
  
  
}



.action_button2 {
    height: 36px;
  
    margin-top: 10px;
    padding: 3px 3px;
    width: 250px;
    background-color: #e8e100;
    border:0;
  
  
}

.action_button3 {

  
}



.action_button4 {
    height: 6vw;
    font-size:3vw;
    width: 15vw;
    background-color: #e8e100;
    border:0;
   
  
  
}


.action_button5 {
    height: 10vw;
    font-size:5vw;
  
    margin-top: 12px;
    padding: 3px 3px;
    width: 40vw;
    background-color: #e8e100;
    border:0;
  
  
}

.action_button_text {
font-family:SoletoTK_W_Md;
display: inline-block;
font-size: 20px;
margin-top: 1px;

cursor: pointer;
  
}






.icon2 {
height: 24px;
margin-left: 24px;
float: left;
}

.icon5 {
height: 24px;
margin-left: 10px;
}

.hidden {
     display:none;
}

.show{

  display:block;

}

* {
  border-radius: 0 !important;
}


.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;
}

