/*  ==============Styles required (from bootstrap) ========== */

@media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

*,  
::after,
::before {
  box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }

h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  @media (min-width: 1200px) {
h1, .h1 {
      font-size: 2.5rem;
    }
  }
  
h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  @media (min-width: 1200px) {
h2, .h2 {
      font-size: 2rem;
    }
  }
  
h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  @media (min-width: 1200px) {
h3, .h3 {
      font-size: 1.75rem;
    }
  }

input,button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}



.list-unstyled {
    padding-left: 0;
    list-style: none;
  }

.container,
.container-fluid {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}

table {
    border-collapse: collapse
}

.navbar {
padding-top: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}

.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}

.navbar-dark .navbar-brand {
color: #fff;
}

.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1055;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}

.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}

.d-flex {
display: flex !important;
}

.h-100 {
height: 100% !important;
}

.flex-column {
flex-direction: column !important;
}

/* GENERAL ====================================== */

a:hover {
    cursor:pointer;
   }

/* The Modal (background) */
/* Modal Content */
.modal-content {
    display: block;
    top:15%;
    background-color: rgba(0,0,0,1.0);
    margin: auto;
    padding: 20px;
    border: none;
    width: 80%;
    opacity: 1;
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
}

/* SCROLLBAR (MacOS/ SAFARI) ====================================== */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: none;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}

/* CAROUSEL FULLSCREEN ====================================== */

html, body, .carousel, .c_67_item, .carousel-inner, .carousel-item {
   height: 100%;
}

/* CAROUSEL INDICATORS ====================================== */

.carousel .carousel-indicators button {
    background-color: rgba(0,0,0,0.5);
}

.carousel-control-prev-icon {
    filter: invert(40%);
}

.carousel-control-next-icon {
    filter: invert(40%);
}

.carousel-control-prev {
    filter: invert(40%);
	justify-content: flex-start !important;   /*To move the arrows to the center increase the padding for this class in the bootstrap css;*/
    z-index: 0px !important;
}

.carousel-control-next {
    filter: invert(40%);
	justify-content: flex-end !important;   /*To move the arrows to the center increase the padding for this class in the bootstrap css;*/
    z-index: 0px !important;
}

/* CAROUSEL SLIDING SPEED =================================== */

.carousel-inner .carousel-item {
  transition: transform 1s ease; 
  transition: -webkit-transform 1s ease;
}

/* CAROUSEL BACKGROUND IMAGES ================================ */


a.nav-link {
    height: 40px;
    line-height: 25px;
}

/* SOCIAL NETWORK ICONS ====================================== */
#img-footer-icon {
    width: 30px;
    position:absolute;
    bottom: 5px;
}

/*HEADER ==================================================*/

.header {
  position: absolute;
  top: 0;
  width: 100%;
  /* Set the fixed height of the header here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: rgba(0, 0, 0, 0.0);
}

/*TEXT BOX ==================================================*/

/* .piko-box {
    margin: 0px;
    border: none;
    font-size: 17px;
	padding: 20px 10px;
	border-radius: 7px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    overflow: auto;
    float:left;
    height: 70%;
    width: 200px;
    margin-top: 25px;
    margin-right: 25px;
}

.piko-box:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff !important; 
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
} */

/*FONT STYLE ==================================================*/

.piko-font-text-standard-mobile {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.0)
}

.piko-font-text-standard-mobile:hover {
    color: rgba(255, 255, 255, 1.0)
}

/* LINE ELEMENT =============================================== */

hr.new-2 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    color: rgba(255, 255, 255, 1.0);
    height: 2px;
} /* PART OF PIKO SIDEBAR */

hr.new-3 {
    width: 100%;
    color: rgba(255,255,255,0.5);
    height: 2px;
}

hr.new-4 {
    width: 100%;
    color: rgba(255,255,255,0.5);
    height: 2px;
    margin-top: 10px;
    margin-bottom: 2px;
}

hr.new-5 {
    width: 100%;
    color: rgba(255,255,255,0.0);
    height: 0.5px;
    margin-top: 0px;
    margin-bottom: 7px;
}

/* POSITIONING =============================================== */

.left {
    float: left;
}

