/* Custom Mixins
***********************************************************************************************************************/
/*
Link Content:					#888
Link Content hover:				#b2b2b2

bg navibalken social:			#e7e7e7
bg navibalken menue:			#c8c8c8

Link navibalken menue:			#1d1d1d
Link navibalken menue hover:	#7d7d7d
*/
/***********************************************************************************************************************
************************************************************************************************************************
Variables
************************************************************************************************************************
***********************************************************************************************************************/
/***********************************************************************************************************************
************************************************************************************************************************
Mixins
************************************************************************************************************************
***********************************************************************************************************************/
/***********************************************************************************************************************
************************************************************************************************************************
Common definitions
************************************************************************************************************************
***********************************************************************************************************************/
.allplan-ce {
  padding: 0;
}
.allplan-ce.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.allplan-ce.no-padding-top {
  padding-top: 0;
}
.allplan-ce.no-padding-bottom {
  padding-bottom: 0;
}
.allplan-ce.padding-wide {
  padding-left: 150px;
  padding-right: 150px;
}
.allplan-ce.gray {
  background-color: #f4f4f4;
}
.allplan-ce.orange {
  background-color: #0066CC;
}
.allplan-ce.orange * {
  color: #fff;
}
.allplan-ce.black {
  background-color: #1d1d1d;
}
.allplan-ce.black * {
  color: #fff;
}
.allplan-ce.bg-image {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0 !important;
}
.allplan-ce.bg-image .transparent {
  position: static;
  padding: 60px 30px;
}
@media (max-width: 1440px) {
  .allplan-ce.bg-image .transparent {
    padding: 30px 30px;
  }
}
@media (max-width: 992px) {
  .allplan-ce.bg-image .transparent {
    padding: 30px 15px;
  }
}
.allplan-ce.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#mainContent > .allplan-ce.gray, #mainContent > .allplan-ce.orange, #mainContent > .allplan-ce.black {
  padding-top: 60px;
  padding-bottom: 60px;
}

.transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #2e2e2e;
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent h1, .transparent h2, .transparent h3, .transparent h4, .transparent p, .transparent span {
  color: inherit;
}

.transparency-clear div.transparent {
  background-color: transparent;
}
.transparency-clear div.transparent h1, .transparency-clear div.transparent h2, .transparency-clear div.transparent h3, .transparency-clear div.transparent h4, .transparency-clear div.transparent p, .transparency-clear div.transparent span {
  color: #2e2e2e;
}

/***********************************************************************************************************************
************************************************************************************************************************
Content elements
************************************************************************************************************************
***********************************************************************************************************************/
/* Counter
***********************************************************************************************************************/
.allplan-ce-counter {
  min-height: 70px;
  position: relative;
}
.allplan-ce-counter img {
  width: 100%;
  height: auto;
}
.allplan-ce-counter .clock {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px #fff;
  opacity: 0.8;
}
.allplan-ce-counter .clock.right-top {
  left: auto;
  right: 15px;
}
.allplan-ce-counter .clock.left-bottom {
  top: auto;
  bottom: 15px;
}
.allplan-ce-counter .clock.right-bottom {
  left: auto;
  top: auto;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 1440px) {
  .allplan-ce-counter {
    min-height: 50px;
  }
  .allplan-ce-counter .clock {
    font-size: 22px;
    left: 6px;
    top: 6px;
  }
}
@media (max-width: 992px) {
  .allplan-ce-counter {
    min-height: 45px;
  }
  .allplan-ce-counter .clock {
    position: static;
    font-size: 18px;
    left: 6px;
    top: 6px;
  }
}
@media (max-width: 768px) {
  .allplan-ce-counter {
    min-height: 50px;
  }
  .allplan-ce-counter .clock {
    font-size: 22px;
    padding: 5px 10px;
    left: 1px;
    top: 1px;
  }
}

