/**********CLASSES*************/
.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.limitWidth {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.right {
  float: right;
}
.medium {
  font-weight: 400;
}
.centerHelper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
}
.centerHelper.extraPadding {
  padding: 0 45px;
}
ol {
  list-style: decimal;
}
b,
strong {
  font-family: "Avenir Next LT W01 Demi";
}
img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
a {
  transition: all 0.3s ease 0s;
}
a.slow {
  transition: all 1s ease 0s;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
a.btn:link,
a.btn:visited {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold";
  border: 1px solid #ffffff;
  padding: 12px 15px;
  line-height: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  display: block;
  float: left;
}
a.btn:hover,
a.btn:active {
  background-color: #ffffff;
  color: #000000;
}
a.mail,
a.internal-link,
a.external-link {
  color: #ad0a04;
  text-decoration: none;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
}
.verticalBottom {
  display: table-cell;
  vertical-align: bottom;
}
.table {
  display: table !important;
}
.red {
  color: #ad0a04;
}
.bgGrey {
  background-color: #f4f4f4;
}
.bgDarkgrey {
  background-color: #2d2b2b;
}
.bgGreyBlue {
  background-color: #8d9d99;
}
.bgNudeDark {
  background-color: #947a6a;
}
.bgBeige {
  background-color: #908778;
}
.bgDarkDarkGrey {
  background-color: #1d1d1d;
}
.wow {
  visibility: hidden;
}
/**********CLASSES*************/
/*******ANIMATIONS*************/
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*******ANIMATIONS*************/
/********GRID******/
.gridContainer {
  overflow: hidden;
  margin-bottom: 60px;
}
.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%;
  overflow: hidden;
}
.col:first-child {
  margin-left: 0;
}
/*  GRID OF TWELVE  */
.col12 {
  width: 100%;
  margin: 0;
}
.col11 {
  width: 91.53%;
}
.col10 {
  width: 83.06%;
}
.col9 {
  width: 74.6%;
}
.col8 {
  width: 66.13%;
}
.col7 {
  width: 57.66%;
}
.col6 {
  width: 49.2%;
}
.col5 {
  width: 40.73%;
}
.col4 {
  width: 32.26%;
}
.col3 {
  width: 23.8%;
}
.col2 {
  width: 15.33%;
}
.col1 {
  width: 6.866%;
}
.row {
  clear: both;
  overflow: hidden;
}
.right {
  float: right;
}
/********GRID******/
/*******LOADING ANIMATION*****/
.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  color: #ad0a04;
  padding: 0 100px;
  text-align: center;
}
.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}
@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}
.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
body {
  font-family: "Avenir Next W01 Light";
  font-size: 17px;
  font-weight: 300;
  color: #000000;
  background-color: white;
  -webkit-font-smoothing: antialiased;
}
h1 {
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
h2 {
  color: #979797;
  font-size: 45px;
  margin-bottom: 20px;
  font-family: "Avenir Next LT W01 Bold";
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
  letter-spacing: 5px;
}
h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 80px;
  font-family: "Avenir Next LT W01 Bold";
  text-align: center;
  letter-spacing: 3px;
  margin-right: -3px;
}
p {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
}
.overlayLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.bigHeader {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: calc(100% - 106px);
  position: fixed;
  z-index: 1;
  display: table;
  top: 106px;
}
.bigHeader div.darkenOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bigHeader .verticalCenter {
  position: relative;
}
.bigHeader h1 {
  font-family: "Avenir Next LT W01 Bold";
}
.bigHeader h1 span.gold {
  color: #c7b415;
}
.bigHeader h1 img {
  max-width: 60%;
  margin: auto;
}
.bigHeader h2 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 65px;
  font-weight: 300;
  margin-top: 20px;
  /*margin-left: -32px; OLD*/
  margin-left: 65px;
}
body.gold .bigHeader h2 {
  color: #c7b415;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
body.greyblue .bigHeader h2 {
  color: #8d9d99;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
body.yellow .bigHeader h2 {
  color: #fef592;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
body.green .bigHeader h2 {
  color: #a7b44b;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
body.brown .bigHeader h2 {
  color: #ac9277;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
body.nude .bigHeader h2 {
  color: #cca184;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
body.red .bigHeader h2 {
  color: #ad0a04;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
body.beige .bigHeader h2 {
  color: #ac9277;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 75px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
}
.arrow.dwn {
  cursor: pointer;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
  overflow: hidden;
  white-space: nowrap;
  background-image: url("../images/btn_more.png");
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: auto;
  width: auto;
  padding-top: 55px;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  bottom: 28px;
  left: 50%;
  margin-left: -34px;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .arrow.dwn {
    /* Retina-specific stuff here */
    background-image: url(../images/btn_more@2x.png);
    background-size: 28px 45px;
  }
}
.arrow.dwn:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
}
header .logo {
  float: left;
  width: 246px;
  background-image: url(../images/rickli_logo.png);
  background-repeat: no-repeat;
  height: 106px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header .logo {
    /* Retina-specific stuff here */
    background-image: url(../images/rickli_logo@2x.png);
    background-size: 246px 106px;
  }
}
header .navContainer {
  float: right;
  max-width: 630px;
  margin-top: 58px;
  overflow: hidden;
}
header .navContainer .mobileSplit {
  display: none;
}
header nav.main {
  float: left;
}
header nav.main ul li {
  display: block;
  float: left;
}
header nav.main ul li a:link,
header nav.main ul li a:visited {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 0 15px 0 0;
  font-weight: 300;
  padding-left: 20px;
  line-height: 20px;
  text-transform: lowercase;
}
header nav.main ul li a:hover,
header nav.main ul li a:active,
header nav.main ul li a.active {
  color: #ad0a04;
  background-image: url(../images/btn_active.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header nav.main ul li a:hover,
  header nav.main ul li a:active,
  header nav.main ul li a.active {
    /* Retina-specific stuff here */
    background-image: url(../images/btn_active@2x.png);
    background-size: 15px 15px;
  }
}
header nav.lang {
  float: left;
  margin-left: 10px;
}
header nav.lang ul li {
  display: inline;
}
header nav.lang ul li a:link,
header nav.lang ul li a:visited {
  font-weight: 300;
  text-decoration: none;
  line-height: 20px;
}
header nav.lang ul li a:hover,
header nav.lang ul li a:active,
header nav.lang ul li a.active {
  color: #ad0a04;
}
body.corporate main.content {
  top: 106px;
}
main.content {
  position: absolute;
  top: 100%;
  z-index: 3;
  background-color: #2d2b2b;
  width: 100%;
}
.CE_TEXT_IMAGE {
  padding: 80px 0;
}
.CE_TEXT_IMAGE h1 {
  margin-bottom: 40px;
}
.CE_TEXT_IMAGE p {
  text-align: center;
  max-width: 900px;
  margin: auto;
  color: #ffffff;
  margin-bottom: 30px;
}
.CE_TEXT_IMAGE p:last-child {
  margin-bottom: 0;
}
.CE_TEXT_IMAGE.bgGrey p {
  color: #000000;
}
.CE_PORTFOLIO_TEASER {
  padding: 175px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
.CE_PORTFOLIO_TEASER .col {
  overflow: visible;
}
.CE_PORTFOLIO_TEASER .splitBox {
  width: 75px;
  height: 8px;
  margin-left: 0px;
  overflow: hidden;
  padding: 0;
}
.CE_PORTFOLIO_TEASER .splitBox.gold {
  background-color: #c7b415;
}
.CE_PORTFOLIO_TEASER .splitBox.greyblue {
  background-color: #445751;
}
.CE_PORTFOLIO_TEASER .splitBox.green {
  background-color: #a7b44b;
}
.CE_PORTFOLIO_TEASER .splitBox.brown {
  background-color: #ac9277;
}
.CE_PORTFOLIO_TEASER .splitBox.nude {
  background-color: #cca184;
}
.CE_PORTFOLIO_TEASER .splitBox.yellow {
  background-color: #fef592;
}
.CE_PORTFOLIO_TEASER .splitBox.red {
  background-color: #ad0a04;
}
.CE_PORTFOLIO_TEASER.imageRight .col7 {
  float: right;
}
.CE_PORTFOLIO_TEASER.imageRight h3,
.CE_PORTFOLIO_TEASER.imageRight p {
  text-align: right;
}
.CE_PORTFOLIO_TEASER.imageRight h3 {
  margin-left: 0;
  margin-right: -55px;
}
.CE_PORTFOLIO_TEASER.imageRight .splitBox {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
.CE_PORTFOLIO_TEASER.imageRight p {
  clear: right;
}
.CE_PORTFOLIO_TEASER.imageRight a.btn {
  float: right;
}
.CE_PORTFOLIO_TEASER h3 {
  color: white;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  margin-left: -70px;
  text-align: left;
  margin-bottom: 16px;
  font-family: "Avenir Next LT W01 Bold";
  letter-spacing: 5px;
}
.CE_PORTFOLIO_TEASER h3 .gold {
  color: #c7b415;
}
.CE_PORTFOLIO_TEASER h3 .greyblue {
  color: #445751;
}
.CE_PORTFOLIO_TEASER h3 .green {
  color: #a7b44b;
}
.CE_PORTFOLIO_TEASER h3 .brown {
  color: #ac9277;
}
.CE_PORTFOLIO_TEASER h3 .nude {
  color: #cca184;
}
.CE_PORTFOLIO_TEASER h3 .yellow {
  color: #fef592;
}
.CE_PORTFOLIO_TEASER h3 .red {
  color: #ad0a04;
}
.CE_PORTFOLIO_TEASER p {
  color: #ffffff;
  padding: 20px 20px 0 0px;
}
.CE_PORTFOLIO_TEASER img {
  border: 1px solid rgba(244, 244, 244, 0.5);
}
.CE_PORTFOLIO_TEASER .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.CE_PORTFOLIO_TEASER.bgDarkgrey .overlay {
  background-color: #2d2b2b;
}
.CE_PORTFOLIO_TEASER.bgGreyBlue p {
  color: #000000;
}
.CE_PORTFOLIO_TEASER.bgGreyBlue .overlay {
  background-color: #8d9d99;
}
.CE_PORTFOLIO_TEASER.bgNudeDark p {
  color: #000000;
}
.CE_PORTFOLIO_TEASER.bgNudeDark .overlay {
  background-color: #947a6a;
}
.CE_PORTFOLIO_TEASER.bgBeige p {
  color: #000000;
}
.CE_PORTFOLIO_TEASER.bgBeige .overlay {
  background-color: #908778;
}
.CE_PORTFOLIO_TEASER.bgDarkDarkGrey p {
  color: #ffffff;
}
.CE_PORTFOLIO_TEASER.bgDarkDarkGrey .overlay {
  background-color: #1d1d1d;
}
.CE_TEXT {
  margin: 80px 0 100px 10px;
}
.CE_TEXT h3 {
  color: #c7b415;
  font-size: 21px;
  letter-spacing: 3px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}
.CE_TEXT h3:after {
  content: "";
  display: block;
  background-color: #c7b415;
  width: 30px;
  height: 3px;
  line-height: 3px;
  margin: 10px 0 20px 0;
}
.CE_TEXT p {
  color: white;
}
body.gold main.content {
  background-color: #2d2b2b;
}
body.gold h3 {
  color: #c7b415;
}
body.gold h3:after {
  background-color: #c7b415;
}
body.greyblue main.content {
  background-color: #8d9d99;
}
body.greyblue .CE_TEXT_IMAGE p,
body.greyblue .CE_TEXT p {
  color: #000000;
}
body.greyblue h3 {
  color: #445751;
}
body.greyblue h3:after {
  background-color: #445751;
}
body.yellow main.content {
  background-color: #2d2b2b;
}
body.yellow h3 {
  color: #fef592;
}
body.yellow h3:after {
  background-color: #fef592;
}
body.green main.content {
  background-color: #908778;
}
body.green .CE_TEXT_IMAGE p,
body.green .CE_TEXT p {
  color: #000000;
}
body.green h3 {
  color: #a7b44b;
}
body.green h3:after {
  background-color: #a7b44b;
}
body.beige main.content {
  background-color: #2d2b2b;
}
body.beige .CE_TEXT_IMAGE p,
body.beige .CE_TEXT p {
  color: #ffffff;
}
body.beige h3 {
  color: #ac9277;
}
body.beige h3:after {
  background-color: #ac9277;
}
body.brown main.content {
  background-color: #2d2b2b;
}
body.brown h3 {
  color: #ac9277;
}
body.brown h3:after {
  background-color: #ac9277;
}
body.nude main.content {
  background-color: #947a6a;
}
body.nude .CE_TEXT_IMAGE p,
body.nude .CE_TEXT p {
  color: #000000;
}
body.nude h3 {
  color: #cca184;
}
body.nude h3:after {
  background-color: #cca184;
}
body.red h3 {
  color: #ad0a04;
}
body.red h3:after {
  background-color: #ad0a04;
}
.CE_IMAGE a {
  display: block;
  margin-top: 20px;
}
.CE_IMAGE a:first-child {
  margin-top: 0;
}
.CE_WEDDING_TEASER {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #2d2b2b;
  box-sizing: border-box;
}
.CE_WEDDING_TEASER img {
  border: 1px solid #979797;
}
.CE_WEDDING_TEASER a:link,
.CE_WEDDING_TEASER a:visited {
  overflow: hidden;
  display: block;
}
.CE_WEDDING_TEASER a:link img,
.CE_WEDDING_TEASER a:visited img {
  transition: all 1s ease 0s;
}
.CE_WEDDING_TEASER a:link .weddingName,
.CE_WEDDING_TEASER a:visited .weddingName {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 5px;
  font-family: "Avenir Next LT W01 Bold";
}
.CE_WEDDING_TEASER a:link .darkenFilter,
.CE_WEDDING_TEASER a:visited .darkenFilter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2b2b;
  opacity: 0.7;
  transition: all 1s ease 0s;
}
.CE_WEDDING_TEASER a:hover .darkenFilter,
.CE_WEDDING_TEASER a:active .darkenFilter {
  opacity: 0;
}
.CE_CONTACT_FORM .parsley-required,
.CE_CONTACT_FORM .parsley-custom-error-message {
  color: #ad0a04;
  margin-top: 3px;
  line-height: 22px;
}
.CE_CONTACT_FORM legend,
.CE_CONTACT_FORM fieldset.powermail_fieldset_2 {
  display: none;
}
.CE_CONTACT_FORM fieldset.powermail_fieldset_2 {
  margin: 30px 0;
}
.CE_CONTACT_FORM .row {
  margin-bottom: 15px;
}
.CE_CONTACT_FORM label {
  text-align: right;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold";
  line-height: 40px;
  letter-spacing: 3px;
}
.CE_CONTACT_FORM input[type="text"],
.CE_CONTACT_FORM input[type="email"],
.CE_CONTACT_FORM input[type="date"] {
  border: 1px solid #ffffff;
  background-color: #2d2b2b;
  display: block;
  color: #ffffff;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 0;
}
.CE_CONTACT_FORM input[type="date"] {
  text-transform: uppercase;
  font-family: "Avenir Next W01 Light";
}
.CE_CONTACT_FORM textarea {
  border: 1px solid #ffffff;
  background-color: #2d2b2b;
  display: block;
  color: #ffffff;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 15px;
  border-radius: 0;
}
.CE_CONTACT_FORM input[type="submit"] {
  border: 1px solid #ad0a04;
  color: #ad0a04;
  width: 100%;
  background-color: #2d2b2b;
  text-transform: uppercase;
  padding: 5px;
  font-size: 24px;
  letter-spacing: 5px;
  cursor: pointer;
  font-family: "Avenir Next LT W01 Bold";
  -webkit-appearance: none;
}
.CE_CONTACT_FORM input[type="submit"]:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.CE_CONTACT_FORM .select2-container {
  width: 100% !important;
}
.CE_CONTACT_FORM .select2-container--default .select2-selection--single {
  width: 100%;
  display: block;
  border: 1px solid #ffffff;
  background-color: #2d2b2b;
  height: 40px;
  color: #ffffff;
  border-radius: 0;
  padding: 5px;
}
.CE_CONTACT_FORM .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.CE_CONTACT_FORM .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
  color: #2d2b2b;
}
.CE_CONTACT_FORM .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}
.CE_CONTACT_FORM .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.CE_CONTACT_FORM .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 8px 0 8px;
  margin-left: -12px;
}
.CE_CONTACT_FORM .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ffffff transparent;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2d2b2b !important;
  color: #ffffff;
}
.tx-powermail .powermail_create {
  max-width: 1200px;
  color: #ffffff;
  margin: auto;
}
.CE_MASONRY_GRID .grid-sizer,
.CE_MASONRY_GRID .grid-item {
  width: 33.3333%;
  /*padding:10px;*/
  padding: 0.878%;
  box-sizing: border-box;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
  border: 1px solid #979797;
}
.lg-outer .lg-thumb-item img {
  height: 100%;
  width: auto;
  margin: auto;
}
body.home footer {
  margin-top: 0;
}
footer {
  background-color: #f4f4f4;
  overflow: hidden;
  padding: 50px 30px 50px 30px;
  margin-top: 50px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}
footer nav {
  margin-top: 15px;
  overflow: hidden;
}
footer nav ul {
  float: right;
}
footer nav ul li {
  float: left;
  margin-left: 55px;
}
footer nav ul li a:link,
footer nav ul li a:visited {
  text-decoration: none;
  text-transform: lowercase;
}
footer nav ul li a:hover,
footer nav ul li a:active,
footer nav ul li a.active {
  color: #ad0a04;
}
/********CONTENT-ELEMENTE******/
.CE_VIDEO {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.CE_VIDEO .videoHelper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.CE_VIDEO .videoHelper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CE_TEXT_IMAGE {
  overflow: hidden;
  clear: both;
}
.CE_TEXT_IMAGE .centerHelper {
  padding-bottom: 10px;
}
.CE_TEXT_IMAGE div.txt {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.CE_TEXT_IMAGE div.img {
  position: relative;
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: 20px solid white;
}
.CE_TEXT_IMAGE div.img.right {
  float: right;
  border-left: 20px solid white;
  border-right: 0px;
}
.CE_TEXT_IMAGE div.img img {
  width: 100%;
  height: auto;
  display: block;
}
.CE_HEADER_IMAGE {
  margin: 0 0 15px 0;
  max-height: 425px;
  overflow: hidden;
  position: relative;
}
.CE_HEADER_IMAGE .centerHelper {
  z-index: 100;
}
.CE_HEADER_IMAGE img.headerimage {
  position: absolute;
  top: 0;
}
.CE_HEADER_IMAGE h1 {
  position: absolute;
  bottom: 20px;
  right: 40px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 140px;
  line-height: 160px;
  font-family: "Avenir Next LT W01 Bold";
  text-shadow: -1px 1px 8px #f4f4f4, 1px -1px 8px #000000;
}
.CE_HEADER_IMAGE h1 img {
  width: inherit;
  display: inline;
}
.CE_IMAGE {
  margin: 0 0 20px 0;
}
.CE_IMAGE img {
  border: 1px solid rgba(244, 244, 244, 0.5);
}
/********CONTENT-ELEMENTE******/
/********BURGERMENU******/
.burgermenu {
  cursor: pointer;
  width: 100%;
  max-width: 30px;
  height: 25px;
  padding: 25px;
  margin: auto;
  display: none;
  position: fixed;
  right: 0px;
  top: 10px;
}
.navTrigger {
  width: 30px;
  height: 25px;
}
.navTrigger i {
  background-color: #000000;
  border-radius: 1px;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i {
  background-color: #979797;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
  display: none;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
/********BURGERMENU******/
@media screen and (max-width: 1200px) {
  .centerHelper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 910px) {
  header .navContainer {
    position: fixed;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #2d2b2b;
    z-index: 90;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 80px;
    display: none;
  }
  header .navContainer .mobileSplit {
    width: 30px;
    height: 5px;
    background-color: #ad0a04;
    margin: 15px auto 20px auto;
    display: block;
  }
  header .navContainer nav.main,
  header .navContainer nav.lang {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  header .navContainer nav.main ul li,
  header .navContainer nav.lang ul li {
    float: none;
    display: block;
  }
  header .navContainer nav.main ul li a:link,
  header .navContainer nav.lang ul li a:link,
  header .navContainer nav.main ul li a:visited,
  header .navContainer nav.lang ul li a:visited {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  header .navContainer nav.main ul li a:hover,
  header .navContainer nav.lang ul li a:hover,
  header .navContainer nav.main ul li a:active,
  header .navContainer nav.lang ul li a:active,
  header .navContainer nav.main ul li a.active,
  header .navContainer nav.lang ul li a.active {
    background-image: none;
    color: #ad0a04;
  }
  header .navContainer nav.lang ul {
    text-align: center;
    color: #ffffff;
  }
  header .navContainer nav.lang ul li {
    display: inline;
  }
  .burgermenu {
    display: block;
    z-index: 100;
  }
  h1 {
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: 25px !important;
    margin-right: -25px !important;
  }
  
  .bigHeader h1 img {
	  position: relative; /* NEW */
	  left: -12px; /* NEW */
  }
  .bigHeader h2 {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 35px !important;
    /*margin-right: -35px !important; OLD */
	margin-left: 35px !important;
  }
  .CE_PORTFOLIO_TEASER {
    padding-top: 0;
  }
  .CE_PORTFOLIO_TEASER .centerHelper {
    padding: 0;
  }
  .CE_PORTFOLIO_TEASER .col7,
  .CE_PORTFOLIO_TEASER .col5 {
    width: 100%;
    float: none;
  }
  .CE_PORTFOLIO_TEASER img {
    border: none;
  }
  .CE_PORTFOLIO_TEASER h3 {
    margin-left: 20px;
    margin-top: -30px;
    font-size: 30px;
    line-height: 38px;
  }
  .CE_PORTFOLIO_TEASER p,
  .CE_PORTFOLIO_TEASER .splitBox {
    margin-left: 80px;
    margin-right: 10px;
    max-width: calc(100% - 90px);
  }
  .CE_PORTFOLIO_TEASER p {
    padding: 20px 0;
  }
  .CE_PORTFOLIO_TEASER.imageRight h3 {
    margin-right: 35px;
    margin-top: -38px;
    margin-left: 10px;
  }
  .CE_PORTFOLIO_TEASER.imageRight p,
  .CE_PORTFOLIO_TEASER.imageRight .splitBox {
    margin-right: 80px;
    margin-left: 10px;
    padding: 0;
  }
  .CE_PORTFOLIO_TEASER.imageRight p {
    padding: 20px 0;
  }
  .CE_TEXT_IMAGE p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  a.btn:link,
  a.btn:visited {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .col {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  footer .col {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto;
  }
  footer nav ul {
    float: none;
  }
  footer nav ul li {
    display: block;
    float: none;
    margin-left: 0;
  }
  .CE_CONTACT_FORM label {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 18px !important;
    letter-spacing: 20px !important;
    margin-left: -10px !important;
    line-height: 28px !important;
  }
  .bigHeader h1,
  .bigHeader h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bigHeader h2 {
    font-size: 12px !important;
    letter-spacing: 10px !important;
    /* margin-left: -10px !important; OLD */
     margin-left: 10px !important; 
  }
  header .logo {
    margin-left: -30px;
  }
  .CE_PORTFOLIO_TEASER.imageRight h3 {
    margin-top: -21px;
  }
  .CE_PORTFOLIO_TEASER h3 {
    margin-top: -21px;
    font-size: 20px;
    line-height: 28px;
  }
  .CE_WEDDING_TEASER a:link .weddingName,
  .CE_WEDDING_TEASER a:visited .weddingName {
    font-size: 20px;
    line-height: 24px;
  }
}