.clearleft {
    clear: left;
}

.right {
    float: right;
}

.clearright {
    clear: right;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* .piko-page-title {
    position: absolute;
    top:0px;
    left:15%;
} */

/* LOGO ===================================================== */

#logo{
    width: 100px;
    margin: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

/* MENU BUTTON ============================================== */

#menubutton {
    width: 50px;
    margin: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

/* TOOLS ===================================================== */
    
/* .redborder{
    border: 1px solid red;
}

.bottom-10 {
    position:absolute;
    bottom: 10%;
}

.bottom-20 {
    position:absolute;
    bottom: 20%;
} */

/* OTHERS ===================================================== */

 /* .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
} */

/* SIDEBAR =================================================== */

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    /*  right: 0; PIKO TEST */
    left: 0; /* PIKO TEST */
} /* RELEVANT */

/* SLIDER (HOMEPAGE) ======================================= */

/* Hide Radio Button Slider  */
input[type=radio] {
  display: none;
}

/* Foreground / What Happens when Item 1 Is on Pos1*/
#id_29_item1:checked ~ .c_42_card #id_33_slide1, #id_30_item2:checked ~ .c_42_card #id_34_slide2, #id_31_item3:checked ~ .c_42_card #id_35_slide3, #id_32_item4:checked ~ .c_42_card #id_36_slide4{
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
  
}
  
/* RIGHT/ What happens when Item 1 is on pos 2 */
#id_29_item1:checked ~ .c_42_card #id_34_slide2, #id_30_item2:checked ~ .c_42_card #id_36_slide4, #id_31_item3:checked ~ .c_42_card #id_33_slide1, #id_32_item4:checked ~ .c_42_card #id_35_slide3 {
  transform: translatex(30%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  cursor: pointer;
}

/* LEFT/ What happens when Item 1 is on pos 3 */
#id_29_item1:checked ~ .c_42_card #id_35_slide3, #id_30_item2:checked ~ .c_42_card #id_33_slide1, #id_31_item3:checked ~ .c_42_card #id_36_slide4, #id_32_item4:checked ~ .c_42_card #id_34_slide2{
  transform: translatex(-30%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  cursor: pointer;
}

/* BACKGROUND/ What happens when Item 1 is on pos 4 */
#id_29_item1:checked ~ .c_42_card #id_36_slide4, #id_30_item2:checked ~ .c_42_card #id_35_slide3, #id_31_item3:checked ~ .c_42_card #id_34_slide2, #id_32_item4:checked ~ .c_42_card #id_33_slide1 {
  transform: translatex(0) scale(0.6);
  opacity: 0.4;
  z-index: -1;
}
  
/* INDEX MOBILE PAGE */
/* .piko-design-2 {
    display: inline;
    margin-left: 0%;
    margin-right: 0%;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: none;
    font-size: 17px;
	padding: 7px 7px 7px 7px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(50, 209, 224, 1.0);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration-line: none;
} */

/* PRICE PAGE */
/* .piko-price-2 {
    display: inline;
    margin-left: 0%;
    margin-right: 0%;
    width: 100px;
    height: 100px;
    border: none;
    font-size: 17px;
	border-radius: 50px;
	color: rgba(50, 209, 224, 1.0);
	background-color: rgba(0,0,0, 1.0);
    text-align: center;
    text-decoration-line: none;
    padding: 0;
} */

/* PRICE MOBILE PAGE */
/* .piko-price-3 {
    display: inline;
    margin-left: 0%;
    margin-right: 0%;
    width: 60px;
    height: 60px;
    border: none;
    font-size: 17px;
	border-radius: 30px;
	color: rgba(50, 209, 224, 1.0);
	background-color: rgba(0,0,0, 1.0);
    text-align: center;
    text-decoration-line: none;
    padding: 0;
} */

/* PIKO MOBILE ================================================ */

/* .piko-textbox-mobile {
    position: absolute;
    display: block;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,1.0);
    text-align: center;
    color: rgba(255,255,255,1.0);
    margin: auto;
    overflow: hidden;
} */

/* .modal-content-mobile {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1.0);
    background-size: cover;
    margin: auto;
    padding: 2.5%;
    border: none;
} */

