
/* block items */

.content__item2 {
    padding: 2rem 0;
}

.content__item2 + .content__item2 {
    padding-top: 0;
}

@media (min-width: 800px) {
    .content__item2 {
        padding: 3rem 2rem;
        width: 100%;
    }

    .content__item2 + .content__item2 {
        padding-top: 3rem;
    }
}

.heading {
    text-decoration: none;
    color: inherit;
}

p {
    margin-top: 30px;
}

.fading {
    opacity: 0.7;
}

.fading:hover {
    opacity: 1;
}

.videocontainer { 
    position: relative; 
    padding-bottom: 56.25%; /* 16:9 */ 
    padding-top: 25px; 
    height: 0; 
    margin-bottom: 10px;
    margin-top: 20px;
}

.videocontainer2 { 
    position: relative; 
    padding-bottom: 56.25%; /* 16:9 */ 
    padding-top: 0; 
    height: 0;
}

.videocontainer iframe, .videocontainer2 iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #0a2c69;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
      content: '';
      position: absolute;
      width: 6px;
      background-color: #00b7ec;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -3px;
      box-sizing: border-box;
}

/* Container around content */
.timeline-container {
      padding: 10px 40px;
      position: relative;
      background-color: inherit;
      width: 50%;
      box-sizing: border-box;
}

/* The circles on the timeline */
.timeline-container::after {
      content: '';
      position: absolute;
      width: 25px;
      height: 25px;
      right: -13px;
      background-color: #212255;
      border: 4px solid white;
      top: 15px;
      border-radius: 50%;
      z-index: 1;
      box-sizing: border-box;
}

/* Place the container to the left */
.timeline-left {
      left: 0;
      box-sizing: border-box;
}

/* Place the container to the right */
.timeline-right {
      left: 50%;
      box-sizing: border-box;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 18px;
      width: 0;
      z-index: 1;
      right: 30px;
      border: medium solid blue;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent white;
      box-sizing: border-box;
}

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 18px;
      width: 0;
      z-index: 1;
      left: 30px;
      border: medium solid yellow;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
      box-sizing: border-box;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
      left: -13px;
      box-sizing: border-box;
}

/* The actual content */
.timeline-content {
      padding: 20px 30px;
      background-color: white;
      position: relative;
      box-sizing: border-box;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 1000px) {
/* Place the timelime to the left */
  .timeline::after {
        left: 31px;
        box-sizing: border-box;
  }

/* Full-width containers */
  .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
        box-sizing: border-box;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
        box-sizing: border-box;
  }

/* Make sure all circles are at the same spot */
  .timeline-left::after, .timeline-right::after {
        left: 15px;
        box-sizing: border-box;
  }

/* Make all right containers behave like the left ones */
  .timeline-right {
        left: 0%;
        box-sizing: border-box;
  }
}

.collapsible {
        background-color: #00bdf2;
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        margin-top: 10px;
        font-weight: bold;
}

.collapsible:after {
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f150";
        float: right;
        margin-left: 5px;
}

.active, .collapsible:hover {
        background-color: #192056;;
}

.active:after {
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f146"
}

.content1 {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #ffffff;
        color: #192056;
}

h3.collapse {
        font-size: 15px;
        display: inline-block;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
        width: 95%;
        margin-top: 0px;
}

h3.collapse1 {
        font-size: 15px;
        display: inline-block;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
        width: 95%;
        margin-top: 10px;
}

h4.collapse {
        margin-top: 20px;
}

a.content {
    color: #00bdf2;
}

a.content:hover {
    color: #0a2c69;
}

a.contentlink {
    color: #00bdf2;
    text-decoration: none;
}

a.contentlink:hover {
    color: #0a2c69;
}

.instagram img {
        margin: 10px;
}

/* chat start */

/* Chat containers */
.chat-container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    color: #000000;
}

/* Darker chat container */
.chat-darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* Clear floats */
.chat-container::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.chat-container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

/* Style the right image */
.chat-container img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}

