@charset "UTF-8";
/*! Generated by Fontspring (https://www.fontspring.com) on May 7, 2024
*
* Fully installable fonts can be purchased at https://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2024 Fontspring
*
*
*/
@font-face {
  font-family: "brandon_grotesquebold";
  src: url("Fonts/hvd_fonts_-_brandongrotesque-bold-webfont.eot");
  src: url("Fonts/hvd_fonts_-_brandongrotesque-bold-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/hvd_fonts_-_brandongrotesque-bold-webfont.woff2") format("woff2"), url("Fonts/hvd_fonts_-_brandongrotesque-bold-webfont.woff") format("woff"), url("Fonts/hvd_fonts_-_brandongrotesque-bold-webfont.svg#brandon_grotesqueblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesqueblack";
  src: url("Fonts/hvd_fonts_-_brandongrotesque-black-webfont.eot");
  src: url("Fonts/hvd_fonts_-_brandongrotesque-black-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/hvd_fonts_-_brandongrotesque-black-webfont.woff2") format("woff2"), url("Fonts/hvd_fonts_-_brandongrotesque-black-webfont.woff") format("woff"), url("Fonts/hvd_fonts_-_brandongrotesque-black-webfont.svg#brandon_grotesqueblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesqueregular";
  src: url("Fonts/hvd_fonts_-_brandongrotesque-regular-webfont.eot");
  src: url("Fonts/hvd_fonts_-_brandongrotesque-regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/hvd_fonts_-_brandongrotesque-regular-webfont.woff2") format("woff2"), url("Fonts/hvd_fonts_-_brandongrotesque-regular-webfont.woff") format("woff"), url("Fonts/hvd_fonts_-_brandongrotesque-regular-webfont.svg#brandon_grotesqueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesquelight";
  src: url("Fonts/hvd_fonts_-_brandongrotesque-light-webfontt.eot");
  src: url("Fonts/hvd_fonts_-_brandongrotesque-light-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/hvd_fonts_-_brandongrotesque-light-webfont.woff2") format("woff2"), url("Fonts/hvd_fonts_-_brandongrotesque-light-webfont.woff") format("woff"), url("Fonts/hvd_fonts_-_brandongrotesque-light-webfont.svg#brandon_grotesqueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------- CONTAINER ----------------------- */
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #000000;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #FFFFFF;
  font-family: "brandon_grotesquelight", Arial, sans-serif;
  scroll-behavior: smooth;
}

#container {
  max-width: 2000px;
  margin: 0px auto;
  overflow: hidden;
  background: #F9F9F9;
}

#text-container, #box_footer, #sujet #title, .wrapper-container .cnt, .cnt {
  width: 1170px;
  margin: 0px auto;
}

#box_main {
  /*@extend #text-container;*/
  /*padding-top: 40px;*/
}

.cnt {
  padding: 120px 15px 100px 15px;
  /*padding: 10% 15px 9% 15px;*/
  /*padding: 7% 15px 6% 15px;*/
}
.cnt.full {
  padding-left: 0;
  padding-right: 0;
}
.cnt.no-pt {
  padding-top: 0;
}

#home .wrapper-container .cnt {
  padding-bottom: 0;
}

.wrapper {
  position: relative;
  top: 80px;
}

#uid-1 .wrapper-container, #uid-172 .wrapper-container {
  background-image: none;
}

.wrapper-container {
  /*
  &:nth-child(odd)  {
  	background: #f9f9f9 url(../images/all/bg-curve-dark.png) no-repeat top center;
  	&:first-child { background: none; }
  }

  &:nth-child(even) {
  	background: #efefef url(../images/all/bg-curve-light.png) no-repeat top center;
  }*/
  /*&:nth-child(1n+2) {
  	background: green;
  	border-top: 1px solid #dadada;

  	background: -moz-linear-gradient(top, #eeeeee 0%, #f9f9f9 100%); 
  	background: -webkit-linear-gradient(top, #eeeeee 0%,#f9f9f9 100%); 
  	background: linear-gradient(to bottom, #eeeeee 0%,#f9f9f9 100%); 
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f9f9f9',GradientType=0 ); 

  	background-size: 100% 135px;
  	background-repeat: no-repeat;

  }*/
}
.wrapper-container:nth-child(odd) {
  background: #f9f9f9 url(../images/all/bg-curve-light.png) no-repeat bottom center;
  background-size: 100% auto;
}
.wrapper-container:nth-child(even) {
  background: #efefef url(../images/all/bg-curve-dark.png) no-repeat bottom center;
  background-size: 100% auto;
}
.wrapper-container:last-child {
  background-image: none;
}

/* ----------------------- NAVIGATION - MAIN ----------------------- */
#main_nav {
  font-size: 16px;
  float: right;
  text-transform: uppercase;
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
}
#main_nav ul li {
  background: none;
}
#main_nav > ul {
  padding: 30px 0 0 0;
  margin: 0;
  height: 80px;
}
#main_nav > ul > li {
  float: left;
  padding: 0 10px;
  /*padding: 0 10px;*/
  background: none;
  position: relative;
  display: block;
  white-space: nowrap;
  height: 100%;
  /*&:last-child {
  	padding-right: 0;
  }*/
}
#main_nav > ul > li.active > a {
  color: rgb(112, 34, 131);
}
#main_nav > ul > li a {
  font-size: 16px;
  color: black;
  display: block;
  height: 100%;
}
#main_nav > ul > li a:hover {
  color: rgb(112, 34, 131);
}
#main_nav > ul > li ul {
  max-height: 0px;
  float: none;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  padding: 0 25px;
  margin-left: -25px;
  border-radius: 0 0 4px 4px;
  /*text-align: center;*/
  overflow: hidden;
  /*width: 200px;*/
}
#main_nav > ul > li ul li {
  padding: 9px 0;
}
#main_nav > ul > li ul li:first-child {
  padding-top: 25px;
}
#main_nav > ul > li ul li:last-child {
  padding-bottom: 25px;
}
#main_nav > ul > li ul li a {
  font-size: 16px;
  line-height: 1em;
}
#main_nav > ul > li:hover ul {
  max-height: 300px;
  -webkit-transition: max-height 0.8s linear;
  -moz-transition: max-height 0.8s linear;
  transition: max-height 0.8s linear;
}

.scroll #main_nav ul li ul {
  transition: all 0.3s ease-in-out;
  background-color: white;
}

h1 {
  transition: all 0.3s ease-in-out;
  background-color: rgb(232, 235, 197);
}