ul li {
    display: flex;
    flex-direction: row;
    align-items:flex-start;
}

/* PIKO TABLE ================================================ */

/* .piko-table {
    scrollbar-width: thin;  SCROLLBAR FIREFOX 
} */

/* th {
    padding: 0px 0px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 100;

} */

td {
    text-align: center;
}

/* NEW NAMING CONVENTION OVERWRITING EXTERNAL BOOTSTRAP.CSS ======================================== */

.navbar-toggler { 
    display:block !important;
    border: none !important;
    border-style: none !important;
    border-color: rgba(255, 255, 255, 1.0) !important; 
    box-shadow: none !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 900; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,1.0); /* Black w/ opacity */
}


/* NEW NAMING CONVENTION ID's =========================================== */

#id_1_icon {
    width: 30px;
    margin-left: 2px;
    margin-right: 2px;
}

#id_3_sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 1.0);
    color: rgba(255, 255, 255, 1.0);
    transition: all 0.3s;
    overflow-y: auto;

} 
    /* The following four classes are from the bootstrap css and are here to get rid of the blue border on apple devices */
.mCustomScrollBox {
    outline: none !important;
}
.mCS-minimal {
    outline: none !important;
}
.mCSB_vertical {
    outline: none !important;
}
.mCSB_outside{
    outline: none !important;
}

#id_3_sidebar.active {
    right: 0; 
}

#id_3_sidebar .sidebar-header { /* sidebar-header still with old naming */
    padding: 20px;
}

#id_3_sidebar ul.components { /* was last in list before copying */
    padding: 20px 0;
}

#id_3_sidebar ul p {
    padding: 10px; 
}

#id_3_sidebar ul li a {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 100%;
    font-size: 1.1em;
    display: block;
    text-decoration-line: none;
    text-decoration: none;
    color: rgba(255, 255, 255, 1.0);
} 

#id_3_sidebar ul li a:hover {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(255, 255, 255, 0.1);
} 

#id_3_sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(255, 255, 255, 0.1);
} 

a[data-toggle="collapse"] { /* part of sidebar-ID code */
    position: relative;
}

/* #id_4_certificate:hover{
    cursor: pointer;
} */

/* #id_5_boxtop {
    padding-bottom: 20px;
} */

/* #id_6_columnleft {
    display: block; 
    width: 45%; 
    margin-right: 100px; 
    float: left;
}

#id_7_columnright {
    display: block; 
    width: 45%; 
    float: left;
}

#id_8_boxbecomefreelancer {
    width: 60%; 
    float:left;
}

#id_9_boxregister {
    width: 40%; 
    float:left;
}

#id_10_btnregister {
    padding-top: 30px; 
    display: flex; 
    align-items: center; 
    float: right;
} */

#id_14_contactdetails {
    float: left; 
    width: 40%;
}

/* #id_15_contactform {
    float: left; 
    width: 45%;
}

#id_16_contactformleftbasic {
    float: left; 
    width:45%;
} */


/* NEW NAMING CONVENTION CLASSES =========================================== */

.c_1_transparentbg {
    background-color: rgba(0, 0, 0, 0.0);
}

.c_2_blackborder {
    border: 1px solid rgba(0,0,0,1.0);
}

.c_3_menubtnbg {
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
}

.c_4_txtboxblack {
    position:absolute !important;
    top: 13% !important;
    left: 5%;
    right: 5%;
    bottom: 5%;
    display: block;
    margin: 0px;
    border: none;
    font-size: 20px;
	padding: 20px 30px;
	border-radius: 7px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
	overflow-x: hidden;
    scrollbar-width: thin;
    /* scrollbar-height: thin; funktioniert nicht */
}

.c_5_titlestyle {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1.0);
    margin: 0;
    padding: 0;
}

hr.c_6_line {
    width: 40%;
    color: rgba(255, 255, 255, 1.0);
    height: 2px;
} 

.c_7_txtstyle {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.0)
}

.c_7_txtstyle:hover {
    color: rgba(255, 255, 255, 1.0)
}

