/*------------- Popup ----------------*/

.sg-popup-content {
	border-width: 1px !important;
}

.sgpb-popup-close-button-3 {
		top: 0px !important;
		right: 0px !important;
}

.sg-popup-builder-content,
.sgpb-popup-overlay {
	cursor:pointer;
}

.cursorP {
	cursor:pointer;
}


@media (max-width: 768px) {
	
	.sg-popup-content {
		 min-width: 95% !important;
	}
}

/*------------- CookieNotice (ButtonCN unter custom.css)----------------*/

#cookie-notice {
	background-color: rgba(0, 0, 0, 0.9) !important;
	font-size: 15px;
}

.cookie-notice-container {
    padding: 25px;
		padding-bottom: 10px;
}

@media (max-width: 768px) {
	#cookie-notice {
	font-size: 13px;
	line-height: 18px;
}
}

/*------------- Bestellformular ----------------*/

form {
	font-size: 16px;
}

#bestellheader p {
	margin: 10px 0;
}

.bestellmenge {
  margin-top: 15px;
  float:left;
}

.bestellpreis {
  margin-top: 18px;
  float:right;
  text-align:right;
}

.stern_fn {
  color: #70373F;
}

.bestelldaten {
  margin: 3px 0 20px 0;
}

hr.bestell {
  color: #323232;
  background-color:#323232;
  border: 0;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 5px;
}


.bestelldatenheader {
  margin: 30px 0 20px 15px;
  background-color: #0b3267;
  color:#ffffff;
  padding: 5px 15px;
  width: calc(100% - 30px);
	float: left;
}

.bestellsubheader {
  font-size: 1em;
  margin: 15px 0 0 15px;
  background-color: #ffffff;
  color:#0b3267;
  width: calc(100% - 30px);
  padding:  5px 15px 2px 15px;  
  font-family: "exo_2.0medium",Arial,sans-serif;  
}

.bestellbutton {
  margin: 30px 20px 0 0;
}

.bestellbuttondiv {
  margin-top: 10px;
}

.bestellungcurrent {
  color: #0b3267;
  font-family: "exo_2.0semi_bold",Arial,sans-serif;
}

.bestellungchecked {
  font-family: "exo_2.0semi_bold",Arial,sans-serif;
  color: #147800;
}

.bestellungchecked.error {
	color: #ffffff;
}

.timeline_bgr {
  margin-right:2px;
  background: rgba(242,242,242,0.7);
}

.timeline_bgr_current {
  margin-right:2px;
  background: rgba(242,242,242,1);
}

.nummerndiv_bestell {
  color:#ffffff;
  background-color:#646464;
  width:25px;
  height:25px;
  line-height:25px;
  border-radius:500px;
  font-size:16px;
  display:inline-block;
  text-align:center;
  font-family: 'exo_2.0bold';
  margin: 13px 0 0 0;
}

.nummerndiv_bestell.current {
  background-color:#0B3267;
}

.nummerndiv_bestell.checked,
.nummerndiv_bestell.error{
  font-family: 'Fontawesome';
}

.checked {
 background-color:#147800;
}

.error {
color: #ffffff;
 background-color:#780000;
}

.datensummary {
  margin: 15px 0 0 0;
  font-size: 0.9em;
  width: calc(100% - 30px);
  padding-left: 15px;
}

.product_overview_header {
  margin: 30px 0 0 15px;
  background-color: #d5d5d5; 
	font-family: "exo_2.0semi_bold",Arial,sans-serif;
}

.product_overview, .product_overview_footer {
	margin: 0 0 0 15px;
	font-family: "exo_2.0regular",Arial,sans-serif;
}

.product_overview, .product_overview_footer, .product_overview_header {
	font-size: 0.9em;
	padding:  5px;
	width: calc(100% - 30px);
	border-top: 1px solid #d5d5d5;
}

.product_overview {
  background-color: #f5f9fe;  
}

.product_overview_footer {
  background-color: #ffffff;  
}

.product_price_summary {
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 17px 0 0 15px;
  width: calc(100% - 30px);
  padding: 0;
  text-align: right;
  font-family: "exo_2.0regular",Arial,sans-serif;
}

.price_summary {
  padding: 5px;
}

.product_amount {
  float:left;
  padding: 5px;
  text-align:center;
  width:6%;
  height:100%;
}

.product_text {
  float:left;
  padding: 5px;   
  text-align:left;
  width:60%;
}

.product_ep {
  float:left;
  padding: 5px;
  text-align:right;
  width:17%;
}

.product_gp {
  float:left;
  padding: 5px;
  text-align:right;
  width:17%;
}