/* ----------------------- SECTIONS - MAIN ----------------------- */
.sections {
  padding: 15px;
  /*font-size: 19px;
  line-height: 1.4em;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sections .col {
  float: left;
  width: calc(50% - 31px);
  margin: 15px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #000000;
  overflow: hidden;
  box-shadow: -1px 1px 16px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
}
.sections .col a {
  color: #000000;
}
.sections .col a h4 {
  color: rgb(112, 34, 131);
  text-transform: uppercase;
  font-size: 1.45em;
  line-height: 1em;
  padding-top: 0;
  padding-bottom: 20px;
}
.sections .col a p {
  padding-bottom: 10px;
  text-align: center;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
.sections .col .section_txt {
  padding: 35px 30px 30px 30px;
  text-align: center;
}
.sections .col:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-backface-visibility: hidden;
}

/* ----------------------- 2COL  ----------------------- */
.row_2col .col {
  float: right;
  width: 57%;
}
.row_2col .col:last-child {
  width: 43%;
  padding-right: 5%;
  float: left;
}
.row_2col.width50 .col {
  width: 50%;
  float: left;
  padding-right: 2.5%;
  /*h4 {
  	background: url(../images/all/headline.svg) no-repeat bottom left;
  	padding-bottom: 55px;
  	background-size: auto 40px;
  	margin-bottom: 20px;
  }*/
}
.row_2col.width50 .col:last-child {
  padding-right: 0;
  padding-left: 2.5%;
}

/* ----------------------- 3COL  ----------------------- */
.row_3col {
  box-shadow: -1px 1px 16px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #FFFFFF;
  margin: 20px 0 50px 0;
}
.row_3col .col {
  float: left;
  width: 33.333%;
  padding: 60px 30px;
  background: url(../images/all/arrow-right.svg) no-repeat right 60px;
  background-size: 15px auto;
}
.row_3col .col h4 {
  padding: 0 14px 10px 14px;
}
.row_3col .col:last-child {
  background: none;
}

/* ----------------------- Header und Logo  ----------------------- */
#box_header {
  position: relative;
}

#header {
  z-index: 200;
  height: 80px;
  width: 100%;
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
}
#header.scroll {
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.15);
}

#header .cnt {
  padding: 0;
}

#logo {
  position: absolute;
  z-index: 100;
  animation: fadeIn 2s forwards;
}

h1 {
  /*background: url(../images/all/tantills-logo.png) no-repeat center center;*/ /*gelbes Logo*/
  background: url(../images/all/logo-tantills.png) no-repeat top center;
  background-size: 100% auto;
  /*background-size: auto 100%;*/
  text-indent: -9999%;
  height: 185px;
  /*width: 406px;*/
  width: 375px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
h1.it {
  background-image: url(../images/all/logo-tantills-it.png);
}
h1.fr {
  background-image: url(../images/all/logo-tantills-fr.png);
}
h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll h1 {
  height: 130px;
  width: 285px;
}

/* ----------------------- ANIMATIONEN  ----------------------- */
/*
@-webkit-keyframes fadeOutComplete {
  from {
    transform: scale(1);
  }

  to {
   transform: scale(0); 
  }

}

@keyframes fadeOutComplete {
  from {
    transform: scale(1);
  }

  to {
   transform: scale(0); 
  }
}

.fadeOutComplete {
  -webkit-animation-name: fadeOutComplete;
  animation-name: fadeOutComplete;
}

	*/
@-webkit-keyframes fadeOutComplete {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes fadeOutComplete {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
.fadeOutComplete {
  -webkit-animation-name: fadeOutComplete;
  animation-name: fadeOutComplete;
}

@-webkit-keyframes fadeInRotate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRotate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
.fadeInRotate {
  -webkit-animation-name: fadeInRotate;
  animation-name: fadeInRotate;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 1, -25deg);
    transform: translate3d(0, 0, 1, -25deg);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 1, -25deg);
    transform: translate3d(0, 0, 1, -25deg);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/* ----------------------- SUJET  ----------------------- */
#sujet {
  position: relative;
  top: 80px;
  height: 400px;
  min-width: 1170px;
  /*background-size: cover;*/
  background: rgb(247, 205, 0);
  background: linear-gradient(90deg, rgb(253, 194, 12) 0%, rgb(253, 223, 35) 100%);
  background-size: auto 100%;
  /*  &.uid_91 #title {
     background: url(../images/all/island-formel.png) no-repeat right 15px center; 
     background-size: auto 35%;
    }*/
}
#sujet .sujet_mobile {
  display: none;
}
#sujet .sujet_bg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: url(../images/all/header-bg-min.png) no-repeat right bottom;
  background-size: auto 90%;
}
#sujet .sujet_left {
  background: url(../images/all/header-bg-left-min.png) no-repeat left bottom;
  background-size: auto 50%;
}
#sujet #stick_container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 446px; /* -4px border */
  top: 0;
}
#sujet #stick_container #stick_top {
  position: absolute;
  /* top: 110px;
   left: -40px;*/
  top: 65px;
  left: -10px;
  /*-webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;*/
  /*animation: bounceInLeft 2s;*/
}
#sujet #stick_container #stick_top img {
  width: 71.82%;
}
#sujet #stick_container #stick_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  /*-webkit-animation: bounce 2s infinite;*/
  /*animation: bounce 2s infinite;*/
  /*animation: bounceInLeft 2s;*/
}
#sujet #stick_container #stick_bottom img {
  width: 71.82%;
}
#sujet #title {
  height: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  /*img {
   width: 140px;
   margin-bottom: 15px;
   opacity: 0;
   animation: fadeInRotate 1s forwards;
   animation-delay: 3s; 
   transform: rotate(45deg);
  }*/
}
#sujet #title .title-cnt {
  width: 50%;
  /*.ti-before {
  	transform: scale(1);
  	animation: fadeOutComplete 1s forwards;

  	animation-delay: 6.5s;
  }*/
}
#sujet #title .title-cnt:last-child {
  text-align: right;
}
#sujet #title .title-cnt .ti-after {
  position: absolute;
  bottom: 0;
  right: 0;
}
#sujet #title .title-cnt .ti-after img {
  opacity: 0;
  animation: fadeIn 2s forwards;
  animation-delay: 6.5s;
}
#sujet #title .title-cnt .ti-before {
  position: absolute;
  bottom: 0;
  right: 0;
}
#sujet #title .title-cnt .ti-before img {
  transform: scale(1);
  animation: fadeOut 2s forwards;
  animation-delay: 4.5s;
  max-width: 88%;
}
#sujet #title h2 {
  color: white;
  font-family: "Exo 2", Times, serif;
  font-style: italic;
  text-shadow: 0 0 10px #ba3d00;
  font-size: 65px;
  line-height: 1em;
  width: 100%;
  text-align: center;
}
#sujet #title h2 span {
  opacity: 0;
  display: inline-block;
  animation: bounceIn 2s forwards;
  /*	&:last-child {
   	animation-delay: 2s;
  	}*/
}
#sujet #title h2 span.c2 {
  animation-delay: 1s;
}
#sujet #title h2 span.c3 {
  animation-delay: 2s;
}
#sujet #title h2 span.c4 {
  animation-delay: 3s;
}
#sujet #title h2 strong {
  opacity: 0;
  display: block;
  font-family: "brandon_grotesquebold", Arial, sans-serif;
  font-size: 75px;
  font-size: 1.35em;
  line-height: 1em;
  animation: bounceIn 2s forwards;
  animation-delay: 1s;
}
#sujet.detail #title img {
  animation-delay: 1s;
}
#sujet.detail #title h2 span, #sujet.detail #title h2 strong {
  animation-delay: 0s;
}
#sujet.main {
  height: 500px;
  margin-bottom: 3%;
  /* #stick_container {
      height: 621px;
      #stick_top { 
      	top: 90px;
  		img { width: 100%; }
  	}

  	#stick_bottom { 
  		img { width: 100%; }
  	}
  }*/
}
#sujet.main .title-slogan {
  margin-bottom: 100px;
  animation: bounceIn 2s forwards; /*padding-left: 15px;*/
  padding-left: 45px;
}
#sujet.main .title-img {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#sujet.main #title {
  /*text-align: left;*/
  /*border: 1px solid red;*/
}
#sujet.main #title h2 {
  text-align: left;
}
#sujet.main #button-right {
  right: 10px;
  bottom: 30px;
  position: absolute;
  max-width: 150px;
  opacity: 0;
  animation-delay: 3s;
  animation: fadeInRotate 1s forwards;
  animation-delay: 4s;
  transform: rotate(60deg);
  z-index: 100;
}
#sujet.main #button-right.br-later {
  animation-delay: 8.5s;
}
#sujet.main #button {
  width: 1170px;
  margin: 0px auto;
  margin-top: -155px;
  position: relative;
  z-index: 100;
  animation: bounceInLeft 2s;
}
#sujet.main #button .button_1 {
  text-align: left;
  margin-left: 30px;
}
#sujet.main #button .button_1 a {
  display: inline-block;
  position: relative;
}
#sujet.main #button .button_1 a img {
  max-width: 580px;
}