/* .c_8_linkstyle {
    text-decoration:underline; 
    color: rgba(50, 209, 224, 1.0);
}

.c_8_linkstyle:hover {
    color: rgba(50, 209, 224, 1.0);
} */

.c_9_bgimgindex {
    background-image: url(../img/img_72_universalbg.jpg);
    z-index: -2;
    display: block;
    position:fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.avif .c_9_bgimgindex {
    background-image: url(../img/img_72_universalbg.avif);
}

/* 
.c_10_bgimgservice { 
    background-image:url(../img/img_4_servicesbg.jpg); 
    z-index: -2;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.avif .c_10_bgimgservice { 
    background-image:url(../img/img_4_servicesbg.avif); 
}

.c_11_bgimgacademy {
    background-image:url(../img/img_5_academybg.jpg);
    z-index: -2;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.c_12_bgimgabout {
    background-image:url(../img/img_6_aboutbg.jpg);
    z-index: -2;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.avif .c_12_bgimgabout {
    background-image:url(../img/img_6_aboutbg.avif);
}

.c_13_bgimgcontact {
    background-image:url(../img/img_7_contactbg.jpg);
    z-index: -2;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.avif .c_13_bgimgcontact {
    background-image:url(../img/img_7_contactbg.avif);
}

.c_14_bgimgimprint {
    background-image:url(../img/img_8_imprintbg.jpg);
    z-index: -2;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.avif .c_14_bgimgimprint {
    background-image:url(../img/img_8_imprintbg.avif);
} */

.c_15_sidebarhead {
    height: 67px; 
    display: block; 
    position: static;
}

.c_16_sidebartxtbox {
    height: 77vh; 
    padding-top: 0px;
    padding-bottom: 25%; 
    overflow-y: auto; 
    overflow-x: hidden; 
    display: block; 
}

.c_17_listyle {
    white-space: nowrap;
}

.c_18_sidebarhorizontal {
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    padding-bottom: 0px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.c_19_socialmediaelement {
    cursor: pointer; 
    margin-left: 7px; 
    margin-right: 7px;
}

.c_20_sidebarlegalelement {
    font-size: 12px; 
    padding-left: 7px; 
    padding-right: 7px; 
    color: rgba(255, 255, 255, 0.4) !important; 
    text-decoration-line: none; 
    margin-top: 0px;
}

hr.c_21_line {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 35px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 1.0);
    height: 2px;
}

.c_22_wrap {
    width: 100%; 
    height: 100%;
}

.c_23_btn {
    display: block;
    width: 170px;
    margin: 0px;
    border: none;
    font-size: 17px;
	padding: 7px 7px 7px 7px;
	border-radius: 7px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 0, 0, 1.0);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration-line: none;
}

.c_23_btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 1.0) !important; 
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.c_23_btn:active {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease; 
}

.c_24_btn {
    display: block;
    width: 100%;
    margin: 0px;
    border: none;
    font-size: 17px;
	padding: 7px 7px 7px 7px;
	border-radius: 7px;
	color: rgba(255, 255, 255, 1.0);
	background-color: #022D57;
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration-line: none;
    backface-visibility: hidden;
}

.c_24_btn:hover {
    /*background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);*/
    color: rgba(255, 255, 255, 1.0) !important; 
    transition: all 0.15s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    backface-visibility: hidden;
    /*zoom: 105%;*/
}

.c_24_btn:active {
    /*background: rgba(255, 255, 255, 0.1);*/
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease; 
}

 .c_25_btn { /* only used once on academy page, maybe use another button? */
    display: block;
    width: 170px;
    margin: 0px;
    border: none;
    font-size: 17px;
	padding: 7px 7px 7px 7px;
	border-radius: 7px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(2, 46, 87, 1.0);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration-line: none;
}

