.accordion-toggle {
background-color: #76b82a;
padding: 15px;
color: white;
cursor: pointer;
border: none;
text-align: left;
outline: none;
font-size: 1em;
width: 100%;
}

.accordion-toggle:hover {
background-color: #555;
}

.accordion-toggle:after {
content: '\002B';
color: white;
font-weight: bold;
float: right;
margin-left: 5px;
}

.accordion-content {
display: none;
overflow: hidden;
background-color: #dadada;
width: 100%;
}

.keyfact_pic_tp {
background-image:url(../Pictures/Overview_TP_numbers.jpg);
background-repeat: no-repeat;
background-position:center;
background-position:top;
background-size:100%;
max-height:1200px;
position: relative; 
padding-bottom: 100%; /* ratio 1x1 */
overflow: hidden; 
}

.keyfact_pic_pc {
background-image:url(../Pictures/Overview_PC_numbers.jpg);
background-repeat: no-repeat;
background-position:center;
background-position:top;
background-size:100%;
max-height:1200px;
position: relative; 
padding-bottom: 100%; /* ratio 1x1 */
overflow: hidden; 
}

/*Keyfact container*/

.keyfact_left {
position: absolute;
left:2%;
width:100%;
}

.keyfact_right {
position: absolute;
left:73%;
width:100%;
}

.product_keyfact {
position: relative;
width: 25%; /*bestimmt die Breite der kompletten Container*/
}

.keyfact_border {
padding: 15px; /*Textabstand innerhalb der Textbox*/
font-size:1vw;
}

/* Allgemeine Formatierung */

.flagg_bw {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

.flagg_bw:hover  {
webkit-filter: grayscale(0%) !important;
filter: grayscale(0%) !important;
}

.flagg {
text-align:right;
float:right;
}

.flagg_icon {
margin-left:10px;
margin-right:10px;
}

body {
margin: 0;
font-family: 'Heebo';
background: #ffffff;
}

td {
font-family: 'Heebo';
text-align:left;
}

th {
font-family: 'Heebo';
text-align:left;
}

button {
font-family: 'Heebo';
}

.header {
background-color: #fff;
padding: 30px;
text-align: center;
}

/* Navbar */

.navbar {
background: #dadada;
}

.stickbar {
background: #dadada;
overflow:hidden;
}

.navbar a {
float: left;
display: block;
color: #1f398e;
text-align: center;
padding: 14px 30px;
text-decoration: none;
font-size: 17px;
font-weight:bold;
}

.navbar .icon {
  display: none;
}

.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
cursor: pointer;
font-size: 17px;
color: #1f398e;
font-weight:bold;
border: none;
outline: none;
padding: 14px 30px;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}

.dropbtnactive {
cursor: pointer;
font-size: 17px;
background:  linear-gradient(to bottom right, rgba(0,56,154,1), rgba(0,129,207,1));
color: white;
font-weight:bold;
border: none;
outline: none;
padding: 14px 30px;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}

.navbar a:hover, .dropdown:hover .dropbtn {
background:  linear-gradient(to bottom right, rgba(0,56,154,1), rgba(0,129,207,1));
color: white;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #dadada;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
color: #1f398e;
padding: 14px 30px;
text-decoration: none;
display: block;
text-align: left;
}

.navbar a.active {
background:  linear-gradient(to bottom right, rgba(0,56,154,1), rgba(0,129,207,1));
color: white;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}

.sticky {
position: fixed;
top: 0;
width:100%;
}

/* Buttons */
.btn {
background-color: #dadada;
color:#1f398e;
border: none;
padding: 1em 1em;
text-align: center;
font-size: 1.4vw;
font-weight:bold;
margin: 4px 5px;
width:100%;
transition: 0.3s;
cursor: pointer;
}

.btn:hover {
background: linear-gradient(to bottom right, rgba(0,56,154,1), rgba(0,129,207,1));
color: white;
}