.price_text {
  float:left;
  padding: 5px;
  text-align:right;
  width:83%;
}

.text_agb {
  font-size: 0.9em;
  margin-top: 45px;
}

.product_overview_footer.gesamt {
	background-color: transparent;
	font-size: 15px;
}


@media (max-width: 992px) {

.product_overview, .product_overview_header, .product_price_summary, .product_overview_footer {
  font-size: 0.7em;
  line-height: 1.2em;
	padding: 8px 5px;
}
		
.product_overview_footer.gesamt {
	font-size: 0.9em;
	padding: 8px 5px;
}

.product_gp, .product_ep {
 width:20%;
}

.product_text {
  width:54%;
  }
.price_text {
  width:80%;
}

.text_agb {
  font-size: 0.7em;
  margin-top: 25px;
  line-height: 1.5em;
}

.timeline_bgr .fontXS,
.timeline_bgr_current .fontXS
{
  font-size: 12px !important;
}

}


@media (max-width: 768px) {

.bestelldatenheader {
	margin: 30px 15px;
	width: calc(100% - 30px);
}
		
.timeline_bgr_current .align-center.fontXS,
.timeline_bgr .fontXS.align-center {
  display:none;
}
	
.nummerndiv_bestell {
  margin: 13px 0;
}

}





/* ----------------- Lizenz-Tabelle ----------------- */


.licence_overview_header {
  margin: 0;
  background-color: #d5d5d5; 
	font-family: "exo_2.0semi_bold",Arial,sans-serif;
}

.licence_overview {
	margin: 0;
	font-family: "exo_2.0regular",Arial,sans-serif;
}

.licence_overview, .licence_overview_header {
	font-size: 0.9em;
	width: calc(100% - 30px);
	border-top: 1px solid #ffffff;
}

.licence_overview {
  background-color: #f5f9fe;  
}

.licence_amount {
  float:left;
  padding: 5px;
  text-align:center;
  width:30%;
  height:100%;
}

.licence_text {
  float:left;
  padding: 5px;   
  text-align:center;
  width:30%;
}

.licence_gp {
  float:left;
  padding: 5px;
  text-align:center;
  width:40%;
	font-family: "exo_2.0semi_bold",Arial,sans-serif;
}



@media (max-width: 992px) {

.licence_overview, .licence_overview_header {
  font-size: 0.7em;
  line-height: 1.2em;
	padding: 8px 5px;
}

}


/* ----------------- CAROUSEL ----------------- */

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  max-height: 600px;
  width: auto !important;
  margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  display: inline-block;
  position: absolute;
  top: 50%;
  top: calc(50% - 30px);
  -moz-top: calc(50% - 30px);
  -webkit-top: calc(50% - 30px);
  z-index: 5;
  font-size: 45px;
  border-radius: 5px;
  padding:0 5px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  display: inline-block;
  position: absolute;
  text-align:center;
  width: auto;
  height:auto;
  top: 40%;
  z-index: 5;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 15px;
}

.carousel-indicators ol {
  margin:25px 0 20px 0
}

.carousel-caption h3 {
 margin-top: 30px;
}

.carousel-caption h3.ebs-caption  {
	display: none;
}

.carousel-caption {  
  text-shadow: none;
  font-size: 17px;
  font-family: 'exo_2.0regular';
  right: 0;
  left: 0;
  position: relative;
  margin-top: 30px !important;
  padding-bottom: 30px;
}

.carousel-caption p {
  margin:  10px 0 0 0;
  color: #2c446c !important;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  left: 50% !important;
  width: 60% !important;
  margin-left: -30% !important;
}

.carousel-indicators li {
  border: 0;
  width: 12px;
  height: 12px;
  background-color: rgba(140,120,63,0.5);
  margin: 1px 2px !important;
  float: none !important;
}

.carousel-indicators li:hover {
    background-color: rgba(140,120,63,1);
}


.carousel-indicators .active {
  background-color: rgb(44, 68, 108);
}

.carousel-control {
  opacity: 1;
}

.carousel-control:link {
  color: #8d773f;
}

.carousel-control:focus {
  color: #8d773f;
}

.carousel-control:hover {
  color: #2c446c;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.carousel-control .fa-chevron-left {
    left: 0;
}

.carousel-control .fa-chevron-right{
    right: 0;
}


@media (max-width: 1026px) {

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  height: 400px;
  margin: 0 auto;
  max-height: 400px;
  width: auto;
}

}


@media (max-width: 992px) {

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  height: auto;
  margin: 0 auto;
  max-height: 350px;
  width: auto;
  max-width: 300px;
}