.c_25_btn:hover {
    background: rgba(2, 46, 87, 0.1);
    color: rgba(255, 255, 255, 1.0) !important; 
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.c_25_btn:active {
    background: rgba(2, 46, 87, 0.1);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease; 
}

/* .c_26_btn {
    display: block;
    width: 100%;
    margin: 0px;
    border: none;
    font-size: 17px;
	padding: 7px 7px 7px 7px;
	border-radius: 7px 35px 0px 0px;
	color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -5px -6px 9px -6px rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration-line: none;
    display: flex; 
    justify-content: center; 
    align-items: center;
    

} */

/* .c_26_btn:hover {
    background: rgba(2, 46, 87, 0.7);
    color: rgba(255, 255, 255, 1.0) !important; 
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
} */

/* .c_26_btn:active {
    background:rgba(0, 0, 0, 1.0) !important;
    color:rgba(50, 209, 224, 1.0);
    transition: all 0.4s ease; 
} */

/* .c_27_btn {  only used once on service page, maybe use another button? 
    display: block;
    width: 100%;
    margin: 0px;
    border: none;
    font-size: 17px;
	padding: 7px 7px 7px 7px;
	border-radius: 7px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 0, 0, 1.0);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration-line: none;
} */

/* .c_27_btn:hover { 
    color: rgb(255, 255, 255) !important; 
} */

/* .c_28_btn {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	outline: inherit;
} */

/* .c_29_btn {
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-top: 20px;
}

.c_30_modalimg {
    position:absolute; 
    top: 10%; 
    left: 12%; 
    right: 12%; 
    bottom: 10%; 
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center;
} */

/* .c_31_input {
    background-color: rgba(0, 0, 0, 0.2); 
    color: white;
    border-radius: 7px;
    width: 300px;
    height: 40px;
    padding-left: 10px;
} */

/* .c_32_select {
    background-color: rgba(0, 0, 0, 0.2); 
    color: white;
    width: 300px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 2px 2px 5px 1px rgba(255, 255, 255, 0.3);
    padding-left: 10px;
    padding-right: 40px;
} */

/* .c_33_selectwrapper {
    width: 300px;
    position: relative;
    }

.c_33_selectwrapper::before {
    content: "∨";  &#xf107; 
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
    pointer-events: none;
    } */

.c_34_modalemail {
    display: none; 
    z-index: 1000;
}
    
.c_35_symbol {
    text-align: center; 
    font-size: 150px; 
    color: rgba(50, 209, 224, 1.0);
}

.c_36_close {
    color: #aaaaaa;
    position: absolute;
    /*display: block;*/
    bottom: 1.7%;
    /*right: 2.5%;*/
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2000;
    margin: auto;
    font-size: 40px;
    font-weight: bold;
    padding: 0;   
}
   
.c_36_close:hover,
.c_36_close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* .c_37_btn {  invisible button for modal 
    background: none; 
    color: inherit; 
    border: none; 
    padding: 0; 
    font: inherit; 
    cursor: pointer; 
    outline: inherit;
} */

/* .c_38_imgservice {
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    } */

.c_39_circle {
    position: relative; 
    bottom: -50%; 
    right: -50%;
    display: inline;
    margin-left: 0%;
    margin-right: 0%;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: none;
    font-size: 17px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(50, 209, 224, 1.0);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration-line: none;
    cursor: pointer;
}

/* .c_40_cardlist {
    padding-left: 0% !important;
    padding-right: 5% !important;

}

.c_40_cardlist > ol > li {
    color: rgba(50, 209, 224, 1.0) !important;
} */

.c_41_card {
    position: absolute;
    top: 15%;
    bottom: 15%;
    width: 500px;
    height: 700px;
    left: 15%;
    right: 15%;
    margin: auto;
    transition: transform 0.4s ease;
    
  }

  .c_43_slidebox {
	background-color: rgba(0, 0, 0, 1.0);
	color: rgba(255, 255, 255, 1.0);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-o-object-fit: cover;
    object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
    overflow: hidden;
}

/* .c_50_btn {
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    width: 100%;
    height: 50px;
    border-radius: 7px;  Round Edges on Buttons 
    transition-duration: 0.7s;  Smooth Hover Effect  
    padding: 4px 4px 4px 4px;
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
}

.c_50_btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 1.0) !important; 
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.c_50_btn:active {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease; 
} */

.c_51_arrowleft {
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.4);
    width: 70px;
    height: 70px;
    font-size: 70px;
    padding-bottom: 17px;
    border-radius: 35px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 20%;
    z-index: 700;
    border: none;
    outline: none;
}

