﻿body {
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 11pt;
}

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

.bg {
    background-image: url('../images/HG_TTS.png');
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.tile_container {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    margin-left:3%;
    background-repeat: no-repeat;
    width: 57%;
    min-width:435px;
    height: 88%;
    background-size: contain;
    background-image: url('../images/Kacheln_TTS.png');
}


/*Rechter Teil (Adresse)*/
.imprint_container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    flex-flow: row;
    justify-content: space-between;
    width:496px;
}



.adress_box_div {
    padding: 10px;
    background-color: rgb(251, 189, 10);
    margin-bottom: 12px;
    width:370px;
}

    .adress_box_div h2 {
        font-size: 1em;
        margin: 0px;
        margin-bottom: -10px;
    }

.adress_box_tile {
    width: 94px;
    height: 94px;
    background-color: rgb(251, 189, 10);
    background-image: url('../images/Home_Icon_Zeichenfläche 1.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:70px;
}

.facebook_tile {
    height: 37px;
    width: 37px;
    margin-top: 12px;
    background-color: rgba(251, 189, 10,0.5);
    float:right;
}

.facebook_div {
    padding: 10px;
    background-color: rgb(251, 189, 10);
    cursor: pointer;

}

.imp_right{
    position:relative;
    float:right;
}

.imp_left{
    position:relative;
    float:right;
    margin-right:12px;
    margin-bottom:12px;
}

.slideShowImg{
	 width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

.warenty {
    width: 200px;
    height: 200px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    background-image: url("../images/waranty.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
}

.truck{
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-image: url("../images/TTSTruck.png");
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 99%;
}


.mySlides {
    width: 100%;
    height: 100%;
    position: relative;
}



/* Slideshow container */
.slideshow-container {
    width: 32%;
    height: 500px;
    top: 0px;
    bottom: 150px;
    margin: auto;
    right: 100px;
    position: absolute;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

