body,h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway", sans-serif;
}

body, html {
    font-family: "Raleway", sans-serif;
    height: 100%;
    font-size: 1.2em;
}

h1 {
color: #f08300;	
}	

h2 {
    color: #014386;
}

h3 {
    color: #f08300;
}

h4 {
    color: #f08300;
}

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

/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

.mySlides {
    display: none;
}


.row::after {
    content: "";
    clear: both;
    display: table;
}


.userContainer {
    width: 100%;
    height: 100%;
}

.header_padding {
    padding-top: 20px;
    padding-left: 40px;
}


.center_in_half {
    text-align: center;
}

.vertical-center {
    padding-top: 100px;
    text-align: center;
}


.app_padding {
    padding-top: 100px; 
}

.tarif_col {
    height: 80px;
    background: white;
    margin-left: 20px;
}

#tarif_header li {
    height:100px;
}


/* STANDARD EINSTELLUNGEN FÜR STANDARD MOBILE*/
/* WERDEN DANN WEITER UNTEN ÜBERSCHRIEBEN */
.presto_nav_top {
    background-color: white;
    color: #014386;
    height: 80px;
    padding-left:10px;
    padding-right:10px;
}

.header_img {
    padding-top:10px;
    height:70px;
}

.menu_bars {
    display:block;
    position: absolute;
    top:20px;
    right: 25px;
}

.menu_flags_small {
    display:block;
    position: absolute;
    top:15px;
    right: 60px;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 80px; /* Stay at the top */
    left: 0;
    background-color: #014386; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.header_text_mobile {
    display:block;
}

.header_text_mobile_first_background {
    background-position: center;
    background-size: cover;
    background-image: url("../w3images/headerPicNew.jpg");
    min-height: 100%;
}

.header_text_mobile_second_background {
    background-position: center;
    background-size: cover;
    background-image: url("../w3images/business.jpeg");
    min-height: 100%;
}

.header-top-left {
    position: absolute;
    top: 150px;
    left: 80px;
}



.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #014386;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #014386;
    border-radius: 50%;
    cursor: pointer;
  }


#rangeValue {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1em;
    color: #999;
    font-weight: 100;
  }
  


.vertical_line {
    border-left: none;
}

.header_text_2 {
    color: #014386;
    font-size: 2em;
}

.header_text_1 {
    color: #ffffff;
    font-size: 3em;
}

.header_text_tablet_and_larger {
    display:none;
}

.tarif_mobile {
    display:block;
}

.header_text_size {
    font-size: 12px;
}

.hide_mobile {
    display:none;
}

.hide_tablet {
    display:none;
}

.hide_laptop {
    display:block;
}

.hide_desktop {
    display:block;
}

.hide_large_desktop {
    display:block;
}


.app_content {
    padding-top:20px;
}

.app_pic {
    margin-top:0px; 
    margin-left:0px;
}

#apps li {
    padding-left: 0px;
    padding-top: 20px;
}

#apps ul {
    list-style-type: none;
    padding-left: 0;
}



.pricebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 30px;
}

.business_vertical-center {
    padding-top: 20px;
    text-align: left;
    padding-left: 5%;
}



/* default media ist mobile*/
/* For tablets: */
@media only screen and (min-width: 768px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    .presto_nav_top {
        background-color: white;
        color: #5d789f;
        height: 100px;
        padding-left:50px;
        padding-right:10px;
        padding-top:10px;
    }

    .headerframe {
        top:100px;
        width:100%;
    }

    .header_img {
        height:80px;
    }

    .menu_bars {
        display:block;
        right: 60px;
        top:30px;
    }

    .menu_flags_small {
        display:block;
        position: absolute;
        top:25px;
        right: 100px;
    }

    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 100px; /* Stay at the top */
        left: 0;
        background-color: #014386; 
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

    .header_text_mobile {
        display:block;
    }
    
    .header_text_tablet_and_larger {
        display:none;
    }

    .header_text_size {
        font-size: 12px;
    }

    .hide_mobile {
        display:none;
    }
    
    .hide_tablet {
        display:none;
    }
    
    .hide_laptop {
        display:block;
    }
    
    .hide_desktop {
        display:block;
    }
    
    .hide_large_desktop {
        display:block;
    }

    #apps ul {
        padding-left: 30px;
        list-style-position: outside;
        list-style-image: url('../w3images/hakerl_orange.png');
    }

    #apps li {
        padding-left: 20px;
        padding-top: 20px;
    }

    .app_pic {
        margin-top:60px; 
        margin-left:50px
    }

    .tarif_mobile {
        display:block;
    }

    .vertical_line {
        border-left: 2px solid #616161;
    }

    .business_vertical-center {
        padding-top: 20px;
        text-align: left;
        padding-left: 5%;
    }
}