/* ----------------------- SLIDER  ----------------------- */
.slickslider {
  margin-bottom: 20px;
}

.slick-prev, .slick-next {
  width: 40px;
  height: 100%;
  z-index: 100;
}
.slick-prev:before, .slick-next:before {
  font-size: 25px;
  color: rgb(112, 34, 131);
  display: none !important;
}

.slick-next {
  background: #F9F9F9 url(../images/all/slick-slider-next.svg) no-repeat left center;
}

.slick-prev {
  background: #F9F9F9 url(../images/all/slick-slider-prev.svg) no-repeat right center;
}

.flexslider {
  border: 0;
  border-radius: 0;
  /*background: $main_color url(../images/all/slider_bg.jpg) no-repeat left center;*/
  min-width: 1170px;
  min-width: 1250px;
}
.flexslider .flex-direction-nav a {
  margin-top: -60px;
}
.flexslider .flex-direction-nav a:before {
  content: " " !important;
}
.flexslider .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0;
  width: 50px;
  height: 120px;
  background: url(../images/all/slider_buttons-left.svg) no-repeat top left;
}
.flexslider .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0;
  width: 50px;
  height: 120px;
  background: url(../images/all/slider_buttons-right.svg) no-repeat top left;
}
.flexslider .flex-control-nav {
  bottom: 0px;
  right: 20px;
  width: auto;
}
.flexslider .flex-control-nav.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
  background: rgb(255, 255, 255);
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.slides {
  display: flex;
}
.slides li {
  display: flex !important;
  align-items: center;
  background: none;
}
.slides li.color-special div.sl_txt {
  background-color: rgb(247, 205, 0);
}
.slides li.color-special-2 div.sl_txt {
  background-color: rgb(233, 92, 109);
}
.slides li div.sl_img {
  background: url(../images/all/slider_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 50%;
  padding-right: 50px;
  float: left;
  /*border: 2px solid black;*/
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slides li div.sl_img .sl_cnt {
  max-width: 565px;
}
.slides li div.sl_img img {
  text-align: right;
  float: right;
  padding: 50px 0;
}
.slides li div.sl_txt {
  width: 50%;
  float: left;
  color: white;
  /*border: 2px solid blue;*/
  height: 100%;
  display: flex;
  align-items: center;
  background: rgb(112, 34, 131);
}
.slides li div.sl_txt .sl_cnt {
  width: 570px;
  max-width: calc(100% - 100px);
  /*border: 1px solid blue;*/
  padding: 60px 2% 60px 8%;
}
.slides li div.sl_txt .sl_cnt .sl_header {
  margin: 0 0 30px 0;
}
.slides li div.sl_txt .sl_cnt .sl_header img {
  max-height: 34px;
  width: inherit;
  margin-left: -20px;
}
.slides li div.sl_txt .sl_cnt h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 38px;
  line-height: 0.95em;
  color: white;
}
.slides li div.sl_txt .sl_cnt h4 b, .slides li div.sl_txt .sl_cnt h4 strong {
  font-size: 24px;
  line-height: 1em;
  padding-top: 8px;
  display: block;
  font-weight: normal;
  font-family: "brandon_grotesquelight", Arial, sans-serif;
}
.slides li div.sl_txt .sl_cnt ul li, .slides li div.sl_txt .sl_cnt p {
  /*font-size: 24px;*/
  font-size: 19px;
  line-height: 1.4em;
  font-weight: bold;
}
.slides li div.sl_txt .sl_cnt ul {
  padding-top: 5px;
}
.slides li div.sl_txt .sl_cnt ul li {
  background: url(../images/all/li_inverse.svg) no-repeat left 9px;
  background-size: 7px 7px;
}

/*

.slides  {
	overflow: hidden;
}

.slides img {
	max-height: 330px; 
} 

.slides li {
	position: relative;
}

.slides li a span {
	background: url(../images/all/icon_plus.svg) no-repeat top left; 
	position: absolute;
	right: 0;
	height: 40px;
	width: 40px;
	z-index: 50;
}

.slides li .copyright {
	position: absolute;
	bottom: 0;
	z-index: 50;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 10px;
	line-height: 20px;
	width: 100%; 
	background: rgba(85,85,85,0.3);
}*/
/* ----------------------- Accordion  ----------------------- */
.panel-group {
  padding-bottom: 30px;
}

.panel-body {
  background: #F9F9F9;
  border: 0 !important;
}

.panel {
  box-shadow: none;
}

.panel-default {
  border: 0;
}

.panel-default > .panel-heading {
  border: 0;
  border-radius: 4px;
  padding: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel-heading h4 {
  padding: 0;
}

.panel-group h4 a, .colMain .panel-group h4 a.collapsed:hover {
  color: #FFFFFF;
  display: block;
  padding: 15px;
  border: 0;
  font-size: 20px;
  line-height: 1.3em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  border-radius: 4px;
  background: rgb(112, 34, 131);
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
  font-weight: bold;
}

.panel-group h4 a.collapsed {
  background: #b2b2b2;
}

/* ----------------------- FOOTER  ----------------------- */
#box_footer {
  padding: 30px 0;
  text-align: center;
  margin-top: 80px;
  background: #FFFFFF;
  width: auto;
}
#box_footer ul {
  display: inline-block;
  padding: 0;
}
#box_footer ul li {
  background: none;
  float: left;
  padding: 0 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
}
#box_footer ul li a {
  color: black;
}
#box_footer ul li.active a, #box_footer ul li a:hover {
  color: rgb(112, 34, 131);
}