.carousel-caption {
  color: #333;
  text-shadow: none;
  font-size: 15px;
  right: 0;
  left: 0;
  position: relative;
}

.carousel-caption p {
  margin:  20px 0 10px 0;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: -20px;
}

}


@media (max-width: 768px) {

.carousel-caption p {
  margin:  0 0 0 0;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: 10px;
}

.carousel-control:hover{
  color: #8d773f;
}

.carousel-control .glyphicon-chevron-left {
  left: 0;
}

.carousel-control .glyphicon-chevron-right{
  right: 0;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  /*display: none;*/
  top: 30%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  /*display: none;*/
  top: 30%;
}

}


/* ---------- Galerie Carousel individuell----------- */

#carousel-7777 .carousel-inner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-inner h3 {
  font-family: 'exo_2.0regular';
}

.HText {
  font-size: 30px;
  line-height: 36px;
  margin: 5px 0 20px 0 !important;
  font-family: 'exo_2.0regular';
}

.carousel-caption-BG-bild {
  color: #0b3267;
  text-shadow: none;
  font-size: 21px;
  line-height: 1.2em;
  font-family: 'exo_2.0medium';
  right: 0;
  left: 50%;
  bottom: 80px;    
  padding: 20px;
  text-align: center;
  z-index: 10;
  position:absolute;
  width: 500px;
  margin-left: -250px;  
}

.carousel-caption-BG-bild.TP1 {
  bottom: 40px;
  left: 30%;
}

#frontPage .carousel-caption-BG-bild.TP1 {
  bottom: 15px;
}

.carousel-caption-BG-bild.Vocab {
  left: 65%;
  bottom: 35px;
}

.carousel-caption-BG-bild.Extensions{
  left: 33%;
  bottom: 55px;
}

.carousel-caption-BG-bild.Suite {
  top: 10px;
  left: 32%;
	text-align:left;
}

.carousel-caption-BG-bild.Suite img{
  max-width: 250px;
	margin-bottom: 8px;
}

.carousel-caption-BG-bild.Suite .boxweisszeile{
  padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 5%,rgba(255,255,255,0.8) 100%); 
		box-shadow:none;
}

.carousel-caption-BG-bild.Konzept{
  bottom: 140px;
  left: 30%;
}


#carousel-7777 .carousel-control:link .fa-chevron-left, .carousel-control:link .fa-chevron-right, .carousel-control:link .icon-next, .carousel-control:link .icon-prev {  
  opacity: 0.3;
  color: #8d773f;
  background: rgba(255,255,255,1);
  border-radius: 1px;
	transition: 0.5s;
}

#carousel-7777 .carousel-control:focus .fa-chevron-left, .carousel-control:focus .fa-chevron-right, .carousel-control:focus .icon-next, .carousel-control:focus .icon-prev {
  opacity: 0.3;
  color: #8d773f;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
}

#carousel-7777 .carousel-control:hover .fa-chevron-left, .carousel-control:hover .fa-chevron-right, .carousel-control:hover .icon-next, .carousel-control:hover .icon-prev {
  opacity: 0.9;
  color: #0b3267;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
}

#carousel-7777 .left.carousel-control {
  text-align: left;
}

#carousel-7777 .carousel-control .fa-chevron-left{
  padding: 10px 10px 10px 8px;;
}

#carousel-7777 .carousel-control .fa-chevron-right {
  padding: 10px 8px 10px 10px;
}

#carousel-7777 .carousel-control.right:hover {
    left: auto;
    opacity: 0.9;
    right: 0;
}

#carousel-7777 .carousel-control.left:hover {
    opacity: 0.9;
}

.carousel-control.right:focus {
  background-image:none;
}

.carousel-control.left:focus {
  background-image:none;
}

.carousel-caption-BG-bild p {
  margin: 15px 0 0 0;
}
 
.carousel-indicators.indicators-noborder {
  border: none;
  bottom: 15px;  
 }

.carousel-indicators.indicators-noborder .active {
  background: rgba(220,145,30,1); 
 }

.carousel-indicators.indicators-noborder li {
  border: none;
  bottom: 15px;
  background: rgba(255,255,255,0.6);
 }

.carousel-indicators.indicators-noborder li:hover {
  background: rgba(255,255,255,1);
 }

