/*
Theme Name: GoApp
Theme URI: https://gohosting.camp
Description: GoApp tema til GoHosting
Version:1.0
Author: LS-Vision
Author URI: https://ls-vision.dk
*/
body {background-color: #f5f2f2!important;}

.navbar .content .logo {max-height: 70px;}
@media (min-width: 769px) {
.navbar .content .logo {margin-left: 175px;}
}
.navbar .content {text-align: center!important;}

@media (min-width: 769px) {
.content .panel-body {min-height: 760px;}
.content, .header-content {max-width: 1400px;width: 100%;}
.content-single {max-width: 600px!important;width: 100%;}
.box {
border-radius: 0px;
margin: 24px 16px;
background-size: cover;
background-repeat: no-repeat;
padding: 40px 25px;
border: 10px solid #ffffff;
box-shadow: 0px 0px 5px #b5b5b591;
min-height: 250px;
background-color: #ffffff;
}
.col-md-6 {
	width: 45%!important;
}
.col-md-4 {
    width: 100%!important;
}
}
@media (max-width: 768px) {
.navbar .content .logo {margin-left: 25px;}
.content, .header-content {max-width: 768px;width: 100%;}
.content .panel-body {margin-bottom:150px;}
.box {
border-radius: 0px;
margin: 24px auto;
background-size: cover;
background-repeat: no-repeat;
padding: 25px;
border: 10px solid #ffffff;
box-shadow: 0px 0px 5px #b5b5b591;
min-height: 250px;
}
.col-sm-4 {
    width: 100%!important;
}
.content {
	padding: 0px 20px!important;
}
.row {
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

}

.modal-body {
	padding: 0px!important;
}

.content .col-md-12.row {
margin-top: 30px;
}

@media (max-width: 768px) {
.backbuttomlink {
	float: left!important;
	padding-top: 14px;
	position: absolute;
	left: 30px;
}
}

@media (min-width: 769px) {
.backbuttomlink {
	float: left!important;
	padding-top: 14px;
}
}

.language_switch {
	float:right;
}

.language_switch .lang-item {
	float: left;
	padding: 14px 8px;
}

.language_switch .lang-item::marker {
	display: none!important;
	font-size: 0px!important;
}

.back-button {
width: 1.7em;
}

.box .title {
font-size: 24px;
line-height:120%;
color: #ffffff;
padding: 2px 0px;
}

.box .titleslider {
font-size: 24px;
line-height:120%;
color: #000000;
margin-bottom: 0px;
padding: 8px 0px 4px 0px;
background-color: #ffffff!important;
}

.box .subtitle {
font-size: 14px;
line-height:120%;
color: #ffffff;
padding: 2px 0px;
min-height: 40px;
}

.box .button, .box .button:hover {
font-size: 14px;
line-height: 120%;
color: #ffffff;
border-radius: 5px;
padding: 12px 18px;
}

.boksecontent {
	background-color: #ffffff;
	padding: 25px;
}

.sticky {
position: fixed;
top: 25%;
width:80px;
height:210px;
border-bottom-right-radius: 16px;
border-top-right-radius: 16px;
padding-top: 25px;
}

.sticky-mobile {
position: fixed;
bottom: 50px;
width:100%;
height:100px;
padding-top: 15px;
text-align: center;
}

.call-us-text, .call-us-icon {
	color: #ffffff;
}

.call-us-icon {
	font-size: 22px;
	padding: 10px 25px;
}

.call-us-text-url {
	text-decoration: none;
}

.lang-item img {
	width: auto!important;
	height:40px!important;
}

.footer-desktop {
	bottom: 0px!important;
    margin-top: 50px;
    height: auto!important;
    width: 100%!important;
    object-fit: contain;
    background-repeat: no-repeat!important;
}

.footer-mobile {
	bottom: 0px!important;
    margin-top: 50px;
    height: auto!important;
    width: 100%!important;
    object-fit: contain;
    background-repeat: no-repeat!important;
}

.language_switch_mobile {
	margin-top: 14px;
}

.language_switch_mobile select {
	background-color: #ffffff00!important;
	color: #ffffff;
	border-color: #ffffff;
	border: none!important;
	font-size: 24px;
}

.language_switch_mobile option {
	color: #000000;
}


@media (max-width: 768px) {
.contact-icons {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
width: 28px;
margin-top: 12px;
}

.contact-icons-bg {
border-radius: 50%;
width:90px;
height:90px;
border: 5px solid #ffffff;
margin: 15px;
box-shadow: 0px 7px 6px #00000029;
}
.call-us-text {
	padding: 10px 8px;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}
}

@media (min-width: 769px) {
.contact-icons {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
width: 32px;
margin-top: 14px;
}

.contact-icons-bg {
border-radius: 50%;
width:100px;
height:100px;
border: 5px solid #ffffff;
margin: 15px;
box-shadow: 0px 7px 6px #00000029;
}
.call-us-text {
	padding: 10px 8px;
	text-decoration: none;
	font-size: 14px;
}
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
    height: 280px!important;
    object-fit: cover;	
}

/* Next & previous buttons */
.prev {left: 0px!important;}
.next {right: 0px!important;}
.prev, .next {
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  top: -36px;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.container {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: balance;
       column-fill: balance;
  margin: 20px auto 0;
  padding: 2rem;
}
.container .item {
  float: right;
  display: inline-block;
  margin: 0 0 20px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%!important;
}
.container .item img {
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .container {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 900px) {
  .container {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 1200px) {
  .container {
    -moz-column-count: 3;
         column-count: 3;
  }
}