.c_51_arrowleft:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.4); 
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
}

.c_52_arrowright {
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.4);
    width: 70px;
    height: 70px;
    font-size: 70px;
    padding-bottom: 17px;
    border-radius: 35px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20%;
    z-index: 700;
    border: none;
    outline: none;
}

.c_52_arrowright:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.4); 
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
}

/* .c_53_btn {
    background-color: rgba(0, 0, 0, 0); 
    border: none; 
    font-weight: 600; 
    color: rgba(255,255,255,0.5);
} */

/* .c_55_cardheader {
    font-size: 30px; 
    font-weight: 500; 
    position:absolute; 
    top: 3%;
    right: 10%;
    text-align: left;
} */

/* .c_56_cardheader {
    font-size: 35px; 
    font-weight: 500; 
    font-style: italic; 
    padding-left: 10%; 
    padding-right: 10%;
    text-align: center;
    position:absolute; 
    top: 10%;
} */

/* .c_57_cardquestion {
    padding-left: 10%; 
    padding-right: 10%;
    text-align: center;
    position:absolute; 
    top: 21%;
} */

/* .c_58_cardquestion {
    font-size: 17px; 
    font-weight: 450;
} */

/* .c_59_cardanswer {
    font-size: 16px; 
    padding-left: 10%; 
    padding-right: 10%;
    text-align:left;
    position:absolute; 
    top: 28%;
}

.c_60_cardoffer {
    font-size: 16px; 
    padding-left: 10%; 
    padding-right: 10%;
    text-align:left;
    position:absolute; 
    top: 69.6%;
    text-align:center;
}

.c_61_cardimg {
    display: block; 
    position: absolute; 
    text-align: center; 
    top: 45%;
} */


/* .c_63_circle {
    position: relative; 
    right: 21%; 
    bottom: 17%;
} */

.c_64_circle {
    font-size: 50px; 
    position: relative; 
    right: 22%; 
    bottom: 7%; 
    color: rgba(255,255,255,0.5);
}

.c_65_boxright {
    width: 39% !important; 
    left: 56%; 
    background-color: rgba(0, 0, 0, 0.7) !important;
    overflow: hidden;
}

/* .c_68_cardheader {
    text-align: center; 
    margin: 20px 0px;
} */

/* .c_69_cardcontent {
    padding: 0px 60px;
} */

.c_70_list {
    list-style-type: none;
    margin: 0px;
}

.c_70_list li::before {
    content: '✓';
    color: rgba(50, 209, 224, 1.0);
    margin-right: 5px;
}

/* .c_71_list {
    margin:0; 
    padding: 0;
} */

/* .c_72_txtboxblack {
    width: 50%; 
    height: 75%; 
    background-color: rgba(0, 0, 0, 0.7);
    top: 20%;  
    box-shadow: none;
    border-radius:  0px 0px 7px 7px;
    box-shadow: 0px 5px 7px -4px rgba(255, 255, 255, 0.5), -1px 0px 7px -5px rgba(255, 255, 255, 0.5), 5px 0px 7px -5px rgba(255, 255, 255, 0.5);
} */

/* .c_76_txtboxblack {
    padding-bottom: 40px; 
    margin-bottom: 30px;
}

.c_77_btn {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;  
    position:absolute; 
    top: 13%; 
    left: 5%; 
    right: 5%; 
    bottom: 5%;
    height: 7%;  
    width: 50%;
} */

.c_78_languagebtn {
    position: fixed;
    right: 90px; 
    width: 30px;
    height: 30px; 
    text-align: center;
    opacity: 0.5; 
    background-color: black; 
    color: white !important; 
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 0px 9px 0 rgba(255, 255, 255, 1) !important;
}