.btn_narrow {
background-color: #dadada;
color:#1f398e;
border: none;
padding: 1em 1em;
text-align: center;
font-size: 1.4vw;
font-weight:bold;
margin: 4px 25%;
width:100%;
transition: 0.3s;
cursor: pointer;
}

.btn_narrow:hover {
background: linear-gradient(to bottom right, rgba(0,56,154,1), rgba(0,129,207,1));
color: white;
}

* {
box-sizing: border-box;
}

/*Progressbar*/

.progress-footer {
position: fixed;
left: 0;
bottom: 0;
z-index: 100;
width: 100%;
background-color: #f1f1f1;
}

.progress-container {
width: 100%;
height: 8px;
background: #dadada;
}

.progress-bar {
height: 8px;
background: #76b82a;
width: 0%;
}

/*Top-Button*/

#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 50px; /* Place the button at the bottom of the page */
right: 20px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: #1f398e; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 50%; /* Rounded corners */
font-size: 18px; /* Increase font size */
}

#myBtn:hover {
background-color: #76b82a; /* Add a dark-grey background on hover */
}

#navbar_logo {
display: none; /* Hidden by default */
}

.navbar_left{
float:left;
}

.navbar_right {
float:right;
}

.navbar_box{
margin:10px 30px;
}

/*Overlay auf Bildern*/

.container {
position: relative;
width: 100%;
}

.image {
display: block;
width: 100%;
height: auto;
}

.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #dadada;
cursor: pointer;
}

.tp_overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #dadada;
cursor: default;
}

.container:hover .overlay, .container:hover .tp_overlay{
opacity: 0.8;
}

.text {
color: #1f398e;
font-size: 1.6vw;
font-weight:bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}

/* Slideshow */

/* Position the image container (needed to position the left and right arrows) */
.slideshow_container {
position:relative;
}

/* Hide the images by default */
.mySlides {
display:none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-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:#1f398e;
}

/* Container for image text */
.caption-container {
text-align: center;
background-color: #ffffff;
padding: 0.5%;
}

.row:after {
content: "";
display: table;
clear: both;
}

/* Six columns side by side */
.column {
float: left;
width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
opacity: 0.6;
}

.active, .demo:hover {
opacity: 1;
}

/* Designelemente */
.box {
float:left;
padding:1%;
margin-top:1%;
text-align:left;
}

.overlay_box {
padding:1%;
margin-top:1%;
}

.headbox {
overflow:auto;
background-color:#FFFFFF;
padding:2%;
height:auto;
text-align:center;
}

.grey_box {
overflow:auto;
background-color:#dadada;
padding:2%;
height:auto;
text-align:center;
}

.green_box {
color:#FFFFFF;
overflow:auto;
background-color:#76b82a;
padding:2%;
height:auto;
text-align:center;
}

.blue_box {
color:#FFFFFF;
overflow:auto;
background-color:#1f398e;
padding:2%;
height:auto;
text-align:center;
}

.white_box {
overflow:auto;
background-color:#FFFFFF;
padding:0% 2% 2% 2%;
height:auto;
text-align:center;
}

.gradient_box {
font-size:xx-large;
font-weight:900;
overflow:auto;
color:#FFFFFF;
background: linear-gradient(to bottom right, rgba(0,56,154,1), rgba(0,129,207,1));
padding:2%;
height:auto;
text-align:center;
vertical-align:middle;
}

.picbox {
background-color:#FFFFFF;
width:100%;
}

.productpicture {
margin-left: auto;
margin-right: auto;
}

.footer {
font-size:small;
float:left;
text-align:center;
}

.footer_right {
font-size:small;
}

.small_box {
padding:0.5% !important;
}


/* Textformatierungen */
h1 {
color:#1f398e;
font-size:1.8vw;
font-weight:normal;
}

h2 {
color:#1f398e;
font-size:1.8vw;
font-weight:normal;
}

h3 {
color:#1f398e;
font-size:1.8vw;
font-weight:normal;
}