#legal_information {
  padding: 20px 15px;
  text-align: center;
  background: #CECECE;
  border-top: 1px solid #dadada;
  background: -moz-linear-gradient(top, #eeeeee 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#f9f9f9",GradientType=0 );
}
#legal_information p {
  font-size: 20px;
  padding-bottom: 0;
  line-height: 1.5em;
  text-align: center;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

/*____________________ Generelle Formatierungen _______________________________________________*/
img {
  max-width: 100%;
  height: auto;
}

.ccm-cookie-declaration--list h3 {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: left;
}

h3 {
  color: rgb(112, 34, 131);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.1em;
  vertical-align: text-top;
  vertical-align: top;
  font-family: "brandon_grotesquebold", Arial, sans-serif;
}
h3 strong, h3 b {
  font-size: 30px;
  line-height: 1.3em;
  padding-top: 10px;
  display: block;
  font-weight: normal;
  color: black;
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
}

#uid_1 h3 {
  color: black;
}

h4 {
  font-size: 25px;
  line-height: 1.3em;
  color: rgb(112, 34, 131);
  font-family: "brandon_grotesquebold", Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  padding: 50px 0 30px 0;
}
h4.no-mt {
  margin-top: 0;
}

.news-single .col h4:first-child {
  margin-top: 0;
}

h5 {
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
  /* font-size: 18px;
  line-height: 1.65em;*/
}

a, a:hover, a:visited, a:active, a:focus, .ui-widget-content a {
  outline: none;
  text-decoration: none;
  color: #000000;
  /* transition: all .3s ease-in-out;*/
}
a.download, a.download-honeylemon, a.download-junior, a:hover.download, a:hover.download-honeylemon, a:hover.download-junior, a:visited.download, a:visited.download-honeylemon, a:visited.download-junior, a:active.download, a:active.download-honeylemon, a:active.download-junior, a:focus.download, a:focus.download-honeylemon, a:focus.download-junior, .ui-widget-content a.download, .ui-widget-content a.download-honeylemon, .ui-widget-content a.download-junior {
  color: #FFFFFF;
  text-decoration: none !important;
  padding: 15px 35px 15px 0;
  display: inline-block;
  line-height: 1.3em;
  /*margin-top: 30px;*/
  border-radius: 4px;
  width: 100%;
  font-size: 20px;
  background-color: rgb(112, 34, 131);
}
a.download:hover, a.download-honeylemon:hover, a.download-junior:hover, a:hover.download:hover, a:hover.download-honeylemon:hover, a:hover.download-junior:hover, a:visited.download:hover, a:visited.download-honeylemon:hover, a:visited.download-junior:hover, a:active.download:hover, a:active.download-honeylemon:hover, a:active.download-junior:hover, a:focus.download:hover, a:focus.download-honeylemon:hover, a:focus.download-junior:hover, .ui-widget-content a.download:hover, .ui-widget-content a.download-honeylemon:hover, .ui-widget-content a.download-junior:hover {
  background: rgb(112, 34, 131) !important;
}
a.download:before, a.download-honeylemon:before, a.download-junior:before, a:hover.download:before, a:hover.download-honeylemon:before, a:hover.download-junior:before, a:visited.download:before, a:visited.download-honeylemon:before, a:visited.download-junior:before, a:active.download:before, a:active.download-honeylemon:before, a:active.download-junior:before, a:focus.download:before, a:focus.download-honeylemon:before, a:focus.download-junior:before, .ui-widget-content a.download:before, .ui-widget-content a.download-honeylemon:before, .ui-widget-content a.download-junior:before {
  content: " ";
  padding-left: 70px;
  background: url(../images/all/download.svg) no-repeat 20px center;
  background-size: auto 25px;
}
a.download-honeylemon, a:hover.download-honeylemon, a:visited.download-honeylemon, a:active.download-honeylemon, a:focus.download-honeylemon, .ui-widget-content a.download-honeylemon {
  background-color: rgb(247, 205, 0);
}
a.download-honeylemon:hover, a:hover.download-honeylemon:hover, a:visited.download-honeylemon:hover, a:active.download-honeylemon:hover, a:focus.download-honeylemon:hover, .ui-widget-content a.download-honeylemon:hover {
  background: rgb(247, 205, 0) !important;
}
a.download-junior, a:hover.download-junior, a:visited.download-junior, a:active.download-junior, a:focus.download-junior, .ui-widget-content a.download-junior {
  background-color: rgb(233, 92, 109);
}
a.download-junior:hover, a:hover.download-junior:hover, a:visited.download-junior:hover, a:active.download-junior:hover, a:focus.download-junior:hover, .ui-widget-content a.download-junior:hover {
  background: rgb(233, 92, 109) !important;
}

a:hover {
  color: rgb(112, 34, 131);
}