/* Style time text */
.chat-time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.chat-time-left {
    float: left;
    color: #999;
}

h2.withmargin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.insta {
    background-color: #ffffff;
    display: inline-block;
    margin: 10px;
    color: #212255;
}

.full {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

.insta-pic {
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
    display: inline-block;
    margin: 10px;
    color: #212255;
}

.insta img {
    float: left;
    display: inline;
}

.pic-data {
    display: inline;
    float: right;
    width: 60%;
    margin: 10px;
}

.pic-data-full {
    display: inline;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.darker {
    filter: brightness(50%);
}

.clear {
    clear: both;
}

.content1 a {
    color: #192056;
}

.content1 a:hover {
    color: #00bdf2;
}

.content1 p.nomargin {
    margin-top: 0px;
}

.content1 p {
    margin-top: 10px;
}

.job-ad {
    display: block;
    margin: 20px;
    margin-left: 0;
    color: #ffffff;
    text-decoration: none;
}

.ja_file {
    width: 100%;
    height: auto;
}

#map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }

#mapframe {
    width: 100%;
    height: 400px;
    border: 0;
}

h3.jobads {
    margin-bottom: 20px;
    margin-top: 10px;
}

/* comparsion */

.comparsion {
    width: 40%;
    float: left;
    min-height: 500px;
    position: relative;
    background-color: #ffffff;
    margin-top: 0;
    padding: 30px;
}

.comparsion2 {
    width: 60%;
    float: left;
    min-height: 500px;
    position: relative;
    background-color: #ffffff;
    margin-top: 0;
    padding: 30px;
}

.comparsion3 {
    width: 100%;
    float: left;
    min-height: 500px;
    position: relative;
    background-color: #ffffff;
    margin-top: 0;
    padding: 30px;
}

/* kampaania */

.comparsion4 {
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    color: #212255;
    margin-top: 50px;
    padding: 30px;
}

.comparsion5 {
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    color: #212255;
    margin-top: 50px;
    padding: 0;
}

.blokk-left {
    width: 48%;
    float: left;
    margin-right: 30px;
    margin-top: 20px;
    padding: 10px;
    background-color: #f2f2f2;
}

.blokk-right {
    width: 48%;
    float: right;
    margin-top: 20px;
    padding: 10px;
    background-color: #f2f2f2;
}

.form-class {
    margin-top: 30px;
}

.form-class-input {
    margin-bottom: 20px !important;
}

@media screen and (min-width: 1020px) {
    .responsive-h2, .responsive-pink-button {
        display: none;
    }

}

@media screen and (max-width: 1020px) {
    .comparsion, .comparsion2 {
        width: 100%;
        min-height: 300px;
    }
    .comparsion {
        margin-bottom: 20px;
    }
    .comparsion2 {
        margin-top: 0;
    }
    .responsive-h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 870px) {
    .blokk-right {
        width: 100%;
        float: left;
    }
    .blokk-left {
        width: 100%;
        float: left;
    }
    .pilt {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 580px) {
    .comparsion2 {
        overflow-x: auto !important;
    }
.comparsion-tab, .comparsion-tab-active {
    margin-right: 0 !important;
    font-size: 13px;
}
}

.comparsion-tab {
    float: left;
    background-color: #0a2c69;
    height: 50px;
    color: white;
    margin-right: 5px;
    padding: 5px;
    padding-top: 0;
    line-height: 50px;
    text-decoration:none;
}

.comparsion-tab-active {
    float: left;
    background-color: #00bdf2;
    height: 50px;
    color: white;
    margin-right: 5px;
    padding: 5px;
    padding-top: 0;
    line-height: 50px;
    text-decoration:none;
    font-weight: bold;
}

.comparsion h3, .comparsion2 h3 {
    color: #212255; /*#ed028c*/
    font-size: 24px;
}

.comparsion h4 {
    margin-top: 30px;
    font-size: 22px;
    color: gray;
}

.comparsion h3.second {
    margin-top: 20px;
}

.pink {
    background-color: #ed028c;
    padding: 10px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    float: right;
}

.span-blue {
    color: #ed028c;
    color: #00bdf2;
}

.strike {
    text-decoration: line-through;
}

.after_strike {
    margin-top: 0 !important;
}

.pakett-aktiivne {
    background-color: #ed028c;
    display:block;
    padding: 10px;
    float: left;
    width: 18%;
    position: relative;
}

.pakett-head {
    float: left;
    min-height: 100px;
    min-width: 100px;
    color: gray;
    width: 18%;
    background-color: #ffffff;
    word-wrap: break-word;
}

.pakett-new {
    float: left;
    margin-right: 5px;
}

.pakett-new p {
    color: gray;
    text-align: center;
}

.pakett-head ul {
    list-style-type:none;
    margin-top: 80px;
    margin-left: 10px;
    padding: 0;
    font-size: 12px;
}

.pakett-head ul li {
    margin-bottom: 25px;
}

.pakett1 {
    float: left;
    min-height: 300px;
    min-width: 60px;
    text-align: center;
    border: 1px solid red;
    color: gray;
}

.red {
    background-color: #ffffff;
    color: black;
}

.active-p {
    background-color: #03a0d7;
}

.active-p-button {
    background-color: #ed028c;
}

.comparsion-head {
    margin-bottom: 20px;
}

.check-levi {
    margin-top: 20px;
}

.top {
    margin-top: 30px;
}

.pakett-new-selected {
    /*background-color: #ed028c;*/
    background-color: #e5e5e5;
    font-weight: bold;
    color: #000000;
    float: left;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    padding-top: 0px;
}

.small {
    font-size: 10px;
}

.elekter {
    margin-bottom: 50px;
}

.span-dark-blue {
    color: #0a2c69;
}

.span-pink {
    color: #ed028c;
}

h4.smaller {
    font-size: 16px;
}

.button-terms {
    height: 50px;
    background-color: #e5e5e5;
    color: black;
    text-decoration: none;
    padding: 10px;
}

a.button-terms:hover {
    background-color: #ed028c;
    color: #ffffff;
}

/* responsive tables */

table { 
    width: 100%; 
    border-collapse: collapse;
    color: #000000;
    background-color: #f2f2f2;
}

th a, td a {
    text-decoration: none;
    color: #000000;
}

.cell-link {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

/* Zebra striping */

td:nth-of-type(odd) { 
  /*background: #e5e5e5; */
}

td:nth-of-type(1) { 
  text-align: right;
  padding-right: 15px;
}

td {
    color: #000000;
}

th { 
  color: #000000;
  font-weight: bold; 
}
td, th { 
  /*padding: 20px;*/
  text-align: center;
  /*border: 1px solid #ccc; */
}

.colored {
    background-color: #00bdf2;
    color: #ffffff;
    font-weight: bold;
}

.colored a {
    color: #ffffff;
}

.notcolored {
    color: #000000;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr {
            /*border: 1px solid #ccc;**/
            background: #e5e5e5;
        }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 50%;
                line-height: 50px;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 0px;
		width: 45%;
		padding-right: 10px; 
		white-space: nowrap;
	}
        
        td:nth-of-type(1) {
            background: #ffffff;
        }
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: ""; }
	td:nth-of-type(2):before { content: attr(data-name); }
	td:nth-of-type(3):before { content: attr(data-name); }
	td:nth-of-type(4):before { content: attr(data-name); }
	td:nth-of-type(5):before { content: attr(data-name); }
}

input[type=text], input[type=email], input[type=number], input[type=phone] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 5px;
    border: none;
    margin: 5px;
    margin-top: 10px;
    background-color: #f2f2f2;
    outline: none;
}

input[type=submit] {
    width: 30%;
    background: #00bdf2;
    height: 50px;
    line-height: 40px;
    padding: 5px;
    margin: 5px;
    margin-top: 10px;
    margin-right: -5px;
    float: right;
    border: 0;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#success {
    display: none;
    color: black !important;
}

.video-container {
    max-width: 574px;
    max-height: 300px;
}