h4 {
color:#1f398e;
font-size:medium;
font-weight:bold;
line-height:1em;
}

h5 {
font-size:medium;
font-weight:bold;
line-height:1em;
}

h6 {
font-size:0.8em;
font-weight:normal;
}

.product_left {
float:left;
text-align:left;
}

.product_center {
float:left;
margin-left:1%;
text-align:left;
}

.product_right {
float:left;
margin-left:1%;
text-align:left;
}

/* Video-Formatierung */
.embed-container {
position: relative; 
padding-bottom: 56.25%; /* ratio 16x9 */
height: 0;
overflow: hidden; 
width: 100%;
height: auto;
}

.embed-container iframe {
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
padding-bottom: 75%;
}

@media screen and (min-width:800px) {

.shadow {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
	
.body {
margin:1%;
}

.hide_large {
display:none !important;
}
	
.sticky {
max-width: 1200px;
margin: 0;
z-index:100;
}	
	
.page {
max-width: 1200px;
margin: auto;
}

.content {
display:-webkit-flex;
display:flex;
}

.box_left {
-webkit-flex:1;
flex:1;	
-webkit-order:1;
order:1;
}
		
.box_center {
-webkit-flex:1;
flex:1;	
-webkit-order:2;
order:2;
}
	
.box_right {
-webkit-flex:1;
flex:1;
-webkit-order:3;
order:3;
}
		
.box_far_right {
-webkit-flex:1;
flex:1;	
-webkit-order:4;
order:4;
}

.wide_box_left {
-webkit-flex:3;
flex:3;	
-webkit-order:1;
order:1;
}
		
.wide_box_center {
-webkit-flex:3;
flex:3;
-webkit-order:2;
order:2;
}		

.wide_box_right {
-webkit-flex:3;
flex:3;
-webkit-order:3;
order:3;
}

}

@media (max-width: 799px) {
.xs {
width:100% !important;
}
	
.keyfact_pic_tp {
background-image:url(../Pictures/Overview_TP_numbers.jpg) !important;
}

.keyfact_pic_pc {
background-image:url(../Pictures/Overview_PC_numbers.jpg) !important;
}
	
.hide_small {
display:none !important;
}

.sticky {
z-index:100;
}

.box_small {
float:left;
text-align:left;
}

h1 {
font-size:x-large;
font-weight:bold;
color:#1f398e;
}

h2 {
font-size:x-large;
font-weight:bold;
color:#1f398e;
}

h3 {
font-size:x-large;
font-weight:bold;
color:#1f398e;
}

.product_left {
float:left;
margin-right:0% !important;
text-align:left;
}

.product_center {
float:left;
margin-left:0% !important;
margin-right:0% !important;
text-align:left;
}

.product_right {
float:left;
margin-left:0% !important;
text-align:left;
}

.btn {
font-size:large !important;
overflow:auto;
margin: 4px 0px !important;
}

.btn_narrow {
font-size:large !important;
overflow:auto;
margin: 4px 0px !important;
}

.text {
color: #1f398e;
font-size: x-large;
font-weight:bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}

.product_keyfact {
width:100% !important;
}

.keyfact_border {
padding: 15px; /*Textabstand innerhalb der Textbox*/
font-size:1em;
}

.stickbar a, .dropdown .dropbtn{
display: none;
}

.stickbar a, .dropdown .dropbtnactive{
display: none;
}
  
.stickbar a.icon {
float: left;
display: block;
}

.stickbar.responsive {position: relative;}
.stickbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.stickbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.stickbar.responsive .dropdown {float: none; min-width:350px;}
.stickbar.responsive .dropdown-content {position: relative;}
.stickbar.responsive .dropdown .dropbtn{
    display: block;
    width: 100%;
    text-align: left;
  }

.stickbar.responsive .dropdown .dropbtnactive{
    display: block;
    width: 100%;
    text-align: left;
  }

}

@media print {
.hide-in-print {
display:none;
}

}

}