.c_78_languagebtn:hover {
    opacity: 1 !important;
    box-shadow: 0 0px 17px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.7s ease;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* .c_79_ribbon {
    background: #32d1e0;
    color:rgb(255, 255, 255);
    padding:1em 0;
    position: absolute;
    top:0;
    left:0;
    transform: translateX(20%) translateY(200%) rotate(-45deg);
    transform-origin: top left;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #000000;
}

.c_79_ribbon:before,
.c_79_ribbon:after {
content: '';
position: absolute;
top:0;
margin: 0 -1px;  tweak 
width: 100%;
height: 100%;
background: #32d1e0;
}
.c_79_ribbon:before {
right:100%;
}

.c_79_ribbon:after {
left:100%;
} */

/* .c_80_circles {
    position: absolute; 
    top: 10.5%; 
    left: -2%;
    width: 130px;
    height: 130px;
    border-radius: 70px;
    border: none;
    background-color: #022D57;
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);

    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
} */

/* .c_81_circles {
    position: absolute; 
    top: 17%; 
    right: -5%;
    width: 130px;
    height: 130px;
    border-radius: 70px;
    border: none;
    background-color: #022D57;
    box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);

    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
}

.c_82_diagonalline{
    position: absolute;
    top: 20%;
    left: 20%;
    border-bottom: 3px solid #022D57;
    width: 70%;
    transform: rotate(8deg);
    transform-origin: top left;
} */

/* .c_83_diagonalline{
    position: absolute;
    top: 93%;
    right: -54%;
    border-bottom: 3px solid #022D57;
    width: 120%;
    transform: rotate(-57deg);
    transform-origin: top left;
} */

/* .c_83_pikocardsubheaderbox {
    position: absolute;
    left: 10%;
    z-index: 300;
    width: 330px;
	height: 30px;
    background-color: rgba(0, 0, 0, 1.0);
    border: 1.5px solid #3485E1;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    color: rgba(255, 255, 255, 1.0);
	font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.c_84_servicecircle{
    position: absolute; 
    width: 30vh;
    height: 30vh;
    border-radius: 100%;
    border: none;
    background-color: #022D57;
    line-height: 1.5;
    /*box-shadow: 0 0px 7px 0 rgba(255, 255, 255, 0.5);*/
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    z-index: 5;

}

/* NEW NAMING CONVENTION @MEDIA =========================================== */

@media only screen and (max-width: 1500px) {

    /* #id_5_boxtop {
        width: 100% !important;
        float: initial;
    } */

    /* #id_6_columnleft {
        width: 100% !important;
        float: initial;
        padding-bottom: 30px !important;
    }

    #id_7_columnright {
        width: 100% !important;
        float: initial;
    } */

    /* #id_4_certificate {
        width: 70% !important;
        margin: auto;
    } */

    #id_14_contactdetails {
        width: 100% !important;
        float: initial;
    }
    
    /* #id_15_contactform {
        width: 100% !important;
        float: initial;
    }

    #id_16_contactformleftbasic {
        width: 100% !important;
        float: initial;
    }

    #id_17_contactformrightside {
        width: 100% !important;
        float: initial;
    } */

    /* .c_31_input, .c_32_select, .c_33_selectwrapper {

    width: 100% !important;
    } */

    .c_24_btn {
        position: absolute !important;
        bottom: 3%;
    }

    .c_4_txtboxblack {
        height: 75% !important;
    }

    .c_84_servicecircle{
        position: absolute; 
        width: 20vh;
        height: 20vh;
        color: rgba(255, 255, 255, 1.0);
        text-align: center;
        line-height: 1;
        z-index: 5;
    
    }

}

@media only screen and (max-width: 870px) { /* index.php */
            
    .c_41_card {
        width: 70%;
        height: 65%;
        
    }

    #id_27_arrowright, #id_28_arrowleft {
        display: none;
    }
    
    .c_43_slidebox > div > img{
        height: 70px;
        
    }

    /* .c_44_cardimg {
        top: 50% !important;
        
    } */