/* Image link
***********************************************************************************************************************/
.allplan-ce-image-link {
  position: relative;
  text-align: center;
}
.allplan-ce-image-link a {
  display: inline-block;
  position: relative;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  background: none !important;
}
.allplan-ce-image-link img.default {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.allplan-ce-image-link img.default:hover {
  opacity: 0;
}
.allplan-ce-image-link img.hover {
  position: relative;
}
.allplan-ce-image-link span {
  display: block;
  text-align: center;
}
.allplan-ce-image-link .modal.in {
  text-align: center;
}
.allplan-ce-image-link .modal-dialog {
  max-width: 100%;
  width: auto !important;
  display: inline-block;
  margin-top: 15px;
}
.allplan-ce-image-link .modal-header {
  height: 30px;
  padding-top: 7px;
}
.allplan-ce-image-link.ap-position-left {
  text-align: left;
}
.allplan-ce-image-link.ap-position-left img.default {
  right: auto;
  margin-left: 0;
  text-align: left;
}
.allplan-ce-image-link.ap-position-left span {
  text-align: left;
}

/* Teaser box
***********************************************************************************************************************/
.allplan-ce-teaser-box {
  background-color: #f4f4f4;
}
.allplan-ce-teaser-box .teaserContent {
  padding-left: 25px;
  padding-right: 25px;
}
.allplan-ce-teaser-box .teaserContent.top {
  border-bottom: 1px solid #c8c8c8;
  margin: 0 0 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon {
  background: url(../Images/sprites/teaserbox-icons_blue.png) no-repeat 0 0;
  margin: 0;
  padding: 12px 0 0 62px;
  min-height: 50px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licence {
  background-position: 0 0;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licenceTrial {
  background-position: 0 -200px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licenceOffline {
  background-position: 0 -400px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licenceStudent {
  background-position: 0 -600px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licenceMore {
  background-position: 0 -800px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.register {
  background-position: 0 -1000px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.welcome {
  background-position: 0 -1200px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.download {
  background-position: 0 -1400px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licenceCloud {
  background-position: 0 -1600px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licenceCloudSp {
  background-position: 0 -1800px;
}
.allplan-ce-teaser-box .teaserContent.top h2.icon.licenceCloudAssigned {
  background-position: 0 -2000px;
}
.allplan-ce-teaser-box .teaserContent.middle {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
}
.allplan-ce-teaser-box .teaserContent.bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gridelement-27 .allplan-ce-teaser-box {
  margin-bottom: 25px;
}

/* Theme (column element for grid container)
***********************************************************************************************************************/
.theme {
  margin-bottom: 30px;
}
.theme > div {
  position: relative;
  overflow: hidden;
}
.theme > div a {
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
}
.theme > div div {
  text-align: center;
}
.theme > div div.transparent {
  padding: 25px;
}
.theme > div div.transparent > div.vertical-align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme > div div.transparent img {
  margin-bottom: 30px;
}
.theme > div div.transparent h3 {
  margin-top: 0;
}
.theme > div div.transparent:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.theme > div div.transparent.deactivate-bg, .theme > div div.transparent.deactivate-bg:hover {
  background-color: transparent;
}
.theme.brighten-background-on-hover:hover img {
  filter: contrast(1.2);
  -webkit-filter: contrast(1.2);
}

@media (max-width: 992px) {
  .col-md-6 .theme, .col-md-4 .theme {
    margin-left: auto;
    margin-right: auto;
  }
  .col-md-4 .theme {
    max-width: 360px;
  }
  .col-md-6 .theme {
    max-width: 555px;
  }
}
@media (max-width: 768px) {
  .theme > div div.transparent img {
    width: 100px;
    height: auto;
  }
}
/* Header default
***********************************************************************************************************************/
.allplan-ce-header {
  position: relative;
  overflow: hidden;
}
.allplan-ce-header > div {
  position: relative;
  overflow: hidden;
}
.allplan-ce-header > div picture img {
  max-width: 100%;
}
.allplan-ce-header > div div.box {
  width: 550px;
  padding: 20px 30px;
  color: #1d1d1d;
  background-color: #fff;
  position: absolute;
  left: 30px;
  top: 20px;
}
.allplan-ce-header > div div.box.size-big {
  width: 750px;
}
.allplan-ce-header > div div.box.right {
  left: auto;
  right: 30px;
}
.allplan-ce-header > div div.box.vertical-align-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.allplan-ce-header > div div.box.vertical-align-bottom {
  top: auto;
  bottom: 20px;
}
.allplan-ce-header > div div.box p {
  hyphens: auto;
}
.allplan-ce-header > div div.box.noboxbg {
  color: #1d1d1d;
  background-color: transparent;
}
.allplan-ce-header > div div.box.noboxbg .text-invert {
  color: #fff;
}
.allplan-ce-header > div div.box .images {
  margin-bottom: 15px;
}
.allplan-ce-header > div div.box .images img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
}
.allplan-ce-header > div div.box .images img:first-child {
  margin: 0 15px 15px 0;
}
@media (max-width: 1440px) {
  .allplan-ce-header > div div.box {
    left: 30px;
  }
  .allplan-ce-header > div div.box.right {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 992px) {
  .allplan-ce-header > div div.box {
    left: 15px;
  }
  .allplan-ce-header > div div.box.right {
    left: auto;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .allplan-ce-header > div picture img {
    width: 100%;
    height: auto;
  }
  .allplan-ce-header > div div.box {
    position: static;
    width: auto !important;
    padding: 15px;
    transform: none;
  }
}

/* Slickslider
***********************************************************************************************************************/
/* Eye catcher (set by page properties, but rendered inside #mainContent)
***********************************************************************************************************************/
.allplan-ce-eye-catcher {
  position: fixed;
  top: 180px;
  right: -40px;
  color: #fff;
  padding: 15px 70px 15px 40px !important;
  z-index: 600;
  max-width: 60%;
  background-color: #2e2e2e;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.allplan-ce-eye-catcher:after {
  background-color: #2e2e2e;
}
.allplan-ce-eye-catcher .wrap {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.allplan-ce-eye-catcher .wrap > :first-child {
  margin-top: 0;
}
.allplan-ce-eye-catcher .wrap > :last-child {
  margin-bottom: 0;
}
.allplan-ce-eye-catcher h1, .allplan-ce-eye-catcher h2, .allplan-ce-eye-catcher h3, .allplan-ce-eye-catcher h4 {
  margin: 0 0 5px;
}
.allplan-ce-eye-catcher.actionColor {
  background-color: #0066CC;
}
.allplan-ce-eye-catcher.actionColor:after {
  background-color: #0066CC;
}
.allplan-ce-eye-catcher.eye-catcher-transparent {
  background-color: rgb(46, 46, 46);
  background-color: rgba(46, 46, 46, 0.8);
}
.allplan-ce-eye-catcher.eye-catcher-transparent:after {
  background-color: rgb(46, 46, 46);
  background-color: rgba(46, 46, 46, 0.8);
}
.allplan-ce-eye-catcher.eye-catcher-transparent.actionColor {
  background-color: rgb(0, 102, 204);
  background-color: rgba(0, 102, 204, 0.8);
}
.allplan-ce-eye-catcher.eye-catcher-transparent.actionColor:after {
  background-color: rgb(0, 102, 204);
  background-color: rgba(0, 102, 204, 0.8);
}
.allplan-ce-eye-catcher .bg-on-pulled-in {
  display: none;
  position: absolute;
  left: 5px;
  right: 0;
  top: 10px;
  height: 100%;
  background-image: url(../Images/sprites/arrows-eye-catcher.png);
  background-repeat: no-repeat;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.allplan-ce-eye-catcher.pulled-in .bg-on-pulled-in {
  display: block;
}
.allplan-ce-eye-catcher.pulled-in .wrap * {
  visibility: hidden;
}
@media (max-width: 992px) {
  .allplan-ce-eye-catcher {
    position: static;
    transform: none;
    max-width: none;
  }
  .allplan-ce-eye-catcher .wrap {
    transform: none;
  }
  .allplan-ce-eye-catcher.pulled-in .wrap * {
    visibility: visible;
  }
  .allplan-ce-eye-catcher.eye-catcher-transparent {
    background-color: #2e2e2e;
  }
  .allplan-ce-eye-catcher.eye-catcher-transparent:after {
    background-color: #2e2e2e;
  }
  .allplan-ce-eye-catcher.eye-catcher-transparent.actionColor {
    background-color: #0066CC;
  }
  .allplan-ce-eye-catcher.eye-catcher-transparent.actionColor:after {
    background-color: #0066CC;
  }
}