@font-face {
	font-family: calibri;
	src: url("../font/calibri.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
} 


  
h4 {
	padding-top: 10px;
}

h3 {
	padding-top: 10px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p{
    padding-top: 10px;
}

.hyperlink{
    text-decoration:none;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
    font-size: 18px;
}
#container {
	min-height: 100%;
}
#main {
	overflow: auto;
	padding-bottom: 50px;
}
#footer {
	background-color: #f2f2f2;
	position: relative;
	height: 50px;
	margin-top: -50px;
	clear: both;
	text-align: center;
	padding-top: 14px;
	font-size: 20px;
}
body {
	font-family: calibri;
	color: #05204a;
	overflow-y: scroll;
}
header a {
	font-family: calibri;
	font-weight: 500;
	font-size: 20px;
	color: #05204a;
	text-decoration: none;
}
header {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
}
.nav__links {
	list-style: none;
	display: inline-block;
	padding: 0;
}

ul{
    list-style-position: inside;
    float: left;
}

.nav__links li{
   float:left; 
    
}
.nav__links a {
	float: left;
	transition: all 0.5s ease 0s;
	display: block;
	justify-content: center;
	padding: 14px 16px;
}
.nav__links a:hover:not(.active) {
	background-color: #79bb1a;
	color: #05204a;
}
.active {
	background-color: #05204a;
	color: #ffffff;
}

.activeDrop {
	background-color: #05204a;
	color: #ffffff;
}
.tabcontent {
	display: block;
	padding: 0px 0px;
	border-top: none;
	text-align: center;
	justify-content: center;
}

.grid-container{
      display: grid;
    grid-template-columns: auto 250px;
}


/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: fixed;
	top: 50vh;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #79bb1a;
	background-color: #05204a;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: #f2f2f2;
}
/* Caption text */
.text {
	/*color: #f2f2f2;
*/
	font-size: 18px;
	padding: 8px 12px;
	bottom: 8px;
	
	text-align: center;
    
    
    
	
	/*grid-template-columns: auto 200px;
*/
}
	/*justify-content: center;
*/
.paragraph {
	width: 1000px;
    
	min-height: calc(100vh - 102px);
	display: inline-block;
	text-align: left;
    
	background: rgba(242, 242, 242, 0.8);
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.paragraphSmall {
	/*width: 1000px;  */
    width: 100%;
	min-height: calc(100vh - 160px);
	display: block;
	text-align: left;
    
	background: rgba(242, 242, 242, 0.8);
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

@media screen and (max-width: 1000px) {
.paragraph{
    max-width: 1000px;
    width:95vw;
      }
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.activeS, .dot:hover {
	background-color: #05204a;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {
    /*opacity: .1*/
    transform:scale(0)
    }
to {
	/*opacity: 1*/
    transform:scale(1)
}
}
@keyframes fade {
from {
	/*opacity: .1*/
    transform:scale(0)
}
to {
	/*opacity: 1*/
    transform:scale(1)
}
}
/* On smaller screens, decrease  size */
@media only screen and (max-width: 300px) {
.prev, .next, .text {
	font-size: 11px
}
}
/*img {
	 object-fit: cover;
     max-width: 100%;
     max-height: 100%;
    
}*/
@media screen and (max-width: 600px) {
header {
	justify-content: left;
}
.nav__links li{
    float:none;
    justify-content:left;
    
}


.nav__links a:not(.active) {
	display: none;
}



.nav__links a.icon {
	float: right;
	display: block;
	position: absolute;
	right: 0;
}

.grid-container{
        grid-template-columns:auto;
    }
    
    
}
@media screen and (max-width: 600px) {
.nav__links.responsive {
	position: relative;
    
}
.nav__links.responsive .icon {
	position: fixed;
	right: 0;
	display: block;
	top: 0;
	float: right;
}
.nav__links.responsive li a {
	float: left;
	display: block;
	
    justify-content:center;
}
.nav__links.responsive li .dropdown .dropbtn {
    float: left;
	display: block;
	text-align: left;
    min-width: 100%;
}


}
.nav__links .icon {
	display: none;
}
#Fernwartung a {
	float: center;
	transition: all 0.5s ease 0s;
	justify-content: center;
	padding: 14px 16px;
	font-family: calibri;
	font-weight: 500;
	font-size: 20px;
	color: #05204a;
	text-decoration: none;
	background-color: #f2f2f2;
}
#Fernwartung a:hover:not(.active) {
	background-color: #79bb1a;
	color: #05204a;
}

.kontaktButton{
    color:#05204a;
    background-color: #f2f2f2;     
  font-family: calibri;
  padding: 14px 16px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none; 
   float:left;
   transition: all 0.5s ease 0s;
   width:100%;
   display: block;

}

.kontaktButton:hover{
    background-color: #79bb1a;
  color:#05204a;
}

/* Alle Screenshots */

.screenshot{
    padding: 15px;
	object-fit: contain;
	display:block;
	max-height: 100%;
	max-width: 100%;
	
	
}

.screenshot_link{
    position: relative;
    text-align: center;
    font-size: 50px;
    padding: 0;
    margin:10px;
    background: rgba(242, 242, 242, 0.75);
    display:flex;
	object-fit:contain;
	justify-content: center;
	max-height: 250px;
	max-width: 100%;
   
}

.screenshot_link:hover{
    background: #79bb1a;
}

.screenshot_text{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #05204a;
}

.image-set{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-auto-rows: 1fr;
	
    /* max-width:1000px;*/
    margin-left: auto;
    margin-right: auto;
	max-width: 95%;
}