.wrapper-container a {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0 0 30px 0;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

sup, sub {
  font-size: 0.7em;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  padding-left: 3px;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

b, strong, .important_text {
  font-weight: bold;
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
}

/* Liste */
ul {
  list-style: none;
  margin: 0;
  padding: 0 0 25px 0;
}
ul li {
  background: url(../images/all/li.svg) no-repeat left 9px;
  background-size: 7px 7px;
  padding-left: 20px;
  padding-bottom: 0px;
}
ul.check {
  margin-top: 30px;
}
ul.check li {
  padding-left: 40px;
  background: url(../images/all/check.svg) no-repeat left top;
  background-size: auto 28px;
  padding-bottom: 15px;
}
ul.positive li {
  padding-left: 50px;
  background: url(../images/all/positive.svg) no-repeat left 6px;
  background-size: auto 25px;
  padding-bottom: 15px;
}
ul.negative li {
  padding-left: 50px;
  background: url(../images/all/negative.svg) no-repeat left 6px;
  background-size: auto 25px;
  padding-bottom: 15px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
}

/*ol li {
  padding-bottom: 20px;
  padding-left: 0;
}

ol.footnote {
	counter-reset: li;
	list-style-type:none;
	position: relative;
    padding: 0 0 20px 20px;
}

ol.footnote li {
    padding: 0 0 10px 0;
    line-height: 18px;
    font-size: 14px;
}

ol.footnote > li:before {
   content: counter(li) ") ";
   counter-increment: li;
   position: absolute;
   left: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   color: #000000;
}*/
ul li ul li, ul li ul {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

ul li p, ol li p {
  padding-bottom: 0;
}

table {
  margin-bottom: 30px;
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  font-size: 15px;
  line-height: 1.4em;
  table-layout: fixed;
}
table td, table th {
  padding: 8px 14px 10px 14px;
  text-align: left;
  vertical-align: top;
  border-left: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  vertical-align: middle;
}
table td strong, table td b, table th strong, table th b {
  font-size: 1.15em;
}
table td:first-child, table th:first-child {
  border-left: 0;
}
table tr:last-child td {
  border-bottom: 0;
}
table th {
  background-color: rgb(112, 34, 131);
  color: #FFFFFF;
  border-color: #F9F9F9;
  border-bottom: 0;
  font-weight: bold;
  line-height: 1.4em;
  vertical-align: top;
  font-size: 1.15em;
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
}
table tr.honeylemon th {
  background-color: rgb(247, 205, 0);
}
table tr.junior th {
  background-color: rgb(233, 92, 109);
}

/* ----------------------- 02. Main ----------------------- */
#box_main {
  position: relative;
  /*min-height: 1000px;
  background: red;*/
}

/*#col0 { border: 1px solid red;}*/
#col1_container {
  padding-top: 0;
  margin-top: -115px;
  position: relative;
}

#col1 {
  /*background: red;*/
  width: 380px;
  /*min-height: 1000px; */
  /*float: right;
  margin-right: 10px;*/
  position: absolute;
  right: 0;
  z-index: 100;
  overflow: hidden;
}

#col0_left {
  min-height: 1300px;
}

#col0 .cnt_left {
  width: 800px;
  padding-right: 80px;
}

.form-horizontal .control-label {
  text-align: left;
  font-family: "brandon_grotesquebold", Arial, sans-serif;
}

/*____________________ News ________________________________________*/
.mediaelement {
  margin-bottom: 20px;
  text-align: center;
}

.news .article {
  padding: 0 40px;
  text-align: center;
}

.news .sections {
  padding: 0;
}
.news .sections .col {
  background-color: #f0f5e4;
  /*.section_txt {
  	background-color: #f0f5e4;
  }*/
}
.news .sections .col .section_date {
  display: none;
}
.news .sections .col .section_headline {
  background: rgb(247, 205, 0);
  background: linear-gradient(90deg, rgb(253, 194, 12) 0%, rgb(253, 223, 35) 100%);
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1em;
}
.news .sections .col.news-list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news .sections .col.news-list .section_txt {
  padding-right: 50px;
  background: url(../images/all/weiterlesen.svg) right 15px center no-repeat transparent;
  background-size: 18px 18px;
  height: 100%;
}
.news .sections .col.news-list h4 {
  text-transform: none;
}
.news .sections .col.news-list p, .news .sections .col.news-list span {
  /*font-style: italic;
  font-weight: 600;
  color: $main_color;*/
  padding-bottom: 0;
}
.news .sections-border {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(112, 34, 131, 0.5);
  margin: 0 15px 15px 15px;
}
.news .news-list-detail {
  /*.col {
  	width: 100%;
  }*/
}
.news .news-list-detail .sections-border {
  display: none;
}
.news .news-list-detail .section_headline {
  font-size: 1px !important;
  line-height: 1em !important;
  text-indent: -999999% !important;
}

.news-img-caption {
  color: #000000;
  margin: 10px 0 0 0;
}

.teaser-text p {
  display: inline;
}

.slider-news a, .news a {
  text-decoration: none !important;
}
.slider-news a h4, .news a h4 {
  margin: 5px 0 10px 0;
  font-size: 25px !important;
}

/*____________________ Generelle Klassen ________________________________________*/
.row {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  clear: both;
  padding-top: 5px;
  margin-right: 0;
  margin-left: 0;
}

.row * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.row_padding {
  padding-top: 15px;
}

.col-2 {
  width: 2%;
}

.col-3 {
  width: 3%;
}