/* For Laptop: */
@media only screen and (min-width: 1024px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .presto_nav_top {
        background-color: white;
        color: #5d789f;
        height: 100px;
        padding-left:50px;
        padding-right:50px;
        padding-top:10px;
    }

    .headerframe {
        top:100px;
        width:100%;
    }

    .header_img {
        height:80px;
    }

    .menu_bars {
        display:none;
    }

    .menu_flags_small {
        display:none;
    }

    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 100px; /* Stay at the top */
        left: 0;
        background-color: #014386; 
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

    .header_text_mobile {
        display:none;
    }
    
    .header_text_tablet_and_larger {
        display:block;
        top:100px;
        width:100%;
    }

    .header_text_size {
        font-size: 16px;
    }

    .hide_mobile {
        display:block;
    }
    
    .hide_tablet {
        display:block;
    }
    
    .hide_laptop {
        display:none;
    }
    
    .hide_desktop {
        display:block;
    }
    
    .hide_large_desktop {
        display:block;
    }

    #apps ul {
        padding-left: 30px;
        list-style-position: outside;
        list-style-image: url('../w3images/hakerl_orange.png');
    }

    #apps li {
        padding-left: 20px;
        padding-top: 20px;
    }

    .app_content {
        padding-top:100px;
    }

    .app_pic {
        margin-top:60px; 
        margin-left:50px
    }

    .tarif_mobile {
        display:none;
    }

    .vertical_line {
        border-left: 2px solid #616161;
    }

    .business_vertical-center {
        padding-top: 20px;
        text-align: left;
        padding-left: 25%;
    }
}  

/* Desktops*/
@media only screen and (min-width: 1440px) {
    .presto_nav_top {
        background-color: white;
        color: #5d789f;
        height: 100px;
        padding-left:100px;
        padding-right:100px;
        padding-top:10px;
    }

    .headerframe {
        top:100px;
        width:100%;
    }

    .header_img {
        height:80px;
    }
    
    .menu_bars {
        display:none;
    }

    .menu_flags_small {
        display:none;
    }

    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 100px; /* Stay at the top */
        left: 0;
        background-color: #014386; 
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

    .header_text_mobile {
        display:none;
    }
    
    .header_text_tablet_and_larger {
        display:block;
        top:80px;
        width:100%;
    }

    .header_text_size {
        font-size: 18px;
    }

    .hide_mobile {
        display:block;
    }
    
    .hide_tablet {
        display:block;
    }
    
    .hide_laptop {
        display:block;
    }
    
    .hide_desktop {
        display:none;
    }
    
    .hide_large_desktop {
        display:block;
    }

    #apps ul {
        padding-left: 30px;
        list-style-position: outside;
        list-style-image: url('../w3images/hakerl_orange.png');
    }

    #apps li {
        padding-left: 20px;
        padding-top: 20px;
    }

    .app_content {
        padding-top:100px;
    }

    .app_pic {
        margin-top:60px; 
        margin-left:50px
    }

    .tarif_mobile {
        display:none;
    }

    .vertical_line {
        border-left: 2px solid #616161;
    }

    .business_vertical-center {
        padding-top: 20px;
        text-align: left;
        padding-left: 25%;
    }
}


/* 4k Large Desktops*/
@media only screen and (min-width: 2560px) {
    .presto_nav_top {
        background-color: white;
        color: #5d789f;
        height: 100px;
        padding-left:100px;
        padding-right:100px;
        padding-top:10px;
    }

    .headerframe {
        top:100px;
        width:100%;
    }

    .header_img {
        height:80px;
    }
    
    .menu_bars {
        display:none;
    }

    .menu_flags_small {
        display:none;
    }

    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 100px; /* Stay at the top */
        left: 0;
        background-color: #014386; 
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

    .header_text_mobile {
        display:none;
    }
    
    .header_text_tablet_and_larger {
        display:block;
        top:80px;
        width:100%;
    }

    .header_text_size {
        font-size: 24px;
    }

    .hide_mobile {
        display:block;
    }
    
    .hide_tablet {
        display:block;
    }
    
    .hide_laptop {
        display:block;
    }
    
    .hide_desktop {
        display:block;
    }
    
    .hide_large_desktop {
        display:none;
    }

    #apps ul {
        padding-left: 30px;
        list-style-position: outside;
        list-style-image: url('../w3images/hakerl_orange.png');
    }

    #apps li {
        padding-left: 20px;
        padding-top: 20px;
    }

    .app_content {
        padding-top:100px;
    }

    .app_pic {
        margin-top:60px; 
        margin-left:50px
    }

    .tarif_mobile {
        display:none;
    }

    .business_vertical-center {
        padding-top: 20px;
        text-align: left;
        padding-left: 25%;
    }
}