.item.height450 {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item.height250 {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item.height450.TP {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_TP.png');
}

.item.height450.Vocab {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_vocabapp.png');
}

.item.height450.Suite {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_Suite.png');
}

.item.height450.TP2 {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_TP2.png');
  background-size: auto 100%;
}

.item.height450.Konzept {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_Konzept.png');
   background-size: auto 100%;
}

.item.height450.Aufbau {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_Aufbau.png');
   background-size: auto 100%;
}

.item.height450.About {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_About.png');
   background-size: auto 100%;
}

.item.height450.Download {
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_Download.png');
   background-size: auto 100%;
}

.item.height450.FAQ{
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_FAQ.png');
   background-size: auto 100%;
}

.item.height450.Demo{
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_Demo.png');
   background-size: auto 100%;
}

.item.height450.Extensions{
  background-image: url('/wp-content/uploads/2018/06/tp_titel_BG_OE.png');
}

.item.height250.Bestellen {
  background-image: url('/wp-content/uploads/2018/07/tp_titel_BG_Bestellen.png');
   background-size: auto 100%;
}



@media (min-width: 2150px) {

.carousel-caption-BG-bild.TP1 {
  bottom: 40px;
  left: 34%;
}

.carousel-caption-BG-bild.Vocab {
  left: 63%;
}

.carousel-caption-BG-bild.Extensions{
  left: 35%;
  bottom: 90px;
}

.carousel-caption-BG-bild.Suite {
  bottom: 10px;
  left: 36%;
}

}



@media (min-width: 992px) and (max-width: 1290px) {

.carousel-caption-BG-bild {
  font-size: 19px;
}

.carousel-caption-BG-bild.TP1 {
  bottom: 69px !important;
  left: 27% !important;
  width: 430px;
}

.carousel-caption-BG-bild.Vocab {
  left: 73% !important;
  width: 430px;
}

.carousel-caption-BG-bild.Extensions{
  left: 27%;
  bottom: 90px;
}

.carousel-caption-BG-bild.Suite {
  bottom: 10px;
  left: 26%;
}

.item.height450.Suite {
  background-position: right 45% top;
}

}

@media (max-width: 992px) {

.carousel-caption-BG-bild {
  left: 50% !important;
  font-size: 19px;
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
  width: 450px;
  margin-left: -225px;
  bottom: 80px;
}

.carousel-caption-BG-bild.Produktseite {
  display:none;
  }

.carousel-caption-BG-bild h3 {
  font-size: 22px;
  line-height: 1.1em;
}

.carousel-caption-BG-bild.TP1 {
  bottom: 60px !important;
}

.carousel-caption-BG-bild.Suite {
  bottom: 60px !important;
	display: none !important;
}

.carousel-caption-BG-bild.Extensions{
  bottom: 70px !important;
}


.carousel-caption-BG-bild.Konzept{
  display:none;
}

#carousel-7777 .carousel-indicators {
  margin-bottom: 0;
}

.item.height450 {
  height: 400px;
}

.item.height450.TP {
  background-position: right 38% top;
}

.item.height450.Vocab {
  background-position: right 60% top;
}

.item.height450.Suite {
  background-position: right 34.5% top;
}

.item.height450.TP2{
  background-position: center;
  background-size: 100% auto;
}

.item.height450.Konzept {
  background-position: center;
  background-size: 100% auto;
}

.item.height450.Aufbau {
  background-position: center;
  background-size: 100% auto;
}

.item.height450.About {
  background-position: center;
  background-size: 100% auto;
}

.item.height450.Download {
  background-position: center;
  background-size: auto 100%;
}

.item.height450.FAQ{
  background-position: center;
  background-size: 100% auto;
}

.item.height450.Demo{
  background-position: center;
  background-size: 100% auto;
}

.item.height450.Extensions {
  background-position: right 39% bottom;
}

}


@media (max-width: 768px) {

#carousel-7777 .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  display:none;
}

.carousel-caption-BG-bild {
  display:none;
  bottom: 60px;
  width: 80%;
  margin-left: -40%;
}

.carousel-caption-BG-bild h3 {
  font-size: 20px;
  line-height: 24px;
}

.item.height450 {
  height: 300px;
}

}


  
/* ----------------- FILELINKS ----------------- */

ul.csc-uploads span {
  display: inline;
  padding-right: 10px;
}

ul.csc-uploads li {
  float: left;
  margin: 1em;
}

ul.csc-uploads span,
ul.csc-uploads a {
  color: #8d773f;
}

ul.csc-uploads img {
  height: 50px;
  width: auto;
}


/* ----------------- MAP----------------- */

#map
{
  height: 340px;
  border-bottom: 5px solid #D3D3D3;
}

@media (max-width: 992px) {
#map
{
  height: 230px;
  border-bottom: 0;
}
}


@media (orientation: landscape) and (max-device-height: 700px) {
#map
{
  height: 150px;
  border-bottom: 0;
}
}

@media (max-device-height: 500px) {
#map
{
  height: 150px;
  border-bottom: 0;
}
}