.col-4 {
  width: 4%;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 30%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-80 {
  width: 80%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-96 {
  width: 96%;
}

.col-97 {
  width: 97%;
}

.col-98 {
  width: 98%;
}

.col-100 {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.csc-frame-rulerAfter, .csc-frame-frame2, .csc-frame-indent {
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 25px !important;
  margin-bottom: 25px !important;
}

.noBorder {
  background: none;
  border: 0;
  margin-top: 0;
  padding-top: 0;
}

.topborder {
  padding-top: 10px;
}

.small_width {
  width: 50px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

p.source, p.source a {
  line-height: 18px !important;
  font-size: 14px !important;
}

p.list_headline {
  padding-bottom: 15px;
  font-weight: 700 !important;
}

/*p.subheadline {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #666666;
}

p.spliter {
  border-bottom: 1px solid #999999;
  padding-bottom: 0;
}

*/
.csc-textpic-caption {
  background-color: #555555;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 17px;
  padding: 5px 10px 7px 10px;
}

.box {
  margin-bottom: 50px;
}
.box:first-child {
  margin-top: 30px;
}
.box .box_headline {
  /*font-size: 20px;
  line-height: 1.3em;
  @include bg-gradient();
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: $borderradius $borderradius 0 0;*/
  padding: 15px 20px;
  font-size: 25px;
  line-height: 1.3em;
  color: rgb(112, 34, 131);
  font-family: "brandon_grotesquebold", Arial, sans-serif;
  display: block;
  text-transform: uppercase;
}
.box .box_descr {
  padding: 15px 20px 0 20px;
}
.box .box_descr p, .box .box_descr ul {
  padding-bottom: 15px;
}
.box .box_descr ul li {
  background-position-y: 9px;
}
.box ul.check {
  margin-top: 0;
}
.box ul.check li {
  background-size: auto 15px;
  padding: 0 0 0 20px;
  background-position-y: 7px;
}

/**************************************************/
/*-------------- VERTICAL TIMELINE ---------------*/
/**************************************************/
.cd-timeline__img {
  background: rgb(112, 34, 131);
}

.cd-timeline__container {
  width: 80%;
}

.date {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  font-family: "brandon_grotesquebold", Arial, sans-serif;
  opacity: 1;
  display: block;
  font-size: 15px;
  line-height: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.cd-timeline__content {
  /*box-shadow: 0 3px 0 rgba(200,200,200,0.5);*/
  box-shadow: none;
  box-shadow: 0px 3px 33px -3px rgba(0, 0, 0, 0.2);
  background: none;
  padding: 0;
  border-radius: 4px;
  width: 42%;
}
.cd-timeline__content .tl-headline {
  background: rgb(112, 34, 131);
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 20px;
}
.cd-timeline__content .tl-headline p {
  font-size: 22px;
  line-height: 1.3em;
}
.cd-timeline__content .tl-text {
  padding: 20px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  /*border: 1px solid rgba(200, 200, 200, 0.7);
  border-top: 0;*/
}
.cd-timeline__content p {
  font-size: 17px;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}

.cd-timeline__content::before {
  border-left-color: rgb(135, 135, 135);
  display: none;
}

.cd-timeline__container::before {
  background: rgba(200, 200, 200, 0.5);
}

.year1897 .cd-timeline__img {
  background: rgb(87, 87, 87);
}
.year1897 .cd-timeline__content .tl-headline {
  background: linear-gradient(to top, rgb(135, 135, 135) 0%, rgb(192, 192, 192) 100%);
}

.year1956 .cd-timeline__img {
  background: rgb(253, 193, 0);
}
.year1956 .cd-timeline__content .tl-headline {
  background: linear-gradient(to top, rgb(253, 193, 0) 0%, rgb(255, 211, 0) 100%);
}

.year1969 .cd-timeline__img {
  background: rgb(218, 122, 0);
}
.year1969 .cd-timeline__content .tl-headline {
  background: linear-gradient(to top, rgb(200, 73, 8) 0%, rgb(243, 155, 0) 100%);
}

.year1970 .cd-timeline__img {
  background: rgb(244, 152, 0);
}
.year1970 .cd-timeline__content .tl-headline {
  background: linear-gradient(to top, rgb(244, 152, 0) 0%, rgb(253, 193, 0) 100%);
}

.year1985 .cd-timeline__img {
  background: rgb(226, 0, 115);
}
.year1985 .cd-timeline__content .tl-headline {
  background: linear-gradient(to top, rgb(192, 11, 117) 0%, rgb(218, 0, 115) 100%);
}

.year2018 .cd-timeline__img {
  background: rgb(112, 34, 131);
}
.year2018 .cd-timeline__content .tl-headline {
  background: rgb(247, 205, 0);
  background: linear-gradient(90deg, rgb(253, 194, 12) 0%, rgb(253, 223, 35) 100%);
}

/**************************************************/
/*-------------- RESPONSIVE DESIGN ---------------*/
/**************************************************/
#mheader {
  display: none;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 15px;
}

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
}
html.mm-opened .mm-page #header {
  position: absolute;
}

#menu {
  background: #F9F9F9;
}

.mm-title {
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
  font-weight: bold;
}

.mm-menu {
  display: none;
  color: #414141;
}

nav:not(.mm-menu) {
  display: none;
}

nav.csc-default {
  display: block;
}

#header a.btnMenu {
  background: url(../images/all/mmenu.svg) left center no-repeat transparent;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 100;
  background-size: auto 100%;
}

#menu ul {
  padding-top: 0;
}

#menu ul li {
  padding: 0;
  margin: 0;
  background: none;
}

#menu ul li.mm-subtitle {
  margin: 0;
}

#menu ul li a {
  text-transform: uppercase;
  font-family: "brandon_grotesqueregular", Arial, sans-serif;
  color: black;
  font-size: 14px;
  line-height: 17px;
}
#menu ul li a:hover {
  color: rgb(112, 34, 131);
}

#menu ul li.mm-selected a {
  color: rgb(112, 34, 131);
}

.mm-listview > li:not(.mm-divider):after, .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border: 0 !important;
}

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgb(112, 34, 131) !important;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: none !important;
  /*color: #AFAFAF !important;*/
}

#menu .mm-navbar {
  background: rgb(112, 34, 131);
  font-size: 12px;
}

#menu .mm-navbar a {
  color: #FFFFFF;
  font-size: 18px;
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #FFFFFF !important;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0 !important;
}

/**************************************************/
/*-------------- COOKIE ---------------*/
/**************************************************/
.cc-window {
  background: #FFFFFF;
  border-top: 2px solid rgb(112, 34, 131);
  min-width: 100% !important;
}

.cc-message {
  font-family: "brandon_grotesquelight", Arial, sans-serif;
}

.cc-bottom {
  bottom: 0 !important;
}

.cc-revoke, .cc-window {
  font-size: 15px !important;
  line-height: 1.35em !important;
  color: black !important;
}

.cc-revoke a, .cc-window a {
  color: rgb(112, 34, 131) !important;
  font-family: "brandon_grotesquebold", Arial, sans-serif;
}
.cc-revoke a:hover, .cc-window a:hover {
  color: rgb(247, 205, 0) !important;
  text-decoration: underline;
}

.cc-link {
  opacity: 1;
}

.cc-compliance > .cc-btn {
  border-radius: 0px;
  margin-left: 20px;
  text-decoration: none;
  border: 0;
  /*background: $main_color;*/
  color: #FFFFFF !important;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px !important;
  text-align: center;
  box-shadow: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  /* -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;*/
  padding: 15px 35px 15px 35px;
  border-radius: 4px;
  background: rgb(112, 34, 131);
  text-transform: uppercase;
}

.cc-compliance > .cc-btn:hover {
  background: rgb(112, 34, 131);
  color: #FFFFFF !important;
  text-decoration: none;
}

/********************* FIXED HEADER *****************************/
.Tx-Formhandler .box .box_descr {
  padding-bottom: 20px;
}
.Tx-Formhandler .box .box_descr p {
  padding-bottom: 0;
}

label {
  font-weight: normal;
}

.send-button {
  border-radius: 0px;
  text-decoration: none;
  border: 0;
  color: #FFFFFF !important;
  text-align: center;
  box-shadow: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  padding: 15px 35px 15px 35px;
  border-radius: 4px;
  background: rgb(112, 34, 131);
}

.container-send-form {
  margin-bottom: 50px;
}
.container-send-form .center {
  text-align: center;
}

/********************* FIXED HEADER *****************************/
:target:before {
  content: "";
  display: block;
  height: 80px; /* same as your fixed header height */
  margin: -80px 0 0; /* negative fixed header height */
}

/********************* TYPO3 *****************************/
.ce-gallery, .ce-column {
  max-width: 100%;
}

.ce-textpic {
  overflow: inherit;
}

.ce-border img, .ce-border iframe {
  border: 0;
  border-radius: 4px;
}

.ce-below.ce-left .ce-gallery {
  float: none;
}