/* Dropdown Menu */
/* Dropdown Button */
.dropbtn {
    background-color: #535353;
    color: white;
    padding: 0px;
    font-size: 2px;
    border: none;
  }
  
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* 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;}



/* SIDE NAV */
/* The side navigation menu */

  
  /* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}
  
  /* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f08300;
}
  
  /* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
}
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


.presto_background {
    background-color: #014386;
    color: white;
}

.header_frame_padding {
    padding-right:100px;
    top:150px;
}

.header_text_orange {
    color: #f08300;
}

.header_text_blue {
    color: #014386;
}

.header_button_orange {
    background: #f08300;
    color: white;
}

.header_button_blue {
    background: #014386;
    color: white;
}

.header_frame_arrow_background {
    background-color: lightgrey;
    color:#014386;
}

.bonus_button {
    border-radius: 8px;
    font-size: 20px;
    /*background-color: #004f9e;*/
    background-color: #014386;
    color: white;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.bonus_button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
  

  .promo_button {
    background-color: #ffffff;
    color: #014386;
    border-color: #014386;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
  }


.topnav_button {
    border-radius: 8px;
    font-size: 15px;
    /*background-color: #004f9e;*/
    background-color: #014386;
    color: white;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.topnav_button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

.topnav_button_transparent {
    border-radius: 8px;
    font-size: 15px;
    /*background-color: #004f9e;*/
    background-color: #ffffff;
    color: #585858;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.topnav_button_transparent:hover {
    /*background-color: #014386;*/
    color: #f08300;
    /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
}

.topnav_button_language {
    border-radius: 8px;
    font-size: 15px;
    /*background-color: #004f9e;*/
    background-color: #ffffff;
    color: #585858;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.topnav_button_grey {
    border-radius: 8px;
    font-size: 15px;
    background-color: #ffffff;
    color: #585858;
    padding: 5px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #585858;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.topnav_button_grey:hover {
    background-color: #014386;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.topnav_image {
    height:25px
}



/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("../w3images/headerPic.jpg");
    min-height: 100%;
}
.w3-bar .w3-button {
    padding: 16px;
}

.w3-presto-blue,.w3-hover-presto-blue:hover{color:#fff!important;background-color:#5d789f!important}

.icon-check
{list-style:none;padding:0 0 5px 40px;}

.accountExpandableBlock-header {
    position: relative;
    height: 96px;
    overflow: hidden;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    border-bottom: 1px solid rgba(0,0,0,.08);
}


.accountExpandableBlock-header[data-type=level1][data-expanded=true] {
    background: #e6e6e6;
}
.accountExpandableBlock-header[data-type=level1][data-expanded=true] {
    background: #e6e6e6;
}

.accountExpandableBlock-content[data-expanded=false] {
    display:none;
}

.accountExpandableBlock-content {
    margin-top: -2px;
}

.accountExpandableBlock-content[data-expanded=false] {
    display:none;
}

.accountExpandableBlock {
    position: relative;
}

.accountExpandableBlock-content {
    display:block;
    margin-top: -2px;
    padding-top: 2px;
    /*background: #f4f4f4*/
    padding: 16px 24px;
    border-top: 2px solid rgba(65,65,65,.16);
    border-bottom: 1px solid rgba(65,65,65,.16);
}

.oneRowBigHeader {
    margin-top: 19px;
    margin-left: 24px;
    margin-right: 24px;
}

.oneRowBigHeader-content {
    display:block;
    height:48px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}


/* [SLIDER] */
#slider,  #slider .slide{
    width: 500px;
    height: 250px;
  }
  #slider {
    overflow: hidden;
    margin: 0 auto;
    font-size: 1.1em;
  }
  #slider .container {
    position: relative;
    width: 9000px; /* Assign an insanely large width */
    top: 0;
    right: 0;
    animation: slide-animation 25s infinite;
  }
  #slider .slide {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  
  /* [ANIMATION] */
  @keyframes slide-animation {
    0% { 
      opacity: 0;
      right: 0;
    }
    11% {
      opacity: 1;
      right: 0; 
    }
    22% { right: 100%; }
    33% { right: 100%; }
    44% { right: 200%; }
    55% { right: 200%; }
    66% { right: 300%; }
    77% { right: 300%; }
    88% {
      opacity: 1;
      right: 400%; 
    }
    100% {
      opacity: 0;
      right: 400%;
    }
  }

  #eu_cookiebox {
	display: block;
    z-index: 100;
    padding-left:40px;
    padding-right:40px;
    padding-top:30px;
    padding-bottom:30px;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	width: 100%;
	color: white;
	border-bottom: none;
	background: #014386;
}