/* 
    .c_44_cardimg > img {
        height: 50px !important;
        
    } */

    /* .c_45_cardcontent {
        font-size: 10px !important;
    } */

    /* .c_46_cardcontent {
        top: 66% !important;
        padding-left: 9% !important;
        padding-right: 9% !important;
    } */

    /* .c_47_cardheader {
        font-size: 17px !important;
        z-index: 10;
    } */

    .c_24_btn {
        position: absolute !important;
        width: 133% !important;
        height: 30px !important;
        font-size: 12px !important;
        bottom: 3% ;
    }

     /*   .c_39_circle {
    } */

    .c_48_circle {
        display: none;
    }

    .c_49_circle {
        display: block !important;
    }

    /* .c_50_btn {
        display:block !important ;
    } */

    .c_7_txtstyle {
    padding: initial !important;
    }

    /* .c_79_ribbon {
        padding:0.5em 0em;
        transform: translateX(10%) translateY(230%) rotate(-45deg);

    } */


    
    /* .c_85_servicediagonal{
        position: absolute;
        border-bottom: 6px solid #022D57;
        width: 70%;
        transform-origin: top left;
        z-index: 2;
    } */

    .c_65_boxright {
        width: 90% !important; 
        left: 5% !important; 
        background-color: rgba(0, 0, 0, 0.7) !important;
        overflow: hidden;
    }

    /* #id_73_circletopleft{
        top: 20% !important;
    }
    
    #id_74_circletopright{
        top: 29% !important;
    }
    
    #id_75_circlebottomleft{
        top: 67% !important;
    }
    
    #id_76_circlebottomright{
        top: 71% !important;
        right: -7% !important;
    } */

    /* .c_83_pikocardsubheaderbox{
        width: 205px;
        height: 20px;
        border: 1px solid #3485E1;
    }

    .c_83_pikocardsubheaderbox > h3{
        font-size: 12px !important;
        font-weight: 500;
    } */

    /* .c_80_circles {
        top: 9%;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        font-size: 11px;


    }
    
    .c_81_circles {
        top: 14%;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        font-size: 11px;

    }
       
    .c_83_diagonalline{
        top: 93%;
        right: -60%;
        border-bottom: 3px solid #022D57;
        width: 120%;
        transform: rotate(-65deg);
        transform-origin: top left;
    }

    .c_80_circles > div {
        top: 23% !important;
    }

    .c_80_circles > div > div{
        font-size: 11px !important;
        margin-top: 0px !important; 
        margin-bottom: 0px !important;
    }

    .c_81_circles > div {
        top: 23% !important;
    }

    .c_81_circles > div > div{
        font-size: 11px !important;
    } */

    /* #id_77_gogreen{
        height: 25px !important;
        top:20% !important; 
        left: 33% !important;
        transform: rotate(-12deg);
    } */

    /* .c_100_hidemobil{
        display:none;
    }

    .c_101_showmobil{
        display: block !important;
    } */

    .c_9_bgimgindex {
        background-image: url(../img/img_83_universalbg.jpg);
    }
    
    .avif .c_9_bgimgindex {
        background-image: url(../img/img_83_universalbg.avif);
    }

}  

@media only screen and (max-width: 720px) {

    /* #id_8_boxbecomefreelancer {
        width: 100% !important;
        float: initial;
    } */

    /* #id_9_boxregister {
        width: 100% !important;
        float: initial;
    } */

    /* #id_10_btnregister {
        width: 100% !important;
        float: initial;
    } */

    /* #id_11_register.c_25_btn {
        margin: auto;
    } */

    .c_35_symbol {
        font-size: 70px !important; 
    }

}


@media only screen and (max-height: 670px) {

    /* .c_30_modalimg {
        overflow: scroll !important;
        -ms-overflow-style: none;   hide scrollbar & keep functionality for IE and Edge 
        scrollbar-width: none;   hide scrollbar & keep functionality for Firefox 
    } */

    /* hide scrollbar and keep functionality for Chrome, Safari and Opera */
    /* .c_30_modalimg::-webkit-scrollbar {
        display: none;
    } */

    .c_35_symbol {
        font-size: 70px !important; 
    }
    
}

/* THIS Section is only for wide phones like blackberry */
@media only screen and (max-height: 550px) {  /* blackberry phone resolution 412 x 538*/

       /* #id_73_circletopleft{
        top: 20% !important;
    }
    
    #id_74_circletopright{
        top: 24% !important;
    }
    
    #id_75_circlebottomleft{
        top: 63% !important;
    }
    
    #id_76_circlebottomright{
        top: 67% !important;
        right: -7% !important;
    } */
    
    .c_41_card {
        width: 70%;
        height: 75%;
        
    }

    .cardlistmobile {
        top: 38% !important;
    }
}