/* adminPanel */
#container .typo3-feedit-element {
  outline: 1px solid #90af13 !important;
  outline-offset: 0px !important;
  margin-bottom: 5px;
  float: none;
}

.typo3-adminPanel input {
  width: auto;
}

.typo3-editPanel {
  background: #90af13 !important;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
}

/********************* Bilder ausblenden (Frau mit Schlange) start *****************************/
#sujet.detail #title .title-cnt:first-child {
  width: 100%;
}
#sujet.detail #title .title-cnt:last-child {
  display: none;
}
#sujet.detail #title .title-img {
  display: none;
}

#sujet #title .title-img {
  display: none;
}

/********************* Bilder ausblenden (Frau mit Schlange) ende *****************************/
/* ----------------------- NAVIGATION - LANG ----------------------- */
#lang_nav {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 17px;
  line-height: 1em;
  font-family: "brandon_grotesquebold", Arial, sans-serif;
}

#lang_nav ul {
  padding: 0 3px;
}

#lang_nav ul li {
  background: url(../images/all/spliter.svg) no-repeat left center;
  float: left;
  padding: 0 12px 0 14px;
  /*a {
         color: black;
     }*/
}

#lang_nav ul li:first-child {
  background: none;
}

#lang_nav ul li.active a {
  color: rgb(112, 34, 131);
}

#lang_nav ul li.na {
  display: none;
}

@media (max-width: 2000px) {
  /*	#sujet.main #title h2 {
      	padding-left: calc(100% - 615px);
  	}

  	#sujet.main {
  		background-size: auto 100%;
  		background-position: right -150px top;
  	}*/
}
@media (max-width: 2000px) {
  /*#sujet .sujet_left {
  	background-size: 12% auto;
  }*/
}
@media (max-width: 1850px) {
  /*#sujet.main { 
  	height: 550px;
  	#button {
  	margin-top: -170px;
  	.button_1 a img {
  		max-width: 425px;
  		&.nr1 {
  			width: 85px;
  		}
  	}
  	}
  }*/
}
@media (max-width: 1650px) {
  /*#sujet.main { 
  	background-position: right -100px top;
  }*/
}
@media (max-width: 1550px) {
  /*#sujet .sujet_left {
  	background: none;
  }
  #sujet.main { 
  	background-position: right -150px top;
  }*/
}
@media (max-width: 1400px) {
  /*#sujet #title h2 {
  	font-size: 48px;
  }*/
}
@media (max-width: 1170px) {
  .cd-timeline__content {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  /*#lang_nav {
  	right: auto;
  	top: 80px;
  	width: 100%;
  	padding: 10px 0;
  	background-color: rgba(240, 240, 240, 0.75);
  	ul {
  		float: right;
  	}
  }*/
  #legal_information p {
    font-size: 16px;
  }
  #sujet {
    min-width: inherit !important;
    height: auto !important;
  }
  #sujet #title .title-cnt:last-child {
    width: 40%;
  }
  #sujet #title .title-cnt:first-child {
    width: 60%; /*padding-left: 15px; */
    padding-left: 40px;
  }
  #sujet #title .title-cnt h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  #sujet #title .title-cnt .ti-before {
    display: none;
  }
  #sujet #title .title-cnt .ti-after {
    position: inherit;
  }
  #sujet #title .title-cnt .ti-after img {
    animation: inherit;
    opacity: 1;
  }
  #sujet.main {
    margin-bottom: 8%;
  }
  #sujet.main #title .title-cnt h2 {
    margin-bottom: 10%;
    font-size: 28px;
  }
  #sujet.main #title .title-cnt.title-slogan {
    margin-bottom: 0;
    padding-left: 40px;
  }
  #sujet.main #button {
    position: absolute;
    max-width: 50%;
    margin-top: -8%;
  }
  #sujet.main #button .button_1 a img {
    max-width: 90%;
  }
  #sujet.main #button-right {
    right: 15px;
    bottom: -25%;
    max-width: 14%;
  }
  #sujet.main #button-right.br-later {
    animation-delay: 4s;
  }
  /*#home h3:first-child { display: none; }
  #sujet.main { margin-bottom: 40px; }
  #sujet, #sujet.main {
  	min-width: inherit;
  	height: auto;
  	background: #f4f9fd url(../images/all/header-lectranal.jpg) no-repeat right bottom;
  	background-position: right bottom;
  	background-size: 120% auto;
  	background-image: none;

  	.sujet_mobile {
  		display: block;
  		.studie { 
  			position: absolute;
  			width: 15%;
  			bottom: 15px;
  			left: 15px;
  			z-index: 100;
  		}
  	}

  	.sujet_bg {
  		background-size: auto 50%;
  		display: none;
  	}



  	#button {
  		//display: none;
  		position: absolute;
  		bottom: -20%;
  		width: 100%;
  		animation: inherit;
  		.button_1 { 
  			float: right; 
  			max-width: 40%;
  			a .nr1 { 
  				width: 22% !important;
  				bottom: 8%;
  				left: -7%;
  			}
  		}
  		img {
  			max-width: 100% !important;
  		}
  	}

  	#title {
  		padding-left: 15px;
  		padding-right: 15px;
  		padding-bottom: 0;
  		align-items: flex-start;
  		.title-cnt {
  			max-width: 100%;
  			width: 100%;
  			display: flex;
  			flex-direction: row-reverse;

  			img {
  				width: 80px;
  				animation: inherit;
  				opacity: 1;
  				display: none;
  			}
  			h2 {
  				text-align: center;
  				//text-align: left;
  				font-size: 36px;
  				//width: calc(100% - 100px);
  				margin-top: 30px;
  				span, strong {
  					//animation: inherit;
  					//opacity: 1;
  				}
  			}
  		}
  	}
  }


  .news .sections-border {
  	margin-left: 0;
  	margin-right: 0;
  }

  .sections .col {
  	margin-left: 0;
  	margin-right: 0;
  	&:hover {
  		transform: none !important;
  		-webkit-transform: none !important;
  	}
  }
  */
  .slickslider {
    margin-bottom: 0;
  }
  .news .article {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slick-next {
    right: -3px;
    display: none !important;
  }
  .slick-prev {
    left: -3px;
    display: none !important;
  }
  table, th, td {
    font-size: 12px !important;
    line-height: 1.4em !important;
  }
  table td, table th {
    padding: 6px 6px;
  }
  table td.mobilebreak strong, table td.mobilebreak b, table th.mobilebreak strong, table th.mobilebreak b {
    display: block;
  }
  .cnt {
    padding: 10% 15px 9% 15px;
  }
  .cc-window.cc-banner {
    flex-direction: column;
    display: block;
  }
  .cc-compliance > .cc-btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: auto !important;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
    display: block;
  }
  #mheader {
    display: block;
  }
  #main_nav, .flex-direction-nav {
    display: none;
  }
  body, table td strong, table th strong, table, table th, .row_3col .col p, .slides li div.sl_txt .sl_cnt ul li, .slides li div.sl_txt .sl_cnt p, .sections .col a p {
    font-size: 15px;
  }
  #container, #text-container, .cnt, .wrapper-container .cnt, #sujet #title, #box_footer {
    max-width: 100%;
  }
  /*
  #sujet.main, #sujet.detail {
  	.sujet_bg {
  		background-size: auto 92%;
  	}

  }


  #sujet #title h2, #sujet_main #title h2 {
  	font-size: 10vw;
  }*/
  .scroll h1, h1 {
    height: 110px;
    width: 240px;
  }
  #logo {
    /*float: right;*/
    left: -17px;
    top: 0;
  }
  h1 {
    background-position-x: left;
  }
  h3 {
    font-size: 36px;
  }
  h3 strong, h3 b {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
    padding-top: 30px;
  }
  .section_headline {
    font-size: 26px !important;
  }
  .news-list h4 {
    font-size: 22px;
  }
  .box .box_descr ul li, ul li {
    background-position-y: 7px;
  }
  ul.check li {
    padding-left: 35px;
    background-size: auto 25px;
  }
  ul.negative li, ul.positive li {
    background-position-y: 4px;
  }
  .sections .col {
    width: 100%;
  }
  .sections .col .section_txt {
    padding: 30px 20px;
  }
  .row_3col .col,
  .row_2col .col,
  .row_2col.width50 .col,
  .row_2col .col:last-child {
    width: 100%;
    float: none;
    padding: 0;
  }
  .row_3col .col .box:last-child,
  .row_2col .col .box:last-child,
  .row_2col.width50 .col .box:last-child,
  .row_2col .col:last-child .box:last-child {
    margin-bottom: 10px;
  }
  .row_3col .col {
    padding: 30px 0;
    background: url(../images/all/arrow.svg) no-repeat bottom center;
    background-size: auto 15px;
    text-align: center;
  }
  .row_2col .col:last-child {
    border-top: 2px solid #cdcdcd;
    padding-top: 30px;
  }
  .row_2col .col:last-child .ce-left, .row_2col .col:last-child .ce-left .ce-gallery, .row_2col .col:last-child .ce-column {
    float: none;
  }
  .row_2col .col:last-child img {
    padding: 0 20%;
    margin: 0px auto;
  }
  .panel-group h4 a, .colMain .panel-group h4 a.collapsed:hover {
    font-size: 18px;
  }
  /*
  #sujet, #sujet.main { 
  	height: 220px;

  	#stick_container {
  		height: 216px;
  		#stick_top {
  			top: 50px;
  		} 

  		#stick_bottom img, #stick_top img {
  			width: 32%;
  		}
  	}
  }


  #sujet.main #button {
  	display: none;
  }


  #sujet #title h2, #sujet.main #title h2 {
  	font-size: 36px;
     	padding-left: 220px;
     	strong { font-size: 16px; line-height: 18px;  padding-top: 14px;}
  }
  */
  /********************* Bilder ausblenden (Frau mit Schlange) start *****************************/
  #sujet.detail {
    height: 150px !important;
  }
  #sujet.main {
    height: 200px !important;
  }
  /********************* Bilder ausblenden (Frau mit Schlange) ende *****************************/
  .flexslider {
    min-width: inherit;
  }
  .slides {
    display: block;
  }
  .slides li {
    display: block !important;
    align-items: center;
  }
  .slides li div.sl_img {
    width: 100%;
    float: none;
    display: block;
    justify-content: flex-end;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .slides li div.sl_img .sl_cnt {
    max-width: 100%;
  }
  .slides li div.sl_img .sl_cnt img {
    width: 90%;
    margin: 0px auto;
    float: none;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .slides li div.sl_txt {
    width: 100%;
    float: none;
    display: block;
  }
  .slides li div.sl_txt .sl_cnt {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 30px 40px 30px;
  }
  .slides li div.sl_txt .sl_cnt .sl_header {
    margin-bottom: 20px;
  }
  .slides li div.sl_txt .sl_cnt .sl_header img {
    max-height: 27px;
  }
  .slides li div.sl_txt .sl_cnt h4 {
    font-size: 30px;
  }
  .slides li div.sl_txt .sl_cnt h4 strong {
    font-size: 20px;
  }
  .slides li div.sl_txt .sl_cnt ul li {
    background-position-y: 6px !important;
  }
}
@media (max-width: 599px) {
  .news .article {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_2col .col:last-child img {
    padding: 0%;
  }
}
@media (max-width: 559px) {
  #sujet #title .title-cnt h2, #sujet.main #title .title-cnt h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  h3 b, h3 strong {
    font-size: 21px;
  }
  h4 {
    font-size: 20px;
  }
  /*
  #sujet.main #button { 
  	display: none;
  }*/
  .cd-timeline__container {
    width: 100%;
  }
  #box_footer ul li {
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cnt {
    padding: 40px 15px 40px 15px;
  }
  .sections .col a h4 {
    font-size: 26px;
  }
}
@media (max-width: 490px) {
  #sujet #title .title-cnt h2, #sujet.main #title .title-cnt h2 {
    font-size: 20px;
  }
  /*#sujet, #sujet.main {
  	#title .title-cnt h2 {
  		font-size: 20px;
  	}
  }*/
}
@media (max-width: 420px) {
  #sujet.main #title { /* &.main wurde ergänzt für Bilder ausblenden (Frau mit Schlange) */
    display: block;
  }
  #sujet.main #title .title-cnt {
    width: 100% !important;
    text-align: center !important;
    padding: 0 15px !important;
  }
  #sujet.main #title .title-cnt img {
    max-width: 65%;
  }
  #sujet.main #title .title-cnt h2 {
    padding-top: 30px;
    font-size: 33px;
    text-align: center !important;
  }
  #sujet.main #title .title-img {
    padding: 0 !important;
    text-align: left !important;
  }
  #sujet.main #title .title-cnt h2 {
    margin: 0;
    font-size: 33px;
  }
  #sujet.main #button { /*margin-left: 5px; */
    right: 15px;
  }
  #sujet.main #button-right {
    right: 30px;
    bottom: 18%;
    max-width: 25%;
  }
  /********************* Bilder ausblenden (Frau mit Schlange) start *****************************/
  #sujet.main #button-right {
    left: 30px;
    bottom: -20%;
  }
  /********************* Bilder ausblenden (Frau mit Schlange) ende *****************************/
  /*	#sujet, #sujet.main {
  		#title .title-cnt h2 {
  			font-size: 24px;
  		}
  	} */
}

/*# sourceMappingURL=screen.css.map */
